Searched refs:ioccmd (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sad.h | 161 #define SAD_VER(ioccmd) (((ioccmd) >> 4) & 0x0f) argument 162 #define SAD_CMD(ioccmd) ((ioccmd) & ~0xf0) argument
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlib.c | 95 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()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | interface.c | 665 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()
|
/illumos-gate/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 213 static int cmdk_get_modser(struct cmdk *dkp, int ioccmd, char *buf, int len); 1642 cmdk_get_modser(struct cmdk *dkp, int ioccmd, char *buf, int len) in cmdk_get_modser() argument 1656 ioccmd, in cmdk_get_modser()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 145 int ioccmd, struct linkblk *li); 6895 ipsq_current_start(ipsq_t *ipsq, ipif_t *ipif, int ioccmd) in ipsq_current_start() argument 6905 ipx->ipx_current_ioctl = ioccmd; in ipsq_current_start() 6927 switch (ioccmd) { in ipsq_current_start() 8525 ip_sioctl_plink_ipmp(ill_t *ill, int ioccmd) in ip_sioctl_plink_ipmp() argument 8533 switch (ioccmd) { in ip_sioctl_plink_ipmp() 8590 int ioccmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd; in ip_sioctl_plink() local 8593 ASSERT(ioccmd == I_PLINK || ioccmd == I_PUNLINK || in ip_sioctl_plink() 8594 ioccmd == I_LINK || ioccmd == I_UNLINK); in ip_sioctl_plink() 8599 err = ip_sioctl_plink_ipmod(ipsq, q, mp, ioccmd, li); in ip_sioctl_plink() [all …]
|