/src/sys/compat/netbsd32/ |
netbsd32_mqueue.c | 136 int error, nonblock; local in function:netbsd32_mq_setattr 142 nonblock = (attr.mq_flags & O_NONBLOCK); 153 if (nonblock)
|
netbsd32_mqueue.c | 136 int error, nonblock; local in function:netbsd32_mq_setattr 142 nonblock = (attr.mq_flags & O_NONBLOCK); 153 if (nonblock)
|
/src/sys/compat/linux/common/ |
linux_mqueue.c | 269 int error, nonblock; local in function:linux_sys_mq_setattr 275 nonblock = (attr.mq_flags & O_NONBLOCK); 288 if (nonblock)
|
linux_mqueue.c | 269 int error, nonblock; local in function:linux_sys_mq_setattr 275 nonblock = (attr.mq_flags & O_NONBLOCK); 288 if (nonblock)
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_bo.c | 701 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); local in function:vmw_user_bo_synccpu_grab 711 nonblock ? 0 : MAX_SCHEDULE_TIMEOUT); 719 ret = ttm_bo_reserve(bo, true, nonblock, NULL); 723 ret = ttm_bo_wait(bo, true, nonblock);
|
vmwgfx_bo.c | 701 bool nonblock = !!(flags & drm_vmw_synccpu_dontblock); local in function:vmw_user_bo_synccpu_grab 711 nonblock ? 0 : MAX_SCHEDULE_TIMEOUT); 719 ret = ttm_bo_reserve(bo, true, nonblock, NULL); 723 ret = ttm_bo_wait(bo, true, nonblock);
|
/src/lib/libc/rpc/ |
svc_vc.c | 112 bool_t nonblock; member in struct:cf_conn 366 cd->nonblock = TRUE; 369 cd->nonblock = FALSE; 520 if (cfp->nonblock) { 579 if (cd->nonblock) 584 if (errno != EAGAIN || !cd->nonblock) { 588 if (cd->nonblock) { 636 if (cd->nonblock) { 780 if (!cleanblock && !cd->nonblock)
|
xdr_rec.c | 151 bool_t nonblock; member in struct:rec_strm 238 rstrm->nonblock = FALSE; 459 if (rstrm->nonblock) { 619 rstrm->nonblock = TRUE; 655 if (rstrm->nonblock) 674 if (rstrm->nonblock) { 706 if (rstrm->nonblock)
|
svc_vc.c | 112 bool_t nonblock; member in struct:cf_conn 366 cd->nonblock = TRUE; 369 cd->nonblock = FALSE; 520 if (cfp->nonblock) { 579 if (cd->nonblock) 584 if (errno != EAGAIN || !cd->nonblock) { 588 if (cd->nonblock) { 636 if (cd->nonblock) { 780 if (!cleanblock && !cd->nonblock)
|
xdr_rec.c | 151 bool_t nonblock; member in struct:rec_strm 238 rstrm->nonblock = FALSE; 459 if (rstrm->nonblock) { 619 rstrm->nonblock = TRUE; 655 if (rstrm->nonblock) 674 if (rstrm->nonblock) { 706 if (rstrm->nonblock)
|
/src/sys/kern/ |
sys_mqueue.c | 1032 int error, nonblock; local in function:sys_mq_setattr 1037 nonblock = (attr.mq_flags & O_NONBLOCK); 1050 if (nonblock)
|
sys_mqueue.c | 1032 int error, nonblock; local in function:sys_mq_setattr 1037 nonblock = (attr.mq_flags & O_NONBLOCK); 1050 if (nonblock)
|