Searched defs:hcnm (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Ddimm_addr.c63 char *hcnm, *hcid; local
66 if (nvlist_lookup_string(hcl[i], FM_FMRI_HC_NAME, &hcnm) != 0 ||
71 if (strcmp(hcnm, "motherboard") == 0)
73 else if (strcmp(hcnm, "memory-controller") == 0)
75 else if (strcmp(hcnm, "dram-channel") == 0)
77 else if (strcmp(hcnm, "dimm") == 0)
79 else if (strcmp(hcnm, "rank") == 0)
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c512 char *hcnm, *hcid; local
515 if (nvlist_lookup_string(hcl[i], FM_FMRI_HC_NAME, &hcnm) != 0 ||
520 if (strcmp(hcnm, "motherboard") == 0)
522 else if (strcmp(hcnm, "chip") == 0)
524 else if (strcmp(hcnm, "memory-controller") == 0)
526 else if (strcmp(hcnm, "chip-select") == 0)
528 else if (strcmp(hcnm, "dimm") == 0)
530 else if (strcmp(hcnm, "rank") == 0)
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c704 char *hcnm, *hcid; local
736 &hcnm) != 0 ||
741 if (strcmp(hcnm, "chip") == 0)
743 else if (strcmp(hcnm, "dram-channel") == 0)
745 else if (strcmp(hcnm, "dimm") == 0)
747 else if (strcmp(hcnm, "rank") == 0)

Completed in 160 milliseconds