Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h256 #define IOCTL_STATUS(t) \ macro
260 IOCTL_STATUS (t))
279 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status) macro
291 #define IOCTL_STATUS(t) ioctl (t->pfd, PIOCSTATUS, &t->status) macro
Dstrace.c1218 if (IOCTL_STATUS (tcp) < 0) { in proc_open()
2165 ioctl_result = IOCTL_STATUS (tcp); in trace()