Home
last modified time | relevance | path

Searched refs:IOCTL (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dstrace.c885 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) {
949 if (IOCTL(tcp->pfd, PIOCSENTRY, &syscalls) < 0) {
954 if (IOCTL(tcp->pfd, PIOCSEXIT, &syscalls) < 0) {
964 if (IOCTL(tcp->pfd, PIOCSTRACE, &signals) < 0) {
974 if (IOCTL(tcp->pfd, PIOCSFAULT, &faults) < 0) {
997 if (IOCTL (tcp->pfd, PIOCRUN, &arg) < 0) {
1022 if (IOCTL(tcp->pfd, PIOCRUN, &arg) < 0) {
1024 if (IOCTL(tcp->pfd, PIOCRUN, 0) < 0) {
[all …]
Ddefs.h213 #define IOCTL(f,c,a) mp_ioctl (f, c, a, sizeof *a) macro
217 (IOCTL (t->pfd, PCWSTOP, (char *)NULL) < 0 ? -1 : \
236 #define IOCTL ioctl macro
248 #define IOCTL ioctl macro
Dacinclude.m4119 int IOCTL (int fd, int cmd, int arg) {
126 #define IOCTL ioctl
143 if (IOCTL(fileno(pfp), PIOCSTOP, NULL) < 0)
Dconfig.log4363 | int IOCTL (int fd, int cmd, int arg) {
4370 | #define IOCTL ioctl
4387 | if (IOCTL(fileno(pfp), PIOCSTOP, NULL) < 0)
Dconfigure7250 int IOCTL (int fd, int cmd, int arg) {
7274 if (IOCTL(fileno(pfp), PIOCSTOP, NULL) < 0)