|
|
1.1 ! root 1: #define PIOC ('p'<<8) ! 2: ! 3: #define PIOCGETPR (PIOC|1) /* read struct proc */ ! 4: #define PIOCOPENT (PIOC|2) /* open text file for reading */ ! 5: #define PIOCEXCLU (PIOC|3) /* mark text for exclusive use */ ! 6: ! 7: #define PIOCSTOP (PIOC|4) /* send STOP signal and... */ ! 8: #define PIOCWSTOP (PIOC|5) /* wait for process to STOP */ ! 9: #define PIOCRUN (PIOC|6) /* make process runnable */ ! 10: ! 11: #define PIOCSMASK (PIOC|7) /* set signal trace bit mask */ ! 12: #define PIOCCSIG (PIOC|8) /* clear current signal */ ! 13: #define PIOCKILL (PIOC|9) /* send signal */ ! 14: ! 15: #define PIOCSEXEC (PIOC|10) /* stop on exec */ ! 16: #define PIOCREXEC (PIOC|11) /* run on exec */ ! 17: ! 18: #define PIOCNICE (PIOC|12) /* set nice priority */ ! 19: #define PIOCSSIG (PIOC|13) /* set current signal */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.