Lines Matching refs:vlink
2253 struct di_devlink vlink = {NULL};
2258 vlink.rel_path = get_string(hdp, dlp->path);
2259 vlink.content = get_string(hdp, dlp->content);
2260 vlink.type = attr2type(dlp->attr);
2262 if (visit_link(hdp, linkp, &vlink) != DI_WALK_CONTINUE) {
2289 struct di_devlink vlink = {NULL};
2291 vlink.rel_path = get_string(hdp, dlp->path);
2292 vlink.content = get_string(hdp, dlp->content);
2293 vlink.type = attr2type(dlp->attr);
2295 if (visit_link(hdp, linkp, &vlink) != DI_WALK_CONTINUE)
3569 struct di_devlink vlink = {NULL};
3573 vlink.rel_path = clp->path;
3574 vlink.content = clp->content;
3575 vlink.type = attr2type(clp->attr);
3577 if (visit_link(hdp, linkp, &vlink)
3605 struct di_devlink vlink = {NULL};
3609 vlink.rel_path = clp->path;
3610 vlink.content = clp->content;
3611 vlink.type = attr2type(clp->attr);
3612 if (visit_link(hdp, linkp, &vlink) !=