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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h50 typedef struct scf_scope scf_scope_t; typedef in typeref:struct:scf_scope
520 int scf_iter_scope_services(scf_iter_t *, const scf_scope_t *);
539 int scf_iter_next_scope(scf_iter_t *, scf_scope_t *);
547 scf_scope_t *scf_scope_create(scf_handle_t *);
548 scf_handle_t *scf_scope_handle(const scf_scope_t *);
554 int scf_handle_get_scope(scf_handle_t *, const char *, scf_scope_t *);
555 void scf_scope_destroy(scf_scope_t *);
556 ssize_t scf_scope_get_name(const scf_scope_t *, char *, size_t);
558 ssize_t scf_scope_to_fmri(const scf_scope_t *, char *, size_t);
563 int scf_scope_get_parent(const scf_scope_t *, scf_scope_
[all...]

Completed in 62 milliseconds