Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mvmeppc/include/
Dbootinfo.h6 #define BOOTLINE_LEN 32 macro
14 char bi_bootline[BOOTLINE_LEN];
/netbsd/src/sys/arch/mvmeppc/stand/boot/
Dboot.c141 MIN(BOOTLINE_LEN, bbi->bbi_argend - bbi->bbi_argstart)); in main()