Searched refs:vlink (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2253 struct di_devlink vlink = {NULL}; local 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}; local 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) ! 3569 struct di_devlink vlink = {NULL}; local 3605 struct di_devlink vlink = {NULL}; local [all...] |
/osnet-11/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 727 zs_update_link_zone(struct zs_datalink *dlink, struct zs_datalink *vlink, argument 734 if (strcmp(zone->zlz_name, vlink->zsl_zonename) == 0) 744 (void) strlcpy(zone->zlz_name, vlink->zsl_zonename, 747 zone->zlz_total_rbytes += vlink->zsl_rbytes; 748 zone->zlz_total_obytes += vlink->zsl_obytes; 749 zone->zlz_total_bytes += (vlink->zsl_rbytes + vlink->zsl_obytes); 750 zone->zlz_total_prbytes += vlink->zsl_prbytes; 751 zone->zlz_total_pobytes += vlink->zsl_pobytes; 753 if (vlink 5295 struct zs_datalink *vlink; local [all...] |
Completed in 38 milliseconds