Searched refs:wa (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_kern.c180 _thr_release_wake_addr(struct wake_addr *wa) argument
184 if (wa == &default_wake_addr)
187 wa->link = wake_addr_head;
188 wake_addr_head = wa;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_filio.c176 struct write_args wa; local
180 wa.fd = uap->fd;
181 wa.buf = uap->buf;
182 wa.nbyte = uap->nbyte;
184 rv = write(td, &wa);
H A Dsvr4_stream.c1531 struct write_args wa; local
1542 wa.fd = uap->fd;
1543 wa.buf = dat.buf;
1544 wa.nbyte = dat.len;
1545 return sys_write(td, &wa);
/freebsd-11-stable/lib/libc/tests/string/
H A Dwcscoll_test.c43 const wchar_t wa[2] = { *(const wchar_t *)a, 0 }; local
46 return (wcscoll(wa, wb));
/freebsd-11-stable/contrib/gdtoa/
H A Dmisc.c273 int k, wa, wb, wc; local
291 wa = a->wds;
293 wc = wa + wb;
300 xae = xa + wa;
530 int i, wa, wb; local
558 wa = a->wds;
560 xae = xa + wa;
610 wa--;
611 c->wds = wa;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c1957 struct wpa_scan_res *wa = *_wa; local
1963 wpa_a = wpa_scan_get_vendor_ie(wa, WPA_IE_VENDOR_TYPE) != NULL ||
1964 wpa_scan_get_ie(wa, WLAN_EID_RSN) != NULL;
1974 if ((wa->caps & IEEE80211_CAP_PRIVACY) == 0 &&
1977 if ((wa->caps & IEEE80211_CAP_PRIVACY) &&
1981 if (wa->flags & wb->flags & WPA_SCAN_LEVEL_DBM) {
1982 snr_a_full = wa->snr;
1983 snr_a = MIN(wa->snr, GREAT_SNR);
1989 snr_a = snr_a_full = wa->level;
1995 if (wa
2022 struct wpa_scan_res *wa = *_wa; local
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dexpr.oxout.y233 yyyRSTop->wa = yyyEntL[startP+1];
253 yyywa = yyyRSTop->wa;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c2571 struct wa_ifidx *wa; local
2574 wa = (struct wa_ifidx *)arg;
2576 wa->f(ife, wa->arg);
2585 struct wa_ifidx wa; local
2589 wa.f = f;
2590 wa.arg = arg;
2592 ipfw_objhash_foreach(icfg->ii, foreach_ifidx, &wa);
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c430 yyyRSTop->wa = yyyEntL[startP+1];
450 yyywa = yyyRSTop->wa;
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c559 struct mdoc_argv *argv, *wa; local
573 wa = (n->args == NULL) ? NULL : n->args->argv;
622 wa = argv;
714 wa->line, wa->pos, "Bl -%s",
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c579 yyyRSTop->wa = yyyEntL[startP+1];
599 yyywa = yyyRSTop->wa;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c275 static const char *aeabi_wmmx_args(uint64_t wa);
1841 aeabi_wmmx_args(uint64_t wa) argument
1845 switch (wa) {
1850 snprintf(s_wa, sizeof(s_wa), "Unknown(%ju)", (uintmax_t) wa);

Completed in 161 milliseconds