Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h371 struct scf_match *sp_matches; /* List of matches */ member
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c6209 for (prev = match = pattern->sp_matches; match != NULL; in scf_add_match()
6216 pattern->sp_matches = match->sm_next; in scf_add_match()
6229 for (match = pattern->sp_matches; match != NULL; in scf_add_match()
6246 match->sm_next = pattern->sp_matches; in scf_add_match()
6247 pattern->sp_matches = match; in scf_add_match()
6330 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6339 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6910 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
6944 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
7045 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()