Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_syscalls.c43 static int chop_close(struct fileglob *, vfs_context_t);
52 .fo_close = chop_close,
109 chop_close(struct fileglob *fg, vfs_context_t ctx) in chop_close() function