Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching defs:maj

3375    UWord  maj, min;
3424 j = readhex(&procmap_buf[i], &maj);
3509 dev = (min & 0xff) | (maj << 8) | ((min & ~0xff) << 12);