Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfile_internal.h281 fg_drop(proc_t p, struct fileglob *fg);
/xnu-11215.81.4/bsd/kern/
H A Duipc_usrreq.c2750 fg_drop(UNP_FG_NOPROC, *fpp); in unp_gc()
2836 (void) fg_drop(p, fg); in unp_discard()
H A Dkern_descrip.c248 fg_drop(proc_t p, struct fileglob *fg) in fg_drop() function
1797 return fg_drop(p, fg); in fp_close_and_unlock()
5910 (void)fg_drop(FG_NOPROC, fg); in fileport_releasefg()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c3352 (void) fg_drop(current_proc(), xfg); in close_xattrfile()