Searched refs:exist (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_protocol.c179 struct proto_input_entry *exist; local
185 for (exist = proto_hash[hash_slot]; exist != NULL;
186 exist = exist->next) {
187 if (exist->protocol == entry->protocol)
192 if (exist != NULL) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3815 OSIterator * exist; local
3840 exist = (OSIterator *) copyExistingServices( matching, inState );
3842 exist = 0;
3844 *existing = exist;

Completed in 79 milliseconds