Searched refs:type_check (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/fstyp/
H A Dfstyp.c148 type_check(const char *path, FILE *fp) function
231 type_check(path, fp);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_rx.c563 efx_rx_hash_type_t type_check; local
589 type_check = type & ~EFX_RX_HASH_LEGACY_MASK;
590 if (type_check != 0) {
600 if ((type_check & type_flags[i]) == type_flags[i])
601 type_check &= ~(type_flags[i]);
604 if (type_check != 0) {
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y101 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
1619 type_check(dest->symbol, immed, opcode);
1752 type_check(src->symbol, immed, opcode);
1816 type_check(symbol_t *symbol, expression_t *expression, int opcode)

Completed in 121 milliseconds