Home
last modified time | relevance | path

Searched refs:cmd (Results 3251 – 3275 of 3730) sorted by relevance

1...<<131132133134135136137138139140>>...150

/illumos-gate/usr/src/pkg/manifests/
H A Druntime-perl-module-sun-solaris.p5m100 license usr/src/cmd/perl/THIRDPARTYLICENSE \
101 license=usr/src/cmd/perl/THIRDPARTYLICENSE
/illumos-gate/usr/src/uts/intel/os/
H A Dsysi86.c81 sysi86(short cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) in sysi86() argument
88 switch (cmd) { in sysi86()
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c343 dconf_dev_ioctl(dumpconf_t *dcp, int cmd) in dconf_dev_ioctl() argument
345 if (ioctl(dcp->dc_dump_fd, cmd, dcp->dc_device) == 0) in dconf_dev_ioctl()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c601 ventry->cmd = VEC_FULFILL_INOUT; in ventry_fulfill_inout()
614 ventry->cmd = VEC_FULFILL_MMIO; in ventry_fulfill_mmio()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c236 tavor_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) in tavor_getinfo() argument
242 switch (cmd) { in tavor_getinfo()
514 tavor_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) in tavor_attach() argument
526 switch (cmd) { in tavor_attach()
657 tavor_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in tavor_detach() argument
670 switch (cmd) { in tavor_detach()
693 ibc_status = ibc_pre_detach(state->ts_ibtfpriv, cmd); in tavor_detach()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h64 char *cmd; member
/illumos-gate/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c283 cdbp->cmd = command; in makecommand()
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A DMakefile57 include ../../Makefile.cmd
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.32.msg30 # Message file for cmd/sgs/libelf (32bit specific - basically).
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_var.h237 enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp,
/illumos-gate/usr/src/uts/common/io/
H A Dclone.c118 cln_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) in cln_attach() argument
H A Dtrill.c1207 trill_do_ioctl(trill_sock_t *tsock, int cmd, void *arg, int mode) in trill_do_ioctl() argument
1212 switch (cmd) { in trill_do_ioctl()
1611 trill_ioctl(sock_lower_handle_t proto_handle, int cmd, intptr_t arg, in trill_ioctl() argument
1617 switch (cmd) { in trill_ioctl()
1631 rc = trill_do_ioctl(tsock, cmd, (void *)arg, mode); in trill_ioctl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_crypt.h172 int dsl_crypto_params_create_nvlist(dcp_cmd_t cmd, nvlist_t *props,
/illumos-gate/usr/src/cmd/svc/svccfg/
H A DMakefile53 include ../../Makefile.cmd
/illumos-gate/usr/src/cmd/devfsadm/
H A DMakefile.com31 include ../../Makefile.cmd
/illumos-gate/usr/src/cmd/sgs/rtld/
H A DMakefile.com49 include $(SRC)/cmd/sgs/Makefile.com
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile29 include ../Makefile.cmd
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c1608 ipmp_ill_rtsaddrmsg(ill_t *ill, int cmd) in ipmp_ill_rtsaddrmsg() argument
1613 ASSERT(cmd == RTM_ADD || cmd == RTM_DELETE); in ipmp_ill_rtsaddrmsg()
1630 if (cmd == RTM_ADD) in ipmp_ill_rtsaddrmsg()
1635 ip_rts_newaddrmsg(cmd, 0, ipif, RTSQ_NORMAL); in ipmp_ill_rtsaddrmsg()
1637 if (cmd == RTM_DELETE) in ipmp_ill_rtsaddrmsg()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c142 t.cmd = MMUEXT_INVLPG_LOCAL; in xen_flush_va()
161 t.cmd = MMUEXT_INVLPG_MULTI; in xen_gflush_va()
179 t.cmd = MMUEXT_TLB_FLUSH_LOCAL; in xen_flush_tlb()
193 t.cmd = MMUEXT_TLB_FLUSH_MULTI; in xen_gflush_tlb()
233 t.cmd = MMUEXT_PIN_L1_TABLE + lvl; in xen_pin()
246 t.cmd = MMUEXT_UNPIN_TABLE; in xen_unpin()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c301 int appr_ioctl(data, cmd, mode, ifs) in appr_ioctl() argument
303 ioctlcmd_t cmd;
313 switch (cmd)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c50 ath9k_hw_ani_control(struct ath_hal *ah, enum ath9k_ani_cmd cmd, int param) in ath9k_hw_ani_control() argument
55 switch (cmd & ahp->ah_ani_function) { in ath9k_hw_ani_control()
210 "%s: invalid cmd %u\n", __func__, cmd)); in ath9k_hw_ani_control()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c448 char *cmd; in exec_method() local
453 cmd = uu_msprintf("exec %s", method); in exec_method()
597 (void) execle(SBIN_SH, SBIN_SH, "-c", cmd, NULL, nenv); in exec_method()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c468 brand_solaris_cmd(int cmd, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, in brand_solaris_cmd() argument
483 if (cmd == B_EXEC_BRAND) in brand_solaris_cmd()
495 switch ((cmd)) { in brand_solaris_cmd()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1495 int cmd; in hxge_param_ioctl() local
1499 cmd = iocp->ioc_cmd; in hxge_param_ioctl()
1500 switch (cmd) { in hxge_param_ioctl()
1503 "hxge_param_ioctl: bad cmd 0x%0x", cmd)); in hxge_param_ioctl()
1509 "hxge_param_ioctl: cmd 0x%0x", cmd)); in hxge_param_ioctl()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c78 Elf_Cmd cmd; in each_file() local
107 cmd = ELF_C_READ; in each_file()
108 if ((arf = elf_begin(fd, cmd, NULL)) == NULL) { in each_file()
151 while ((elf = elf_begin(fd, cmd, arf)) != 0) { in each_file()
221 cmd = elf_next(elf); in each_file()

1...<<131132133134135136137138139140>>...150