HomeSort by: relevance | last modified time | path
    Searched defs:maxslot (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
disksubr.c 180 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 in function:read_mac_label
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))
331 int i, *ip, slot, maxslot; local in function:read_mbr_label
    [all...]
  /src/sys/arch/macppc/macppc/
disksubr.c 263 getNamedType(struct part_map_entry *part, int num_parts, struct disklabel *lp, int type, int alt, int *maxslot)
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 in function:read_mac_label
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 in function:read_dos_label
    [all...]
  /src/sys/arch/ofppc/ofppc/
disksubr.c 116 int i, slot, maxslot = 0; local in function:read_dos_label
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;
  /src/sys/arch/amiga/dev/
msc.c 581 int unit, slot, maxslot; local in function:mscmint
587 maxslot = MSCSLOTUL(unit, NUMLINES);
588 if (maxslot > MSCSLOTS)
589 maxslot = MSCSLOTS;
652 for (slot = MSCSLOTUL(unit, 0); slot < maxslot; slot++) {
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 4070 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot)
4077 if (slotid > maxslot)
4131 int error, maxslot, slotpos; local in function:nfsv4_setsequence
4134 error = nfsv4_sequencelookup(nmp, sep, &slotpos, &maxslot, &slotseq,
4138 KASSERT(maxslot >= 0, ("nfscl_setsequence neg maxslot"));
4147 *tl++ = txdr_unsigned(maxslot);
4159 int i, maxslot, slotpos; local in function:nfsv4_sequencelookup
4164 maxslot = -1;
4199 maxslot = i
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 6021 int maxslot, slotpos; local in function:nfsv4_setcbsequence
6029 (void)nfsv4_sequencelookup(NULL, &sep->sess_cbsess, &slotpos, &maxslot,
6031 KASSERT(maxslot >= 0, ("nfsv4_setcbsequence neg maxslot"));
6040 *tl++ = txdr_unsigned(maxslot);

Completed in 20 milliseconds