Lines Matching refs:ap
551 static int vnode_by_path(void *blob, const char *fmt, va_list ap) in vnode_by_path() argument
555 vsnprintf(path, 128, fmt, ap); in vnode_by_path()
561 va_list ap; in node_by_path() local
564 va_start(ap, fmt); in node_by_path()
565 res = vnode_by_path(blob, fmt, ap); in node_by_path()
566 va_end(ap); in node_by_path()
573 va_list ap; in phandle_by_path() local
576 va_start(ap, fmt); in phandle_by_path()
577 node = vnode_by_path(blob, fmt, ap); in phandle_by_path()
578 va_end(ap); in phandle_by_path()
606 va_list ap; in enable_by_path() local
609 va_start(ap, fmt); in enable_by_path()
610 node = vnode_by_path(blob, fmt, ap); in enable_by_path()
611 va_end(ap); in enable_by_path()