Searched refs:SLOT_wchar (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 224 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator 334 {"WRITE", "Data written", 6, SLOT_wchar}, 760 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s); in get_ps() 763 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1287 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 267 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator 377 {"WRITE", "Data written", 6, SLOT_wchar}, 803 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s); in get_ps() 806 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1430 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()
|
Completed in 6 milliseconds