Lines Matching refs:sk_fmri
6056 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()
6892 info.fmri = key->sk_fmri; in scf_walk_fmri()
6901 if (scf_handle_decode_fmri(h, key->sk_fmri, in scf_walk_fmri()
6906 info.fmri = key->sk_fmri; in scf_walk_fmri()
6957 if (key->sk_fmri != NULL) in scf_walk_fmri()
6958 free(key->sk_fmri); in scf_walk_fmri()