Searched refs:my_scope (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c5183 char *my_scope; local
5191 my_scope = s;
5198 te = strstr(my_scope, SCF_FMRI_SCOPE_SUFFIX);
5203 if (my_scope[0] == '\0')
5204 my_scope = SCF_FMRI_LOCAL_SCOPE;
5205 else if (uu_check_name(my_scope, 0) == -1) {
5210 *scope = my_scope;
5309 char *my_scope; local
5317 my_scope = s;
5322 if (my_scope[
[all...]

Completed in 54 milliseconds