Home
last modified time | relevance | path

Searched refs:ioccmd (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsad.h161 #define SAD_VER(ioccmd) (((ioccmd) >> 4) & 0x0f) argument
162 #define SAD_CMD(ioccmd) ((ioccmd) & ~0xf0) argument
/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c119 xdfs_get_modser(xdfs_state_t *xsp, int ioccmd, char *buf, int len) in xdfs_get_modser() argument
135 ioccmd, (uintptr_t)&strarg, FNATIVE | FKIOCTL) != 0) in xdfs_get_modser()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdlib.c95 i_dladm_ib_ioctl(dladm_handle_t handle, int ioccmd, ibd_ioctl_t *iocp) in i_dladm_ib_ioctl() argument
97 if (ioctl(dladm_dld_fd(handle), ioccmd, iocp) == 0) in i_dladm_ib_ioctl()
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c665 checkaddr(const dhcp_lif_t *lif, int ioccmd, const in6_addr_t *addr, in checkaddr() argument
680 if (ioctl(fd, ioccmd, &lifr) == -1) { in checkaddr()
688 lif->lif_name, ioccmd, strerror(errno)); in checkaddr()
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c223 static int cmdk_get_modser(struct cmdk *dkp, int ioccmd, char *buf, int len);
1678 cmdk_get_modser(struct cmdk *dkp, int ioccmd, char *buf, int len) in cmdk_get_modser() argument
1692 ioccmd, in cmdk_get_modser()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c144 int ioccmd, struct linkblk *li);
6891 ipsq_current_start(ipsq_t *ipsq, ipif_t *ipif, int ioccmd) in ipsq_current_start() argument
6901 ipx->ipx_current_ioctl = ioccmd; in ipsq_current_start()
6923 switch (ioccmd) { in ipsq_current_start()
8517 ip_sioctl_plink_ipmp(ill_t *ill, int ioccmd) in ip_sioctl_plink_ipmp() argument
8525 switch (ioccmd) { in ip_sioctl_plink_ipmp()
8582 int ioccmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd; in ip_sioctl_plink() local
8585 ASSERT(ioccmd == I_PLINK || ioccmd == I_PUNLINK || in ip_sioctl_plink()
8586 ioccmd == I_LINK || ioccmd == I_UNLINK); in ip_sioctl_plink()
8591 err = ip_sioctl_plink_ipmod(ipsq, q, mp, ioccmd, li); in ip_sioctl_plink()
[all …]