Lines Matching defs:op_close
1171 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
1175 op_close(fd);
1183 op_close(ofd);
1655 int (*op_close)(int);
1672 op_close = GETSYSCALL(rump, CLOSE);
1673 rv = op_close(fd);
1680 op_close = GETSYSCALL(host, CLOSE);
1681 rv = op_close(fd);
1868 int (*op_close)(int) = GETSYSCALL(host, CLOSE);
1887 op_close(newd);