Searched refs:exec_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_common.h | 409 const nexus_port_t port, const pid_t pid, const uuid_t exec_uuid, in __nexus_bind_req_prepare() argument 418 if (exec_uuid != NULL && memcmp(exec_uuid, uuid_null, sizeof(uuid_t))) { in __nexus_bind_req_prepare() 419 bcopy(exec_uuid, nbr->nb_exec_uuid, sizeof(uuid_t)); in __nexus_bind_req_prepare()
|
| H A D | os_nexus.h | 368 const pid_t pid, const uuid_t exec_uuid, const void *key, 1044 const pid_t pid, const uuid_t exec_uuid, const void *key,
|
| H A D | nexus_kern.c | 1223 const uuid_t exec_uuid, const void *key, const uint32_t key_len, in kern_nexus_controller_bind_provider_instance() argument 1236 __nexus_bind_req_prepare(&nbr, nx_uuid, *port, pid, exec_uuid, in kern_nexus_controller_bind_provider_instance()
|
| /xnu-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 160 const uuid_t exec_uuid, const void *key, const uint32_t key_len, in os_nexus_controller_bind_provider_instance() argument 165 __nexus_bind_req_prepare(&nbr, nx_uuid, port, pid, exec_uuid, in os_nexus_controller_bind_provider_instance()
|