Lines Matching full:parent
50 …\fBscf_iter_scope_services\fR(\fBscf_iter_t *\fR\fIiter\fR, \fBconst scf_scope_t *\fR\fIparent\fR);
56 \fBconst scf_service_t *\fR\fIparent\fR);
61 … \fBscf_iter_service_pgs\fR(\fBscf_iter_t *\fR\fIiter\fR, \fBconst scf_service_t *\fR\fIparent\fR);
67 \fBconst scf_service_t *\fR\fIparent\fR, \fBconst char *\fR\fIpgtype\fR);
73 \fBconst scf_instance_t *\fR\fIparent\fR);
79 \fBconst scf_snaplevel_t *\fR\fIparent\fR);
85 \fBconst scf_snaplevel_t *\fR\fIparent\fR, \fBconst char *\fR\fIpgtype\fR);
90 \fBint\fR \fBscf_iter_instance_pgs\fR(\fBscf_iter_t *\fR\fIiter\fR, \fBscf_instance_t *\fR\fIparent…
96 \fBscf_instance_t *\fR\fIparent\fR, \fBconst char *\fR\fIpgtype\fR);
115 \fBconst scf_propertygroup_t *\fR\fIparent\fR);
121 \fBconst scf_property_t *\fR\fIparent\fR);
175 children \fIparent\fR of a particular type. The
182 property groups of \fIparent\fR, but restrict them to a particular property
193 parent and properties retrieved from such property groups might not have the
194 indicated property group as their parent. If \fIinstance\fR and its parent have
196 property group of the parent are excluded. The
307 The parent has been deleted.
317 The parent is not set.
347 The \fIiter\fR and \fIparent\fR arguments are not derived from the same handle.
376 The parent the iterator is attached to has been deleted.
422 The \fIiter\fR and \fIparent\fR arguments are not derived from the same handle.
468 if (iter == NULL || scf_iter_service_instances(iter, parent) == -1) {