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

/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c180 int type, int alt, int *maxslot)
201 if (*maxslot < 6)
202 *maxslot = 6;
205 if (*maxslot < 1)
206 *maxslot = 1;
252 int i, slot, maxslot; local
254 maxslot = 0;
270 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot))
271 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot);
272 if (getNamedType(part, NUM_PARTS, lp, UFS_PART, 0, &maxslot))
179 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot) argument
331 int i, *ip, slot, maxslot; local
[all...]
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c263 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot) argument
280 if (*maxslot < 6)
281 *maxslot = 6;
284 if (*maxslot < 1)
285 *maxslot = 1;
288 if (*maxslot < 3)
289 *maxslot = 3;
329 int i, slot, maxslot = 0, clust; local
352 if (getNamedType(part, NUM_PARTS, lp, ROOT_PART, 0, &maxslot))
353 getNamedType(part, NUM_PARTS, lp, ROOT_PART, -1, &maxslot);
473 int i, slot, maxslot = 0; local
[all...]
/netbsd-current/sys/arch/ofppc/ofppc/
H A Ddisksubr.c116 int i, slot, maxslot = 0; local
162 if (slot > maxslot)
163 maxslot = slot;
190 if (2 > maxslot)
191 maxslot = 2;
200 lp->d_npartitions = ((maxslot >= RAW_PART) ? maxslot : RAW_PART) + 1;
/netbsd-current/sys/arch/amiga/dev/
H A Dmsc.c581 int unit, slot, maxslot; local
587 maxslot = MSCSLOTUL(unit, NUMLINES);
588 if (maxslot > MSCSLOTS)
589 maxslot = MSCSLOTS;
652 for (slot = MSCSLOTUL(unit, 0); slot < maxslot; slot++) {
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonsubs.c4070 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot)
4077 if (slotid > maxslot)
4133 int error, maxslot, slotpos; local
4136 error = nfsv4_sequencelookup(nmp, sep, &slotpos, &maxslot, &slotseq,
4140 KASSERT(maxslot >= 0, ("nfscl_setsequence neg maxslot"));
4149 *tl++ = txdr_unsigned(maxslot);
4161 int i, maxslot, slotpos; local
4166 maxslot = -1;
4201 maxslot
4069 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot) argument
[all...]
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dipcp.c1280 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \
1293 if (cimaxslotindex != maxslot) \
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c6022 int maxslot, slotpos; local
6030 (void)nfsv4_sequencelookup(NULL, &sep->sess_cbsess, &slotpos, &maxslot,
6032 KASSERT(maxslot >= 0, ("nfsv4_setcbsequence neg maxslot"));
6041 *tl++ = txdr_unsigned(maxslot);

Completed in 299 milliseconds