Searched refs:updated (Results 1 - 18 of 18) sorted by relevance

/haiku/headers/private/storage/
H A DDiskDevice.h27 status_t Update(bool* updated = NULL);
57 status_t _Update(bool* updated);
59 bool* updated);
H A DPartition.h191 user_partition_data* data, bool* updated);
193 bool* updated);
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp164 \param updated Pointer to a bool variable which shall be set to \c true,
165 if the object needed to be updated and to \c false otherwise.
170 BDiskDevice::Update(bool* updated) argument
181 error = _Update(data, updated);
498 BDiskDevice::_Update(user_disk_device_data* data, bool* updated) argument
503 if (!updated)
504 updated = &_updated;
505 *updated = false;
512 updated);
517 error = BPartition::_Update(&data->device_partition_data, updated);
[all...]
H A DPartition.cpp1328 BPartition::_RemoveObsoleteDescendants(user_partition_data* data, bool* updated) argument
1344 data->children[k], updated);
1357 *updated = true;
1366 BPartition::_Update(user_partition_data* data, bool* updated) argument
1386 *updated = true;
1396 error = child->_Update(childData, updated);
1401 *updated = true;
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp46 bool updated; member in struct:acpi_ns_device_info
64 device->updated = true;
130 device->updated = false;
165 if (device->updated)
272 device->updated = false;
/haiku/src/preferences/network/
H A DNetworkSettingsAddOn.cpp66 BMessage updated(kMsgSettingsItemUpdated);
67 updated.AddPointer("item", this);
68 gNetworkWindow.SendMessage(&updated);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Digb_txrx.c320 int updated; local
330 updated = !!(status & E1000_TXD_STAT_DD);
332 if (!updated)
H A Dem_txrx.c435 int updated; local
446 updated = !!(status & E1000_TXD_STAT_DD);
448 if (!updated)
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c345 int updated; local
355 updated = !!(status & IGC_TXD_STAT_DD);
357 if (!updated)
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1871 bool updated = false; local
1876 updated = true;
1881 updated = true;
1884 if (updated)
1893 bool updated = false; local
1898 updated = true;
1903 updated = true;
1906 if (updated) {
/haiku/headers/os/media/
H A DParameterWeb.h277 virtual void FixRefs(BList& old, BList& updated);
/haiku/src/kits/media/
H A DParameterWeb.cpp1456 // but it should be updated
1490 // but it should be updated
1764 items in the updated list. The references are replaced in the input
1769 BParameter::FixRefs(BList& old, BList& updated) argument
1781 items[i] = updated.ItemAt(index);
1803 items[i] = updated.ItemAt(index);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp934 bool updated = false; local
937 fEditor.UpdateIfNeeded(&updated);
941 if (updated) {
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_agereg.h544 uint32_t updated; member in struct:smb
H A Dif_age.c2035 if (smb->updated == 0)
2111 smb->updated = 0;
2191 /* Check whether CMB was updated while serving Tx/Rx/SMB handler. */
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1263 bool updated; local
1264 status = disk->Update(&updated);
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alcreg.h1185 uint32_t updated; member in struct:smb
H A Dif_alc.c3204 smb->updated = 0;
3241 if (smb->updated == 0)
3332 smb->updated = 0;
3587 * Sync updated Rx descriptors such that controller see

Completed in 259 milliseconds