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

  /external/strace/
proc.c 148 #ifdef PIOCSET
149 case PIOCSET:
159 #endif /* PIOCSET */
defs.h 268 #define PIOCSET PCSET
strace.c 1233 #ifdef PIOCSET
1236 if (IOCTL(tcp->pfd, PIOCSET, &arg) < 0) {
1237 perror("PIOCSET PR_RLC");
1242 if (IOCTL(tcp->pfd, followfork ? PIOCSET : PIOCRESET, &arg) < 0) {
1246 #else /* !PIOCSET */
1268 #endif /* !PIOCSET */
    [all...]

Completed in 21 milliseconds