Searched refs:fCookie (Results 1 - 25 of 35) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioDevice.cpp60 fCookie(NULL),
72 (driver_module_info **)&fController, &fCookie);
88 fController->set_sim(fCookie, this);
90 fController->set_status(fCookie, VIRTIO_CONFIG_STATUS_DRIVER);
99 fController->set_status(fCookie, VIRTIO_CONFIG_STATUS_RESET);
115 status_t status = fController->read_host_features(fCookie, &fFeatures);
135 status = fController->write_guest_features(fCookie, fFeatures);
140 fController->set_status(fCookie, VIRTIO_CONFIG_STATUS_FEATURES_OK);
141 if ((fController->get_status(fCookie) & VIRTIO_CONFIG_STATUS_FEATURES_OK) == 0) {
142 fController->set_status(fCookie, VIRTIO_CONFIG_STATUS_FAILE
[all...]
H A DVirtioQueue.cpp61 void* Cookie() { return fCookie; }
68 void* fCookie; member in class:TransferDescriptor
80 fCookie(NULL),
120 fCookie = cookie;
128 fCookie = NULL;
148 fCookie(NULL)
205 fCookie = cookie;
243 fCallback(Device()->DriverCookie(), fCookie);
H A DVirtioPrivate.h89 void * fCookie; member in class:VirtioDevice
165 void* fCookie; member in class:VirtioQueue
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h31 { return fCookie; }
40 AttributeIndexTreeValue* fCookie; member in class:AttributeIndexer
H A DAttributeIndex.cpp198 fCookie(NULL)
224 fCookie = AttributeIndexTreeValue::Create(owner, attributeCookie,
226 if (fCookie == NULL)
229 _data = fCookie->data;
239 fCookie->Delete();
240 fCookie = NULL;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaStreamDecoder.cpp5 , fCookie(cookie)
40 return (*fGetNextChunk)(chunkData, chunkLen, mh, fCookie);
H A DMediaStreamDecoder.h22 void * fCookie; member in class:MediaStreamDecoder
/haiku/src/servers/input/
H A DMethodMenuItem.h41 int32 Cookie() { return fCookie; };
44 int32 fCookie; member in class:MethodMenuItem
H A DInputServerMethod.cpp163 fCookie(sNextMethodCookie++)
190 msg.AddInt32("cookie", fCookie);
210 msg.AddInt32("cookie", fCookie);
227 msg.AddInt32("cookie", fCookie);
245 PRINT(("%s cookie %" B_PRId32 "\n", __PRETTY_FUNCTION__, fCookie));
248 msg.AddInt32("cookie", fCookie);
260 PRINT(("%s cookie %" B_PRId32 "\n", __PRETTY_FUNCTION__, fCookie));
262 msg.AddInt32("cookie", fCookie);
H A DMethodMenuItem.cpp23 fCookie(cookie)
34 fCookie(cookie)
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CBus.cpp15 fCookie(NULL)
20 (driver_module_info **)&fController, &fCookie);
26 fController->set_i2c_bus(fCookie, this);
48 return fController->exec_command(fCookie, op, slaveAddress, cmdBuffer, cmdLength,
89 fController->scan_bus(fCookie);
99 return fController->acquire_bus(fCookie);
109 fController->release_bus(fCookie);
H A DI2CPrivate.h85 void* fCookie; member in class:I2CBus
/haiku/src/kits/storage/
H A DVolumeRoster.cpp33 : fCookie(0),
55 device = next_dev(&fCookie);
70 fCookie = 0;
/haiku/headers/os/storage/
H A DVolumeRoster.h38 int32 fCookie; member in class:BVolumeRoster
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp19 fCookie(NULL),
29 (driver_module_info**)&fController, &fCookie);
44 fController->set_scan_semaphore(fCookie, fScanSemaphore);
91 return fController->execute_command(fCookie, command, argument, response);
102 return fController->do_io(fCookie, command, operation, offsetAsSectors);
109 fController->set_clock(fCookie, frequency);
116 fController->set_bus_width(fCookie, width);
129 result = fController->execute_command(fCookie, SD_SELECT_DESELECT_CARD,
H A Dmmc_bus.h64 void* fCookie; member in class:MMCBus
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp18 fCookie(NULL),
79 (driver_module_info **)&fController, &fCookie);
82 fController->set_channel(fCookie, this);
736 return fController->prepare_dma(fCookie, ccb->sg_list, ccb->sg_count,
744 return fController->start_dma(fCookie);
751 return fController->finish_dma(fCookie);
810 return fController->get_altstatus(fCookie);
817 return fController->read_pio(fCookie, (uint16 *)buffer,
825 return fController->write_pio(fCookie, (uint16 *)buffer,
833 return fController->read_command_block_regs(fCookie, taskFil
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h39 tty_cookie *TTYCookie() const { return fCookie; }
51 tty_cookie *fCookie; member in class:Request
102 tty_cookie* fCookie; member in class:RequestOwner
H A Dtty.cpp89 fCookie(cookie),
99 { recursive_lock_lock(fCookie->tty->lock); }
101 { recursive_lock_unlock(fCookie->tty->lock); }
103 tty_cookie* fCookie; member in class:AbstractLocker
186 fCookie(NULL),
198 fCookie = cookie;
231 kprintf("%s cookie: %p\n", prefix, fCookie);
320 fCookie(NULL),
338 fCookie = cookie;
378 fRequests[0].Init(this, fCookie, bytesNeede
[all...]
/haiku/src/kits/media/
H A DSoundPlayer.cpp218 fNotifierFunc(fCookie, B_STARTED, this);
266 fNotifierFunc(fCookie, B_STOPPED, this);
358 return fCookie;
368 fCookie = cookie;
739 fCookie = this;
742 fCookie = cookie;
928 (*fNotifierFunc)(fCookie, what);
940 (*fPlayBufferFunc)(fCookie, buffer, size, format);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.cpp275 : fCookie(-1),
332 fCookie = cookie;
339 return fCookie;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.cpp26 fCookie(-1),
54 fCookie = cookie;
61 return fCookie;
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp92 fCookie(cookie)
98 return fDoIO(fCookie, offset, buffer, length);
103 void* fCookie; member in class:CallbackIO
113 fCookie(cookie)
124 return FS_CALL(fVnode, write_pages, fCookie, offset, &vec, 1,
128 return FS_CALL(fVnode, read_pages, fCookie, offset, &vec, 1, length);
133 void* fCookie; member in class:VnodeIO
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp63 fCookie(cookie)
84 return fCookie;
88 BPrivate::Network::BNetworkCookie fCookie; member in class:CookieRow
/haiku/src/system/boot/loader/
H A Dvfs.cpp74 void *fCookie; member in class:Descriptor
354 fCookie(cookie),
369 ssize_t bytesRead = fNode->ReadAt(fCookie, fOffset, buffer, bufferSize);
380 return fNode->ReadAt(fCookie, pos, buffer, bufferSize);
387 ssize_t bytesWritten = fNode->WriteAt(fCookie, fOffset, buffer, bufferSize);
398 return fNode->WriteAt(fCookie, pos, buffer, bufferSize);
452 status_t status = fNode->Close(fCookie);

Completed in 329 milliseconds

12