Searched refs:next (Results 1 - 25 of 546) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp207 return protocol->next->module->get_mtu(protocol->next, address);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp120 if (conn->GetDoublyLinkedListLink()->next != NULL
149 if (conn->GetDoublyLinkedListLink()->next != NULL
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c720 LIST_FOREACH(stream, &((emuxki_dev*)multi->card)->streams, next) {
1069 LIST_FOREACH(pstream, &card->streams, next) {
1077 LIST_FOREACH(rstream, &card->streams, next) {
1310 LIST_FOREACH(stream, &card->streams, next) {
H A Demuxki.h142 LIST_ENTRY(_emuxki_mem) next; member in struct:_emuxki_mem
278 LIST_ENTRY(_emuxki_voice) next; member in struct:_emuxki_voice
300 LIST_ENTRY(_emuxki_stream) next; member in struct:_emuxki_stream
H A Demuxki.c283 LIST_INSERT_HEAD(&(card->mem), mem, next);
310 LIST_INSERT_HEAD(&(card->mem), mem, next);
327 LIST_FOREACH(mem, &card->mem, next) {
342 LIST_REMOVE(mem, next);
1132 LIST_FOREACH(mem, &voice->stream->card->mem, next) {
1254 LIST_FOREACH(stream, &card->streams, next) {
1255 LIST_FOREACH(voice, &stream->voices, next) {
1488 LIST_FOREACH(voice, &stream->voices, next) {
1519 LIST_INSERT_HEAD((&stream->voices), voice, next);
1557 LIST_FOREACH(voice, &stream->voices, next) {
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp447 LIST_FOREACH(stream, &((echo_dev*)multi->card)->streams, next) {
643 LIST_FOREACH(stream, &card->streams, next) {
663 LIST_FOREACH(stream, &card->streams, next) {
743 LIST_FOREACH(stream, &card->streams, next) {
757 LIST_FOREACH(pstream, &card->streams, next) {
765 LIST_FOREACH(rstream, &card->streams, next) {
927 LIST_FOREACH(card, &devices, next) {
943 LIST_FOREACH(card, &devices, next) {
1089 LIST_FOREACH(stream, &card->streams, next) {
H A Decho.cpp132 LIST_INSERT_HEAD(&(card->mems), mem, next);
143 LIST_FOREACH(mem, &card->mems, next) {
146 LIST_REMOVE(mem, next);
378 LIST_INSERT_HEAD((&card->streams), stream, next);
407 LIST_REMOVE(stream, next);
435 LIST_FOREACH(stream, &card->streams, next) {
667 LIST_FOREACH(dev, &devices, next) {
678 LIST_INSERT_HEAD((&devices), card, next);
712 LIST_REMOVE(card, next);
921 LIST_FOREACH(dev, &devices, next) {
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.h118 LIST_ENTRY(_echo_mem) next; member in struct:_echo_mem
H A DOsSupportBeOS.cpp103 LIST_INSERT_HEAD(&mems, mem, next);
113 LIST_FOREACH(mem, &mems, next) {
116 LIST_REMOVE(mem, next);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c378 LIST_FOREACH(stream, &((es1370_dev*)multi->card)->streams, next) {
693 LIST_FOREACH(pstream, &card->streams, next) {
701 LIST_FOREACH(rstream, &card->streams, next) {
890 LIST_FOREACH(stream, &card->streams, next) {
H A Des1370.c86 LIST_INSERT_HEAD(&(card->mems), mem, next);
96 LIST_FOREACH(mem, &card->mems, next) {
99 LIST_REMOVE(mem, next);
299 LIST_INSERT_HEAD((&card->streams), stream, next);
317 LIST_REMOVE(stream, next);
342 LIST_FOREACH(stream, &card->streams, next) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c593 LIST_FOREACH(stream, &((auvia_dev*)multi->card)->streams, next) {
913 LIST_FOREACH(pstream, &card->streams, next) {
921 LIST_FOREACH(rstream, &card->streams, next) {
1139 LIST_FOREACH(stream, &card->streams, next) {
H A Dauvia.c104 LIST_INSERT_HEAD(&(card->mems), mem, next);
115 LIST_FOREACH(mem, &card->mems, next) {
118 LIST_REMOVE(mem, next);
347 LIST_INSERT_HEAD((&card->streams), stream, next);
371 LIST_REMOVE(stream, next);
390 LIST_FOREACH(stream, &card->streams, next)
H A Dauvia.h84 LIST_ENTRY(_auvia_mem) next; member in struct:_auvia_mem
107 LIST_ENTRY(_auvia_stream) next; member in struct:_auvia_stream
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c588 LIST_FOREACH(stream, &((auich_dev*)multi->card)->streams, next) {
911 LIST_FOREACH(pstream, &card->streams, next) {
919 LIST_FOREACH(rstream, &card->streams, next) {
1114 LIST_FOREACH(stream, &card->streams, next) {
H A Dauich.c134 LIST_INSERT_HEAD(&(card->mems), mem, next);
145 LIST_FOREACH(mem, &card->mems, next) {
148 LIST_REMOVE(mem, next);
358 LIST_INSERT_HEAD((&card->streams), stream, next);
399 LIST_REMOVE(stream, next);
431 LIST_FOREACH(stream, &card->streams, next)
H A Dauich.h95 LIST_ENTRY(_auich_mem) next; member in struct:_auich_mem
118 LIST_ENTRY(_auich_stream) next; member in struct:_auich_stream
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1199 Moves the endpoint to the next state depending on where it was.
1396 TRACE(" _AddData(): adding data, receive next = %" B_PRIu32 ". Now have %"
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
2081 status = next->module->send_routed_data(next, fRoute, buffer);
2295 return next->module->get_mtu(next, address) - sizeof(tcp_header);
2344 TRACE("_Acknowledged(): ack %" B_PRIu32 "; uack %" B_PRIu32 "; next %"
2600 kprintf(" next: %" B_PRIu32 "\n", fSendNext.Number());
2617 kprintf(" next
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp76 struct vnode *next; member in struct:FSShell::vnode
112 struct fs_mount *next; member in struct:FSShell::fs_mount
585 vnode->mount_link.next = vnode->mount_link.prev = NULL;
1116 // walk to find the next path component ("path" will point to a single
1209 // balance the next recursion - we will decrement the ref_count
1285 /** Returns the vnode in the next to last segment of the path, and returns
2554 // goto the next directory
2923 sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next),
2930 sMountsTable = hash_init(MOUNTS_HASH_TABLE_SIZE, fssh_offsetof(struct fs_mount, next),
4909 // the next vnod
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp70 struct io_resource_info *prev, *next; member in struct:io_resource_info
688 // find the next one that fits
911 device_attr_private* next;
915 // next attribute
916 next = attr->GetDoublyLinkedListLink()->next;
919 next = node->Attributes().First();
922 *_attr = next;
924 return next ? B_OK : B_ENTRY_NOT_FOUND;
937 // find the next on
[all...]
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp107 ioapic* next; member in struct:ioapic
142 current = current->next;
455 ioapic->next = NULL;
470 lastIOAPIC->next = ioapic;
767 current = current->next;
824 current = current->next;
/haiku/src/system/runtime_loader/
H A Delf.cpp261 otherImage = otherImage->next) {
271 otherImage = otherImage->next) {
658 for (; callerImage != NULL; callerImage = callerImage->next) {
1011 // calling image. Return the next after the caller symbol.
1015 for (; callerImage != NULL; callerImage = callerImage->next) {
1026 // the next symbol
1034 for (; image != NULL; image = image->next) {
/haiku/src/system/kernel/fs/
H A Dvfs.cpp161 struct fs_mount* next; member in struct:fs_mount
295 return value->next;
323 return value->next;
992 // ever drop to 0. Deleting the file cache now, will cause the next to last
2155 // walk to find the next path component ("path" will point to a single
2263 // balance the next recursion - we will decrement the
2360 /*! Returns the vnode in the next to last segment of the path, and returns
4411 // goto the next directory
H A Dfd.cpp234 possible (in one of the next calls to put_fd() - get_fd() will no longer
509 select_info* next = info->next; local
511 info = next;
572 info->next = NULL;
582 info->next = context->select_infos[fd];
618 infoLocation = &(*infoLocation)->next;
624 *infoLocation = info->next;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp192 for (int i = 0; current != NULL; current = current->next, i++)
1377 // retrieve next iovec buffer from header
1397 // proceed with next buffer, if any

Completed in 317 milliseconds

1234567891011>>