Searched refs:blockFlag (Results 1 – 3 of 3) sorted by relevance
64 data->blockFlag = 0; in wb840_open()142 int32 blockFlag; in wb840_read() local147 blockFlag = device->blockFlag; in wb840_read()154 status = acquire_sem_etc(device->rxSem, 1, B_CAN_INTERRUPT | blockFlag, 0); in wb840_read()292 data->blockFlag = *(int32*)arg ? B_TIMEOUT : 0; in wb840_control()
374 volatile int32 blockFlag; member
480 int32 blockFlag; in pegasus_device_read() local498 blockFlag = dev->nonblocking ? B_TIMEOUT : 0; in pegasus_device_read()501 if ((status = acquire_sem_etc(dev->rx_sem, 1, B_CAN_INTERRUPT | blockFlag, 0)) != B_NO_ERROR) { in pegasus_device_read()518 if ((status = acquire_sem_etc(dev->rx_sem_cb, 1, B_CAN_INTERRUPT | blockFlag, 0)) != B_NO_ERROR) { in pegasus_device_read()