Searched refs:resolve (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dether_inet6_pr_module.c258 proto.resolve = ether_inet6_resolve_multi;
H A Dkpi_interface.h521 @discussion proto_media_resolve_multi is called to resolve a
968 proto_media_resolve_multi resolve; /* optional */ member in struct:ifnet_attach_proto_param
981 proto_media_resolve_multi resolve; /* optional */ member in struct:ifnet_attach_proto_param_v2
1502 longer valid, the system will send probe(s) to resolve the
1511 resolve the node again. This value is relative to the current
H A Dether_inet_pr_module.c556 proto.resolve = ether_inet_resolve_multi;
H A Ddlil.c4042 ifproto->kpi.v1.resolve_multi = proto_details->resolve;
4098 ifproto->kpi.v2.resolve_multi = proto_details->resolve;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1323 IOReturn lookupInterrupt(int source, bool resolve, IOInterruptController **interruptController);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5395 IOReturn IOService::lookupInterrupt(int source, bool resolve, IOInterruptController **interruptController) argument
5413 if (!resolve) return kIOReturnNoInterrupt;

Completed in 113 milliseconds