/src/usr.bin/rpcgen/ |
rpc_clntout.c | 95 ptype(proc->res_prefix, proc->res_type, 1); 126 if (streq(proc->res_type, "void")) 129 ptype(proc->res_prefix, proc->res_type, 0); 130 f_print(fout, "%s%s, ", aster(proc->res_type), 143 if (streq(proc->res_type, "void")) 146 ptype(proc->res_prefix, proc->res_type, 0); 147 f_print(fout, "%s%s, ", aster(proc->res_type), 189 if (streq(proc->res_type, "void")) 192 ptype(proc->res_prefix, proc->res_type, 0); 198 ampr(proc->res_type), RESULT, RESULT) [all...] |
rpc_sample.c | 123 if (streq(proc->res_type, "void")) 127 ptype(proc->res_prefix, proc->res_type, 1); 210 if (streq(proc->res_type, "void")) 221 if (streq(proc->res_type, "void")) 234 ptype(plist->res_prefix, plist->res_type, 1);
|
rpc_parse.h | 125 const char *res_type; member in struct:proc_list
|
rpc_hout.c | 359 ptype(proc->res_prefix, proc->res_type, 1); 380 if (streq(proc->res_type, "void")) 383 ptype(proc->res_prefix, proc->res_type, 0); 384 if (!isvectordef(proc->res_type, REL_ALIAS))
|
rpc_tblout.c | 149 printit(proc->res_prefix, proc->res_type);
|
rpc_svcout.c | 90 ptype(plist->res_prefix, plist->res_type, 1); 315 if (streq(proc->res_type, "void")) 319 proc->res_type, 0); 321 aster(proc->res_type)); 409 if (streq(proc->res_type, "void")) 412 ptype(proc->res_prefix, proc->res_type, 453 p_xdrfunc(RESULT, proc->res_type);
|
rpc_parse.c | 175 get_type(&plist->res_prefix, &plist->res_type, 177 if (streq(plist->res_type, "opaque")) {
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cmdbuf_res.c | 86 enum vmw_cmdbuf_res_type res_type, 91 unsigned long key = user_key | (res_type << 24); 193 * @res_type: The resource type. 203 enum vmw_cmdbuf_res_type res_type, 215 cres->hash.key = user_key | (res_type << 24); 235 * @res_type: The resource type. 248 enum vmw_cmdbuf_res_type res_type, 257 ret = drm_ht_find_item(&man->resources, user_key | (res_type << 24),
|
vmwgfx_resource_priv.h | 62 * @res_type: Enum that identifies the lru list to use for eviction. 85 enum vmw_res_type res_type; member in struct:vmw_res_func
|
vmwgfx_va.c | 87 .res_type = vmw_res_stream,
|
vmwgfx_resource.c | 113 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; 128 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; 195 struct idr *idr = &dev_priv->res_idr[res->func->res_type]; 534 &res->dev_priv->res_lru[res->func->res_type]); 718 struct list_head *lru_list = &dev_priv->res_lru[res->func->res_type]; 1088 return res->func->res_type;
|
vmwgfx_execbuf.c | 263 * @res_type: The resource type. 272 enum vmw_res_type res_type) 274 return (res_type == vmw_res_dx_context || 275 (res_type == vmw_res_context && dev_priv->has_mob)) ? 314 enum vmw_res_type res_type = vmw_res_type(res); local in function:vmw_execbuf_res_noref_val_add 320 rcache = &sw_context->res_cache[res_type]; 329 priv_size = vmw_execbuf_res_size(dev_priv, res_type); 365 enum vmw_res_type res_type = vmw_res_type(res); local in function:vmw_execbuf_res_noctx_val_add 369 rcache = &sw_context->res_cache[res_type]; 642 * @res_type: Resource type [all...] |
vmwgfx_so.c | 87 .res_type = vmw_res_view,
|
vmwgfx_context.c | 81 .res_type = vmw_res_context, 93 .res_type = vmw_res_context, 107 .res_type = vmw_res_dx_context,
|
vmwgfx_drv.h | 1348 enum vmw_cmdbuf_res_type res_type, 1353 enum vmw_cmdbuf_res_type res_type, 1358 enum vmw_cmdbuf_res_type res_type,
|
vmwgfx_cotable.c | 121 .res_type = vmw_res_cotable,
|
vmwgfx_shader.c | 100 .res_type = vmw_res_shader, 114 .res_type = vmw_res_shader,
|
vmwgfx_surface.c | 138 .res_type = vmw_res_surface, 152 .res_type = vmw_res_surface,
|