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

  /external/strace/
defs.h 255 #define IOCTL(f,c,a) mp_ioctl (f, c, a, sizeof *a)
259 (IOCTL (t->pfd, PCWSTOP, (char *)NULL) < 0 ? -1 : \
278 #define IOCTL ioctl
279 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status)
280 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWSTOP, &t->status)
290 #define IOCTL ioctl
291 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status)
292 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWAIT, &t->status
    [all...]
strace.c 1228 if (IOCTL(tcp->pfd, PIOCSTOP, (char *)NULL) < 0) {
1236 if (IOCTL(tcp->pfd, PIOCSET, &arg) < 0) {
1242 if (IOCTL(tcp->pfd, followfork ? PIOCSET : PIOCRESET, &arg) < 0) {
1248 if (ioctl(tcp->pfd, PIOCSRLC) < 0) {
1252 if (ioctl(tcp->pfd, followfork ? PIOCSFORK : PIOCRFORK) < 0) {
1258 if (ioctl(tcp->pfd, PIOCGFL, &arg) < 0) {
1263 if (ioctl(tcp->pfd, PIOCSFL, arg) < 0) {
1292 if (IOCTL(tcp->pfd, PIOCSENTRY, &syscalls) < 0) {
1297 if (IOCTL(tcp->pfd, PIOCSEXIT, &syscalls) < 0) {
1307 if (IOCTL(tcp->pfd, PIOCSTRACE, &signals) < 0)
    [all...]

Completed in 35 milliseconds