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

/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c7027 * scf_matchkey_t
7034 } scf_matchkey_t; typedef in typeref:struct:scf_matchkey
7040 scf_matchkey_t *sm_key;
7049 * Given an FMRI and a hash table, returns the scf_matchkey_t corresponding to
7053 static scf_matchkey_t *
7054 scf_get_key(scf_matchkey_t **htable, const char *fmri, const char *legacy)
7058 scf_matchkey_t *key;
7085 if ((key = calloc(sizeof (scf_matchkey_t), 1)) == NULL)
7116 scf_add_match(scf_matchkey_t **htable, const char *fmri, const char *legacy,
7220 scf_pattern_match(scf_matchkey_t **htabl
[all...]

Completed in 28 milliseconds