Searched refs:idt_client_handle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h225 * idt_client_handle is a more generic client-private piece of data that can
241 uintptr_t idt_client_handle; /* Client private */ member in struct:idm_task_s
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c1306 idt->idt_client_handle = handle;
1412 (idt->idt_client_handle != client_handle))) {
1419 (IDM_CONN_ISINI(ic) || idt->idt_client_handle ==
1465 * This function looks up a task by the client-private idt_client_handle.
1496 if (idt->idt_client_handle == handle) {
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2212 idt->idt_tt, idt->idt_client_handle);

Completed in 72 milliseconds