Lines Matching refs:pcu_ioctl
130 pool_create_t pcu_ioctl;
1753 create->pcu_ioctl.pc_o_type = class;
1763 create->pcu_ioctl.pc_o_sub_type = res_class;
1766 create->pcu_ioctl.pc_o_sub_type = comp_class;
2818 if (ioctl(prov->pkc_fd, POOL_CREATE, &create->pcu_ioctl) < 0) {
2833 cb->cb_buf, create->pcu_ioctl.pc_i_id) == 0);
2842 pool_value_set_int64(&val, create->pcu_ioctl.pc_i_id);
3153 u_destroy.pd_o_type = create->pcu_ioctl.pc_o_type;
3154 u_destroy.pd_o_sub_type = create->pcu_ioctl.pc_o_sub_type;
3155 u_destroy.pd_o_id = create->pcu_ioctl.pc_i_id;