Home | Sort by: relevance | last modified time | path |
/src/sys/stand/efiboot/ | |
boot.c | 85 static char initrd_path[255]; variable in typeref:typename:char[255] 506 if (strlen(arg) + 1 > sizeof(initrd_path)) 508 strcpy(initrd_path, arg); 515 return initrd_path; |