Home
last modified time | relevance | path

Searched refs:SLOT_vsz (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c222 SLOT_vsz, /*Virtual mem Size*/ SLOT_shr, // Shared memory enumerator
330 {"VIRT", "Virtual memory size", 4, SLOT_vsz},
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/
H A Dps.c265 SLOT_vsz, /*Virtual mem Size*/ SLOT_shr, // Shared memory enumerator
373 {"VIRT", "Virtual memory size", 4, SLOT_vsz},
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()

Completed in 8 milliseconds