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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c41 * The rpcib plugin. Implements the interface for RDMATF's
136 /* rpcib cb_ops */
422 rpcib_t rpcib; variable
426 * debugging in rpcib kernel module.
484 if (rpcib.rpcib_dip != NULL)
485 *result = rpcib.rpcib_dip;
576 mutex_init(&rpcib.rpcib_mutex, NULL, MUTEX_DRIVER, NULL);
578 mutex_enter(&rpcib.rpcib_mutex);
579 if (rpcib.rpcib_dip != NULL) {
580 mutex_exit(&rpcib
[all...]

Completed in 65 milliseconds