Home
last modified time | relevance | path

Searched refs:scheme_end (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
161 if ((scheme_end = strchr(scheme_start, '/')) == NULL) { in topo_fmri_str2nvl()
166 (scheme_end - scheme_start) + 1); in topo_fmri_str2nvl()