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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c3014 pool_create_t u_create; local
3166 u_create.pc_o_type = destroy->pdu_ioctl.pd_o_type;
3167 u_create.pc_o_sub_type = destroy->pdu_ioctl.pd_o_sub_type;
3169 if (ioctl(prov->pkc_fd, POOL_CREATE, &u_create) < 0) {
3184 cb->cb_buf, u_create.pc_i_id);
3198 u_propput.pp_o_id = u_create.pc_i_id;
3236 u_assoc.pa_o_pool_id = u_create.pc_i_id;

Completed in 66 milliseconds