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

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h172 } scf_resources_t; typedef in typeref:struct:scf_resources
186 scf_resources_t *);
187 extern void ipmgmt_release_scf_resources(scf_resources_t *);
188 extern boolean_t ipmgmt_needs_upgrade(scf_resources_t *);
189 extern void ipmgmt_update_dbver(scf_resources_t *);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c76 } scf_resources_t; typedef in typeref:struct:scf_resources
289 * res is a pointer to the scf_resources_t to be released.
292 release_scf_resources(scf_resources_t *res)
309 * res is a pointer to an scf_resources_t. This is an internal
323 create_scf_resources(const char *fmri, scf_resources_t *res)
386 * res is a pointer to an scf_resources_t. This is an internal
400 boolean_t running, scf_resources_t *res)
441 scf_resources_t res;
484 scf_resources_t res;
529 scf_resources_t re
[all...]

Completed in 59 milliseconds