Home
last modified time | relevance | path

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

/freebsd/sys/dev/intpm/
H A Dintpmreg.h86 #define SMBBLOCKTRANS_MAX 32 macro
H A Dintpm.c811 if (count > SMBBLOCKTRANS_MAX || count == 0) in intsmb_bwrite()
858 if (nread != 0 && nread <= SMBBLOCKTRANS_MAX) { in intsmb_bread()