Home
last modified time | relevance | path

Searched refs:cmd (Results 501 – 525 of 3727) sorted by relevance

1...<<21222324252627282930>>...150

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreboot.c41 int cmd = A_SHUTDOWN; in reboot() local
45 cmd = A_DUMP; in reboot()
52 return (uadmin(cmd, fcn, (uintptr_t)bootargs)); in reboot()
/illumos-gate/usr/src/cmd/locator/
H A DMakefile33 include $(SRC)/cmd/Makefile.cmd
48 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/amd64/
H A DMakefile30 include ../../../../../Makefile.cmd
31 include ../../../../../Makefile.cmd.64
35 CPPFLAGS += -I$(SRC)/cmd/mdb/common
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsystem.c44 system(const char* cmd) in system() argument
48 if (!cmd) in system()
52 sh[2] = (char*)cmd; in system()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c58 snmp_create_pdu(int cmd, int max_reps, char *oidstrs, int n_oids, int row) in snmp_create_pdu() argument
62 if ((cmd != SNMP_MSG_GET) && (cmd != SNMP_MSG_GETNEXT) && in snmp_create_pdu()
63 (cmd != SNMP_MSG_GETBULK)) { in snmp_create_pdu()
71 if (cmd == SNMP_MSG_GET || cmd == SNMP_MSG_GETNEXT) { in snmp_create_pdu()
75 } else if (cmd == SNMP_MSG_GETBULK) { in snmp_create_pdu()
82 pdu->command = cmd; in snmp_create_pdu()
302 snmp_oidstr_to_oid(int cmd, char *oidstr, int row, size_t *n_subids) in snmp_oidstr_to_oid() argument
322 if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) || in snmp_oidstr_to_oid()
323 (cmd == SNMP_MSG_GETNEXT && row >= 0)) { in snmp_oidstr_to_oid()
361 switch (cmd) { in snmp_oidstr_to_oid()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmcadm.c44 static int rmcadm_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg,
46 static int rmcadm_attach(dev_info_t *dip, ddi_attach_cmd_t cmd);
47 static int rmcadm_detach(dev_info_t *dip, ddi_detach_cmd_t cmd);
50 static int rmcadm_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
203 switch (cmd) { in rmcadm_getinfo()
221 rmcadm_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in rmcadm_attach() argument
226 switch (cmd) { in rmcadm_attach()
263 rmcadm_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in rmcadm_detach() argument
267 switch (cmd) { in rmcadm_detach()
327 switch (cmd) { in rmcadm_ioctl()
[all …]
/illumos-gate/usr/src/cmd/sgs/lorder/
H A DMakefile32 include $(SRC)/cmd/Makefile.cmd
33 include $(SRC)/cmd/sgs/Makefile.com
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_tools_ext.h34 int pxtool_dev_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode);
35 int pxtool_bus_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode);
36 int pxtool_intr(dev_info_t *dip, void *arg, int cmd, int mode);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_tools_ext.h38 extern int pcitool_dev_reg_ops(dev_t dev, void *arg, int cmd, int mode);
39 extern int pcitool_bus_reg_ops(dev_t dev, void *arg, int cmd, int mode);
40 extern int pcitool_intr_admn(dev_t dev, void *arg, int cmd, int mode);
/illumos-gate/usr/src/cmd/raidctl/
H A DMakefile29 include $(SRC)/cmd/Makefile.cmd
47 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_scsa.h38 #define CMD2TRAN(cmd) (CMD2PKT(cmd)->pkt_address.a_hba_tran) argument
39 #define CMD2PMC(cmd) (ITRAN2PMC(CMD2TRAN(cmd))) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Dpathconf.c54 cpathconf(register vnode_t *vp, int cmd, struct cred *cr) in cpathconf() argument
60 switch (cmd) { in cpathconf()
80 if (cmd == _PC_REC_MAX_XFER_SIZE) in cpathconf()
116 if (error = VOP_PATHCONF(vp, cmd, &val, cr, NULL)) in cpathconf()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dinc.flg27 echo_file usr/src/cmd/fs.d/nfs/lib/nfs_sec.c
28 echo_file usr/src/cmd/fs.d/nfs/lib/nfslog_config.c
29 echo_file usr/src/cmd/fs.d/nfs/lib/nfslogtab.c
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools_ext.h38 extern int pcitool_dev_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode);
39 extern int pcitool_bus_reg_ops(dev_info_t *dip, void *arg, int cmd, int mode);
40 extern int pcitool_intr_admn(dev_info_t *dip, void *arg, int cmd, int mode);
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h63 uchar_t cmd; /* cmd code (byte 0) */ member
79 #define scc_cmd cdb_un.cmd
520 #define MAKECOM_COMMON(pktp, devp, flag, cmd) \ argument
528 MAKECOM_COMMON((pktp), (devp), (flag), (cmd)), \
533 MAKECOM_COMMON((pktp), (devp), (flag), (cmd)), \
538 MAKECOM_COMMON((pktp), (devp), (flag), (cmd)), \
543 MAKECOM_COMMON((pktp), (devp), (flag), (cmd)), \
674 int flag, int cmd, int addr, int cnt);
676 int flag, int cmd, int cnt, int fixbit);
678 int flag, int cmd, int addr, int cnt);
[all …]
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c152 if (strcmp(cmd, "add") == 0) { in serve_syseventdotconf()
154 } else if (strcmp(cmd, "list") == 0) { in serve_syseventdotconf()
173 char *cmd; in main() local
190 cmd = argv[optind++]; in main()
193 if (strcmp(cmd, "help") == 0) { in main()
208 if (strcmp(cmd, "add") == 0 || in main()
209 strcmp(cmd, "remove") == 0 || strcmp(cmd, "list") == 0 || in main()
210 strcmp(cmd, "restart") == 0) { in main()
429 list_remove_cmd(int cmd) in list_remove_cmd() argument
448 if (cmd == CMD_REMOVE) { in list_remove_cmd()
[all …]
/illumos-gate/usr/src/lib/brand/ipkg/zone/
H A DMakefile33 include $(SRC)/cmd/Makefile.cmd
41 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A DMakefile28 include $(SRC)/cmd/Makefile.cmd
44 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/pcidr/etc/
H A DMakefile33 include $(SRC)/cmd/Makefile.cmd
50 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/etc/
H A DMakefile27 include $(SRC)/cmd/Makefile.cmd
44 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/test/os-tests/tests/cores/scripts/
H A DMakefile18 include $(SRC)/cmd/Makefile.cmd
19 include $(SRC)/cmd/Makefile.ctf
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_entry.c44 #define menu_cmd(cmd, num, flag, parsef) parsef, argument
74 barg_cmdline(const grub_barg_t *barg, char *cmd, size_t size) in barg_cmdline() argument
85 if ((n = snprintf(cmd, size, "%s%s", fsd->gfs_mountp, in barg_cmdline()
88 return (clean_path(cmd)); in barg_cmdline()
90 return (snprintf(cmd, size, "%s %s", fsd->gfs_dev, in barg_cmdline()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A DMakefile36 include $(SRC)/cmd/picl/plugins/Makefile.com
52 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
55 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/lib/fruaccess
57 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/frutree
105 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c4964 lp->cmd = cmd; in line_parser()
6009 (void) snprintf(cmd, sizeof (cmd),
6065 (void) snprintf(cmd, sizeof (cmd),
6106 (void) snprintf(cmd, sizeof (cmd),
6130 (void) snprintf(cmd, sizeof (cmd),
6165 (void) snprintf(cmd, sizeof (cmd),
6180 (void) snprintf(cmd, sizeof (cmd),
6318 (void) snprintf(cmd, sizeof (cmd),
6645 (void) snprintf(cmd, sizeof (cmd),
6683 (void) snprintf(cmd, sizeof (cmd),
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c335 char cmd[sizeof (SWAP_DELETE) + MAXPATHLEN + in swap_delete() local
351 (void) snprintf(cmd, sizeof (cmd), SWAP_DELETE, sf->path, in swap_delete()
353 rcm_log_message(RCM_TRACE1, "%s\n", cmd); in swap_delete()
354 if ((stat = rcm_exec_cmd(cmd)) != 0) { in swap_delete()
378 (void) snprintf(cmd, sizeof (cmd), SWAP_ADD, in swap_delete()
380 rcm_log_message(RCM_TRACE1, "%s\n", cmd); in swap_delete()
381 if ((stat = rcm_exec_cmd(cmd)) != 0) { in swap_delete()
408 char cmd[sizeof (SWAP_ADD) + MAXPATHLEN + in swap_add() local
419 (void) snprintf(cmd, sizeof (cmd), in swap_add()
421 rcm_log_message(RCM_TRACE1, "%s\n", cmd); in swap_add()
[all …]

1...<<21222324252627282930>>...150