Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/wpa/src/ap/
H A Dairtime_policy.c143 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local
203 wt = bss->conf->airtime_weight * num_sta_prod / in update_airtime_weights()
206 wt = 1; in update_airtime_weights()
208 bss->airtime_weight = wt; in update_airtime_weights()
209 if (wt > max_wt) in update_airtime_weights()
210 max_wt = wt; in update_airtime_weights()
232 struct airtime_sta_weight *wt; in get_weight_for_sta() local
234 wt = hapd->conf->airtime_weight_list; in get_weight_for_sta()
235 while (wt && !ether_addr_equal(wt->addr, sta)) in get_weight_for_sta()
236 wt = wt->next; in get_weight_for_sta()
[all …]
H A Dap_config.c997 struct airtime_sta_weight *wt, *wt_prev; in hostapd_config_free_bss() local
999 wt = conf->airtime_weight_list; in hostapd_config_free_bss()
1001 while (wt) { in hostapd_config_free_bss()
1002 wt_prev = wt; in hostapd_config_free_bss()
1003 wt = wt->next; in hostapd_config_free_bss()
/freebsd/sys/sys/
H A Dlockstat.h97 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \ argument
98 lock_profile_obtain_lock_success(&(lp)->lock_object, false, c, wt, f, l); \
102 #define LOCKSTAT_PROFILE_OBTAIN_SPIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \ argument
103 lock_profile_obtain_lock_success(&(lp)->lock_object, true, c, wt, f, l); \
107 #define LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(probe, lp, c, wt, f, l, a) do { \ argument
108 lock_profile_obtain_lock_success(&(lp)->lock_object, false, c, wt, f, l); \
140 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) \ argument
141 lock_profile_obtain_lock_success(&(lp)->lock_object, false, c, wt, f, l)
143 #define LOCKSTAT_PROFILE_OBTAIN_SPIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) \ argument
144 lock_profile_obtain_lock_success(&(lp)->lock_object, true, c, wt, f, l)
[all …]
/freebsd/sys/dev/efidev/
H A Defidev.c92 struct efi_waketime_ioc *wt = (struct efi_waketime_ioc *)addr; in efidev_ioctl() local
94 error = efi_get_waketime(&wt->enabled, &wt->pending, in efidev_ioctl()
95 &wt->waketime); in efidev_ioctl()
100 struct efi_waketime_ioc *wt = (struct efi_waketime_ioc *)addr; in efidev_ioctl() local
102 error = efi_set_waketime(wt->enabled, &wt->waketime); in efidev_ioctl()
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l222 struct lwordtab *wt;
232 for (wt = words; wt->word; wt++)
233 if (!strcasecmp(wt->word, (char *)yytext))
234 return(next_state(wt->state, wt->next));
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrFormats.td127 bits<5> wt;
133 let Inst{20-16} = wt;
140 bits<5> wt;
146 let Inst{20-16} = wt;
399 bits<5> wt;
404 let Inst{20-16} = wt;
412 bits<5> wt;
416 let Inst{20-16} = wt;
422 bits<5> wt;
425 let Inst{20-16} = wt;
H A DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
H A DMipsMSAInstrInfo.td350 def vbclr_b : PatFrag<(ops node:$ws, node:$wt),
351 (and node:$ws, (vnot (shl (vsplat_imm_eq_1), node:$wt)))>;
352 def vbclr_h : PatFrag<(ops node:$ws, node:$wt),
353 (and node:$ws, (vnot (shl (vsplat_imm_eq_1), node:$wt)))>;
354 def vbclr_w : PatFrag<(ops node:$ws, node:$wt),
355 (and node:$ws, (vnot (shl (vsplat_imm_eq_1), node:$wt)))>;
356 def vbclr_d : PatFrag<(ops node:$ws, node:$wt),
358 node:$wt)))>;
360 def vbneg_b : PatFrag<(ops node:$ws, node:$wt),
361 (xor node:$ws, (shl (vsplat_imm_eq_1), node:$wt))>;
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dvaried.script8 0 string/wt #!\ a
18 0 string/wt #!\ /usr/bin/env a
H A Dsgml137 0 search/1/wt \<?XML broken XML document text
/freebsd/contrib/unbound/util/
H A Dlog.c254 WORD wt = EVENTLOG_ERROR_TYPE; in log_vmsg() local
257 wt=EVENTLOG_INFORMATION_TYPE; in log_vmsg()
260 wt=EVENTLOG_WARNING_TYPE; in log_vmsg()
264 wt=EVENTLOG_SUCCESS; in log_vmsg()
270 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL); in log_vmsg()
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c241 pthread_t wt[ncpu]; in main() local
246 error = pthread_create(&wt[i], NULL, worker_thread, in main()
259 pthread_kill(wt[i], SIGUSR1); in main()
/freebsd/tools/test/stress2/misc/
H A Ddb.sh87 wt(void *arg __unused)
165 if ((rc = pthread_create(&cp[i++], NULL, wt, NULL)) != 0)
/freebsd/contrib/bearssl/tools/
H A Dsslio.c379 DWORD wt; in run_ssl_engine() local
517 wt = WaitForMultipleObjectsEx(u, pfd, in run_ssl_engine()
519 if (wt == WAIT_FAILED) { in run_ssl_engine()
527 if (wt == k_fd) { in run_ssl_engine()
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem203 wt/
377 5wt
/freebsd/crypto/heimdal/lib/kadm5/
H A Dad.c425 long long wt; in unix2nttime() local
426 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH; in unix2nttime()
427 return wt; in unix2nttime()
1181 long long wt; in kadm5_ad_modify_principal() local
1188 wt = unix2nttime(entry->princ_expire_time); in kadm5_ad_modify_principal()
1190 asprintf(&tv[0], "%llu", wt); in kadm5_ad_modify_principal()
/freebsd/share/timedef/
H A Dpl_PL.ISO8859-2.src37 wt.
H A Dpl_PL.UTF-8.src37 wt.
/freebsd/usr.bin/lockf/tests/
H A Dlockf_test.sh229 lockf -wt 0 "testlock" sleep 0
/freebsd/share/i18n/esdb/CP/
H A DCP.alias7 037 ebcdic-cp-wt
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
H A De5500_power_isa.dtsi55 power-isa-wt; // Wait
H A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c666 long long wt; in unix2nttime() local
667 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH; in unix2nttime()
668 return wt; in unix2nttime()
/freebsd/sys/x86/iommu/
H A Dintel_idpgtbl.c740 dmar_wait_iotlb_flush(struct dmar_unit *unit, uint64_t wt, int iro) in dmar_wait_iotlb_flush() argument
745 DMAR_IOTLB_DR | DMAR_IOTLB_DW | wt); in dmar_wait_iotlb_flush()

12