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

  /src/sys/dev/ic/
siop_common.c 527 int sync, maxoffset, offset, i; local
532 maxoffset = (sc->maxoff > 31) ? 31 : sc->maxoff;
543 if (offset > maxoffset || sync < sc->st_minsync ||
592 if (offset > maxoffset)
593 offset = maxoffset;
aic79xx.c 2857 u_int maxoffset; local
2861 maxoffset = 0;
2864 maxoffset = MAX_OFFSET_PACED_BUG;
2866 maxoffset = MAX_OFFSET_PACED;
2868 maxoffset = MAX_OFFSET_NON_PACED;
2869 *offset = MIN(*offset, maxoffset);
aic7xxx.c 1792 u_int maxoffset; local
1796 maxoffset = 0;
1798 maxoffset = MAX_OFFSET_ULTRA2;
1801 maxoffset = MAX_OFFSET_16BIT;
1803 maxoffset = MAX_OFFSET_8BIT;
1805 *offset = MIN(*offset, maxoffset);
  /src/external/mpl/bind/dist/bin/named/
logconf.c 143 uint64_t maxoffset; local
151 maxoffset = 0x7fffffffULL;
154 maxoffset = 0x7fffffffffffffffULL;
172 cfg_obj_asuint64(sizeobj) < maxoffset)
  /src/sys/dev/pci/
pci_map.c 287 uint64_t maxoffset; member in struct:pci_ea_entry
364 /* MaxOffset */
381 entry.maxoffset = (entry.maxoffset_lower & PCI_EA_LOWMASK) |
417 * MaxOffset is the last offset where you can issue a
419 * the region is MaxOffset + 4.
421 uint64_t region_size = entry.maxoffset + 4;
  /src/external/bsd/byacc/dist/
reader.c 2389 Value_t *offsets = NULL, maxoffset; local
2392 maxoffset = 0;
2398 maxoffset++;
2400 if (maxoffset > 0)
2404 offsets = TCMALLOC(Value_t, maxoffset + 1);
2432 else if (val > maxoffset)
2435 i = val - maxoffset;
2437 else if (maxoffset > 0)
2483 if (maxoffset > 0)
2494 Value_t *offsets = NULL, maxoffset = 0 local
2920 Value_t *offsets = NULL, maxoffset; local
    [all...]
  /src/sys/dev/i2o/
i2o.h 516 u_int8_t maxoffset; member in struct:i2o_param_hba_scsi_ctlr_info

Completed in 137 milliseconds