Searched refs:cmd_name (Results 1 - 25 of 26) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_ctrl.c68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
127 /* Now handle cmd_name -> cmd_num conversion */
159 return strlen(e->cmd_defns[idx].cmd_name);
161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
162 "%s", e->cmd_defns[idx].cmd_name);
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, argument
256 if((e == NULL) || (cmd_name == NULL))
264 0, (void *)cmd_name, NULL)) <= 0))
288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, cons argument
[all...]
H A Dengine.h270 * to zero and/or cmd_name set to NULL. */
274 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
420 * use the cmd_name and cmd_optional. */
421 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
424 /* This function passes a command-name and argument to an ENGINE. The cmd_name
430 * cmd_name the return value will be success anyway. This function is intended
443 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/opensolaris-onvv-gate/usr/src/cmd/fm/fmadm/common/
H A Dfmadm.c101 const char *cmd_name; member in struct:cmd
133 for (cp = cmds; cp->cmd_name != NULL; cp++) {
139 g_pname, cp->cmd_name, cp->cmd_usage);
142 g_pname, cp->cmd_name);
202 for (cp = cmds; cp->cmd_name != NULL; cp++) {
203 if (strcmp(cp->cmd_name, argv[optind]) == 0)
207 if (cp->cmd_name == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DInputObjects.t37 is( $p_p1->cmd_name(), 'head2', 'Pod::Paragraph->cmd_name()' );
38 is( $p_p1->cmd_name( 'head1' ), 'head1',
39 'Pod::Paragraph->cmd_name( head1 )' );
40 cmp_ok( $p_p2->cmd_name(), 'eq', '',
41 'Pod::Paragraph->cmd_name() revisited' );
83 is( $p_is->cmd_name(), 'I', 'Pod::InteriorSequence->cmd_name()' );
84 is( $p_is->cmd_name( 'B' ), 'B',
85 'set Pod::InteriorSequence->cmd_name(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dparsertypes.h65 char *cmd_name; member in struct:cmd
H A Dparser_gram.y1218 $$->cmd_name = fb_stralloc($2);
2637 char *type = (char *)cmd->cmd_name;
2664 cmd->cmd_name);
2708 cmd->cmd_name);
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c121 const char **cmd_name; local
123 if (cmd->cmd_name[1] == NULL) { /* One name */
124 name = *cmd->cmd_name;
131 MSG_ORIG(MSG_HLPFMT_MULTNAM), cmd->cmd_name[0]);
132 for (cmd_name = cmd->cmd_name + 1;
133 *cmd_name; cmd_name++) {
139 cname = (cmd_name[0][0] == '\0') ?
140 MSG_INTL(MSG_HLPFMT_MODDEFCMD) : *cmd_name;
[all...]
H A Delfedit.c1087 n = strlen(mod->mod_name) + strlen(cmd->cmd_name[0]) + 6;
1116 cmd->cmd_name[0]);
1119 mod->mod_name, cmd->cmd_name[0]);
1556 const char *mod_name, const char *cmd_name,
1583 mod_name, cmd_name, NULL);
1693 dl_path, mod_name, cmd_name, optarg->oa_name);
1835 if (**cmd->cmd_name == '\0')
1842 cmd->cmd_name[0], hdl, path);
1845 cmd->cmd_name[0], hdl, path);
2031 const char **cmd_name; local
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, const char *mod_name, const char *cmd_name, void *dl_hdl, const char *dl_path) argument
2989 const char **cmd_name; local
[all...]
H A D_elfedit.h90 const char **cmd_name; member in struct:__anon1620
/opensolaris-onvv-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1147 char *cmd_name; local
1150 case DEVCTL_DEVICE_GETSTATE: cmd_name = "DEVCTL_DEVICE_GETSTATE"; break;
1151 case DEVCTL_DEVICE_ONLINE: cmd_name = "DEVCTL_DEVICE_ONLINE"; break;
1152 case DEVCTL_DEVICE_OFFLINE: cmd_name = "DEVCTL_DEVICE_OFFLINE"; break;
1153 case DEVCTL_DEVICE_RESET: cmd_name = "DEVCTL_DEVICE_RESET"; break;
1154 case DEVCTL_BUS_QUIESCE: cmd_name = "DEVCTL_BUS_QUIESCE"; break;
1155 case DEVCTL_BUS_UNQUIESCE: cmd_name = "DEVCTL_BUS_UNQUIESCE"; break;
1156 case DEVCTL_BUS_RESET: cmd_name = "DEVCTL_BUS_RESET"; break;
1157 case DEVCTL_BUS_RESETALL: cmd_name = "DEVCTL_BUS_RESETALL"; break;
1158 case DEVCTL_BUS_GETSTATE: cmd_name
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c30 char *cmd_name; /* command name */ member in struct:cmd
333 for (c = CmdTab; c->cmd_name != NULL; c++)
335 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
H A Dsrvrsmtp.c231 char *cmd_name; /* command name */ member in struct:cmd
1209 (c == NULL || c->cmd_name == NULL) ? "startup" : c->cmd_name);
1529 for (c = CmdTab; c->cmd_name != NULL; c++)
1531 if (sm_strcasecmp(c->cmd_name, cmdbuf) == 0)
3246 c->cmd_name, CurSmtpClient,
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h69 uchar_t cmd_name, struct scsi_key_strings *cmdlist,
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h179 char *cmd_name; member in struct:cmd
H A Dzonecfg.c94 char *cmd_name; member in struct:help
779 return (helptab[cmd_num].cmd_name);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm287 =head2 $pod_para-E<gt>B<cmd_name()>
289 my $para_cmd = $pod_para->cmd_name();
296 sub cmd_name { subroutine
301 ## let name() be an alias for cmd_name()
302 *name = \&cmd_name;
500 =head2 $pod_seq-E<gt>B<cmd_name()>
502 my $seq_cmd = $pod_seq->cmd_name();
508 sub cmd_name { subroutine
513 ## let name() be an alias for cmd_name()
514 *name = \&cmd_name;
[all...]
H A DMan.pm561 my $command = $seq->cmd_name;
568 return $seq->raw_text if ($parent->cmd_name eq 'L');
H A DText.pm285 return $seq->raw_text if ($parent->cmd_name eq 'L');
H A DChecker.pm1088 my $cmd = $_->cmd_name();
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Delfedit.h493 * cmd_name is an array of pointers to the names for the command.
498 * of cmd_name is non-NULL, and contains the primary name.
517 const char **cmd_name; /* Cmd names (null term.) */ member in struct:__anon1770
527 const char **cmd_name; member in struct:__anon1771
/opensolaris-onvv-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_util.c427 char *cmd_name = cmd_argv[0]; local
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c62 const char *cmd_name; /* command name */ member in struct:cmd
161 return (cmdtab[cmd_num].cmd_name);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1097 uchar_t cmd_name, struct scsi_key_strings *cmdlist,
1126 com = cmd_name;
1095 scsi_generic_errmsg(struct scsi_device *devp, char *label, int severity, daddr_t blkno, daddr_t err_blkno, uchar_t cmd_name, struct scsi_key_strings *cmdlist, uint8_t *sensep, struct scsi_asq_key_strings *asc_list, char *(*decode_fru)(struct scsi_device *, char *, int, uchar_t)) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c56 const char *cmd_name; member in struct:help
608 return (helptab[cmd_num].cmd_name);
/opensolaris-onvv-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c123 char *cmd_name; /* command name */ member in struct:cmd
215 return (cmdtab[cmd_num].cmd_name);
5502 if (strcmp(cmd, cmdtab[i].cmd_name) == 0)

Completed in 232 milliseconds

12