Searched refs:fo_close (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h159 int (*fo_close) (struct fileglob *fg, vfs_context_t ctx); member in struct:fileglob::fileops
188 int fo_close(struct fileglob *fg, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4485 * <fo_close>:??? Anything returnable by a per-fileops
4505 error = fo_close(fg, ctx);
5303 * fo_close
5316 fo_close(struct fileglob *fg, vfs_context_t ctx) function
5318 return((*fg->fg_ops->fo_close)(fg, ctx));
H A Dkern_event.c132 .fo_close = kqueue_close,

Completed in 20 milliseconds