HomeSort by relevance Sort by last modified time
    Searched refs:proc_open (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 615 extern int proc_open(struct tcb *tcp, int attaching);
strace.c 422 if (proc_open(tcp, 1) < 0) {
589 /* Kludge for SGI, see proc_open for details. */
685 if (proc_open(tcp, 0) < 0) {
1142 proc_open(struct tcb *tcp, int attaching) function
    [all...]
process.c 531 if (proc_open(tcpchild, 2) < 0)
    [all...]

Completed in 49 milliseconds