Searched refs:is_active (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp139 if (!description->is_active)
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h89 bool is_active; member in struct:isochronous_transfer_data
H A Dehci.h43 bool is_active; member in struct:isochronous_transfer_data
H A Duhci.cpp1058 // the controller from processing them. Then set off the is_active
1066 current->is_active = false;
1233 data->is_active = true;
1786 if (transfer && transfer->is_active) {
H A Dehci.cpp1716 data->is_active = true;
1815 current->is_active = false;
2181 if (transfer && transfer->is_active) {
/haiku/src/build/libgnuregex/
H A Dregex.c3028 unsigned is_active : 1;
3035 #define IS_ACTIVE(R) ((R).bits.is_active)
3240 /* The is_active field of reg_info helps us keep track of which (possibly
3013 unsigned is_active : 1; member in struct:__anon5::__anon6
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c7036 int is_active; local
7129 is_active = 0;
7151 is_active = 1;
7208 hdr->crc_threshold = is_active ?
7211 hdr->crc_threshold = is_active ?
7223 * XXX TODO: take the is_active flag into account as well?
7255 hdr->crc_threshold, is_active, ss->ss_nssid);

Completed in 84 milliseconds