Home
last modified time | relevance | path

Searched refs:async_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c737 uint64_t message_id, async_id; in smb2_iod_process() local
792 md_get_uint64le(&md, &async_id); in smb2_iod_process()
795 async_id = 0; in smb2_iod_process()
840 if (status == NT_STATUS_PENDING && async_id != 0) { in smb2_iod_process()
841 rqp->sr2_rspasyncid = async_id; in smb2_iod_process()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1322 minor_t async_id; in sol_uverbs_get_context() local
1358 async_id = resp.async_fd; in sol_uverbs_get_context()
1359 if (async_id < SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_get_context()
1362 "id %x", async_id); in sol_uverbs_get_context()
1366 async_uctxt = uverbs_uobj_get_uctxt_read(async_id - in sol_uverbs_get_context()
1383 uctxt->uctxt_async_id = async_id; in sol_uverbs_get_context()
1386 uctxt, async_uctxt, async_id); in sol_uverbs_get_context()