/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tnmlp.c | 42 tnmlp(int cmd, tsol_mlpent_t *buf) argument 44 return (syscall(SYS_labelsys, TSOL_TNMLP, cmd, buf));
|
H A D | tnrh.c | 41 tnrh(int cmd, tsol_rhent_t *buf) argument 43 return (syscall(SYS_labelsys, TSOL_TNRH, cmd, buf));
|
H A D | tnrhtp.c | 42 tnrhtp(int cmd, tsol_tpent_t *buf) argument 44 return (syscall(SYS_labelsys, TSOL_TNRHTP, cmd, buf));
|
/illumos-gate/usr/src/lib/libbc/libc/compat/common/ |
H A D | ulimit.c | 34 ulimit(int cmd, long newlimit) argument 38 switch (cmd) {
|
H A D | lockf.c | 50 int cmd; local 52 cmd = SV_SETLK; /* assume non-blocking operation */ 86 cmd = SV_SETLKW; /* block, if not available */ 92 if (_syscall(SYS_fcntl, fildes, cmd, &ld) == -1) {
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | swapctl.c | 38 swapctl(int cmd, void *arg) argument 40 return (uadmin(A_SWAPCTL, cmd, (uintptr_t)arg));
|
H A D | reboot.c | 43 int cmd = A_SHUTDOWN; local 47 cmd = A_DUMP; 54 return (uadmin(cmd, fcn, (uintptr_t)bootargs));
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | acctctl.c | 34 acctctl(int cmd, void *buf, size_t bufsz) argument 36 return (syscall(SYS_acctctl, cmd, buf, bufsz));
|
H A D | fcntl.c | 62 s_ioctl(int fd, int cmd, intptr_t arg) argument 64 return (ioctl(fd, cmd, arg)); 69 __fcntl(int fd, int cmd, ...) argument 76 va_start(ap, cmd); 80 switch (cmd) { 91 return (syscall(SYS_fcntl, fd, cmd, arg));
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_event.c | 32 ipmi_cmd_t cmd = { 0 }; local 34 cmd.ic_netfn = IPMI_NETFN_SE; 35 cmd.ic_cmd = IPMI_CMD_PLATFORM_EVENT_MESSAGE; 36 cmd.ic_dlen = sizeof (ipmi_platform_event_message_t); 37 cmd.ic_data = pem; 39 if (ipmi_send(ihp, &cmd) == NULL)
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_shell.c | 34 mdb_shell_exec(char *cmd) argument 41 mdb_shell_pipe(char *cmd) argument
|
/illumos-gate/usr/src/cmd/setpgrp/ |
H A D | setpgrp.c | 41 char *cmd; local 43 cmd = *argv; 45 (void) fprintf(stderr, "Usage: %s command [ arg ... ]\n", cmd); 52 (void) fprintf(stderr, "%s: %s not executed. ", cmd, *argv);
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | cntl.c | 37 elf_cntl(Elf * elf, Elf_Cmd cmd) argument 43 switch (cmd) {
|
/illumos-gate/usr/src/cmd/krb5/kdestroy/ |
H A D | krpc_sys.c | 18 krpc_sys(int cmd, void *args) argument 22 return (_rpcsys(cmd, args));
|
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | popen.c | 27 popen(const char* cmd, const char* mode) argument 29 return sfpopen((Sfio_t*)(-1), cmd, mode);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallopt.c | 36 mallopt(int cmd, int value) argument 41 switch (cmd) {
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | gwd.c | 48 char cmd[BUFSIZ]; local 51 (void) sprintf(cmd, "%s pwd 2>&-", PATH); 55 fp = popen(cmd, "r"); 58 fp = popen(cmd, "r");
|
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi-sun.c | 45 MP_OID pathOid, struct uscsi_cmd *cmd) 65 status = PassFunc(pathOid, cmd); 44 Sun_MP_SendScsiCmd( MP_OID pathOid, struct uscsi_cmd *cmd) argument
|
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | Sun_MP_SendScsiCmd.c | 40 Sun_MP_SendScsiCmd(MP_OID pathOid, struct uscsi_cmd *cmd) argument 67 ((cmd->uscsi_flags & USCSI_READ) ? MP_XFER_READ : MP_XFER_WRITE); 68 mp_ioctl.mp_obuf = (char *)cmd; 69 mp_ioctl.mp_olen = sizeof (*cmd);
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | async.c | 49 async_start(dhcp_smach_t *dsmp, dhcp_ipc_type_t cmd, boolean_t user) argument 54 dsmp->dsm_async.as_cmd = cmd;
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | cladm.c | 37 cladm(int fac, int cmd, void *arg) argument 44 if (cmd != CL_GET_BOOTFLAG) { 67 if (cmd == CL_NODEID) { 88 error = cladmin(fac, cmd, arg);
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | system.c | 44 system(const char* cmd) argument 48 if (!cmd) 52 sh[2] = (char*)cmd;
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | errorx.c | 32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) argument 43 if (!cmd) 44 cmd = (const char*)error_info.id; 45 if (s = (*error_info.translate)(loc, cmd, cat, msg))
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 46 int cmd; local 56 cmd = F_FLOCK; 59 cmd = F_FLOCKW; 76 ret = fcntl(fd, cmd, &fl);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_fcntl.c | 40 pr_fcntl(struct ps_prochandle *Pr, int fd, int cmd, void *argp) argument 48 return (fcntl(fd, cmd, argp)); 57 adp++; /* cmd argument */ 63 switch (cmd) { 65 cmd = 33; 68 cmd = 34; 71 cmd = 35; 74 cmd = 27; 79 adp->arg_value = cmd; 97 switch (cmd) { [all...] |