Searched refs:int_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dsystembuf.hpp58 int_type underflow(void);
59 int_type overflow(int);
H A Dsystembuf.cpp95 systembuf::int_type
124 systembuf::int_type
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp152 strstreambuf::int_type
153 strstreambuf::overflow(int_type __c)
156 return int_type(0);
160 return int_type(EOF);
171 return int_type(EOF);
193 return int_type(static_cast<unsigned char>(__c));
196 strstreambuf::int_type
197 strstreambuf::pbackfail(int_type __c)
204 return int_type(0);
220 strstreambuf::int_type
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmptbl.c154 mpie->int_type = INTENTRY_TYPE_EXTINT;
164 mpie->int_type = INTENTRY_TYPE_NMI;
230 mpie->int_type = INTENTRY_TYPE_INT;
265 mpie->int_type = INTENTRY_TYPE_EXTINT;
269 mpie->int_type = INTENTRY_TYPE_INT;
276 mpie->int_type = INTENTRY_TYPE_INT;
281 mpie->int_type = INTENTRY_TYPE_INT;
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gpio-defs.h205 uint64_t int_type : 1; /**< Type of interrupt member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_s
215 uint64_t int_type : 1;
229 uint64_t int_type : 1; /**< Type of interrupt member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_cn30xx
239 uint64_t int_type : 1;
256 uint64_t int_type : 1; /**< Type of interrupt member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_cn52xx
266 uint64_t int_type : 1;
798 uint64_t int_type : 1; /**< Type of interrupt member in struct:cvmx_gpio_xbit_cfgx::cvmx_gpio_xbit_cfgx_s
808 uint64_t int_type : 1;
H A Dcvmx-gpio.h83 if (multi_cast.s.en && gpio_bit.s.int_en && gpio_bit.s.int_type)
/freebsd-13-stable/contrib/ldns/drill/
H A Ddrill.c132 int int_type; local
174 int_type = -1; serv = NULL; type = 0;
456 if (int_type == -1) {
459 int_type = 0;
463 int_type = 0;
481 int_type = 0;
489 if (int_type == -1) {
/freebsd-13-stable/sys/x86/x86/
H A Dmptable.c102 u_char int_type; member in struct:INTDATA
760 switch (intr->int_type) {
797 intr->int_type);
799 if (intr->int_type == INTENTRY_TYPE_INT ||
803 if (intr->int_type == INTENTRY_TYPE_INT ||
825 switch (intr->int_type) {
847 intr->int_type);
903 entry.int_type = INTENTRY_TYPE_EXTINT;
907 entry.int_type = INTENTRY_TYPE_INT;
912 entry.int_type
[all...]
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_gpio.c331 if (gpio_cfgx.s.int_type == OCTEON_GPIO_IRQ_EDGE)
439 gpio_cfgx.s.int_type = OCTEON_GPIO_IRQ_EDGE;
448 gpio_cfgx.s.int_en, gpio_cfgx.s.int_type ? "rising edge" : "level");
/freebsd-13-stable/sys/x86/include/
H A Dmptable.h120 uint8_t int_type; member in struct:INTENTRY
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h397 using int_type = decltype(std::declval< ::timeval>().tv_usec);
399 return static_cast<int_type>(dur);
/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_queues.c2041 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2047 switch (int_type) {
2080 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2084 switch (int_type) {
2117 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) argument
2121 switch (int_type) {
2154 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) argument
2161 switch (int_type) {
/freebsd-13-stable/usr.sbin/mptable/
H A Dmptable.c841 printf( "\t\t%s", intTypes[ entry->int_type ] );

Completed in 175 milliseconds