Home | History | Annotate | Download | only in librumphijack

Lines Matching refs:CLOSE

332 	{ DUALCALL_CLOSE,	"close",	RSYS_NAME(CLOSE)	},
1171 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
1588 /* hmm, maybe we should close rump fd's not within dup2mask? */
1653 close(int fd)
1658 DPRINTF(("close -> %d\n", fd));
1672 op_close = GETSYSCALL(rump, CLOSE);
1680 op_close = GETSYSCALL(host, CLOSE);
1868 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
2353 host_close = GETSYSCALL(host, CLOSE);