Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c151 char *scheme_start, *scheme_end; in topo_fmri_str2nvl() local
156 if ((scheme_start = strchr(fmristr, '=')) == NULL) { in topo_fmri_str2nvl()
160 scheme_start++; in topo_fmri_str2nvl()
161 if ((scheme_end = strchr(scheme_start, '/')) == NULL) { in topo_fmri_str2nvl()
165 (void) strlcpy(buf, scheme_start, in topo_fmri_str2nvl()
166 (scheme_end - scheme_start) + 1); in topo_fmri_str2nvl()