Searched refs:SLOT_sid (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 198 SLOT_pgrp, /*process group*/ SLOT_sid, // session id enumerator 421 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process() 450 if ((FLAG(a)||FLAG(d)) && slot[SLOT_sid]==*slot) return 0; in ps_match_process() 571 if (slot[SLOT_sid]==*slot) *s++ = 's'; in string_field()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 241 SLOT_pgrp, /*process group*/ SLOT_sid, // session id enumerator 464 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process() 493 if ((FLAG(a)||FLAG(d)) && slot[SLOT_sid]==*slot) return 0; in ps_match_process() 614 if (slot[SLOT_sid]==*slot) *s++ = 's'; in string_field()
|
Completed in 6 milliseconds