Home
last modified time | relevance | path

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

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