Searched refs:hw_uuid (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/arch/arm64/dev/ |
| D | smbios.c | 453 hw_uuid = NULL; in smbios_info() 455 hw_uuid = "Not Set"; in smbios_info() 459 hw_uuid = malloc(SMBIOS_UUID_REPLEN, M_DEVBUF, in smbios_info() 461 if (hw_uuid) { in smbios_info() 462 snprintf(hw_uuid, SMBIOS_UUID_REPLEN, in smbios_info()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | bios.c | 513 hw_uuid = NULL; in smbios_info() 515 hw_uuid = "Not Set"; in smbios_info() 519 hw_uuid = malloc(SMBIOS_UUID_REPLEN, M_DEVBUF, in smbios_info() 521 if (hw_uuid) { in smbios_info() 522 snprintf(hw_uuid, SMBIOS_UUID_REPLEN, in smbios_info()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | bios.c | 1069 hw_uuid = NULL; in smbios_info() 1071 hw_uuid = "Not Set"; in smbios_info() 1075 hw_uuid = malloc(SMBIOS_UUID_REPLEN, M_DEVBUF, in smbios_info() 1077 if (hw_uuid) { in smbios_info() 1078 snprintf(hw_uuid, SMBIOS_UUID_REPLEN, in smbios_info()
|
| /openbsd/src/sys/sys/ |
| D | systm.h | 85 extern char *hw_uuid; /* sysctl hw.uuid */
|
| /openbsd/src/sys/kern/ |
| D | kern_sysctl.c | 777 char *hw_vendor, *hw_prod, *hw_uuid, *hw_serial, *hw_ver; variable 866 if (hw_uuid) in hw_sysctl() 867 return (sysctl_rdstring(oldp, oldlenp, newp, hw_uuid)); in hw_sysctl()
|