Home
last modified time | relevance | path

Searched refs:IOCTL_WSTOP (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Ddefs.h258 #define IOCTL_WSTOP(t) \ macro
280 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWSTOP, &t->status) macro
292 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWAIT, &t->status) macro
Dstrace.c1352 if (IOCTL_WSTOP (tcp) < 0) { in proc_open()
2159 ioctl_result = IOCTL_WSTOP (tcp); in trace()
2167 ioctl_result = IOCTL_WSTOP (tcp); in trace()