Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dfio.c340 uf_info_t *fip = P_FINFO(curproc); in flist_grow()
586 uf_info_t *fip = P_FINFO(curproc); in getf_gen()
639 uf_info_t *fip = P_FINFO(p); in closeandsetf()
821 uf_info_t *fip = P_FINFO(curproc); in releasef()
1002 uf_info_t *fip = P_FINFO(p); in ufalloc_file()
1070 uf_info_t *fip = P_FINFO(p); in ufcanalloc()
1187 uf_info_t *fip = P_FINFO(curproc); in setf()
1218 uf_info_t *fip = P_FINFO(curproc); in f_getfl()
1255 uf_info_t *fip = P_FINFO(curproc); in f_getfd_error()
1299 uf_info_t *fip = P_FINFO(curproc); in f_setfd_error()
[all …]
H A Dfork.c683 uf_info_t *fip = P_FINFO(cp); in fork_fail()
1189 fcnt_add(P_FINFO(pp), 1); in getproc()
1210 flist_fork(P_FINFO(pp), P_FINFO(cp)); in getproc()
H A Dexit.c188 closeall(P_FINFO(p)); in restart_init()
682 closeall(P_FINFO(p)); in proc_exit()
H A Daio_subr.c217 areleasef(fd, P_FINFO(p)); in aio_done()
H A Dexec.c518 close_exec(P_FINFO(p)); in exec_common()
H A Dzone.c3859 closeall(P_FINFO(pp)); in zsched()
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c122 nentries = MIN(P_FINFO(curproc)->fi_nfiles, (int)fdno_ctl); in fdread()
174 ((P_FINFO(curproc)->fi_nfiles + 2) * FDSDSIZE); in fdgetattr()
251 nentries = MIN(P_FINFO(curproc)->fi_nfiles, (int)fdno_ctl); in fdreaddir()
467 (MIN(P_FINFO(curproc)->fi_nfiles, fdno_ctl + 2)); in fdstatvfs()
/illumos-gate/usr/src/uts/common/sys/
H A Duser.h269 #define P_FINFO(p) (&(p)->p_user.u_finfo) macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c86 fip = P_FINFO(p); in setup_note_header()
357 fip = P_FINFO(p); in write_elfnotes()
/illumos-gate/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.c2764 uf_info_t *fip = P_FINFO(curproc); in pollcheckphlist()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3206 vap->va_size = (P_FINFO(p)->fi_nfiles + 4) * PRSDSIZE; in prgetattr()
3213 P_FINFO(p)->fi_nfiles) * PRSDSIZE; in prgetattr()
3229 vap->va_size = (P_FINFO(p)->fi_nfiles + 2) * PRSDSIZE; in prgetattr()
4482 fip = P_FINFO(p); in pr_lookup_pathdir()
5600 fip = P_FINFO(p); in pr_readdir_fdlist()
5697 fip = P_FINFO(p); in pr_readdir_pathdir()
H A Dprsubr.c1562 fip = P_FINFO(p); in pr_getf()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c873 if ((uint_t)fd >= P_FINFO(curproc)->fi_nfiles) { in dpwrite()