Searched refs:ps_dpbuf (Results 1 – 3 of 3) sorted by relevance
135 pollfd_t *ps_dpbuf; /* return pollfd buf used by devpoll */ member
1213 kmem_free(ps->ps_dpbuf, ps->ps_dpbufsize); in dpioctl()1214 ps->ps_dpbuf = kmem_zalloc(size, KM_SLEEP); in dpioctl()1230 error = dp_pcache_poll(dpep, ps->ps_dpbuf, in dpioctl()1271 if (copyout(ps->ps_dpbuf, in dpioctl()
2346 if (ps->ps_dpbuf != NULL) { in pollstate_destroy()2347 kmem_free(ps->ps_dpbuf, ps->ps_dpbufsize); in pollstate_destroy()2348 ps->ps_dpbuf = NULL; in pollstate_destroy()