Home
last modified time | relevance | path

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

/freebsd/sys/dev/smbus/
H A Dsmbconf.c92 case SMB_WAIT | SMB_INTR: in smbus_poll()
H A Dsmbconf.h47 #define SMB_INTR 0x2 macro
H A Dsmb.c221 (flags & O_NONBLOCK) ? SMB_DONTWAIT : (SMB_WAIT | SMB_INTR)))) in smbioctl()