Searched refs:overflow (Results 76 - 88 of 88) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc236 event ereport.asic.zambezi.lfu.irq-overflow@interconnect
542 ereport.asic.zambezi.lfu.irq-overflow@interconnect
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c134 int overflow(char *);
400 av[0] = "overflow";
496 * iiadm -A (attach overflow)
497 * iiadm -D (detach overflow)
605 usage(gettext("must specify overflow volume " \
787 (void) snprintf(key, sizeof (key), "ii.set%d.overflow", setno);
848 dsw_error(gettext("Can't get overflow list length"), NULL);
1516 gettext("\t-A o v\t\tattach overflow to volume"));
1518 gettext("\t-D v\t\tdetach overflow from volume"));
1520 gettext("\t-L\t\tlist all overflow volume
2300 overflow(char *volume) function
[all...]
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c517 /* fifo overflow error */
518 dp->stats.overflow++;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c828 * Initialize the hash table (avoiding 64K overflow for 16 bit systems).
2672 int overflow = 0; local
2678 * overflow in the case of the bit length tree).
2685 if (bits > max_length) bits = max_length, overflow++;
2698 if (overflow == 0)
2701 Trace((stderr, "\nbit length overflow\n"));
2709 /* move one overflow item as its brother */
2713 * The brother of the overflow item also moves one
2717 overflow -= 2;
2718 } while (overflow >
[all...]
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1439 dp->stats.overflow++;
1585 dp->stats.overflow++;
H A Dsfe_util.c3294 /* multicast address list overflow */
3340 /* multicast address list overflow */
4315 val = gstp->overflow;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c3620 uint64_t cut = BIG / 10; /* limit to avoid overflow */
3643 goto overflow;
3654 goto overflow;
3699 overflow:
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.s69 / We can ignore ac and top 32 bits of ad+bc: if <> 0, overflow happened.
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1180 // correcting for overflow and underflow of the value and return
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_hw.h1176 uint32_t overflow :1; member in struct:tavor_hw_eqe_ecc_s
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c309 /* shift of arc_c for calculating overflow limit in arc_get_data_buf */
3339 * to significantly overflow arc_c; since
3340 * arc_get_data_buf() doesn't check for overflow
4241 /* Always allow at least one block of overflow */
4242 uint64_t overflow = MAX(SPA_MAXBLOCKSIZE, local
4245 return (arc_size >= arc_c + overflow);
4272 * enough buffers to get arc_size below the overflow limit (e.g.
4282 * over the overflow limit, lets check.
4287 * the overflow limit and were signalled by the reclaim
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c2615 /* multicast address list overflow */
2657 /* multicast address list overflow */
4290 val = gstp->overflow;
4865 gs->glds_overflow = vs->overflow; /* fifo err,underrun,rbufovf */
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1830 if (descp->desc0.overflow) {

Completed in 306 milliseconds

1234