Lines Matching full:configuration
87 These functions enable the access and creation of configuration files
88 associated with the pools facility. Since the pool configuration is an opaque
89 type, an initial configuration is obtained with \fBpool_conf_alloc()\fR and
90 released with \fBpool_conf_free()\fR when the configuration is no longer of
92 configuration to which the operation applies.
95 The \fBpool_conf_close()\fR function closes the given configuration, releasing
107 The \fBpool_conf_export()\fR function saves the given configuration to the
114 configuration. The string is allocated with \fBmalloc\fR(3C). The caller is
117 configuration.
125 location at which the configuration is stored. The valid flags are a bitmap of
151 Create a configuration at the given location if it does not exist. If it does,
175 Use when opening the dynamic state file, which is the configuration at
190 The \fBpool_conf_remove()\fR function removes the configuration's permanent
191 storage. If the configuration is still open, it is first closed.
194 The \fBpool_conf_rollback()\fR function restores the configuration state to
195 that held in the configuration's permanent storage. This will either be the
197 when the configuration was opened if there have been no successfully committed
201 The \fBpool_conf_status()\fR function returns the status of a configuration,
209 The configuration is not in a suitable state for use.
218 The configuration is in a suitable state for use.
225 configuration elements changed during the update. To check for change, treat
271 the given configuration. The validation can be at several (increasing) levels
297 Performs an estimate of whether attempting to commit the given configuration on
331 There is not enough memory available to allocate the configuration. Check
341 The configuration is invalid.
353 The supplied configuration's status is not \fBPOF_VALID\fR.
362 The configuration's permanent store cannot be closed. Check \fBerrno\fR for
375 The supplied configuration's status is not \fBPOF_VALID\fR or the active flag
395 The configuration is not valid for this system.
404 The configuration was not opened with the correct permissions.
427 The supplied configuration's status is not \fBPOF_VALID\fR or the requested
450 The supplied configuration's status is not \fBPOF_VALID\fR or \fIflags\fR is
470 The configuration is invalid.
482 The supplied configuration's status is not \fBPOF_VALID\fR.
494 The supplied configuration's status is already \fBPOF_VALID\fR.
514 The configuration to be opened is at \fBpool_dynamic_location\fR(3POOL) and the
515 configuration is not valid for this system.
527 The supplied configuration's status is not \fBPOF_VALID\fR.
536 The configuration's permanent storage could not be removed. Check \fBerrno\fR
549 The supplied configuration's status is not \fBPOF_VALID\fR.
571 The supplied configuration's status is not \fBPOF_VALID\fR or the configuration
572 is not the dynamic configuration.
590 The configuration contains uncommitted transactions.
611 The supplied configuration's status is not \fBPOF_VALID\fR.
620 The configuration is invalid.
625 \fBExample 1 \fRCreate the configuration at the specified location.
640 fprintf(stderr, "Opening pool configuration %s