Searched refs:PIOCSTATUS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dpioctl.h63 # define PIOCSTATUS _IOR('p', 6, struct procfs_status) macro
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ioctl.c103 case PIOCSTATUS:
179 /* fall through to PIOCSTATUS */
180 case PIOCSTATUS:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-api.c199 { PIOCSTATUS, "PIOCSTATUS", "get process status" },
H A Dprocfs.c87 The ioctl API defines PIOCSTATUS, while
1160 (ioctl (pi->status_fd, PIOCSTATUS, &pi->prstatus) >= 0);
1183 pi->status_valid = (ioctl (pi->status_fd, PIOCSTATUS, &pi->prstatus) >= 0);

Completed in 190 milliseconds