Lines Matching defs:vnode
248 * @vnode: A container pointer of found XBC node.
251 * store it in *@vnode, and returns the value string.
255 * Note that this returns 0-length string and stores NULL in *@vnode if the
261 struct xbc_node **vnode)
272 if (vnode)
273 *vnode = node;
429 struct xbc_node *knode, *vnode;
440 vnode = xbc_node_get_child(knode);
441 if (!vnode) {
448 xbc_array_for_each_value(vnode, val) {