Home
last modified time | relevance | path

Searched refs:PIOCWAIT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dpioctl.h57 # define PIOCWAIT _IOR('p', 4, struct procfs_status) macro
/dragonfly/usr.bin/truss/
H A Dsetup.c122 if (ioctl(fd, PIOCWAIT, &pfs) == -1) in setup_and_wait()
H A Dmain.c233 if (ioctl(Procfd, PIOCWAIT, &pfs) == -1) in main()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c357 case PIOCWAIT: in procfs_ioctl()