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

  /external/strace/
defs.h 213 #define IOCTL(f,c,a) mp_ioctl (f, c, a, sizeof *a)
217 (IOCTL (t->pfd, PCWSTOP, (char *)NULL) < 0 ? -1 : \
236 #define IOCTL ioctl
237 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status)
238 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWSTOP, &t->status)
248 #define IOCTL ioctl
249 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status)
250 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWAIT, &t->status
    [all...]
strace.c 885 if (IOCTL(tcp->pfd, PIOCSTOP, (char *)NULL) < 0) {
893 if (IOCTL(tcp->pfd, PIOCSET, &arg) < 0) {
899 if (IOCTL(tcp->pfd, followfork ? PIOCSET : PIOCRESET, &arg) < 0) {
905 if (ioctl(tcp->pfd, PIOCSRLC) < 0) {
909 if (ioctl(tcp->pfd, followfork ? PIOCSFORK : PIOCRFORK) < 0) {
915 if (ioctl(tcp->pfd, PIOCGFL, &arg) < 0) {
920 if (ioctl(tcp->pfd, PIOCSFL, arg) < 0) {
949 if (IOCTL(tcp->pfd, PIOCSENTRY, &syscalls) < 0) {
954 if (IOCTL(tcp->pfd, PIOCSEXIT, &syscalls) < 0) {
964 if (IOCTL(tcp->pfd, PIOCSTRACE, &signals) < 0)
    [all...]
configure     [all...]

Completed in 67 milliseconds