Home
last modified time | relevance | path

Searched refs:smbst_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c324 stp->smbst_next = shp->sh_hash[h]; in smbios_bufopen()
510 for (; stp != NULL; stp = stp->smbst_next) { in smb_lookup_id()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h759 struct smb_struct *smbst_next; /* next structure in hash chain */ member