Home
last modified time | relevance | path

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

/linux/arch/sparc/prom/
A Dbootstr_64.c21 #define BARG_LEN 1024 macro
25 char bootstr_buf[BARG_LEN];
27 .bootstr_len = BARG_LEN,
41 bootstr_info.bootstr_buf, BARG_LEN); in prom_getbootargs()
A Dbootstr_32.c12 #define BARG_LEN 256 macro
13 static char barg_buf[BARG_LEN] = { 0 };
37 if (cp >= barg_buf + BARG_LEN - 2) in prom_getbootargs()
43 if (cp >= barg_buf + BARG_LEN - 1) in prom_getbootargs()

Completed in 3 milliseconds