Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c82 ufile->is_async ? "yes" : "no"); in sol_uverbs_event_file_close()
139 ufile, ufile->is_async, uiop->uio_resid); in sol_uverbs_event_file_read()
190 if (ufile->is_async) { in sol_uverbs_event_file_read()
266 "ufile = %p, is_async =%d", ufile, ufile->is_async); in sol_uverbs_event_file_poll()
314 uverbs_alloc_event_file(uverbs_uctxt_uobj_t *uctxt, int is_async) in uverbs_alloc_event_file() argument
319 uctxt, is_async); in uverbs_alloc_event_file()
344 ufile->is_async = is_async ? 1 : 0; in uverbs_alloc_event_file()
386 ufile, ufile->is_async ? "yes" : "no"); in uverbs_release_event_file()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h46 int is_async);
H A Dsol_uverbs.h121 int is_async; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c20324 int is_async; local
20333 is_async = FALSE;
20335 is_async = TRUE;
20350 if (is_async == TRUE) {
20413 if (is_async == TRUE) {
20438 if (is_async == FALSE) {