Searched refs:SLOT_wchar (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 267 SLOT_wchar, /*All bytes written*/ SLOT_rbytes, // Disk bytes read enumerator 377 {"WRITE", "Data written", 6, SLOT_wchar}, 795 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s); in get_ps() 798 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap]; in get_ps() 1422 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap}; in merge_deltas()
|