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 226 #define PIOCSET PCSET
strace.c 890 #ifdef PIOCSET
893 if (IOCTL(tcp->pfd, PIOCSET, &arg) < 0) {
894 perror("PIOCSET PR_RLC");
899 if (IOCTL(tcp->pfd, followfork ? PIOCSET : PIOCRESET, &arg) < 0) {
903 #else /* !PIOCSET */
925 #endif /* !PIOCSET */
    [all...]

Completed in 15 milliseconds