Searched defs:ioc_cmd (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpckt.c616 int32_t ioc_cmd; member in struct:iocblk32
636 niocblk_32.ioc_cmd = iocblk_64->ioc_cmd;
H A Dtimod.c991 int ioc_cmd; local
1006 ioc_cmd = iocbp->ioc_cmd;
1011 if (ioc_cmd == TI_CAPABILITY) {
1074 if (ioc_cmd != TI_GETINFO && ioc_cmd != TI_SYNC) {
1081 if (iocbp->ioc_cmd == TI_SYNC) {
1126 if (iocbp->ioc_cmd == TI_SYNC) {
1335 if (iocbp->ioc_cmd == TI_GETMYNAME) {
1359 } else if (iocbp->ioc_cmd
2934 int ioc_cmd = iocb->ioc_cmd; local
[all...]
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb_dev.h295 uchar_t ioc_cmd; member in struct:smbioc_rq
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c148 m_event_struct_t *ioc_cmd = NULL; local
150 ioc_cmd = mpt->m_ioc_event_cmdq;
151 while (ioc_cmd != NULL) {
152 if (&(ioc_cmd->m_event_cmd) == cmd) {
153 return (ioc_cmd);
155 ioc_cmd = ioc_cmd->m_event_linkp;
157 ioc_cmd = NULL;
158 return (ioc_cmd);
164 m_event_struct_t *ioc_cmd local
1051 m_event_struct_t *ioc_cmd = NULL; local
1068 m_event_struct_t *ioc_cmd = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c253 #define IOC_CMD(mp) (((struct iocblk *)(mp)->b_rptr)->ioc_cmd)
1580 ("man_uwput: M_IOCTL ioc_cmd(0x%x)\n",
1581 iocp->ioc_cmd));
1585 ("man_uwput: M_CTL ioc_cmd(0x%x)\n",
1586 iocp->ioc_cmd));
1961 char ioc_cmd[30]; local
1963 (void) sprintf(ioc_cmd, "not handled IOCTL 0x%x",
1964 iocp->ioc_cmd);
1968 (iocp->ioc_cmd == I_PLINK) ? "I_PLINK" :
1969 (iocp->ioc_cmd
3805 char ioc_cmd[256]; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h479 int ioc_cmd; /* ioctl command type */ member in struct:iocblk
489 int ioc_cmd; /* ioctl command type */ member in struct:iocblk
522 int cq_cmd; /* ioctl command (from ioc_cmd) */
523 cred_t *cq_cr; /* full credentials (from ioc_cmd) */
532 int cq_cmd; /* ioctl command (from ioc_cmd) */
548 int cp_cmd; /* ioctl command (from ioc_cmd) */
549 cred_t *cp_cr; /* full credentials (from ioc_cmd) */
558 int cp_cmd; /* ioctl command (from ioc_cmd) */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c7397 if (iocp->ioc_cmd == O_SIOCGIFCONF) {
7433 if (iocp->ioc_cmd == O_SIOCGIFCONF) {
7675 if (iocp->ioc_cmd == O_SIOCGLIFCONF)
7722 if (iocp->ioc_cmd == O_SIOCGLIFCONF) {
7813 switch (iocp->ioc_cmd) {
8296 switch (iocp->ioc_cmd) {
8585 int ioccmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd;
8749 ip_sioctl_lookup(int ioc_cmd) argument
8755 if (ioc_cmd == IPI_DONTCARE)
8764 index = ioc_cmd
[all...]

Completed in 120 milliseconds