Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-synth.c479 V9fsSynthNode *dir_node; in synth_name_to_path() local
488 dir_node = &synth_root; in synth_name_to_path()
490 dir_node = *(V9fsSynthNode **)dir_path->data; in synth_name_to_path()
493 node = dir_node; in synth_name_to_path()
498 QLIST_FOREACH(node, &dir_node->child, sibling) { in synth_name_to_path()