Home
last modified time | relevance | path

Searched refs:walk_property_astrings (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/svc/startd/
H A Dstartd.h670 int walk_property_astrings(scf_property_t *, callback_t, void *);
H A Dlibscf.c3486 walk_property_astrings(scf_property_t *prop, callback_t cb, void *arg) in walk_property_astrings() function
H A Dgraph.c2659 err = walk_property_astrings(prop, (callback_t)process_dependency_fmri, in process_dependency_pg()