HomeSort by: relevance | last modified time | path
    Searched refs:rconf (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/blocklist/bin/
internal.c 48 struct confset lconf, rconf; variable in typeref:struct:
internal.h 44 extern struct confset rconf, lconf;
blocklistd.c 392 for (size_t i = 0; i < rconf.cs_n; i++)
393 uniqueadd(&list, &nlist, &mlist, &rconf.cs_c[i]);
conf.c 1221 confset_match(&rconf, cr, conf_merge);
1268 confset_merge(&rconf, &rc);
1354 confset_sort(&rconf);
1358 confset_list(&rconf, "remote", "source");
  /src/sys/arch/usermode/dev/
vaudio.c 272 thunk_audio_config_t pconf, rconf; local
280 memset(&rconf, 0, sizeof(rconf));
281 rconf.sample_rate = sc->sc_rparam.sample_rate;
282 rconf.precision = sc->sc_rparam.precision;
283 rconf.validbits = sc->sc_rparam.validbits;
284 rconf.channels = sc->sc_rparam.channels;
286 return thunk_audio_config(sc->sc_audiofd, &pconf, &rconf);
  /src/external/bsd/wpa/dist/src/radius/
radius_client.c 1104 struct hostapd_radius_server *rconf; local
1120 rconf = conf->acct_server;
1130 rconf = conf->auth_server;
1202 rconf->malformed_responses++;
1214 rconf->access_accepts++;
1217 rconf->access_rejects++;
1220 rconf->access_challenges++;
1223 rconf->responses++;
1260 rconf->round_trip_time = roundtrip;
1291 rconf->bad_authenticators++
    [all...]
  /src/sys/arch/usermode/usermode/
thunk.c 916 const thunk_audio_config_t *rconf)
926 info.record.sample_rate = rconf->sample_rate;
927 info.record.channels = rconf->channels;
928 info.record.precision = rconf->precision;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v6_0.c 1346 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf)
1351 *rconf |=
1361 *rconf |=
1367 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT);
1370 *rconf |= 0x0;
amdgpu_gfx_v7_0.c 1646 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1)
1650 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
1655 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) |
1663 *rconf |= RB_MAP_PKR0(2);
1668 *rconf |= 0x0;
amdgpu_gfx_v8_0.c 3467 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1)
3472 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) |
3481 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
3488 *rconf |= RB_MAP_PKR0(2);
3493 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) |
3498 *rconf |= 0x0;

Completed in 31 milliseconds