Searched refs:change (Results 26 - 40 of 40) sorted by relevance

12

/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.h47 usb_change change);
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 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...]
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;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h358 int8 change);
427 int8 change);
H A DInode.h454 void Update(uint16 index, int8 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
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;
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp289 float change = msg->FindFloat("be:wheel_delta_y"); local
293 if (change < 0)
/haiku/headers/os/app/
H A DMessage.h547 void _UpdateOffsets(uint32 offset, int32 change);
548 status_t _ResizeData(uint32 offset, int32 change);
/haiku/headers/build/os/app/
H A DMessage.h284 status_t _ResizeData(uint32 offset, int32 change);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h235 usb_change change);
/haiku/src/kits/tracker/
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...]

Completed in 288 milliseconds

12