Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.h37 struct bootblk_command struct
42 STAILQ_ENTRY(bootblk_command) next; argument
H A Dloader_emu.c52 struct bootblk_command struct
57 STAILQ_ENTRY(bootblk_command) next; argument
111 STAILQ_HEAD(cmdh, bootblk_command) commands;
503 struct bootblk_command *cmdp; in bf_command()
696 ptr = malloc(sizeof (struct bootblk_command)); \
707 struct bootblk_command *cmdp; in bf_init()
1221 struct bootblk_command *cmdp; in command_commandlist()
/titanic_53/usr/src/boot/sys/boot/common/
H A Dbootstrap.h264 struct bootblk_command struct
273 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \ argument
276 SET_DECLARE(Xcommand_set, struct bootblk_command);
H A Dinterp_forth.c76 struct bootblk_command **cmdp; in bf_command()
256 struct bootblk_command **cmdp; in bf_init()
H A Dinterp.c65 struct bootblk_command **cmdp; in perform()
H A Dcommands.c220 struct bootblk_command **cmdp; in command_commandlist()