Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h260 #define IOCTL_STATUS(t) \ macro
264 IOCTL_STATUS (t))
283 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status) macro
295 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status) macro
Dstrace.c1221 if (IOCTL_STATUS (tcp) < 0) { in proc_open()
2168 ioctl_result = IOCTL_STATUS (tcp); in trace()