Home
last modified time | relevance | path

Searched refs:cmd (Results 476 – 500 of 3730) sorted by relevance

1...<<11121314151617181920>>...150

/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A DMakefile18 include $(SRC)/cmd/Makefile.cmd
19 include $(SRC)/cmd/Makefile.ctf
29 LDLIBS = $(LDLIBS.cmd)
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile.fstype43 include $(SRC)/cmd/Makefile.cmd
47 FSCOMMONDIR= $(SRC)/cmd/fs.d
90 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/growfs/
H A DMakefile18 include $(SRC)/cmd/Makefile.cmd
28 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/fmt/
H A Dinc.flg28 echo_file usr/src/cmd/mailx/Makefile
29 echo_file usr/src/cmd/mailx/head.c
30 find_files "*.h" usr/src/cmd/mailx/hdr
/illumos-gate/exception_lists/
H A Dmapfilechk40 usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
41 usr/src/cmd/mdb/common/kmdb/mapfile_skel
42 usr/src/cmd/mklocale/
43 usr/src/cmd/perl/
44 usr/src/cmd/sgs/libconv/common/map.msg
45 usr/src/cmd/troff/troff.d/tmac.d/
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c375 int cmd; member
444 for (acp = ap_cmds; acp->cmd != CMD_NONE; acp++) { in ap_cmds_dump()
456 ap_state_cmd(cfga_cmd_t i, int *cmd) in ap_state_cmd() argument
487 *cmd = c; in ap_state_cmd()
533 if (acp->cmd == CMD_PASSTHRU) in ap_opt_parse()
636 ap_cmdp(int cmd) in ap_cmdp() argument
640 for (acp = ap_cmds; acp->cmd != CMD_NONE; acp++) in ap_cmdp()
641 if (acp->cmd == cmd) in ap_cmdp()
644 if (acp->cmd == CMD_NONE) in ap_cmdp()
725 if (cmd) in ap_cmd_parse()
[all …]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c279 ppb_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) in ppb_attach() argument
289 switch (cmd) { in ppb_attach()
402 ppb_detach(dev_info_t *devi, ddi_detach_cmd_t cmd) in ppb_detach() argument
407 switch (cmd) { in ppb_detach()
520 pf_init(rdip, (void *)ppb->ppb_fm_ibc, asp->cmd); in ppb_ctlops()
522 if (asp->cmd == DDI_RESUME && asp->when == DDI_PRE) in ppb_ctlops()
535 pf_fini(rdip, dsp->cmd); in ppb_ctlops()
850 ppb_ht_msimap_set(ddi_acc_handle_t cfg_hdl, int cmd) in ppb_ht_msimap_set() argument
860 switch (cmd) { in ppb_ht_msimap_set()
1041 return (pcihp_info(dip, cmd, arg, result)); in ppb_info()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_intr.c150 pqi_cmd_t *cmd = io->io_cmd; in pqi_process_io_intr() local
152 if ((cmd->pc_flags & PQI_FLAG_TIMED_OUT) != 0) in pqi_process_io_intr()
318 pqi_cmd_t *cmd; in process_raid_io_error() local
327 if ((cmd = io->io_cmd) == NULL || cmd->pc_pkt == NULL) in process_raid_io_error()
330 pkt = cmd->pc_pkt; in process_raid_io_error()
347 arq->sts_rqpkt_resid = cmd->pc_statuslen; in process_raid_io_error()
349 } else if (sense_len < cmd->pc_statuslen) { in process_raid_io_error()
351 arq->sts_rqpkt_resid = cmd->pc_statuslen - in process_raid_io_error()
359 if (cmd->pc_statuslen > PQI_ARQ_STATUS_NOSENSE_LEN) { in process_raid_io_error()
360 statusbuf_len = cmd->pc_statuslen - in process_raid_io_error()
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c109 cmd(sym, flg) in cmd() function
135 if (e = cmd(sym, flg | MTFLG))
235 r->regcom = cmd(0, NLFLG | MTFLG);
298 t->iftre = cmd(THSYM, NLFLG);
299 t->thtre = cmd(ELSYM | FISYM | EFSYM, NLFLG);
300 …t->eltre = ((w = wdval) == ELSYM ? cmd(FISYM, NLFLG) : (w == EFSYM ? (wdval = IFSYM, item(0)) : 0)…
335 t->fortre = cmd(wdval == DOSYM ? ODSYM : KTSYM, NLFLG);
348 t->whtre = cmd(DOSYM, NLFLG);
349 t->dotre = cmd(ODSYM, NLFLG);
354 r = cmd(KTSYM, NLFLG);
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c256 entry->cmd[i] = be64_to_cpu(cmd[i]); in t4_record_mbox()
3367 memset(&cmd, 0, sizeof(cmd)); in t4_get_pfres()
5459 memset(&cmd, 0, sizeof(cmd)); in t4_config_rss_range()
9267 memset(&cmd, 0, sizeof(cmd)); in t4_link_l1cfg_core()
10690 memset(&cmd, 0, sizeof(cmd)); in t4_init_portinfo_viid()
10699 ret = t4_wr_mbox(pi->adapter, mbox, &cmd, sizeof(cmd), &cmd); in t4_init_portinfo_viid()
11237 memset(&cmd, 0, sizeof(cmd)); in t4_set_vf_mac_acl()
11263 return t4_wr_mbox(adapter, adapter->mbox, &cmd, sizeof(cmd), &cmd); in t4_set_vf_mac_acl()
12044 memset(&cmd, 0, sizeof(cmd)); in t4_sched_config()
12067 memset(&cmd, 0, sizeof(cmd)); in t4_sched_params()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c67 int cmd; member
94 switch (uap->cmd) {
141 int cmd; local
164 cmd = cp->hrtc_cmd;
171 if (cmd == HRT_BSD || cmd == HRT_BSD_REP)
176 switch (cmd) {
/illumos-gate/usr/src/cmd/syseventd/daemons/
H A DMakefile.com34 include $(SRC)/cmd/Makefile.cmd
35 include $(SRC)/cmd/syseventd/Makefile.com
/illumos-gate/usr/src/cmd/trapstat/i386/
H A DMakefile26 include $(SRC)/cmd/Makefile.cmd
43 include $(SRC)/cmd/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A DMakefile39 include $(SRC)/cmd/picl/plugins/Makefile.com
44 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
61 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
104 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A DMakefile35 include $(SRC)/cmd/picl/plugins/Makefile.com
48 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
55 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcobj
56 LDLIBS += -L$(SRC)/cmd/picl/plugins/sun4u/psvc/psvcplugin
98 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A DMakefile38 include $(SRC)/cmd/picl/plugins/Makefile.com
43 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
59 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
103 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A DMakefile39 include $(SRC)/cmd/picl/plugins/Makefile.com
44 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
62 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
63 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
106 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A DMakefile39 include $(SRC)/cmd/picl/plugins/Makefile.com
44 CPPFLAGS += -I$(SRC)/cmd/picl/plugins/lib/picld_pluginutil
60 LDLIBS += -L$(SRC)/cmd/picl/plugins/common/devtree
61 LDLIBS += -L$(SRC)/cmd/picl/plugins/lib/picld_pluginutil/$(MACH)
104 include $(SRC)/cmd/picl/plugins/Makefile.targ
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_main.c194 char *cmd, *command_file = NULL; in main() local
251 cmd = safe_malloc(MAX_CMD_LINE_SZ); in main()
253 (void) strlcat(cmd, argv[c], MAX_CMD_LINE_SZ); in main()
254 (void) strlcat(cmd, " ", MAX_CMD_LINE_SZ); in main()
257 return (engine_exec(cmd)); in main()
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/
H A Dexit_consistent.c60 ventry->cmd = VEC_DEFAULT | VEC_FLAG_EXIT_CONSISTENT; in repeat_consistent_exit()
114 ventry.cmd = VEC_DEFAULT | VEC_FLAG_EXIT_CONSISTENT; in main()
145 ventry.cmd = VEC_DEFAULT; in main()
159 ventry.cmd = VEC_DEFAULT | VEC_FLAG_EXIT_CONSISTENT; in main()
171 ventry.cmd |= VEC_FLAG_EXIT_CONSISTENT; in main()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_dev.c102 aggr_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in aggr_attach() argument
104 switch (cmd) { in aggr_attach()
128 aggr_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in aggr_detach() argument
130 switch (cmd) { in aggr_detach()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-non-c.ksh29 cmd="$@"
31 out=$($ctf_convert $cmd 2>&1)
34 fail "$cmd succeeded but should have failed"
43 fail "$cmd: incorrect output $out"
/illumos-gate/usr/src/test/bhyve-tests/tests/perf/
H A DMakefile14 include $(SRC)/cmd/Makefile.cmd
15 include $(SRC)/cmd/Makefile.cmd.64
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A DMakefile14 include $(SRC)/cmd/Makefile.cmd
15 include $(SRC)/cmd/Makefile.cmd.64
/illumos-gate/usr/src/lib/brand/labeled/zone/
H A DMakefile32 include $(SRC)/cmd/Makefile.cmd
40 include $(SRC)/cmd/Makefile.targ

1...<<11121314151617181920>>...150