Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_rds.c45 ldi_handle_t rdsv3_transport_handle = NULL; variable
61 &rdsv3_transport_handle, sockrds_li); in _init()
65 rdsv3_transport_handle = NULL; in _init()
71 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _init()
74 rdsv3_transport_handle = NULL; in _init()
91 if (rdsv3_transport_handle != NULL) { in _fini()
92 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _fini()
93 rdsv3_transport_handle = NULL; in _fini()