Searched refs:int_type (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11.0-release/sys/x86/include/
H A Dmptable.h118 uint8_t int_type; member in struct:INTENTRY
/freebsd-11.0-release/sys/dev/wl/
H A Dif_wl.c1494 u_short int_type, int_type1; local
1502 if ((int_type = WL_READ_2(sc, HASR)) & HASR_MMC_INTR) {
1508 if (!(int_type & HASR_INTR)){ /* return if no interrupt from 82586 */
1510 printf("wlintr: int_type %x, dump follows\n", int_type);
1521 int_type = (WL_READ_2(sc, PIOP0) & SCB_SW_INT);
1522 if (int_type == 0) /* no interrupts left */
1527 if ((int_type & int_type1) != int_type)
1528 printf("wlack() int bits disappeared : %04x != int_type
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddebug.h190 bfd_boolean (*int_type) (void *, unsigned int, bfd_boolean); member in struct:debug_write_fns
H A Dwrstabs.c705 char *int_type;
711 int_type = stab_pop_type (info);
721 sprintf (buf, "%ld=r%s;%u;0;", index, int_type, size);
723 free (int_type);
703 char *int_type; local
H A Dstabs.c4579 debug_type int_type;
4581 int_type = debug_find_named_type (minfo->dhandle, "int");
4582 if (int_type == NULL)
4583 int_type = debug_make_int_type (minfo->dhandle, 4, FALSE);
4584 *ptype = debug_make_array_type (minfo->dhandle, *ptype, int_type,
4578 debug_type int_type; local
H A Ddebug.c2495 return (*fns->int_type) (fhandle, type->size, type->u.kint);
/freebsd-11.0-release/sys/dev/vnic/
H A Dnicvf_queues.c2035 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2041 switch (int_type) {
2074 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) argument
2078 switch (int_type) {
2111 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) argument
2115 switch (int_type) {
2148 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) argument
2155 switch (int_type) {
/freebsd-11.0-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h1249 static typename _Traits::int_type __eof = _Traits::eof();
1251 typename _Traits::int_type __c1 = __buf->sbumpc();
/freebsd-11.0-release/usr.sbin/mptable/
H A Dmptable.c839 printf( "\t\t%s", intTypes[ entry->int_type ] );
/freebsd-11.0-release/contrib/gcc/
H A Dmips-tfile.c1066 symint_t int_type; /* aux. pointer to 'int' type */
2177 cur_file_ptr->int_type);
2472 file_ptr->int_type = add_aux_sym_tir (&int_type_info,
1059 symint_t int_type; /* aux. pointer to 'int' type */ member in struct:efdr
H A Dc-common.c2509 tree int_type = TREE_TYPE (intop);
2516 convert (int_type, TREE_OPERAND (intop, 1)), 1);
2517 intop = convert (int_type, TREE_OPERAND (intop, 0));
2499 tree int_type = TREE_TYPE (intop); local
/freebsd-11.0-release/contrib/binutils/gas/
H A Decoff.c944 symint_t int_type; /* aux. pointer to 'int' type */
991 0, /* int_type: ptr to aux node for int type */
1991 cur_file_ptr->int_type);
2319 fil_ptr->int_type = add_aux_sym_tir (&int_type_info,
942 symint_t int_type; /* aux. pointer to 'int' type */ member in struct:efdr

Completed in 182 milliseconds

12