Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_shm.c186 static int pshm_closefile(struct fileglob *fg, vfs_context_t ctx);
200 .fo_close = pshm_closefile,
1067 pshm_closefile(struct fileglob *fg, __unused vfs_context_t ctx) in pshm_closefile() function