Home
last modified time | relevance | path

Searched refs:cmdstr (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dpm.c507 char *cmdstr = pm_decode_cmd(cmd); in pm_start_pm_walk() local
539 PMD(PMD_SCAN | PMD_IOCTL, ("ioctl: %s: scan %s@%s(%s#%d)\n", cmdstr, in pm_start_pm_walk()
555 char *cmdstr = pm_decode_cmd(cmd); in pm_stop_pm_walk() local
586 "%s@%s(%s#%d)\n", cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
596 cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
604 "(%s#%d) to normal\n", cmdstr, PM_DEVICE(dip))) in pm_stop_pm_walk()
922 char *cmdstr = pm_decode_cmd(cmd); in pm_ioctl() local
957 PMD(PMD_IOCTL, ("ioctl: %s: begin\n", cmdstr)) in pm_ioctl()
966 pm_cmd_string = cmdstr; /* for ASSERT debugging */ in pm_ioctl()
998 "EFAULT\n\n", cmdstr)) in pm_ioctl()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c55 const char *cmdstr, *auth; in interpret_rip() local
70 case RIPCMD_REQUEST: cmdstr = "C"; break; in interpret_rip()
71 case RIPCMD_RESPONSE: cmdstr = "R"; break; in interpret_rip()
72 case RIPCMD_TRACEON: cmdstr = "Traceon"; break; in interpret_rip()
73 case RIPCMD_TRACEOFF: cmdstr = "Traceoff"; break; in interpret_rip()
74 case RIPCMD_POLL: cmdstr = "Poll"; break; in interpret_rip()
75 case RIPCMD_POLLENTRY: cmdstr = "Poll entry"; break; in interpret_rip()
76 case RIPCMD_SEC_RESPONSE: cmdstr = "R - SEC"; break; in interpret_rip()
77 case RIPCMD_SEC_T_RESPONSE: cmdstr = "R - SEC_T"; break; in interpret_rip()
78 default: cmdstr = "?"; break; in interpret_rip()
[all …]
/titanic_50/usr/src/cmd/vi/port/
H A Dex_vget.c384 verbalize(cnt, cmdstr, sgn) in verbalize() argument
386 char *cmdstr, *sgn;
388 if (cmdstr[0] == '\0')
389 cmdstr = (char *)Command;
391 switch (cmdstr[0]) {
393 if (cmdstr[1] == 'h') {
398 } else if (cmdstr[1] != 'o') {
402 if (cmdstr[1] != '\0')
/titanic_50/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.c174 char *cmdstr; in snmp_log_cmd() local
196 if ((cmdstr = snmp_cmdstr_lookup(cmd)) == NULL) { in snmp_log_cmd()
201 SNMP_DCMD_INDENT, ' ', SNMP_DTEXT_PREFIX, cmdstr); in snmp_log_cmd()
276 char *cmdstr; in snmp_log_pdu() local
316 if ((cmdstr = snmp_cmdstr_lookup(pdu->command)) == NULL) { in snmp_log_pdu()
323 SNMP_DTEXT_PREFIX, cmdstr); in snmp_log_pdu()
/titanic_50/usr/src/lib/pyzfs/common/
H A Dioctl.c60 static char cmdstr[HIS_MAX_RECORD_LEN]; variable
67 if (cmdstr[0]) in ioctl_with_cmdstr()
68 zc->zc_history = (uint64_t)(uintptr_t)cmdstr; in ioctl_with_cmdstr()
70 cmdstr[0] = '\0'; in ioctl_with_cmdstr()
476 (void) strlcpy(cmdstr, str, sizeof (cmdstr)); in py_set_cmdstr()
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c2169 smb_shr_tokenize_cmd(char *cmdstr) in smb_shr_tokenize_cmd() argument
2175 if (cmdstr == NULL || *cmdstr == '\0') in smb_shr_tokenize_cmd()
2181 (void) strlcpy(buf, cmdstr, MAXPATHLEN); in smb_shr_tokenize_cmd()
2183 for (argc = 2, bp = cmdstr; *bp != '\0'; ++bp) in smb_shr_tokenize_cmd()
/titanic_50/usr/src/cmd/tnf/prex/
H A Dmain.c404 char *cmdstr[] = { in percmd() local
410 (isnew) ? "new" : "old", cmdstr[kind]); in percmd()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c400 parsecmd(char *cmdstr, char *objstr) in parsecmd() argument
512 if (cmdstr == NULL) { in parsecmd()
516 while (ct->cmd != NULL && strcmp(ct->cmd, cmdstr) != 0) in parsecmd()
521 message(gettext("Unrecognized command '%s'"), cmdstr); in parsecmd()
3286 char *cmdstr, *objstr; in parseit() local
3297 cmdstr = argv[0]; in parseit()
3304 cmd = parsecmd(cmdstr, objstr); in parseit()
H A Dipseckey.c271 parsecmd(char *cmdstr) in parsecmd() argument
306 while (ct->cmd != NULL && strcmp(ct->cmd, cmdstr) != 0) in parsecmd()
/titanic_50/usr/src/cmd/mail/
H A Dmail.h347 extern int translate(reciplist *plist, char *cmdstr, char *origname);
/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c8238 char *cmdstr, *subcmdstr; in aac_print_fib() local
8260 cmdstr = aac_cmd_name(fib_cmd, aac_fib_cmds); in aac_print_fib()
8302 cmdstr = subcmdstr; in aac_print_fib()
8321 cmdstr = subcmdstr; in aac_print_fib()
8427 else if (cmdstr && sub_cmd == (uint32_t)-1) in aac_print_fib()
8429 cmdstr, fib_size); in aac_print_fib()
8430 else if (cmdstr) in aac_print_fib()
8432 cmdstr, sub_cmd, fib_size); in aac_print_fib()