Home
last modified time | relevance | path

Searched refs:srvs (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-ntp.conf38 local interfaces= header= srvs= servers= x=
50 srvs=$(cd "$ntp_conf_dir";
52 if [ -n "$srvs" ]; then
53 for x in $(uniqify $srvs); do
D20-resolv.conf16 local interfaces= header= search= srvs= servers= x=
42 srvs=$(cd "$resolv_conf_dir"; \
44 for x in $(uniqify ${srvs}); do
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h353 …s_set_shader_resources(unsigned start, unsigned count, GalliumD3D11ShaderResourceView *const *srvs) in xs_set_shader_resources()
358 if(shader_resource_views[s][start + i].p != srvs[i]) in xs_set_shader_resources()
360 shader_resource_views[s][start + i] = srvs[i]; in xs_set_shader_resources()
361 sampler_views[s][start + i] = srvs[i] ? srvs[i]->object : 0; in xs_set_shader_resources()
/external/dbus/bus/
Ddispatch.c4066 char **srvs; in check_get_services() local
4149 &srvs, &l, in check_get_services()
4166 *services = srvs; in check_get_services()