Searched refs:wt (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dairtime_policy.c139 int wt, num_bss = 0, max_wt = 0; local
199 wt = bss->conf->airtime_weight * num_sta_prod /
202 wt = 1;
204 bss->airtime_weight = wt;
205 if (wt > max_wt)
206 max_wt = wt;
228 struct airtime_sta_weight *wt; local
230 wt = hapd->conf->airtime_weight_list;
231 while (wt && os_memcmp(wt
[all...]
H A Dap_config.c855 struct airtime_sta_weight *wt, *wt_prev; local
857 wt = conf->airtime_weight_list;
859 while (wt) {
860 wt_prev = wt;
861 wt = wt->next;
/freebsd-11-stable/sys/sys/
H A Dlockstat.h90 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \
91 lock_profile_obtain_lock_success(&(lp)->lock_object, c, wt, f, l); \
95 #define LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(probe, lp, c, wt, f, l, a) do { \
96 lock_profile_obtain_lock_success(&(lp)->lock_object, c, wt, f, l); \
123 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) \
124 lock_profile_obtain_lock_success(&(lp)->lock_object, c, wt, f, l)
126 #define LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(probe, lp, c, wt, f, l, a) \
127 LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l)
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_l.l224 struct lwordtab *wt;
234 for (wt = words; wt->word; wt++)
235 if (!strcasecmp(wt->word, (char *)yytext))
236 return next_state(wt->state, wt->next);
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.c246 WORD wt = EVENTLOG_ERROR_TYPE; local
249 wt=EVENTLOG_INFORMATION_TYPE;
252 wt=EVENTLOG_WARNING_TYPE;
256 wt=EVENTLOG_SUCCESS;
262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dad.c425 long long wt; local
426 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH;
427 return wt;
1181 long long wt; local
1188 wt = unix2nttime(entry->princ_expire_time);
1190 asprintf(&tv[0], "%llu", wt);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpac.c585 long long wt; local
586 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
587 return wt;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2242 struct airtime_sta_weight *wt; local
2245 wt = os_zalloc(sizeof(*wt));
2246 if (!wt)
2254 if (!next || hwaddr_aton(pos, wt->addr)) {
2256 os_free(wt);
2261 wt->weight = atoi(pos);
2262 if (!wt->weight) {
2264 os_free(wt);
2268 wt
[all...]
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c1397 long long wt; local
1398 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
1399 return wt;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp918 {"BNZ_B", &EmulateInstructionMIPS64::Emulate_BNZB, "BNZ.b wt,s16"},
919 {"BNZ_H", &EmulateInstructionMIPS64::Emulate_BNZH, "BNZ.h wt,s16"},
920 {"BNZ_W", &EmulateInstructionMIPS64::Emulate_BNZW, "BNZ.w wt,s16"},
921 {"BNZ_D", &EmulateInstructionMIPS64::Emulate_BNZD, "BNZ.d wt,s16"},
922 {"BZ_B", &EmulateInstructionMIPS64::Emulate_BZB, "BZ.b wt,s16"},
923 {"BZ_H", &EmulateInstructionMIPS64::Emulate_BZH, "BZ.h wt,s16"},
924 {"BZ_W", &EmulateInstructionMIPS64::Emulate_BZW, "BZ.w wt,s16"},
925 {"BZ_D", &EmulateInstructionMIPS64::Emulate_BZD, "BZ.d wt,s16"},
926 {"BNZ_V", &EmulateInstructionMIPS64::Emulate_BNZV, "BNZ.V wt,s16"},
927 {"BZ_V", &EmulateInstructionMIPS64::Emulate_BZV, "BZ.V wt,s1
2195 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2264 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c741 domain_wait_iotlb_flush(struct dmar_unit *unit, uint64_t wt, int iro) argument
746 DMAR_IOTLB_DR | DMAR_IOTLB_DW | wt);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c2827 wctype_t wt;
2831 wt = IS_CHAR_CLASS (str);
2832 if (wt == 0)
2854 *((wctype_t*)alignedp) = wt;
3235 wctype_t wt;
3238 wt = IS_CHAR_CLASS (str);
3239 if (wt == 0)
3251 if (__iswctype (__btowc (ch), wt))
3254 if (iswctype (btowc (ch), wt))
2814 wctype_t wt; local
3222 wctype_t wt; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp931 {"BNZ_B", &EmulateInstructionMIPS::Emulate_BNZB, "BNZ.b wt,s16"},
932 {"BNZ_H", &EmulateInstructionMIPS::Emulate_BNZH, "BNZ.h wt,s16"},
933 {"BNZ_W", &EmulateInstructionMIPS::Emulate_BNZW, "BNZ.w wt,s16"},
934 {"BNZ_D", &EmulateInstructionMIPS::Emulate_BNZD, "BNZ.d wt,s16"},
935 {"BZ_B", &EmulateInstructionMIPS::Emulate_BZB, "BZ.b wt,s16"},
936 {"BZ_H", &EmulateInstructionMIPS::Emulate_BZH, "BZ.h wt,s16"},
937 {"BZ_W", &EmulateInstructionMIPS::Emulate_BZW, "BZ.w wt,s16"},
938 {"BZ_D", &EmulateInstructionMIPS::Emulate_BZD, "BZ.d wt,s16"},
939 {"BNZ_V", &EmulateInstructionMIPS::Emulate_BNZV, "BNZ.V wt,s16"},
940 {"BZ_V", &EmulateInstructionMIPS::Emulate_BZV, "BZ.V wt,s1
2882 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
2951 uint32_t wt = m_reg_info->getEncodingValue(insn.getOperand(0).getReg()); local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c830 volatile time_t wt; /* timeout after too many commands */ local
3331 wt = checksmtpattack(&n_verifies, MAXVRFYCOMMANDS,
3333 STOP_IF_ATTACK(wt);
3384 if (wt > 0)
3388 t = wt - (curtime() - previous);
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c552 wctype_t wt; local
554 wt = wctype (str);
561 work_mbc->ch_classes[work_mbc->nch_classes++] = wt;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c267 static const char *aeabi_pcs_wchar_t(uint64_t wt);
1593 aeabi_pcs_wchar_t(uint64_t wt) argument
1597 switch (wt) {
1602 snprintf(s_wt, sizeof(s_wt), "Unknown (%ju)", (uintmax_t) wt);
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c3857 wctype_t wt = cset->char_classes[i];
3858 if (__iswctype (wc, wt))
3853 wctype_t wt = cset->char_classes[i]; local
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2348 __P4MASK(mem-wt, 9),
2362 __P4MASK(mem-wt, 9),
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2579 01czxVAjZYW/wt/VPWTkAptC7BoCNEH+b+cW+e4Rw2gOhbiOvAjdASS34cmbt9Tl

Completed in 296 milliseconds