Home
last modified time | relevance | path

Searched refs:cmd (Results 151 – 175 of 3717) sorted by path

12345678910>>...149

/illumos-gate/usr/src/cmd/auditconfig/
H A DMakefile28 include $(SRC)/cmd/Makefile.cmd
64 include $(SRC)/cmd/Makefile.targ
H A Dauditconfig.c267 static void eauditon(int cmd, caddr_t data, int length);
2177 eauditon(int cmd, caddr_t data, int length) in eauditon() argument
2179 if (auditon(cmd, data, length) == -1) in eauditon()
/illumos-gate/usr/src/cmd/auditd/
H A DMakefile31 include $(SRC)/cmd/Makefile.cmd
36 AUDITD = $(SRC)/cmd/auditd
76 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/auditrecord/
H A DMakefile26 include $(SRC)/cmd/Makefile.cmd
75 include $(SRC)/cmd/Makefile.targ
H A Daudit_record_attr.txt47 token=cmd:command
237 comment=2, SETACL, "cmd":
527 comment=1, command, "cmd":
998 comment=2, ioctl cmd, "cmd":
1003 comment=2, ioctl cmd, "cmd":
1008 comment=2, ioctl cmd, "cmd":
2378 comment="cmd" command:
2395 # see usr/src/cmd/smserverd
2414 case=With the load (cmd=1) and delete (cmd=2) commands
2427 case=With the load (cmd=1) and delete (cmd=2) commands
[all …]
/illumos-gate/usr/src/cmd/auditreduce/
H A DMakefile35 include $(SRC)/cmd/Makefile.cmd
73 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/auditset/
H A DMakefile31 include $(SRC)/cmd/Makefile.cmd
69 include $(SRC)/cmd/Makefile.targ
H A Dsvc-auditset.c47 update_kcontext(int cmd, char *cmask) in update_kcontext() argument
52 if (auditon(cmd, (caddr_t)&bmask, sizeof (bmask)) == -1) { in update_kcontext()
54 cmd == A_SETAMASK ? "A_SETAMASK" : "A_SETKMASK"); in update_kcontext()
60 cmd == A_SETAMASK ? "Attributable" : "Non-Attributable", cmask); in update_kcontext()
/illumos-gate/usr/src/cmd/auditstat/
H A DMakefile30 include $(SRC)/cmd/Makefile.cmd
32 STATCOMMONDIR = $(SRC)/cmd/stat/common
70 include $(SRC)/cmd/Makefile.targ
H A Dauditstat.c169 eauditon(cmd, data, length) in eauditon() argument
170 int cmd; in eauditon()
174 if (auditon(cmd, data, length) == -1) {
/illumos-gate/usr/src/cmd/auths/
H A DMakefile30 include ../Makefile.cmd
/illumos-gate/usr/src/cmd/autopush/
H A DMakefile30 include ../Makefile.cmd
/illumos-gate/usr/src/cmd/availdevs/
H A DMakefile29 include ../Makefile.cmd
/illumos-gate/usr/src/cmd/awk/
H A DMakefile39 include ../Makefile.cmd
/illumos-gate/usr/src/cmd/awk_xpg4/
H A DMakefile41 include ../Makefile.cmd
H A Dawk1.c86 char *cmd; in main() local
88 cmd = argv[0]; in main()
89 _cmdname = cmd; in main()
209 argv[0] = cmd; in main()
/illumos-gate/usr/src/cmd/backup/
H A DMakefile.backup28 include $(SRC)/cmd/Makefile.cmd
H A DMakefile.targ50 include $(SRC)/cmd/Makefile.targ
H A Dreq.flg32 echo_file usr/src/cmd/fs.d/Makefile.fstype
33 find_files "s.*" usr/src/cmd/fs.d/ufs/roll_log
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c363 int cmd[2]; in setuparchive() local
409 if (pipe(cmd) < 0) { in setuparchive()
426 arch = cmd[1]; in setuparchive()
449 (void) close(cmd[1]); in setuparchive()
491 (void) close(cmd[0]); in setuparchive()
513 int cmd[2]; in setupwriter() local
518 if (pipe(cmd) < 0) { in setupwriter()
537 writer = cmd[1]; in setupwriter()
559 (void) close(cmd[1]); in setupwriter()
560 dowrite(cmd[0]); in setupwriter()
[all …]
/illumos-gate/usr/src/cmd/backup/include/
H A Dmyrcmd.h52 char *remuser, char *cmd);
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmyrcmd.c65 char *cmd) in myrcmd() argument
221 cmdlen = strlen(cmd) + 1; in myrcmd()
225 ((retval = write(s, cmd, cmdlen)) != cmdlen)) { in myrcmd()
H A Drmtlib.c388 rmtioctl(int cmd, long count) in rmtioctl() argument
396 if ((xcmd = map_extended_ioctl(cmd)) != -1) in rmtioctl()
408 map_extended_ioctl(int cmd) in map_extended_ioctl() argument
415 switch (cmd) { in map_extended_ioctl()
436 rmtioctl_extended(int cmd, long count) in rmtioctl_extended() argument
445 rmtcall(char *cmd, char *buf) in rmtcall() argument
449 return (rmtreply(cmd)); in rmtcall()
453 rmtreply(char *cmd) in rmtreply() argument
465 if (strcmp(cmd, "ioctl") != 0 && in rmtreply()
466 strcmp(cmd, "status") != 0 && in rmtreply()
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c83 if (strncmp(cmd, "add", strlen(cmd)) != 0) in runcmdshell()
98 if (strncmp(cmd, "cd", strlen(cmd)) != 0) in runcmdshell()
119 if (strncmp(cmd, "delete", strlen(cmd)) != 0) in runcmdshell()
135 if (strncmp(cmd, "extract", strlen(cmd)) != 0) in runcmdshell()
149 if (strncmp(cmd, "help", strlen(cmd)) != 0) in runcmdshell()
177 if ((strncmp(cmd, "ls", strlen(cmd)) != 0) && in runcmdshell()
193 if (strncmp(cmd, "pwd", strlen(cmd)) == 0) { in runcmdshell()
235 if (strncmp(cmd, "quit", strlen(cmd)) != 0) in runcmdshell()
240 if (strncmp(cmd, "xit", strlen(cmd)) != 0) in runcmdshell()
276 if (strncmp(cmd, "what", strlen(cmd)) != 0) in runcmdshell()
[all …]
H A Drestore.h201 char *cmd; /* the current command */ member

12345678910>>...149