Searched refs:ldc_handle_t (Results 1 - 9 of 9) 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...]
H A Dvldc_impl.h106 ldc_handle_t ldc_handle; /* Channel handle */
H A Dvcc_impl.h265 ldc_handle_t ldc_handle; /* Channel handle */
H A Dvdc.h279 ldc_handle_t ldc_handle; /* Server LDC handle */
H A Dvsw_ldc.h327 ldc_handle_t ldc_handle; /* channel handle */
H A Dds_impl.h177 ldc_handle_t hdl; /* LDC handle */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c506 (void) ldc_close((ldc_handle_t)ldcp);
507 (void) ldc_fini((ldc_handle_t)ldcp);
2581 ldc_init(uint64_t id, ldc_attr_t *attr, ldc_handle_t *handle)
2812 *handle = (ldc_handle_t)ldcp;
2847 ldc_fini(ldc_handle_t handle)
2952 ldc_open(ldc_handle_t handle)
3103 ldc_close(ldc_handle_t handle)
3278 ldc_reg_callback(ldc_handle_t handle,
3326 ldc_unreg_callback(ldc_handle_t handle)
3374 ldc_up(ldc_handle_t handl
[all...]
H A Dldc_shm.c192 ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle)
862 ldc_mem_copy(ldc_handle_t handle, caddr_t vaddr, uint64_t off, size_t *size,
1088 ldc_mem_rdwr_cookie(ldc_handle_t handle, caddr_t vaddr, size_t *size,
1643 err = ldc_mem_copy((ldc_handle_t)ldcp, local_vaddr, offset,
1821 ldc_mem_dring_bind(ldc_handle_t handle, ldc_dring_handle_t dhandle,
2162 ldc_mem_dring_map(ldc_handle_t handle, ldc_mem_cookie_t *cookie,
H A Dvds.c481 ldc_handle_t ldc_handle; /* handle for LDC comm */
2222 send_msg(ldc_handle_t ldc_handle, void *msg, size_t msglen)
4966 recv_msg(ldc_handle_t ldc_handle, void *msg, size_t *nbytes)

Completed in 113 milliseconds