Searched refs:ldc_handle_t (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 41 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 D | vldc_impl.h | 106 ldc_handle_t ldc_handle; /* Channel handle */
|
H A D | vcc_impl.h | 265 ldc_handle_t ldc_handle; /* Channel handle */
|
H A D | vdc.h | 279 ldc_handle_t ldc_handle; /* Server LDC handle */
|
H A D | vsw_ldc.h | 327 ldc_handle_t ldc_handle; /* channel handle */
|
H A D | ds_impl.h | 177 ldc_handle_t hdl; /* LDC handle */
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 506 (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 D | ldc_shm.c | 192 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 D | vds.c | 481 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