Searched refs:nexus_attr_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 136 typedef struct nexus_attr *nexus_attr_t; typedef 253 extern nexus_attr_t os_nexus_attr_create(void); 261 extern nexus_attr_t os_nexus_attr_clone(const nexus_attr_t attr); 266 extern int os_nexus_attr_set(nexus_attr_t attr, 272 extern int os_nexus_attr_get(const nexus_attr_t attr, 278 extern void os_nexus_attr_destroy(nexus_attr_t attr); 309 const nexus_name_t name, const nexus_type_t type, const nexus_attr_t attr, 379 const uuid_t prov_uuid, nexus_attr_t attr); 927 extern errno_t kern_nexus_attr_create(nexus_attr_t *); 928 extern errno_t kern_nexus_attr_clone(const nexus_attr_t attr, [all …]
|
| H A D | nexus_common.h | 50 __nexus_attr_set(const nexus_attr_t nxa, const nexus_attr_type_t type, in __nexus_attr_set() 153 __nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in __nexus_attr_get() 253 __nexus_attr_from_params(nexus_attr_t nxa, const struct nxprov_params *p) in __nexus_attr_from_params() 283 const nexus_type_t type, const nexus_attr_t nxa) in __nexus_provider_reg_prepare()
|
| H A D | nexus_kern.c | 730 kern_nexus_attr_create(nexus_attr_t *nxa) in kern_nexus_attr_create() 743 kern_nexus_attr_clone(const nexus_attr_t nxa, nexus_attr_t *nnxa) in kern_nexus_attr_clone() 760 kern_nexus_attr_set(const nexus_attr_t nxa, in kern_nexus_attr_set() 767 kern_nexus_attr_get(nexus_attr_t nxa, const nexus_attr_type_t type, in kern_nexus_attr_get() 774 kern_nexus_attr_destroy(nexus_attr_t nxa) in kern_nexus_attr_destroy() 941 const nexus_attr_t nxa, uuid_t *prov_uuid) in kern_nexus_controller_register_provider() 1285 const uuid_t prov_uuid, nexus_attr_t nxa) in kern_nexus_controller_read_provider_attr()
|
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 41 nexus_attr_t 53 nexus_attr_t 54 os_nexus_attr_clone(const nexus_attr_t nxa) in os_nexus_attr_clone() 67 os_nexus_attr_set(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_set() 74 os_nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_get() 81 os_nexus_attr_destroy(nexus_attr_t nxa) in os_nexus_attr_destroy() 122 const nexus_attr_t nxa, uuid_t *prov_uuid) in os_nexus_controller_register_provider() 185 const uuid_t prov_uuid, nexus_attr_t nxa) in os_nexus_controller_read_provider_attr()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 516 nexus_attr_t nxa = NULL; in kpipe_loopback_start()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_utun.c | 900 nexus_attr_t nxa = NULL; in utun_nexus_ifattach() 1049 nexus_attr_t attr = NULL; in utun_create_fs_provider_and_instance() 1184 nexus_attr_t nxa = NULL; in utun_register_kernel_pipe_nexus()
|
| H A D | if_headless.c | 953 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance()
|
| H A D | if_ipsec.c | 1916 nexus_attr_t nxa = NULL; in ipsec_nexus_ifattach() 2089 nexus_attr_t attr = NULL; in ipsec_create_fs_provider_and_instance() 2230 nexus_attr_t nxa = NULL; in ipsec_register_kernel_pipe_nexus()
|
| H A D | if_fake.c | 1986 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() 2452 nexus_attr_t nexus_attr = NULL; in create_netif_llink_provider_and_instance()
|
| H A D | dlil.c | 1053 nexus_attr_t attr) in dlil_create_provider_and_instance() 1103 nexus_attr_t attr = NULL; in dlil_attach_netif_nexus_common() 1299 nexus_attr_t attr = NULL; in _dlil_attach_flowswitch_nexus()
|