Lines Matching defs:sh
97 const struct smbhdr *sh = (const struct smbhdr *)p;
99 smbios_entry.addr = (void *)(uintptr_t)sh->addr;
100 smbios_entry.len = sh->size;
102 smbios_entry.mjr = sh->majrev;
103 smbios_entry.min = sh->minrev;
105 smbios_entry.count = sh->count;
111 const struct smb3hdr *sh = (const struct smb3hdr *)p;
113 smbios_entry.addr = (void *)(uintptr_t)sh->addr;
114 smbios_entry.len = sh->size;
115 smbios_entry.rev = sh->eprev;
116 smbios_entry.mjr = sh->majrev;
117 smbios_entry.min = sh->minrev;
118 smbios_entry.doc = sh->docrev;