Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 19 of 19) sorted by relevance

/xnu-11215/tests/skywalk/
H A Dskt_fswloop.c47 uuid_t attach; in skt_fswloop_common() local
58 NULL, sktc_instance_uuid, false, &attach); in skt_fswloop_common()
81 uuid_t provider0, instance0, provider1, instance1, attach; in skt_fswloop2_common() local
118 error = __os_nexus_ifattach(ncd, instance1, NULL, instance0, false, &attach); in skt_fswloop2_common()
125 error = __os_nexus_ifattach(ncd, instance0, NULL, instance1, false, &attach); in skt_fswloop2_common()
H A Dskt_netifcompat.c305 uuid_t attach; in skt_netifdelete_main() local
320 sktc_instance_uuid, FETH0_NAME, NULL, false, &attach); in skt_netifdelete_main()
327 sktc_instance_uuid, attach); in skt_netifdelete_main()
/xnu-11215/bsd/net/
H A Dkpi_protocol.c346 ifnet_family_t interface_family, proto_plumb_handler attach, in proto_register_plumber() argument
351 if (attach == NULL) { in proto_register_plumber()
370 proto_family->attach_proto = attach; in proto_register_plumber()
H A Dpf_ioctl.c4821 pf_ifnet_hook(struct ifnet *ifp, int attach) in pf_ifnet_hook() argument
4825 if (attach) { in pf_ifnet_hook()
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp47 !this->attach(getPlatform())) { in init()
H A DIOPlatformExpert.cpp119 IOPlatformExpert::attach( IOService * provider ) in attach() function in IOPlatformExpert
121 if (!super::attach( provider )) { in attach()
217 nub->attach( this ); in configure()
542 root->attach(this); in PMInstantiatePowerDomains()
1659 nub->attach( parent ); in createNubs()
2141 if ((false == newConnect->attach(this)) in newUserClient()
2199 gIOOptionsEntry->attach(this); in createNVRAM()
H A DIOStartIOKit.cpp160 gRootNub->attach(NULL); in InitIOKit()
H A DIONVRAM.cpp1313 if (!_diags->attach(this)) { in start()
1333 if (!_notifier->attach(this)) { in start()
1364 if (!_systemService->attach(this)) { in start()
1389 if (!_commonService->attach(this)) { in start()
H A DIOService.cpp882 IOService::attach( IOService * provider ) in attach() function in IOService
1600 ios->attach(gIOUserResources); in setPlatform()
4092 if (!(inst->attach( this ))) { in probeCandidates()
4801 ok = service->attach( this ); in startCandidate()
8099 if (!client->attach(this)) { in newUserClient()
H A DIOUserServer.cpp5239 if (service && service->init(copyProperties) && service->attach(this)) { in Create_Impl()
H A DIOPMrootDomain.cpp1760 gPatriarch->attach(this); in start()
/xnu-11215/config/
H A DREADME.DEBUG-kernel.txt33 (gdb) attach
/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h251 virtual bool attach( IOService * provider ) APPLE_KEXT_OVERRIDE;
H A DIOService.h1210 virtual bool attach( IOService * provider );
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c3012 filt_spec_common(struct knote *kn, struct kevent_qos_s *kev, bool attach) in filt_spec_common() argument
3027 if (!attach && vnode_getwithvid(vp, vnode_vid(vp)) != 0) { in filt_spec_common()
3043 if (!attach) { in filt_spec_common()
3057 if (attach) { in filt_spec_common()
/xnu-11215/iokit/Tests/
H A DTests.cpp1413 found->attach(IOService::getPlatform()); in IOServiceTest()
2210 if (!service->attach(provider)) { in sysctl_iokit_test_service_setup()
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_region.c1044 bool attach) in skmem_region_slab_config() argument
1049 if (attach) { in skmem_region_slab_config()
/xnu-11215/
H A DREADME.md485 …riden by the `debug` boot-arg -- `debug=0x14e` will cause a panic to wait for a debugger to attach.
/xnu-11215/tools/lldbmacros/
H A DREADME.md428 * Add --pdb to attach pdb to exception stack for debugging.