Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus.c54 static struct kern_nexus_tree nx_head; variable
125 RB_INIT(&nx_head); in nexus_init()
158 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()
1044 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1909 RB_INSERT(kern_nexus_tree, &nx_head, nx); in nx_create()
1945 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
1985 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
2082 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach()
3275 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
3386 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
[all …]
/xnu-8796.121.2/tools/lldbmacros/
H A Dskywalk.py666 nexuses = kern.globals.nx_head
732 nexuses = kern.globals.nx_head