Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Daio.c401 aiop = curproc->p_aio; in aionotify()
534 aiop = curproc->p_aio; in aiowait()
624 aiop = curproc->p_aio; in aiowaitn()
920 aiop = curproc->p_aio; in aiosuspend()
1096 if ((aiop = p->p_aio) == NULL) { in aioinit()
1098 p->p_aio = aiop; in aioinit()
1129 if ((aiop = p->p_aio) == NULL) in aiostart()
1230 aiop = curproc->p_aio; in alio()
1572 aiop = curproc->p_aio; in aliowait()
1682 aiop = curproc->p_aio; in aio_list_get()
[all …]
H A Daio_subr.c234 aiop = p->p_aio; in aio_done()
694 aio_t *aiop = curproc->p_aio; in aio_cleanup()
1026 aio_t *aiop = p->p_aio; in aio_cleanup_exit()
1085 p->p_aio = NULL; in aio_cleanup_exit()
1201 aiop = curproc->p_aio; in aio_close_port()
1292 struct aio *aiop = procp->p_aio; in aio_cleanup_dr_delete_memory()
H A Dexit.c441 if (p->p_aio) in proc_exit()
H A Dmem_config.c1696 if (procp->p_aio != NULL) { in dr_aio_cleanup_thread()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h304 struct aio *p_aio; /* pointer to async I/O struct */ member
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsyscall.c642 if (p->p_aio) in post_syscall()
/titanic_41/usr/src/uts/sparc/os/
H A Dsyscall.c732 if (p->p_aio) in post_syscall()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c1318 if (p->p_aio) in trap_cleanup()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1470 if (p->p_aio) in trap()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_page.c7283 if (procp->p_aio != NULL) { in do_aio_cleanup()