Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching defs:maj

3231    UWord  maj, min;
3280 j = readhex(&procmap_buf[i], &maj);
3365 dev = (min & 0xff) | (maj << 8) | ((min & ~0xff) << 12);