Searched refs:c_desc (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.h | 42 const char *c_desc; member
|
H A D | loader_emu.c | 1189 if ((*cmdp)->c_name != NULL && (*cmdp)->c_desc != NULL) { in command_commandlist() 1193 (void) pager_output((*cmdp)->c_desc); in command_commandlist()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | nullconsole.c | 52 .c_desc = "null port",
|
H A D | spinconsole.c | 53 .c_desc = "spin port",
|
H A D | comconsole.c | 168 if (asprintf(&tty->c_desc, "serial port %c", 'a' + i) < 0) { in comc_ini() 185 free(tty->c_desc); in comc_ini()
|
H A D | vidconsole.c | 93 .c_desc = "internal video/keyboard",
|
/illumos-gate/usr/src/boot/common/ |
H A D | bootstrap.h | 99 char *c_desc; member 316 const char *c_desc; member
|
H A D | commands.c | 237 if ((*cmdp)->c_name != NULL && (*cmdp)->c_desc != NULL) { in command_commandlist() 241 pager_output((*cmdp)->c_desc); in command_commandlist()
|
H A D | console.c | 188 printf("%s ", consoles[cons]->c_desc); in cons_probe()
|
/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.h | 47 const char *c_desc; member
|
H A D | nvmeadm.c | 894 cmd->c_name, cmd->c_desc); in usage()
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efi_console.c | 126 .c_desc = "EFI console",
|
H A D | efiserialio.c | 597 (void) asprintf(&tty->c_desc, "serial port %c", port->name); in efi_set_serial_name()
|
H A D | efiisaio.c | 593 (void) asprintf(&tty->c_desc, "serial port %c", id); in efi_isa_ini()
|