Searched refs:cmd_index (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c1583 int cmd_index; local
1585 for (cmd_index = 0; cmd_index < cmds->count; cmd_index++) {
1586 switch (cmds->commands[cmd_index].type) {
1589 free_path(&cmds->commands[cmd_index]);
1592 free_node(&cmds->commands[cmd_index]);
1595 free_prop(&cmds->commands[cmd_index]);
1598 free_refprop(&cmds->commands[cmd_index]);
1601 free_refnode(&cmds->commands[cmd_index]);
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c122 int cmd_index = 0; local
140 cmd_index = 0;
144 while ((cmd_index < cmdnum) &&
145 (strcmp(subcmd, cmd_table[cmd_index]) != 0)) {
146 cmd_index++;
148 if (cmd_index >= cmdnum) {
154 switch (cmd_index) {
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_util.c99 int cmd_index(char *name);
259 * The function cmd_index provides the offset of the command
263 int cmd_index(name) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2313 int cmd_index; local
2330 for (cmd_index = 0;
2331 cmd_index < FCP_NUM_ELEMENTS(scsi_ioctl_list) &&
2333 cmd_index++) {
2337 if (scsi_ioctl_list[cmd_index] == scsi_cmd) {

Completed in 94 milliseconds