Lines Matching refs:in
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
339 nvlist_t *in, nvlist_t **out)
352 err = nvlist_lookup_string(in, TOPO_PROP_GROUP, &pgroup);
353 err |= nvlist_lookup_string(in, TOPO_PROP_VAL_NAME, &pname);
354 err |= nvlist_lookup_nvlist(in, TOPO_PROP_RESOURCE, &rsrc);
361 if ((err = nvlist_lookup_nvlist(in, TOPO_PROP_PARGS, &args)) != 0) {
456 * through we fill it in.
508 nvlist_t *in, nvlist_t **out)
516 if (nvlist_lookup_string(in, "fmri-string", &str) != 0)
659 * result as in the last column of the following table:
675 * is modelled as a defect fault diagnosis in FMA, but there is no
677 * is already isolated by virtue of being in maintenance state. Any transition
680 * around in the "resolved but not all resources back online" state and
681 * further maintenance events for this service will not show up in fmd state
802 nvlist_t *in, nvlist_t **out)
807 if (nvlist_lookup_uint8(in, FM_VERSION, &fmversion) != 0 ||
814 if (svc_get_state(mod, in, B_TRUE, &state) != 0)
832 nvlist_t *in, nvlist_t **out)
837 if (nvlist_lookup_uint8(in, FM_VERSION, &fmversion) != 0 ||
844 if (svc_get_state(mod, in, B_FALSE, &state) != 0)