Searched refs:maxslot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1113 anon_walk_init_common(mdb_walk_state_t *wsp, ulong_t minslot, ulong_t maxslot) argument
1138 /* update min and maxslot with the given constraints */
1139 maxslot = MIN(maxslot, aw->aw_ahp.size);
1140 minslot = MIN(minslot, maxslot);
1144 aw->aw_nlevone = maxslot;
1149 (maxslot + ANON_CHUNK_OFF) >> ANON_CHUNK_SHIFT;
1164 aw->aw_maxslot = maxslot;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h388 u8 maxslot; /* 1: number of slots in page slot[] */ member in struct:__anon2199::__anon2200
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c930 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \
943 if (cimaxslotindex != maxslot) \

Completed in 1204 milliseconds