Searched refs:First (Results 1 - 25 of 52) sorted by last modified time

123

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp919 next = node->Attributes().First();
2161 // First, we need to go to the leaf, and go back from there
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7892 // First, synchronize all file caches
7912 vnode = mount->vnodes.First();
H A Dfifo.cpp582 if (ReadRequest* request = fReadRequests.First())
596 if (ReadRequest* request = fReadRequests.First())
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp691 INFORM("Starting First Boot Processing for %d packages in %s.\n",
790 + FSUtils::ShellEscapeString(user.Groups().First()).String()
1200 // Replace the existing file/symlink. We do that in two steps: First
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp358 while (PICModule *module = First()) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp392 while (PICModule *module = First()) {
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp490 sDomain->module->error_reply(NULL, packet->fFragments.First(),
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp451 sDomain->module->error_reply(NULL, packet->fFragments.First(),
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp275 if (Request* first = First())
441 if (fRequestQueues[i] && fRequestQueues[i]->First() != &fRequests[i])
H A Dtty_private.h65 Request *First() const { return fRequests.First(); } function in class:RequestQueue
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h82 fNext = fQueue->First();
127 fNext = fQueue->First();
153 inline Element *First() const { return fFirst; } function in class:DoublyLinkedQueue
357 for (Element* element = First(); element; element = GetNext(element))
H A DDoublyLinkedList.h175 fNext = fList->First();
220 fNext = fList->First();
348 inline Element* First() const { return fFirst; } function in class:DoublyLinkedList
630 for (Element* element = First(); element; element = GetNext(element)) {
645 for (Element* element = First(); element; element = GetNext(element))
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1383 cookie->current = fAttributes.First();
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp355 net_buffer *buffer = fList.First();
485 ASSERT(Available() == 0 || fList.First() != NULL);
487 if (fList.First() == NULL) {
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h170 fNext = fList->First();
215 fNext = fList->First();
343 inline Element *First() const { return fFirst; } function in class:FSShell::DoublyLinkedList
592 for (Element* element = First(); element; element = GetNext(element))
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp285 sSwapFileAlloc = sSwapFileList.First();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp713 for (Query* query = fQueries.First();
H A DNode.cpp72 while (Attribute *attribute = fAttributes.First()) {
245 for (AttributeIterator *iterator = iterators->First();
317 *attribute = fAttributes.First();
332 return fReferrers.First();
H A DAttributeIndexImpl.cpp211 for (Iterator *iterator = fIterators->First();
251 for (Iterator *iterator = fIterators->First();
H A DSizeIndex.cpp126 for (Iterator *iterator = fIterators->First();
155 for (Iterator *iterator = fIterators->First();
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp707 while (InternalEvent* event = fInternalEvents->First()) {
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp651 address = fAddresses.First();
1421 interface = sInterfaces.First();
/haiku/src/kits/support/
H A DStringList.cpp237 BStringList::First() const function in class:BStringList
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp495 // First pass: check integrity of the blocks in the run array
659 if (logEntry == journal->fEntries.First()) {
/haiku/src/apps/haikudepot/server/
H A DStandardMetaDataJsonEventListener.cpp323 if (fJsonPathObjectNames.First() != "$") {

Completed in 168 milliseconds

123