Searched refs:smbmd_set (Results 1 – 5 of 5) sorted by relevance
139 if (md.smbmd_set != (uint8_t)-1) in do_memdevs()140 (void) snprintf(buf, sizeof (buf), "%u", md.smbmd_set); in do_memdevs()
303 if (rc == 0 && smb_md->smbmd_set != 0 && smb_md->smbmd_set != 0xFF) in smbios_make_dimm()305 "set", TOPO_PROP_IMMUTABLE, smb_md->smbmd_set, &err); in smbios_make_dimm()
1098 if (md.smbmd_set == 0) in print_memdevice()1100 else if (md.smbmd_set == (uint8_t)-1u) in print_memdevice()1103 oprintf(fp, " Set: %u\n", md.smbmd_set); in print_memdevice()
1319 uint8_t smbmd_set; /* set (0x00=none, 0xFF=unknown) */ member
1191 mdp->smbmd_set = m.smbmdev_set; in smbios_info_memdevice()