Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/prom/
Dbootstr_64.c20 #define BARG_LEN 1024 macro
24 char bootstr_buf[BARG_LEN];
26 .bootstr_len = BARG_LEN,
40 bootstr_info.bootstr_buf, BARG_LEN); in prom_getbootargs()
Dbootstr_32.c11 #define BARG_LEN 256 macro
12 static char barg_buf[BARG_LEN] = { 0 };
36 if (cp >= barg_buf + BARG_LEN - 2) in prom_getbootargs()
42 if (cp >= barg_buf + BARG_LEN - 1) in prom_getbootargs()