Home
last modified time | relevance | path

Searched refs:path_offset (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c859 uint_t npairs = 0, i = 0, fmrilen, path_offset; in path_fmri_str2nvl() local
906 path_offset = path_start - tmp; in path_fmri_str2nvl()
907 pathname = fmristr + path_offset + 1; in path_fmri_str2nvl()
913 (void) strtok_r(tmp + path_offset, "=", &lastpair); in path_fmri_str2nvl()
942 dg_scheme_end = tmp + path_offset; in path_fmri_str2nvl()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c6998 int path_offset = 0; in zone_find_by_any_path() local
7007 path_offset = 1; in zone_find_by_any_path()
7026 pathlen = c - zone->zone_rootpath + 1 - path_offset; in zone_find_by_any_path()
7027 rootpath_start = (zone->zone_rootpath + path_offset); in zone_find_by_any_path()