Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dposix_shm.c184 static int pshm_closefile(struct fileglob *fg, vfs_context_t ctx);
198 .fo_close = pshm_closefile,
1072 pshm_closefile(struct fileglob *fg, __unused vfs_context_t ctx) in pshm_closefile() function