Searched refs:nexus_attr_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.101.5/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 139 typedef struct nexus_attr *nexus_attr_t; typedef 257 extern nexus_attr_t os_nexus_attr_create(void); 265 extern nexus_attr_t os_nexus_attr_clone(const nexus_attr_t attr); 270 extern int os_nexus_attr_set(nexus_attr_t attr, 276 extern int os_nexus_attr_get(const nexus_attr_t attr, 282 extern void os_nexus_attr_destroy(nexus_attr_t attr); 313 const nexus_name_t name, const nexus_type_t type, const nexus_attr_t attr, 383 const uuid_t prov_uuid, nexus_attr_t attr); 979 extern errno_t kern_nexus_attr_create(nexus_attr_t *); 980 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() 158 __nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in __nexus_attr_get() 262 __nexus_attr_from_params(nexus_attr_t nxa, const struct nxprov_params *p) in __nexus_attr_from_params() 293 const nexus_type_t type, const nexus_attr_t nxa) in __nexus_provider_reg_prepare()
|
| H A D | nexus_kern.c | 728 kern_nexus_attr_create(nexus_attr_t *nxa) in kern_nexus_attr_create() 741 kern_nexus_attr_clone(const nexus_attr_t nxa, nexus_attr_t *nnxa) in kern_nexus_attr_clone() 758 kern_nexus_attr_set(const nexus_attr_t nxa, in kern_nexus_attr_set() 765 kern_nexus_attr_get(nexus_attr_t nxa, const nexus_attr_type_t type, in kern_nexus_attr_get() 772 kern_nexus_attr_destroy(nexus_attr_t nxa) in kern_nexus_attr_destroy() 939 const nexus_attr_t nxa, uuid_t *prov_uuid) in kern_nexus_controller_register_provider() 1283 const uuid_t prov_uuid, nexus_attr_t nxa) in kern_nexus_controller_read_provider_attr()
|
| /xnu-8796.101.5/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 42 nexus_attr_t 54 nexus_attr_t 55 os_nexus_attr_clone(const nexus_attr_t nxa) in os_nexus_attr_clone() 68 os_nexus_attr_set(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_set() 75 os_nexus_attr_get(const nexus_attr_t nxa, const nexus_attr_type_t type, in os_nexus_attr_get() 82 os_nexus_attr_destroy(nexus_attr_t nxa) in os_nexus_attr_destroy() 123 const nexus_attr_t nxa, uuid_t *prov_uuid) in os_nexus_controller_register_provider() 186 const uuid_t prov_uuid, nexus_attr_t nxa) in os_nexus_controller_read_provider_attr()
|
| /xnu-8796.101.5/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 516 nexus_attr_t nxa = NULL; in kpipe_loopback_start()
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | if_utun.c | 899 nexus_attr_t nxa = NULL; in utun_nexus_ifattach() 1048 nexus_attr_t attr = NULL; in utun_create_fs_provider_and_instance() 1183 nexus_attr_t nxa = NULL; in utun_register_kernel_pipe_nexus()
|
| H A D | if_headless.c | 948 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance()
|
| H A D | if_ipsec.c | 1915 nexus_attr_t nxa = NULL; in ipsec_nexus_ifattach() 2088 nexus_attr_t attr = NULL; in ipsec_create_fs_provider_and_instance() 2229 nexus_attr_t nxa = NULL; in ipsec_register_kernel_pipe_nexus()
|
| H A D | if_fake.c | 2230 nexus_attr_t nexus_attr = NULL; in create_netif_provider_and_instance() 2706 nexus_attr_t nexus_attr = NULL; in create_netif_llink_provider_and_instance()
|
| H A D | dlil.c | 1059 nexus_attr_t attr) in dlil_create_provider_and_instance() 1109 nexus_attr_t attr = NULL; in dlil_attach_netif_nexus_common() 1332 nexus_attr_t attr = NULL; in _dlil_attach_flowswitch_nexus()
|