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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h56 typedef struct scf_snapshot scf_snapshot_t; typedef in typeref:struct:scf_snapshot
525 const scf_snapshot_t *);
531 const scf_snapshot_t *, const char *);
544 int scf_iter_next_snapshot(scf_iter_t *, scf_snapshot_t *);
582 scf_snapshot_t *scf_snapshot_create(scf_handle_t *);
583 scf_handle_t *scf_snapshot_handle(const scf_snapshot_t *);
584 void scf_snapshot_destroy(scf_snapshot_t *);
585 ssize_t scf_snapshot_get_name(const scf_snapshot_t *, char *, size_t);
586 int scf_snapshot_get_parent(const scf_snapshot_t *, scf_instance_t *);
588 scf_snapshot_t *);
[all...]

Completed in 63 milliseconds