Searched defs:bootblk_command (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.h37 struct bootblk_command struct
42 STAILQ_ENTRY(bootblk_command) next;
H A Dloader_emu.c52 struct bootblk_command struct
57 STAILQ_ENTRY(bootblk_command) next;
111 STAILQ_HEAD(cmdh, bootblk_command) commands;
503 struct bootblk_command *cmdp;
696 ptr = malloc(sizeof (struct bootblk_command)); \
707 struct bootblk_command *cmdp;
1220 struct bootblk_command *cmdp;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h263 struct bootblk_command struct
272 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
275 SET_DECLARE(Xcommand_set, struct bootblk_command);

Completed in 61 milliseconds