Home | Sort by: relevance | last modified time | path |
/src/lib/librumphijack/ | |
hijack.c | 577 int isrump = -1; \ 580 isrump = path_isrump(path); \ 582 isrump = fd_isrump(fd); \ 586 fd, path, isrump ? "rump" : "host")); \ 588 assert(isrump != -1); \ 589 if (isrump) { \ 1136 int isrump; local in function:dodup 1144 isrump = 1; 1151 isrump = 0; 1156 if (isrump) 1193 bool isrump; local in function:open 1249 bool isrump; local in function:fchdir 1417 bool isrump; local in function:REALSOCKET 1441 bool isrump; local in function:accept 1471 bool isrump; local in function:paccept 1762 const bool isrump = fd_isrump(fd); local in function:recvmsg 1818 const bool isrump = fd_isrump(fd); local in function:sendmsg [all...] |