Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/common/
H A Dbootstrap.h272 struct bootblk_command struct
282 static struct bootblk_command _cmd_ ## tag = { key, desc, func, 0 };\ argument
287 static struct bootblk_command _cmd_ ## tag = { key, desc, func, 1 };\
290 SET_DECLARE(Xcommand_set, struct bootblk_command);
H A Ddo_dloader.c49 struct bootblk_command **cmdp; in perform()
H A Dcommands.c220 struct bootblk_command **cmdp; in command_commandlist()