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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c3017 pool_propput_t u_propput; local
3196 u_propput.pp_o_id_type = destroy->pdu_ioctl.pd_o_type;
3197 u_propput.pp_o_id_sub_type = destroy->pdu_ioctl.pd_o_sub_type;
3198 u_propput.pp_o_id = u_create.pc_i_id;
3199 u_propput.pp_o_buf = NULL;
3215 if (nvlist_pack(tmplist, (char **)&u_propput.pp_o_buf,
3216 &u_propput.pp_o_bufsize, NV_ENCODE_NATIVE, 0) != 0) {
3221 if (ioctl(prov->pkc_fd, POOL_PROPPUT, &u_propput) < 0) {
3222 free(u_propput.pp_o_buf);
3226 free(u_propput
[all...]

Completed in 51 milliseconds