Home
last modified time | relevance | path

Searched refs:OPROMMAXPARAM (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dopenpromio.h20 #define OPROMMAXPARAM 4096 /* Maximum size of oprom_array. */ macro
/Linux-v4.19/drivers/sbus/char/
Dopenprom.c89 if (bufsize > OPROMMAXPARAM) in copyin()
90 bufsize = OPROMMAXPARAM; in copyin()
111 if (!(*opp_p = kzalloc(sizeof(int) + OPROMMAXPARAM + 1, GFP_KERNEL))) in getstrings()
117 while ((n < 2) && (bufsize < OPROMMAXPARAM)) { in getstrings()