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
42 get_fmtstr(topo_mod_t *mod, nvlist_t *in)
50 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
112 nvlist_t *in, nvlist_t **out)
120 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
131 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
173 nvlist_t *in, nvlist_t **out)
183 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
204 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
259 nvlist_t *in, nvlist_t **out)
268 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
284 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
337 nvlist_t *in, nvlist_t **out)
345 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
356 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
394 nvlist_t *in, nvlist_t **out)
402 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
413 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
445 nvlist_t *in, nvlist_t **out)
464 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
533 * (as opposed to processors) that are installed in the system by counting
588 nvlist_t *in, nvlist_t **out)
594 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
667 nvlist_t *in, nvlist_t **out)
677 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
687 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
714 nvlist_t *in, nvlist_t **out)
724 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
734 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
771 * 2F platforms. It results in following dimm node label assignments:
788 nvlist_t *in, nvlist_t **out)
797 if ((ret = nvlist_lookup_nvlist(in, TOPO_PROP_ARGS, &args)) != 0) {
802 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {