Home
last modified time | relevance | path

Searched refs:nx_head (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus.c54 static struct kern_nexus_tree nx_head; variable
138 RB_INIT(&nx_head); in nexus_init()
182 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()
1088 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1964 RB_INSERT(kern_nexus_tree, &nx_head, nx); in nx_create()
2000 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
2042 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
2139 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach()
3383 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
3494 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
[all …]
/xnu-11215.81.4/tools/lldbmacros/
H A Dskywalk.py665 nexuses = kern.globals.nx_head
735 nexuses = kern.globals.nx_head