/freebsd/contrib/wpa/src/ap/ |
H A D | airtime_policy.c | 143 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 D | ap_config.c | 997 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 D | lockstat.h | 97 #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 D | efidev.c | 92 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 D | iplang_l.l | 222 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 D | MipsMSAInstrFormats.td | 127 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 D | MSA.txt | 72 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 D | MipsMSAInstrInfo.td | 350 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 D | varied.script | 8 0 string/wt #!\ a 18 0 string/wt #!\ /usr/bin/env a
|
H A D | sgml | 137 0 search/1/wt \<?XML broken XML document text
|
/freebsd/contrib/unbound/util/ |
H A D | log.c | 254 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 D | xregs_sig.c | 241 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 D | db.sh | 87 wt(void *arg __unused) 165 if ((rc = pthread_create(&cp[i++], NULL, wt, NULL)) != 0)
|
/freebsd/contrib/bearssl/tools/ |
H A D | sslio.c | 379 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 D | dsa-threecolumn.pem | 203 wt/ 377 5wt
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ad.c | 425 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 D | pl_PL.ISO8859-2.src | 37 wt.
|
H A D | pl_PL.UTF-8.src | 37 wt.
|
/freebsd/usr.bin/lockf/tests/ |
H A D | lockf_test.sh | 229 lockf -wt 0 "testlock" sleep 0
|
/freebsd/share/i18n/esdb/CP/ |
H A D | CP.alias | 7 037 ebcdic-cp-wt
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
H A D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
H A D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pac.c | 666 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 D | intel_idpgtbl.c | 740 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()
|