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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c1155 aio_req_assoc_port_rw(port_notify_t *pntfy, aiocb_t *cbp, argument
1161 error = port_alloc_event(pntfy->portnfy_port, PORT_ALLOC_DEFAULT,
1169 port_init_event(pkevp, (uintptr_t)cbp, pntfy->portnfy_user,
1173 reqp->aio_req_port = pntfy->portnfy_port;
2062 port_notify_t pntfy; local
2096 &pntfy, sizeof (port_notify_t))) {
2102 pntfy.portnfy_port = aiocb.aio_sigevent.sigev_signo;
2103 pntfy.portnfy_user =
2146 pntfy.portnfy_port = pntfy32.portnfy_port;
2147 pntfy
[all...]

Completed in 64 milliseconds