Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c1151 aio_req_assoc_port_rw(port_notify_t *pntfy, aiocb_t *cbp, in aio_req_assoc_port_rw() argument
1165 port_init_event(pkevp, (uintptr_t)cbp, pntfy->portnfy_user, in aio_req_assoc_port_rw()
1169 reqp->aio_req_port = pntfy->portnfy_port; in aio_req_assoc_port_rw()
2054 port_notify_t pntfy; in aiorw() local
2088 &pntfy, sizeof (port_notify_t))) { in aiorw()
2094 pntfy.portnfy_port = aiocb.aio_sigevent.sigev_signo; in aiorw()
2095 pntfy.portnfy_user = in aiorw()
2138 pntfy.portnfy_port = pntfy32.portnfy_port; in aiorw()
2139 pntfy.portnfy_user = (void *)(uintptr_t) in aiorw()
2143 pntfy.portnfy_port = sigev32->sigev_signo; in aiorw()
[all …]