Lines Matching defs:khp
201 klpd_head_t *khp;
206 khp = kmem_zalloc(len, KM_SLEEP);
207 khp->klh_argoff = 0;
223 khp = kmem_zalloc(len, KM_SLEEP);
225 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t);
226 kap = KLH_ARG(khp);
230 kmem_free(khp, len);
236 kmem_free(khp, len);
265 khp = kmem_zalloc(len, KM_SLEEP);
266 khp->klh_argoff = sizeof (klpd_head_t) + sizeof (priv_set_t);
267 kap = KLH_ARG(khp);
273 khp->klh_vers = KLPDCALL_VERS;
274 khp->klh_len = len;
275 khp->klh_privoff = sizeof (*khp);
276 *KLH_PRIVSET(khp) = *rq;
279 kap->kla_dlen = len - khp->klh_argoff;
281 return (khp);