Home
last modified time | relevance | path

Searched refs:SMB_MAXBLOCKSIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/smbmsg/
H A Dsmbmsg.c62 static unsigned char ibuf[SMB_MAXBLOCKSIZE];
63 static unsigned char obuf[SMB_MAXBLOCKSIZE];
251 if (iflag < 0 || iflag > SMB_MAXBLOCKSIZE) in main()
260 if (oflag < 0 || oflag > SMB_MAXBLOCKSIZE) in main()
/freebsd/sys/dev/smbus/
H A Dsmb.c192 char buf[SMB_MAXBLOCKSIZE]; in smbioctl()
357 if (s->wcount > SMB_MAXBLOCKSIZE) in smbioctl()
358 s->wcount = SMB_MAXBLOCKSIZE; in smbioctl()
375 if (s->rcount > SMB_MAXBLOCKSIZE) in smbioctl()
376 s->rcount = SMB_MAXBLOCKSIZE; in smbioctl()
H A Dsmb.h58 #define SMB_MAXBLOCKSIZE 32 macro
/freebsd/sys/dev/iicbus/
H A Diicsmb.c433 if (count > SMB_MAXBLOCKSIZE || count == 0) in iicsmb_bwrite()
461 if (*count > SMB_MAXBLOCKSIZE || *count == 0) in iicsmb_bread()
466 if (*count > SMB_MAXBLOCKSIZE || *count == 0) in iicsmb_bread()