hijack.c | 350 { DUALCALL_OPEN, "open", RSYS_NAME(OPEN) }, 1190 open(const char *path, int flags, ...) function in typeref:typename:int 1198 DPRINTF(("open -> %s (%s)", path, whichpath(path))); 1203 op_open = GETSYSCALL(rump, OPEN); 1206 op_open = GETSYSCALL(host, OPEN); 1609 * open, the correct return value is 2. 2229 * then, open two pipes, one for notifications
|