/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | cmdarg.h | 61 size_t commands; /* total commands */ member in struct:__anon1108::__anon1109
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | cmdarg.h | 52 size_t commands; /* total commands */ member in struct:__anon1142::__anon1143
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | cmdarg.h | 61 size_t commands; /* total commands */ member in struct:__anon1202::__anon1203
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | cmdarg.h | 61 size_t commands; /* total commands */ member in struct:__anon1224::__anon1225
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cmdarg.h | 61 size_t commands; /* total commands */ member in struct:__anon1246::__anon1247
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | menulst.py | 120 # Some commands require specific ordering 165 def commands(self): member in class:MenuLstMenuEntry 276 preceeding whitespace), and commands are non-comments that 278 separated by whitespace. The commands are not checked 295 is created and saved so that future commands can be added to 304 The configuration file entity list contains commands and
|
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_sunoem.c | 253 ipmi_sunoem_cli(ipmi_handle_t *ihp, char **commands, char *output, uint_t olen, argument 280 if (ihp->ih_transport != &ipmi_transport_bmc || !commands) { 324 curcmd = commands[c]; 405 curcmd = commands[++c];
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | listen.c | 60 * to the top-level commands (char*) that a program supports. 61 * count reflects the number of commands cmd holds. Memory must 64 void get_commands(ss_commands *commands) { argument 70 commands->count = 0; 72 info = ss_info(commands->sci_idx); 78 if (commands->cmd != NULL) 79 commands->cmd[commands->count] = *cmd; 80 commands->count++; 93 ss_commands *commands local 143 ss_commands commands; local [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 66 "[+EXIT STATUS?If no commands were executed (\b-exec\b, \b-xargs\b) the exit" 249 static const Args_t commands[] = variable 521 for (argp = (Args_t*)commands; argp->name; argp++) 890 argp = commands - (i + 10); 1760 for (ap = commands; ap->name; ap++) 1762 sfprintf(state.str, "[%d:%s?%s]", ap - commands + 10, ap->name, ap->help);
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | eepro100.c | 114 SCBPort = 8, /* Misc. commands and operands. */ 124 /* The rest are Rx and Tx commands. */ 150 /* The EEPROM commands include the alway-set leading bit. */ 158 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */ 173 enum commands { enum
|
/osnet-11/usr/src/cmd/parted/ |
H A D | parted.c | 176 static Command* commands [256] = {NULL}; variable 474 cmd = command_get (commands, topic); 612 for (i=0; commands [i]; i++) 613 command_print_summary (commands [i]); 2346 command_register (commands, 2358 command_register (commands, command_create ( 2367 command_register (commands, command_create ( 2376 command_register (commands, command_create ( 2385 command_register (commands, command_create ( 2394 command_register (commands, command_creat [all...] |
H A D | ui.c | 160 "Welcome to GNU Parted! Type 'help' to view a list of commands.\n"); 182 "and the following history of commands you entered.\n" 189 static Command** commands; variable 247 /* returns matching commands for text */ 1534 commands = cmd_list; /* FIXME yucky, nasty, evil hack */ 1559 cmd = command_get (commands, word); 1580 commands = cmd_list; /* FIXME yucky, nasty, evil hack */ 1592 cmd = command_get (commands, word);
|