Lines Matching defs:Next
84 struct PosixEventSource *Next;
544 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
561 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
579 intf = (PosixNetworkInterface *)(intf->coreIntf.next);
924 // Use intfName instead of intf->intfName in the next line to avoid dereferencing NULL.
1102 // Advance pNLMsg to the next message in the buffer
1468 info = (PosixNetworkInterface *)(info->coreIntf.next);
1471 // 3. Calculate the time remaining to the next scheduled event (in struct timeval format)
1517 info = (PosixNetworkInterface *)(info->coreIntf.next);
1527 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1538 InitLinkedList(&gEventSources, offsetof(PosixEventSource, Next));
1566 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)
1639 for (iSource=(PosixEventSource*)gEventSources.Head; iSource; iSource = iSource->Next)