Searched refs:SLOT_flags (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 200 SLOT_flags, /*task flags*/ SLOT_minflt, // minor faults enumerator 343 {"F", "Flags 1=FORKNOEXEC 4=SUPERPRIV", 1, XX|SLOT_flags}, 563 } else if (which==PS_F) sprintf(out, "%llo", (slot[SLOT_flags]>>6)&5); in string_field()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 243 SLOT_flags, /*task flags*/ SLOT_minflt, // minor faults enumerator 386 {"F", "Flags 1=FORKNOEXEC 4=SUPERPRIV", 1, XX|SLOT_flags}, 606 } else if (which==PS_F) sprintf(out, "%llo", (slot[SLOT_flags]>>6)&5); in string_field()
|
Completed in 6 milliseconds