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.c493 V9fsSynthNode *dir_node; in synth_name_to_path() local
502 dir_node = &synth_root; in synth_name_to_path()
504 dir_node = *(V9fsSynthNode **)dir_path->data; in synth_name_to_path()
507 node = dir_node; in synth_name_to_path()
512 QLIST_FOREACH(node, &dir_node->child, sibling) { in synth_name_to_path()