Searched refs:transient (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.h118 * Determine whether an error is potentially transient.
121 transient(const FN_status_t *);
H A Dns_fnutils.c183 transient(const FN_status_t *status) function
H A Dns_fnmount.c375 if (transient(status)) {
428 * (by freeing mapents) if any (potentially) transient error occurs,
485 if (!transient(status)) {
536 if (transient(status)) {
879 if (transient(status)) {
H A Dns_fnreaddir.c162 * error return NULL and, if "log" is true or the error is transient,
170 * Unlike during a lookup or mount, transient errors are tolerated. A
171 * potentially transient error during a readdir() (such as no response
621 if (ctx == NULL && verbose && (log || transient(status))) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c169 * Determine if the method for the given instance is transient,
200 "%s: transient ctid expected to be 0 but "
289 primary ? "primary" : "transient", *ctidp, inst->ri_i.i_fmri);
671 boolean_t transient; local
751 /* open service contract if stopping a non-transient service */
790 "as stop method for transient service.");
904 * Get the contract id, decide whether it is primary or transient, and
1076 /* Abandon contracts for transient methods & methods that fail. */
1077 transient = method_is_transient(inst, type);
1078 if ((transient || *exit_cod
[all...]
H A Dlibscf.c2276 else if (strcmp(style_str, "transient") == 0)
2325 * Sets given id_t variables to primary and transient contract IDs and start
2330 ctid_t *primary, ctid_t *transient, pid_t *start_pid)
2339 *transient = 0;
2415 *transient = t;
2329 libscf_read_method_ids(scf_handle_t *h, scf_instance_t *inst, const char *fmri, ctid_t *primary, ctid_t *transient, pid_t *start_pid) argument
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c613 if (strcmp(type, "transient") == 0)
1488 persist ? (xmlChar *)"persist" : (xmlChar *)"transient");
1721 int transient = 0; local
1730 transient = 1;
1740 if (!transient || zfs != NULL) {
2198 * the share is not transient, commit the changes to the repository
2229 if (type == NULL || strcmp(type, "transient") != 0) {
2635 /* id can be NULL if the group is transient (ZFS) */
3787 (xmlChar *)"persist" : (xmlChar *)"transient");
3836 boolean_t transient local
[all...]
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld108 # For Trusted Extensions, make nscd service transient in local zones.
116 if [ "$duration" != "transient" ]; then
119 startd/duration = astring: transient

Completed in 81 milliseconds