Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dfio.c339 uf_info_t *fip = P_FINFO(curproc); in flist_grow()
585 uf_info_t *fip = P_FINFO(curproc); in getf()
629 uf_info_t *fip = P_FINFO(p); in closeandsetf()
810 uf_info_t *fip = P_FINFO(curproc); in releasef()
936 ASSERT(MUTEX_NOT_HELD(&P_FINFO(curproc)->fi_lock)); in closef()
987 uf_info_t *fip = P_FINFO(p); in ufalloc_file()
1052 uf_info_t *fip = P_FINFO(p); in ufcanalloc()
1169 uf_info_t *fip = P_FINFO(curproc); in setf()
1199 uf_info_t *fip = P_FINFO(curproc); in f_getfl()
1236 uf_info_t *fip = P_FINFO(curproc); in f_getfd_error()
[all …]
H A Dfork.c673 uf_info_t *fip = P_FINFO(cp); in fork_fail()
1171 fcnt_add(P_FINFO(pp), 1); in getproc()
1192 flist_fork(P_FINFO(pp), P_FINFO(cp)); in getproc()
H A Dexit.c184 closeall(P_FINFO(p)); in restart_init()
546 closeall(P_FINFO(p)); in proc_exit()
H A Daio_subr.c232 areleasef(fd, P_FINFO(p)); in aio_done()
H A Dexec.c418 close_exec(P_FINFO(p)); in exec_common()
H A Dzone.c3701 closeall(P_FINFO(pp)); in zsched()
/titanic_41/usr/src/uts/common/fs/fd/
H A Dfdops.c121 nentries = MIN(P_FINFO(curproc)->fi_nfiles, (int)fdno_ctl); in fdread()
173 ((P_FINFO(curproc)->fi_nfiles + 2) * FDSDSIZE); in fdgetattr()
250 nentries = MIN(P_FINFO(curproc)->fi_nfiles, (int)fdno_ctl); in fdreaddir()
465 (MIN(P_FINFO(curproc)->fi_nfiles, fdno_ctl + 2)); in fdstatvfs()
/titanic_41/usr/src/uts/common/sys/
H A Duser.h251 #define P_FINFO(p) (&(p)->p_user.u_finfo) macro
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_notes.c84 fip = P_FINFO(p); in setup_note_header()
337 fip = P_FINFO(p); in write_elfnotes()
/titanic_41/usr/src/uts/common/syscall/
H A Duadmin.c228 closeall(P_FINFO(curproc)); in kadmin()
H A Dutssys.c381 fip = P_FINFO(prp); in dofusers()
H A Dpoll.c2520 uf_info_t *fip = P_FINFO(curproc); in pollcheckphlist()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvnops.c2944 vap->va_size = (P_FINFO(p)->fi_nfiles + 4) * PRSDSIZE; in prgetattr()
2951 P_FINFO(p)->fi_nfiles) * PRSDSIZE; in prgetattr()
2966 vap->va_size = (P_FINFO(p)->fi_nfiles + 2) * PRSDSIZE; in prgetattr()
4011 fip = P_FINFO(p); in pr_lookup_fddir()
4109 fip = P_FINFO(p); in pr_lookup_pathdir()
5215 fip = P_FINFO(p); in pr_readdir_fddir()
5294 fip = P_FINFO(p); in pr_readdir_pathdir()
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c576 if ((uint_t)fd >= P_FINFO(curproc)->fi_nfiles) in dpwrite()