Searched refs:SLOT_ttynr (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 199 SLOT_ttynr, /*tty the process uses*/ SLOT_ttypgrp, // pgrp of the tty enumerator 421 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process() 451 if (FLAG(a) && !slot[SLOT_ttynr]) return 0; in ps_match_process() 452 if (!(FLAG(a)||FLAG(d)||FLAG(A)||FLAG(e)) && TT.tty!=slot[SLOT_ttynr]) in ps_match_process() 863 // Turning stat's SLOT_ttynr into a string is an outright heuristic ordeal. in get_ps() 865 int rdev = slot[SLOT_ttynr]; in get_ps()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 242 SLOT_ttynr, /*tty the process uses*/ SLOT_ttypgrp, // pgrp of the tty enumerator 464 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process() 494 if (FLAG(a) && !slot[SLOT_ttynr]) return 0; in ps_match_process() 495 if (!(FLAG(a)||FLAG(d)||FLAG(A)||FLAG(e)) && TT.tty!=slot[SLOT_ttynr]) in ps_match_process() 906 // Turning stat's SLOT_ttynr into a string is an outright heuristic ordeal. in get_ps() 908 int rdev = slot[SLOT_ttynr]; in get_ps()
|
Completed in 6 milliseconds