Home
last modified time | relevance | path

Searched refs:kpi (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/config/
H A Dlist_supported.sh32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
H A DPrivate.arm64.MacOSX.exports37 #macOS only codesigning kpi
H A DPrivate.x86_64.exports106 #macOS only codesigning kpi
H A DMakefile213 $(OBJPATH)/all-kpi.exp: $(EXPORTS_FILES)
219 do_build_all:: $(OBJPATH)/all-kpi.exp $(OBJPATH)/all-alias.exp
/xnu-12377.61.12/bsd/net/
H A Ddlil.c3728 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 …]
H A Ddlil_subr.c503 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()
H A Ddlil_output.c219 proto->kpi.v1.pre_output : proto->kpi.v2.pre_output); in dlil_output()
H A Ddlil_input.c338 error = (*ifproto->kpi.v1.input)(ifproto->ifp, in dlil_ifproto_input()
347 error = (*ifproto->kpi.v2.input)(ifproto->ifp, in dlil_ifproto_input()
H A Dif_var_private.h528 } kpi; member
/xnu-12377.61.12/makedefs/
H A DMakeInc.kernel265 $(_v)cp $(TARGET)/all-kpi.exp $(TARGET)/$(KERNEL_FILE_NAME).link/$(KERNEL_FILE_NAME).exp
H A DMakeInc.def1063 -Wl,-exported_symbols_list,$(TARGET)/all-kpi.exp
1106 LDFILES_KERNEL_ONLY = $(TARGET)/all-kpi.exp $(TARGET)/all-alias.exp $(TARGET)/symbolsets.plist