Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c54 static struct kern_nexus_tree nx_head; variable
127 RB_INIT(&nx_head); in nexus_init()
171 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()
1058 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1927 RB_INSERT(kern_nexus_tree, &nx_head, nx); in nx_create()
1963 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
2003 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
2100 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach()
3293 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
3404 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
[all …]
/xnu-10063.101.15/tools/lldbmacros/
H A Dskywalk.py665 nexuses = kern.globals.nx_head
735 nexuses = kern.globals.nx_head