Searched refs:exec_uuid (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/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 416 if (exec_uuid != NULL) { in __nexus_bind_req_prepare() 417 bcopy(exec_uuid, nbr->nb_exec_uuid, sizeof(uuid_t)); in __nexus_bind_req_prepare()
|
| H A D | os_nexus.h | 367 const pid_t pid, const uuid_t exec_uuid, const void *key, 1027 const pid_t pid, const uuid_t exec_uuid, const void *key,
|
| H A D | nexus_kern.c | 1216 const uuid_t exec_uuid, const void *key, const uint32_t key_len, in kern_nexus_controller_bind_provider_instance() argument 1229 __nexus_bind_req_prepare(&nbr, nx_uuid, *port, pid, exec_uuid, in kern_nexus_controller_bind_provider_instance()
|
| /xnu-8796.141.3/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()
|