Searched refs:change (Results 1 - 25 of 40) sorted by last modified time

12

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h111 usb_change change);
H A Dxhci.cpp1286 XHCI::NotifyPipeChange(Pipe *pipe, usb_change change) argument
1288 TRACE("pipe change %d for pipe %p (%d)\n", change, pipe,
1291 switch (change) {
1302 TRACE_ERROR("unknown pipe change!\n");
2322 status->status = status->change = 0;
2355 // build the change
2357 status->change |= PORT_STATUS_CONNECTION;
2359 status->change |= PORT_STATUS_ENABLE;
2361 status->change |
[all...]
H A Duhci.cpp1870 status->status = status->change = 0;
1883 // build the change
1885 status->change |= PORT_STATUS_CONNECTION;
1887 status->change |= PORT_STATUS_ENABLE;
1891 // there are no bits to indicate reset change
1893 status->change |= PORT_STATUS_RESET;
H A Dohci.cpp428 // requesting ownership. We have to keep the ownership change interrupt
430 // ownership change request we trigger below.
453 TRACE_ALWAYS("ownership change successful\n");
765 OHCI::NotifyPipeChange(Pipe *pipe, usb_change change) argument
767 TRACE("pipe change %d for pipe %p\n", change, pipe);
773 switch (change) {
785 TRACE_ERROR("unknown pipe change!\n");
801 status->status = status->change = 0;
820 // change
[all...]
H A Dohci.h47 usb_change change);
H A Dehci.h75 usb_change change);
H A Dehci.cpp1346 EHCI::NotifyPipeChange(Pipe *pipe, usb_change change) argument
1348 TRACE("pipe change %d for pipe %p\n", change, pipe);
1349 switch (change) {
1374 status->status = status->change = 0;
1395 // build the change
1397 status->change |= PORT_STATUS_CONNECTION;
1399 status->change |= PORT_STATUS_ENABLE;
1401 status->change |= PORT_STATUS_OVER_CURRENT;
1403 // there are no bits to indicate suspend and reset change
[all...]
/haiku/src/kits/tracker/
H A DUtilities.cpp501 float change = 1.f / (to - from); local
509 float alpha = change > 0 ? 0.0f : 1.0f;
516 alpha += change;
538 float change = 1.f / (to - from); local
545 float alpha = change > 0 ? 0.0f : 1.0f;
554 alpha += change;
H A DPoseView.cpp5266 // metamime change very likely affected the documents icon
5288 // pools up matching metamime change notices, executing them as a single
5346 int32 change; local
5347 if (message->FindInt32("be:which", &change) != B_OK)
5350 bool iconChanged = (change & B_ICON_CHANGED) != 0;
5351 bool iconForTypeChanged = (change & B_ICON_FOR_TYPE_CHANGED) != 0;
5352 bool preferredAppChanged = (change & B_APP_HINT_CHANGED)
5353 || (change & B_PREFERRED_APP_CHANGED);
5657 // handle special case of notifying a name change for a volume
5871 // change happene
[all...]
/haiku/src/bin/listusb/
H A Dlistusb.cpp224 index, portStatus.status, portStatus.change,
/haiku/src/kits/interface/
H A DScrollView.cpp485 float change = 0; local
492 change = border != B_NO_BORDER ? -1 : 1;
494 change *= 2;
515 fHorizontalScrollBar->ResizeBy(resize + horizontalGap - change, 0);
519 fVerticalScrollBar->ResizeBy(0, resize + verticalGap - change);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp475 // These flags can only change while holding the transaction lock
750 // try to change the attributes value
785 // is specified by the type and does not change that often
964 doesn't change it in the parent directory's b+tree.
1934 // so we have to change this. This can happen the first time the
2355 // just frees the data_stream, but doesn't change the inode (since it is
2965 AttributeIterator::Update(uint16 index, int8 change) argument
2969 fCurrentSmallData += change;
H A DBPlusTree.cpp713 // we can't change the header since we don't have a transaction
979 uint16 splitAt, int8 change)
989 iterator.Next()->Update(offset, nextOffset, keyIndex, splitAt, change);
1438 // change the key lengths indices for their new home
2635 easy to change.
2856 uint16 splitAt, int8 change)
2873 fCurrentKey += change;
978 _UpdateIterators(off_t offset, off_t nextOffset, uint16 keyIndex, uint16 splitAt, int8 change) argument
2855 Update(off_t offset, off_t nextOffset, uint16 keyIndex, uint16 splitAt, int8 change) argument
/haiku/src/kits/app/
H A DMessage.cpp1112 often the one receiving the message will not need to change the message
1546 BMessage::_UpdateOffsets(uint32 offset, int32 change) argument
1553 field->offset += change;
1560 BMessage::_ResizeData(uint32 offset, int32 change) argument
1562 if (change == 0)
1567 if (change > 0) {
1570 if (fDataAvailable >= (uint32)change) {
1574 memmove(fData + offset + change, fData + offset,
1578 _UpdateOffsets(offset, change);
1580 fDataAvailable -= change;
1835 int32 change = numBytes + sizeof(uint32); local
2018 int32 change = numBytes - currentSize; local
[all...]
/haiku/src/build/libbe/app/
H A DMessage.cpp1153 BMessage::_ResizeData(uint32 offset, int32 change) argument
1155 if (change == 0)
1163 field->offset += change;
1167 if (change > 0) {
1168 if (fDataAvailable >= (uint32)change) {
1170 memmove(fData + offset + change, fData + offset,
1174 fDataAvailable -= change;
1175 fHeader->data_size += change;
1181 size = max_c(size, fHeader->data_size + change);
1189 memmove(fData + offset + change, fDat
1411 int32 change = numBytes + sizeof(uint32); local
1584 int32 change = numBytes - currentSize; local
[all...]
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp54 virtual bool Merge(DataChange *change);
65 virtual bool Merge(DataChange *change);
184 DataChange::Merge(DataChange *change) argument
244 // don't change anything outside the supplied buffer
273 // don't change anything outside the supplied buffer
295 ReplaceChange *change = dynamic_cast<ReplaceChange *>(_change); local
296 if (change == NULL)
299 if (change->fOffset + change->fSize == fOffset + fSize
300 && change
546 AddChange(DataChange *change) argument
589 ReplaceChange *change = new ReplaceChange(offset, data, length); local
642 DataChange *change = fChanges.ItemAt(i); local
651 DataChange *change = fChanges.ItemAt(i); local
696 DataChange *change = fChanges.ItemAt(i); local
768 DataChange *change = fChanges.RemoveItemAt(i); local
1209 SendNotices(DataChange *change) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h235 usb_change change);
H A DBusManager.cpp315 BusManager::NotifyPipeChange(Pipe *pipe, usb_change change) argument
H A DHub.cpp161 if ((fPortStatus[index].change & PORT_STATUS_RESET) != 0
168 if ((fPortStatus[index].change & PORT_STATUS_RESET) == 0
171 fPortStatus[index].change, fPortStatus[index].status);
175 // clear the reset change
207 if (fPortStatus[i].change) {
208 TRACE("port %" B_PRId32 ": status: 0x%04x; change: 0x%04x\n", i,
209 fPortStatus[i].status, fPortStatus[i].change);
216 if ((fPortStatus[i].change & PORT_STATUS_CONNECTION)
219 // clear status change
321 if (fPortStatus[i].change
[all...]
H A Dusbspec_private.h88 uint16 change; member in struct:usb_port_status
/haiku/src/preferences/time/
H A DDateTimeView.cpp84 int32 change; local
87 message->FindInt32(B_OBSERVE_WHAT_CHANGE, &change);
88 switch (change) {
H A DZoneView.cpp148 int32 change; local
149 message->FindInt32(B_OBSERVE_WHAT_CHANGE, &change);
150 switch(change) {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp99 ChangeInfo change; local
104 &change, NULL, &handle, true);
233 uint64 change = 0;
242 status_t result = ReadDirOnce(&dirents, &count, cookie, &eof, &change,
297 *_change = change;
H A DReplyBuilder.cpp63 ReplyBuilder::GetAttr(status_t status, int mask, uint64 size, uint64 change) argument
83 str.AddUHyper(change);
H A DNFS4Server.cpp393 uint64 change; local
394 change = delegation->GetInode()->Change();
396 change++;
397 reply->GetAttr(B_OK, mask, st.st_size, change);

Completed in 170 milliseconds

12