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

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c6157 char *my_scope; local
6165 my_scope = s;
6172 te = strstr(my_scope, SCF_FMRI_SCOPE_SUFFIX);
6177 if (my_scope[0] == '\0')
6178 my_scope = SCF_FMRI_LOCAL_SCOPE;
6179 else if (uu_check_name(my_scope, 0) == -1) {
6184 *scope = my_scope;
6283 char *my_scope; local
6291 my_scope = s;
6296 if (my_scope[
[all...]

Completed in 33 milliseconds