Searched defs:is_async (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c81 ufile->is_async ? "yes" : "no");
137 "ufile = %p, is_async =%d, uio_resid=%d",
138 ufile, ufile->is_async, uiop->uio_resid);
189 if (ufile->is_async) {
265 "ufile = %p, is_async =%d", ufile, ufile->is_async);
303 * is_async - Indicates the file is for asynchronous events if non-zero;
313 uverbs_alloc_event_file(uverbs_uctxt_uobj_t *uctxt, int is_async) argument
318 uctxt, is_async);
343 ufile->is_async
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h121 int is_async; member in struct:uverbs_ufile_uobj
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c21183 int is_async; local
21192 is_async = FALSE;
21194 is_async = TRUE;
21209 if (is_async == TRUE) {
21272 if (is_async == TRUE) {
21297 if (is_async == FALSE) {

Completed in 184 milliseconds