Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:maj

3359    UWord  maj, min;
3408 j = readhex(&procmap_buf[i], &maj);
3493 dev = (min & 0xff) | (maj << 8) | ((min & ~0xff) << 12);