Home
last modified time | relevance | path

Searched refs:fNonBlocking (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp46 fNonBlocking(false), in ASIXDevice()
131 fNonBlocking = (flags & O_NONBLOCK) == O_NONBLOCK; in Open()
196 uint32 flags = B_CAN_INTERRUPT | (fNonBlocking ? B_TIMEOUT : 0); in Read()
325 fNonBlocking = *((uint8*)buffer); in Control()
447 result = Open(fNonBlocking ? O_NONBLOCK : 0); in CompareAndReattach()
H A DASIXDevice.h99 bool fNonBlocking; variable
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.h65 bool fNonBlocking; variable
H A DDevice.cpp24 fNonBlocking(false), in Device()
86 fNonBlocking = (flags & O_NONBLOCK) == O_NONBLOCK; in Open()
456 result = Open(fNonBlocking ? O_NONBLOCK : 0); in CompareAndReattach()
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp104 fNonBlocking(false), in DavicomDevice()
192 fNonBlocking = (flags & O_NONBLOCK) == O_NONBLOCK; in Open()
275 uint32 flags = B_CAN_INTERRUPT | (fNonBlocking ? B_TIMEOUT : 0); in Read()
407 fNonBlocking = *((uint8*)buffer); in Control()
529 result = Open(fNonBlocking ? O_NONBLOCK : 0); in CompareAndReattach()
H A DDavicomDevice.h164 bool fNonBlocking; variable