Home
last modified time | relevance | path

Searched refs:SMB_SCAN_STEP (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dsmb_dev.c117 p += SMB_SCAN_STEP; in smbios_open()
/titanic_41/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c138 for (p = bios; p < q; p = (void *)((uintptr_t)p + SMB_SCAN_STEP)) { in smb_biosopen()
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h485 #define SMB_SCAN_STEP 16 /* stepping by paragraph */ macro