Searched refs:SET_BIT (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_priv.h52 #define SET_BIT(a, b) ((a) | (1 << (b))) macro
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevices.cpp259 #define SET_BIT(field, bit) field[(bit) >> 3] |= 1 << ((bit) & 7) macro
337 SET_BIT(device->emulation_map, SCSI_OP_READ_6);
338 SET_BIT(device->emulation_map, SCSI_OP_WRITE_6);
339 SET_BIT(device->emulation_map, SCSI_OP_MODE_SENSE_6);
340 SET_BIT(device->emulation_map, SCSI_OP_MODE_SELECT_6);
341 SET_BIT(device->emulation_map, SCSI_OP_INQUIRY);
/haiku/headers/private/kernel/
H A Dkernel.h91 #define SET_BIT(a, b) ((a) | (1 << (b))) macro
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2upper.cpp85 bdev->state = SET_BIT(bdev->state, SENDING);
H A Dh2generic.cpp691 bdev->state = SET_BIT(bdev->state, RUNNING);

Completed in 76 milliseconds