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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c109 ldi_handle_t rds_transport_handle = NULL; variable
187 if (rds_transport_handle == NULL) {
890 if (rds_transport_handle != NULL) {
892 (void) ldi_close(rds_transport_handle, FNDELAY, kcred);
893 rds_transport_handle = NULL;
907 if (rds_transport_handle != NULL) {
925 FREAD | FWRITE, kcred, &rds_transport_handle, rds_li);
928 rds_transport_handle = NULL;
934 (void) ldi_close(rds_transport_handle, FNDELAY, kcred);
935 rds_transport_handle
[all...]

Completed in 45 milliseconds