Lines Matching refs:sm_key
6126 scf_matchkey_t *sm_key; member
6220 size_t len = strlen(match->sm_key->sk_fmri); in scf_add_match()
6222 if (strncmp(match->sm_key->sk_fmri, fmri, len) == 0 && in scf_add_match()
6240 size_t len = strlen(match->sm_key->sk_fmri); in scf_add_match()
6241 if (strncmp(match->sm_key->sk_fmri, fmri, len) == 0 && in scf_add_match()
6250 if ((match->sm_key = scf_get_key(htable, fmri, legacy)) == NULL) { in scf_add_match()
6341 len += strlen(match->sm_key->sk_fmri) + 2; in scf_multiple_match_error()
6352 match->sm_key->sk_fmri); in scf_multiple_match_error()
6921 if (!match->sm_key->sk_seen) in scf_walk_fmri()
6923 match->sm_key->sk_seen = 1; in scf_walk_fmri()
6956 key = match->sm_key; in scf_walk_fmri()