Home
last modified time | relevance | path

Searched refs:_scf_pg_is_read_protected (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h348 int _scf_pg_is_read_protected(const scf_propertygroup_t *, boolean_t *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers307 _scf_pg_is_read_protected;
H A Dlowlevel.c7466 _scf_pg_is_read_protected(const scf_propertygroup_t *pg, boolean_t *out) in _scf_pg_is_read_protected() function
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c9209 if (_scf_pg_is_read_protected(pg, &read_protected) != SCF_SUCCESS) in export_pg()