Lines Matching defs: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
144 * is one that is either alphanumeric or one of the marks defined in S2.3.
193 nvlist_t *in, nvlist_t **out)
208 if (nvlist_lookup_string(in, FM_FMRI_MEM_UNUM, &unum) != 0) {
214 * If we have a DIMM offset, include it in the string. If we have a
217 if (nvlist_lookup_uint64(in, FM_FMRI_MEM_OFFSET, &val) == 0) {
220 } else if (nvlist_lookup_uint64(in, FM_FMRI_MEM_PHYSADDR, &val) == 0) {
282 nvlist_t *in, nvlist_t **out)
295 if (nvlist_lookup_string(in, "fmri-string", &fmristr) != 0)