Searched defs:read_props (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1120 * read_props reads either the full set of properties for instance 'instance'
1129 read_props(scf_handle_t *h, const char *instance, size_t *num_elements, function
1193 return (read_props(h, instance, num_elements, err));
1202 return (read_props(h, NULL, num_elements, err));

Completed in 49 milliseconds