Searched refs:SLOT_shr (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 222 SLOT_vsz, /*Virtual mem Size*/ SLOT_shr, // Shared memory enumerator 332 {"SHR", "Shared memory", 4, SLOT_shr}, 788 slot[SLOT_vsz] = slot[SLOT_shr] = 0; in get_ps() 789 sscanf(buf, "%lld %*d %lld", &slot[SLOT_vsz], &slot[SLOT_shr]); in get_ps()
|
/third_party/toybox/toys/posix/ |
D | ps.c | 265 SLOT_vsz, /*Virtual mem Size*/ SLOT_shr, // Shared memory enumerator 375 {"SHR", "Shared memory", 4, SLOT_shr}, 831 slot[SLOT_vsz] = slot[SLOT_shr] = 0; in get_ps() 832 sscanf(buf, "%lld %*d %lld", &slot[SLOT_vsz], &slot[SLOT_shr]); in get_ps()
|