Searched refs:kpi (Results 1 – 11 of 11) sorted by relevance
32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
37 #macOS only codesigning kpi
106 #macOS only codesigning kpi
213 $(OBJPATH)/all-kpi.exp: $(EXPORTS_FILES)219 do_build_all:: $(OBJPATH)/all-kpi.exp $(OBJPATH)/all-alias.exp
3728 proto->kpi.v1.event : in dlil_event_internal()3729 proto->kpi.v2.event); in dlil_event_internal()3934 proto->kpi.v1.ioctl : proto->kpi.v2.ioctl); in ifnet_ioctl()4024 proto->kpi.v1.resolve_multi : proto->kpi.v2.resolve_multi); in dlil_resolve_multi()4067 proto->kpi.v1.send_arp : proto->kpi.v2.send_arp); in dlil_send_arp_internal()4558 ifproto->kpi.v1.input = proto_details->input; in ifnet_attach_protocol()4559 ifproto->kpi.v1.pre_output = proto_details->pre_output; in ifnet_attach_protocol()4560 ifproto->kpi.v1.event = proto_details->event; in ifnet_attach_protocol()4561 ifproto->kpi.v1.ioctl = proto_details->ioctl; in ifnet_attach_protocol()4562 ifproto->kpi.v1.detached = proto_details->detached; in ifnet_attach_protocol()[all …]
503 if (proto->kpi.v1.detached) { in if_proto_free()504 proto->kpi.v1.detached(ifp, proto->protocol_family); in if_proto_free()508 if (proto->kpi.v2.detached) { in if_proto_free()509 proto->kpi.v2.detached(ifp, proto->protocol_family); in if_proto_free()
219 proto->kpi.v1.pre_output : proto->kpi.v2.pre_output); in dlil_output()
338 error = (*ifproto->kpi.v1.input)(ifproto->ifp, in dlil_ifproto_input()347 error = (*ifproto->kpi.v2.input)(ifproto->ifp, in dlil_ifproto_input()
528 } kpi; member
265 $(_v)cp $(TARGET)/all-kpi.exp $(TARGET)/$(KERNEL_FILE_NAME).link/$(KERNEL_FILE_NAME).exp
1063 -Wl,-exported_symbols_list,$(TARGET)/all-kpi.exp1106 LDFILES_KERNEL_ONLY = $(TARGET)/all-kpi.exp $(TARGET)/all-alias.exp $(TARGET)/symbolsets.plist