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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h41 typedef uint64_t ldc_handle_t; /* Channel handle */ typedef
169 int ldc_init(uint64_t id, ldc_attr_t *attr, ldc_handle_t *handle);
170 int ldc_fini(ldc_handle_t handle);
171 int ldc_open(ldc_handle_t handle);
172 int ldc_close(ldc_handle_t handle);
173 int ldc_up(ldc_handle_t handle);
174 int ldc_down(ldc_handle_t handle);
175 int ldc_reg_callback(ldc_handle_t handle,
177 int ldc_unreg_callback(ldc_handle_t handle);
178 int ldc_set_cb_mode(ldc_handle_t handl
[all...]

Completed in 58 milliseconds