Searched refs:type_check (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/fstyp/ |
| H A D | fstyp.c | 149 type_check(const char *path, FILE *fp) in type_check() function 232 type_check(path, fp); in main()
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_rx.c | 563 efx_rx_hash_type_t type_check; in efx_rx_scale_mode_set() local 589 type_check = type & ~EFX_RX_HASH_LEGACY_MASK; in efx_rx_scale_mode_set() 590 if (type_check != 0) { in efx_rx_scale_mode_set() 600 if ((type_check & type_flags[i]) == type_flags[i]) in efx_rx_scale_mode_set() 601 type_check &= ~(type_flags[i]); in efx_rx_scale_mode_set() 604 if (type_check != 0) { in efx_rx_scale_mode_set()
|
| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 101 static void type_check(symbol_t *symbol, expression_t *expression, int and_op); 1619 type_check(dest->symbol, immed, opcode); in format_1_instr() 1752 type_check(src->symbol, immed, opcode); in format_3_instr() 1816 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check() function
|