Searched refs:aoemin (Results 1 – 1 of 1) sorted by relevance
60 minor_get_static(ulong *sysminor, ulong aoemaj, int aoemin) in minor_get_static() argument71 if (aoemin >= NPERSHELF) { in minor_get_static()79 n = aoemaj * NPERSHELF + aoemin; in minor_get_static()83 aoemaj, aoemin); in minor_get_static()103 minor_get(ulong *sysminor, ulong aoemaj, int aoemin) in minor_get() argument108 return minor_get_static(sysminor, aoemaj, aoemin); in minor_get()