Lines Matching defs:from
89 { "from-uninitialized", SCF_TRANS(SCF_STATE_UNINIT, 0) },
91 { "from-maintenance", SCF_TRANS(SCF_STATE_MAINT, 0) },
93 { "from-offline", SCF_TRANS(SCF_STATE_OFFLINE, 0) },
95 { "from-disabled", SCF_TRANS(SCF_STATE_DISABLED, 0) },
97 { "from-online", SCF_TRANS(SCF_STATE_ONLINE, 0) },
99 { "from-degraded", SCF_TRANS(SCF_STATE_DEGRADED, 0) },
188 * Get the pg from the running snapshot of the instance (composed or not)
724 * if this is output from
937 * Populate scf_values_t structure with values from prop
1024 * Add values from property p to existing nvlist_t nvl. The data type in the
1025 * nvlist is inferred from the scf_type_t of the property.
1816 char *from; /* from state */
1835 nvlist_lookup_string(attr, "from-state", &from) != 0 ||
1841 tset = SCF_TRANS(smf_state_from_string(from),