Searched refs:nx_head (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus.c | 54 static struct kern_nexus_tree nx_head; variable 130 RB_INIT(&nx_head); in nexus_init() 178 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini() 1078 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list() 1951 RB_INSERT(kern_nexus_tree, &nx_head, nx); in nx_create() 1987 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy() 2027 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find() 2124 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach() 3312 RB_FOREACH(nx, kern_nexus_tree, &nx_head) { 3402 RB_FOREACH(nx, kern_nexus_tree, &nx_head) { [all …]
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | skywalk.py | 665 nexuses = kern.globals.nx_head 731 nexuses = kern.globals.nx_head
|