Lines Matching defs:slots
969 int slots;
974 if (rawlen < sizeof (slots))
977 slots = impl_di_prop_int_from_prom(rawdata, sizeof (slots));
978 if (slots == 0) {
983 maxslots = sizeof (slots) * 8;
986 if (slots & (1 << i))
995 sp = (char *)(rawdata + sizeof (slots));
996 maxsp = sp + (rawlen - sizeof (slots));
999 if (slots & (1 << i)) {
1018 * check if the number of strings match with the number of slots;