Searched refs:smbios (Results 1 – 21 of 21) sorted by relevance
/freebsd/stand/libsa/ |
H A D | smbios.c | 158 static struct smbios_attr smbios; variable 199 smbios.is_64bit_ep = 1; in smbios_sigsearch() 433 smbios_setuuid("smbios.system.uuid", addr + 0x08, smbios.ver); in smbios_parse_table() 435 if (smbios.major > 2 || in smbios_parse_table() 436 (smbios.major == 2 && smbios.minor >= 4)) { in smbios_parse_table() 483 smbios.enabled_sockets++; in smbios_parse_table() 485 smbios.populated_sockets++; in smbios_parse_table() 503 smbios.old_enabled_memory += 1 << (osize + 10); in smbios_parse_table() 517 smbios.enabled_memory += (size & 0x8000) != 0 ? in smbios_parse_table() 543 if (smbios.addr == NULL) in smbios_find_struct() [all …]
|
H A D | Makefile | 116 SRCS+= smbios.c 119 CFLAGS.smbios.c+= -DSMBIOS_SERIAL_NUMBERS 122 CFLAGS.smbios.c+= -DSMBIOS_LITTLE_ENDIAN_UUID 125 CFLAGS.smbios.c+= -DSMBIOS_NETWORK_ENDIAN_UUID
|
/freebsd/sys/modules/bios/smbios/ |
H A D | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/smbios 5 KMOD= smbios 6 SRCS= smbios.c \
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | auto | 199 f_dprintf "smbios.system.maker=[%s]" "$sys_maker" 201 f_dprintf "smbios.system.product=[%s]" "$sys_model" 203 f_dprintf "smbios.system.version=[%s]" "$sys_version" 205 f_dprintf "smbios.planar.maker=[%s]" "$sys_mb_maker" 207 f_dprintf "smbios.planar.product=[%s]" "$sys_mb_product"
|
/freebsd/sys/dev/smbios/ |
H A D | smbios.c | 322 DRIVER_MODULE(smbios, nexus, smbios_driver, smbios_modevent, NULL); 324 MODULE_DEPEND(smbios, efirt, 1, 1, 1); 326 MODULE_VERSION(smbios, 1);
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | core.c | 888 struct ath11k_smbios_bdf *smbios = (struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local 890 const struct ath11k_smbios_bdf *smbios = (const struct ath11k_smbios_bdf *)hdr; in ath11k_core_check_cc_code_bdfext() local 911 switch (smbios->country_code_flag) { in ath11k_core_check_cc_code_bdfext() 913 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext() 914 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext() 925 smbios->country_code_flag); in ath11k_core_check_cc_code_bdfext() 931 if (!smbios->bdf_enabled) { in ath11k_core_check_cc_code_bdfext() 937 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext() 944 strlen(smbios->bdf_ext), sizeof(ab->qmi.target.bdf_ext)); in ath11k_core_check_cc_code_bdfext() 946 if (!isascii(smbios->bdf_ext[i]) || !isprint(smbios->bdf_ext[i])) { in ath11k_core_check_cc_code_bdfext() [all …]
|
/freebsd/sys/modules/bios/ |
H A D | Makefile | 3 SUBDIR= smbios vpd
|
/freebsd/tools/boot/smbios/ |
H A D | Makefile | 1 PROG= smbios
|
/freebsd/libexec/rc/rc.d/ |
H A D | nuageinit | 54 product=$(kenv smbios.system.product)
|
H A D | hostid | 106 uuid=`kenv -q smbios.system.uuid`
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 524 # smbios: DMI/SMBIOS entry point (requires EFIRT option) 540 device smbios
|
/freebsd/sys/amd64/conf/ |
H A D | NOTES |
|
H A D | GENERIC | 116 device smbios
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 82 EFI_GUID smbios = SMBIOS_TABLE_GUID; variable 1168 is_smbios_v2 = memcmp(guid, &smbios, sizeof(*guid)) == 0; in efi_smbios_detect()
|
/freebsd/share/man/man4/ |
H A D | Makefile | 527 smbios.4 \
|
/freebsd/sys/i386/conf/ |
H A D | NOTES |
|
H A D | GENERIC | 110 device smbios
|
/freebsd/usr.bin/fortune/datfiles/ |
H A D | freebsd-tips | 558 $(kenv smbios.system.maker) $(kenv smbios.system.product)" -d "do=addd" \
|
/freebsd/sys/conf/ |
H A D | files.x86 | 316 dev/smbios/smbios_subr.c standard
|
H A D | files.arm64 | 110 dev/smbios/smbios_subr.c standard
|
H A D | files | 3081 dev/smbios/smbios.c optional smbios
|