Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dboot.c101 void command_initrd(char *);
132 { "initrd", command_initrd, "initrd [dev:][filename]" },
133 { "fs", command_initrd, NULL },
238 command_initrd(char *arg) in command_initrd() function