Searched refs:SET_FLAG (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/pc98/cbus/ |
| HD | sio_cbus.c | 92 SET_FLAG(dev, SET_IFTYPE(COM_IF_RSA98III)); 105 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
|
| HD | sio.c | 1156 SET_FLAG(dev, COM_C_IIR_TXRDYBUG);
|
| /trueos/sys/contrib/x86emu/ |
| HD | x86emu.c | 1383 SET_FLAG(F_CF); in common_imul_long_IMM() 1384 SET_FLAG(F_OF); in common_imul_long_IMM() 1416 SET_FLAG(F_CF); in common_imul_word_IMM() 1417 SET_FLAG(F_OF); in common_imul_word_IMM() 3884 SET_FLAG(F_CF); in x86emuOp_cmc() 4996 SET_FLAG(F_CF); in x86emu_exec_one_byte() 5002 SET_FLAG(F_IF); in x86emu_exec_one_byte() 5008 SET_FLAG(F_DF); in x86emu_exec_one_byte() 5388 SET_FLAG(F_CF); in x86emuOp2_32_imul_R_RM() 5389 SET_FLAG(F_OF); in x86emuOp2_32_imul_R_RM() [all …]
|
| HD | x86emu_regs.h | 118 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag)) macro 124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
|
| /trueos/sys/dev/sio/ |
| HD | sio_pccard.c | 91 SET_FLAG(dev, SET_IFTYPE(COM_IF_MODEM_CARD)); in sio_pccard_attach()
|
| HD | siovar.h | 58 #define SET_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) | (bit)) macro
|
| HD | sio_puc.c | 93 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550)); in sio_puc_probe()
|
| HD | sio_pci.c | 122 SET_FLAG(dev, SET_IFTYPE(COM_IF_NS16550));
|
| HD | sio.c | 379 #define SET_FLAG(dev, bit) device_set_flags(dev, device_get_flags(dev) | (bit)) macro 687 SET_FLAG(dev, COM_C_IIR_TXRDYBUG);
|
| /trueos/sys/dev/bxe/ |
| HD | bxe.h | 197 #define SET_FLAG(value, mask, flag) \ macro
|
| HD | bxe.c | 5661 SET_FLAG(tx_start_bd->general_data, in bxe_tx_encap() 5723 SET_FLAG(pbd_e2_parsing_data, ETH_TX_PARSE_BD_E2_ETH_ADDR_TYPE, in bxe_tx_encap() 5735 SET_FLAG(global_data, in bxe_tx_encap() 10208 SET_FLAG(fp->tx_db.data.header.header, DOORBELL_HDR_DB_TYPE, 1); in bxe_init_tx_ring_one()
|