Searched refs:ibd_ioctl_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ibpart.h | 66 } ibd_ioctl_t; typedef 73 ibd_ioctl_t ibdioc; 85 ibd_ioctl_t ibdioc; 92 ibd_ioctl_t ibdioc;
|
/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() 126 status = i_dladm_ib_ioctl(handle, IBD_INFO_IBPART, (ibd_ioctl_t *)&ioc); in i_dladm_part_info_active() 284 status = i_dladm_ib_ioctl(handle, IBD_INFO_IBPART, (ibd_ioctl_t *)&ioc); in dladm_ib_info() 306 status = i_dladm_ib_ioctl(handle, IBD_INFO_IBPART, (ibd_ioctl_t *)&ioc); in dladm_ib_info()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 552 {IBD_INFO_IBPART, DLDCOPYIN, sizeof (ibd_ioctl_t), 8416 ibd_ioctl_t cmd; in ibd_get_partition_info() 8429 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info() 8476 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info() 8506 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info() 8543 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info() 8579 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info() 8609 size = sizeof (ibd_ioctl_t); in ibd_get_partition_info()
|