Searched defs:transient (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnutils.c | 183 transient(const FN_status_t *status) function
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | method.c | 169 * 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 D | libscf.c | 2276 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 D | libshare.c | 613 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...] |
Completed in 75 milliseconds