Home
last modified time | relevance | path

Searched refs:ps_dpbuf (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/uts/common/sys/
H A Dpoll_impl.h135 pollfd_t *ps_dpbuf; /* return pollfd buf used by devpoll */ member
/titanic_53/usr/src/uts/common/io/
H A Ddevpoll.c1213 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()
/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c2346 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()