Searched refs:lost (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Data_adapter.cpp63 if (channel->lost)
93 if (channel->lost)
114 if (channel->lost)
130 if (channel->lost)
148 if (channel->lost)
176 if (channel->lost)
402 channel->lost = false;
480 atomic_or((int32*)&channel->lost, 1);
675 controller->lost = false;
698 atomic_or((int32*)&controller->lost,
[all...]
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c74 uint32 lost; // != 0 if device got removed, i.e. if it must not member in struct:controller_data
99 uint32 lost; member in struct:channel_data
301 controller->lost = 0;
400 controller->lost = 1;
481 channel->lost = 0;
523 channel->lost = 1;
543 if (channel->lost)
571 if (channel->lost)
592 if (channel->lost)
606 if (channel->lost)
[all...]
/haiku/src/add-ons/kernel/busses/ata/promise_tx2/
H A Dpromise_tx2.c91 if (channel->lost)
/haiku/src/add-ons/kernel/busses/ata/ide_isa/
H A Dide_isa.c53 uint32 lost; // != 0 if device got removed, i.e. if it must not member in struct:channel_info
119 if (channel->lost)
147 if (channel->lost)
167 if (channel->lost)
182 if (channel->lost)
197 if (channel->lost)
224 if (channel->lost)
251 if (channel->lost)
337 channel->lost = false;
412 atomic_or((int32*)&channel->lost,
[all...]
/haiku/src/apps/processcontroller/
H A DNoiseBarMenuItem.h31 void SetLost(double lost) argument
33 fLost = lost;
/haiku/headers/private/drivers/
H A Data_adapter.h91 uint32 lost; // != 0 if device got removed, i.e. if it must not member in struct:ata_adapter_channel_info
113 uint32 lost; // != 0 if device got removed, i.e. if it must not member in struct:ata_adapter_controller_info

Completed in 61 milliseconds