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

/freebsd-12-stable/sys/dev/smbus/
H A Dsmbconf.h46 #define SMB_DONTWAIT 0 macro
H A Dsmb.c167 (flags & O_NONBLOCK) ? SMB_DONTWAIT : (SMB_WAIT | SMB_INTR))))
/freebsd-12-stable/sys/dev/imcsmb/
H A Dimcsmb.c167 * this driver only works with SMB_DONTWAIT.
181 if (*how != SMB_DONTWAIT) {

Completed in 84 milliseconds