Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus_syscalls.c39 static int nxop_close(struct fileglob *, vfs_context_t);
47 .fo_close = nxop_close,
53 nxop_close(struct fileglob *fg, vfs_context_t ctx) in nxop_close() function