Home
last modified time | relevance | path

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

/freebsd/sys/dev/smbus/
H A Dsmbconf.h44 #define SMB_DONTWAIT 0 macro
H A Dsmb.c221 (flags & O_NONBLOCK) ? SMB_DONTWAIT : (SMB_WAIT | SMB_INTR)))) in smbioctl()
/freebsd/sys/dev/imcsmb/
H A Dimcsmb.c165 * this driver only works with SMB_DONTWAIT.
179 if (*how != SMB_DONTWAIT) { in imcsmb_callback()