Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching defs:maj

3247    UWord  maj, min;
3296 j = readhex(&procmap_buf[i], &maj);
3381 dev = (min & 0xff) | (maj << 8) | ((min & ~0xff) << 12);