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

  /external/strace/
proc.c 137 case PIOCRUN:
defs.h 234 #define PIOCRUN PCRUN
251 #define PIOCRUN PIOCCONT
strace.c 997 if (IOCTL (tcp->pfd, PIOCRUN, &arg) < 0) {
998 perror("PIOCRUN");
1022 if (IOCTL(tcp->pfd, PIOCRUN, &arg) < 0) {
1024 if (IOCTL(tcp->pfd, PIOCRUN, 0) < 0) {
1026 perror("PIOCRUN");
    [all...]

Completed in 23 milliseconds