Home | History | Annotate | Download | only in strace

Lines Matching refs:IOCTL

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) {
1317 if (IOCTL(tcp->pfd, PIOCSFAULT, &faults) < 0) {
1324 if(ioctl(tcp->pfd, PIOCBIS, arg) < 0) {
1340 if (IOCTL (tcp->pfd, PIOCRUN, &arg) < 0) {
1365 if (IOCTL(tcp->pfd, PIOCRUN, &arg) < 0) {
1367 if (IOCTL(tcp->pfd, PIOCRUN, 0) < 0) {
2002 if (ioctl(pfd, PIOCWSTOP, NULL) < 0)
2004 if (ioctl(pfd, PIOCWSTOP, &pfs) < 0)
2206 IOCTL (tcp->pfd, PIOCRUN, 0);
2299 if (IOCTL (tcp->pfd, PIOCRUN, &arg) < 0)
2301 if (IOCTL (tcp->pfd, PIOCRUN, 0) < 0)