Searched refs:__os_nexus_ifattach (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_fswloop.c | 57 error = __os_nexus_ifattach(sktc_nexus_controller, sktc_instance_uuid, in skt_fswloop_common() 105 error = __os_nexus_ifattach(ncd, netif0_instance, FETH0_NAME, in skt_fswloop2_common() 113 error = __os_nexus_ifattach(ncd, netif1_instance, FETH1_NAME, in skt_fswloop2_common() 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 | 81 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_netifcompat_common() 221 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_fsw_common() 231 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_fsw_common() 237 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_fsw_common() 319 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_netifdelete_main()
|
| H A D | skt_teardown.c | 100 error = __os_nexus_ifattach(ncd, nf_instance0, FETH0_NAME, NULL, false, &feth0_attach); in skt_teardown_pass() 112 error = __os_nexus_ifattach(ncd, nf_instance1, FETH1_NAME, NULL, false, &feth1_attach); in skt_teardown_pass() 122 error = __os_nexus_ifattach(ncd, ms_instance, NULL, nf_instance0, false, &nf_attach0); in skt_teardown_pass()
|
| H A D | skt_fsw29301703.c | 78 error = __os_nexus_ifattach(ncd, netif_instance, FETH0_NAME, NULL, in skt_fsw29301703_common() 82 error = __os_nexus_ifattach(ncd, fsw_instance, NULL, netif_instance, in skt_fsw29301703_common()
|
| H A D | skt_bind.c | 80 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_bind_init() 84 error = __os_nexus_ifattach(sktc_nexus_controller, in skt_bind_init()
|
| H A D | skywalk_test_utils.c | 610 error = __os_nexus_ifattach(handles->controller, in sktc_create_flowswitch_no_address() 622 error = __os_nexus_ifattach(handles->controller, handles->fsw_nx_uuid, in sktc_create_flowswitch_no_address()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | os_nexus_private.h | 681 extern int __os_nexus_ifattach(const nexus_controller_t ctl,
|
| /xnu-12377.61.12/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 432 __os_nexus_ifattach(const nexus_controller_t ncd, in __os_nexus_ifattach() function
|