Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libscf/common/
H A Dlowlevel.c6056 char *sk_fmri; /* Matching FMRI */ member
6107 if (strcmp(key->sk_fmri, fmri) == 0) in scf_get_key()
6117 if ((key->sk_fmri = strdup(fmri)) == NULL) { in scf_get_key()
6125 free(key->sk_fmri); in scf_get_key()
6160 size_t len = strlen(match->sm_key->sk_fmri); in scf_add_match()
6162 if (strncmp(match->sm_key->sk_fmri, fmri, len) == 0 && in scf_add_match()
6180 size_t len = strlen(match->sm_key->sk_fmri); in scf_add_match()
6181 if (strncmp(match->sm_key->sk_fmri, fmri, len) == 0 && in scf_add_match()
6793 len += strlen(match->sm_key->sk_fmri) + 2; in scf_walk_fmri()
6808 match->sm_key->sk_fmri); in scf_walk_fmri()
[all …]