Lines Matching refs:iocp
56 IOCP iocp; in nd_getset() local
66 iocp = (IOCP)mp->b_rptr; in nd_getset()
67 if (iocp->ioc_count == 0 || !(mp1 = mp->b_cont)) { in nd_getset()
69 iocp->ioc_count = 0; in nd_getset()
70 iocp->ioc_error = EINVAL; in nd_getset()
77 avail = iocp->ioc_count; in nd_getset()
96 switch (iocp->ioc_cmd) { in nd_getset()
100 err = (*nde->nde_get_pfi)(q, mp1, nde->nde_data, iocp->ioc_cr); in nd_getset()
105 iocp->ioc_rval = 0; in nd_getset()
112 iocp->ioc_rval = size_out; in nd_getset()
117 iocp->ioc_count = size_out; in nd_getset()
123 if ((iocp->ioc_cr != NULL) && in nd_getset()
124 ((err = secpolicy_ip_config(iocp->ioc_cr, B_FALSE)) in nd_getset()
127 nde->nde_data, iocp->ioc_cr); in nd_getset()
129 iocp->ioc_count = 0; in nd_getset()
138 iocp->ioc_error = err; in nd_getset()