Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_syscalls.c40 static int nxop_close(struct fileglob *, vfs_context_t);
48 .fo_close = nxop_close,
67 nxop_close(struct fileglob *fg, vfs_context_t ctx) in nxop_close() function