| /xnu-11215/tests/skywalk/ |
| H A D | skt_fswloop.c | 47 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 D | skt_netifcompat.c | 305 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 D | kpi_protocol.c | 346 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 D | pf_ioctl.c | 4821 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 D | PassthruInterruptController.cpp | 47 !this->attach(getPlatform())) { in init()
|
| H A D | IOPlatformExpert.cpp | 119 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 D | IOStartIOKit.cpp | 160 gRootNub->attach(NULL); in InitIOKit()
|
| H A D | IONVRAM.cpp | 1313 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 D | IOService.cpp | 882 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 D | IOUserServer.cpp | 5239 if (service && service->init(copyProperties) && service->attach(this)) { in Create_Impl()
|
| H A D | IOPMrootDomain.cpp | 1760 gPatriarch->attach(this); in start()
|
| /xnu-11215/config/ |
| H A D | README.DEBUG-kernel.txt | 33 (gdb) attach
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOPlatformExpert.h | 251 virtual bool attach( IOService * provider ) APPLE_KEXT_OVERRIDE;
|
| H A D | IOService.h | 1210 virtual bool attach( IOService * provider );
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3012 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 D | Tests.cpp | 1413 found->attach(IOService::getPlatform()); in IOServiceTest() 2210 if (!service->attach(provider)) { in sysctl_iokit_test_service_setup()
|
| /xnu-11215/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1044 bool attach) in skmem_region_slab_config() argument 1049 if (attach) { in skmem_region_slab_config()
|
| /xnu-11215/ |
| H A D | README.md | 485 …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 D | README.md | 428 * Add --pdb to attach pdb to exception stack for debugging.
|