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

  /external/strace/
defs.h 611 extern int proc_open(struct tcb *tcp, int attaching);
strace.c 419 if (proc_open(tcp, 1) < 0) {
586 /* Kludge for SGI, see proc_open for details. */
682 if (proc_open(tcp, 0) < 0) {
1139 proc_open(struct tcb *tcp, int attaching) function
    [all...]
process.c 531 if (proc_open(tcpchild, 2) < 0)
    [all...]

Completed in 120 milliseconds