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.c6218 for (prev = match = pattern->sp_matches; match != NULL; in scf_add_match()
6225 pattern->sp_matches = match->sm_next; in scf_add_match()
6238 for (match = pattern->sp_matches; match != NULL; in scf_add_match()
6255 match->sm_next = pattern->sp_matches; in scf_add_match()
6256 pattern->sp_matches = match; in scf_add_match()
6339 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6348 for (match = pattern->sp_matches; match != NULL; in scf_multiple_match_error()
6919 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
6953 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()
7054 for (match = pattern[i].sp_matches; match != NULL; in scf_walk_fmri()