Home | History | Annotate | Download | only in posix

Lines Matching full:slot_wchar

301  SLOT_rchar,    /*All bytes read*/        SLOT_wchar,     // All bytes written
348 {"SHR", 4, SLOT_shr}, {"READ", 6, SLOT_rchar}, {"WRITE", 6, SLOT_wchar},
631 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s);
634 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap];
1132 SLOT_wchar, SLOT_rbytes, SLOT_wbytes, SLOT_swap};