HomeSort by: relevance | last modified time | path
    Searched refs:int_type (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream3/
zfstream.h 112 virtual int_type
124 virtual int_type
125 overflow(int_type c = traits_type::eof());
151 // virtual int_type uflow();
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
zfstream.cc 182 gzfilebuf::int_type
213 gzfilebuf::int_type
214 gzfilebuf::overflow(int_type c)
  /src/sys/arch/x86/include/
mpbiosreg.h 118 uint8_t int_type; member in struct:mpbios_int
  /src/sys/arch/x86/x86/
mpbios.c 952 mpi.int_type = MPS_INTTYPE_ExtINT;
966 mpi.int_type = MPS_INTTYPE_INT;
1014 mpi.int_type = dflt_lint_tab[i];
1040 switch (entry->int_type) {
1082 if (entry->int_type != MPS_INTTYPE_INT) {
1121 if (entry->int_type != MPS_INTTYPE_INT) {
1172 if (entry->int_type != MPS_INTTYPE_INT) {
1334 uint32_t type = entry->int_type;
1351 panic("unknown MPS interrupt type %d", entry->int_type);
  /src/sys/dev/pci/
if_tl.c 992 uint32_t int_type, int_reg; local in function:tl_intr
997 int_type = int_reg & TL_INTR_MASK;
998 if (int_type == 0)
1002 device_xname(sc->sc_dev), int_type, int_reg);
1006 switch (int_type & TL_INTR_MASK) {
1104 HOST_CMD_GO | HOST_CMD_RT | HOST_CMD_Nes | ack | int_type |
1140 if (int_type == TL_INTR_TxEOC) {
1145 TL_HR_WRITE(sc, TL_HOST_CMD, 1 | int_type |
1198 device_xname(sc->sc_dev), int_type);
1204 TL_HR_WRITE(sc, TL_HOST_CMD, ack | int_type | HOST_CMD_ACK
    [all...]

Completed in 30 milliseconds