Home
last modified time | relevance | path

Searched refs:oflow (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libast/common/misc/
H A Dstk.c263 Sfio_t *stkinstall(Sfio_t *stream, _stk_overflow_ oflow) in stkinstall() argument
270 if(oflow) in stkinstall()
271 stkcur->stkoverflow = oflow; in stkinstall()
289 if(oflow) in stkinstall()
290 sp->stkoverflow = oflow; in stkinstall()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c261 * <oflow> becomes the new overflow function
263 Sfio_t *stkinstall(Sfio_t *stream, _stk_overflow_ oflow) in stkinstall() argument
270 if(oflow) in stkinstall()
271 stkcur->stkoverflow = oflow; in stkinstall()
289 if(oflow) in stkinstall()
290 sp->stkoverflow = oflow; in stkinstall()
/titanic_51/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h596 uint32_t oflow:1; member
600 uint32_t oflow:1;
1417 uint32_t oflow:1; member
1421 uint32_t oflow:1;
1452 uint32_t oflow:1; member
1456 uint32_t oflow:1;
1485 uint32_t oflow:1; member
1489 uint32_t oflow:1;
H A Dnxge_txdma_hw.h815 uint32_t oflow:1; member
819 uint32_t oflow:1;
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c135 goto oflow; in strtonum()
143 goto oflow; in strtonum()
149 oflow: in strtonum()
/titanic_51/usr/src/uts/common/io/nxge/npi/
H A Dnpi_rxdma.c873 if (cnt->bits.ldw.oflow) { in npi_rxdma_red_discard_stat_get()
879 cnt->bits.ldw.oflow = 0; in npi_rxdma_red_discard_stat_get()
881 cnt->bits.ldw.oflow = 1; in npi_rxdma_red_discard_stat_get()
918 if (cnt.bits.ldw.oflow) { in npi_rxdma_red_discard_oflow_clear()
924 cnt.bits.ldw.oflow = 0; in npi_rxdma_red_discard_oflow_clear()
960 if (cnt->bits.ldw.oflow) { in npi_rxdma_misc_discard_stat_get()
966 cnt->bits.ldw.oflow = 0; in npi_rxdma_misc_discard_stat_get()
968 cnt->bits.ldw.oflow = 1; in npi_rxdma_misc_discard_stat_get()
1004 if (cnt.bits.ldw.oflow) { in npi_rxdma_misc_discard_oflow_clear()
1010 cnt.bits.ldw.oflow in npi_rxdma_misc_discard_oflow_clear()
[all...]