Searched refs:dr_mem_hdr_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | dr_mem.c | 192 static int dr_mem_list_wrk(dr_mem_hdr_t *, dr_mem_hdr_t **, int *); 193 static int dr_mem_list_query(dr_mem_hdr_t *, dr_mem_hdr_t **, int *); 194 static int dr_mem_del_stat(dr_mem_hdr_t *, dr_mem_hdr_t **, int *); 195 static int dr_mem_del_cancel(dr_mem_hdr_t *, dr_mem_hdr_t **, int *); 201 static dr_mem_res_t *dr_mem_res_array_init(dr_mem_hdr_t *, drctl_rsrc_t *, int); 203 static size_t dr_mem_pack_response(dr_mem_hdr_t *req, dr_mem_res_t *res, 204 dr_mem_hdr_t **respp); 302 dr_mem_hdr_t *req = buf; in dr_mem_data_handler() 303 dr_mem_hdr_t err_resp; in dr_mem_data_handler() 304 dr_mem_hdr_t *resp = &err_resp; in dr_mem_data_handler() [all …]
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | dr_mem.h | 44 } dr_mem_hdr_t; typedef 118 #define DR_MEM_HDR(h) ((dr_mem_hdr_t *)(h))
|