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

  /src/usr.bin/make/unit-tests/
jobs-error-indirect.mk 4 # printed, to aid in debugging.
jobs-error-nested-make.mk 4 # printed, to aid in debugging, even if the target is marked as .MAKE.
jobs-error-nested.mk 4 # printed, to aid in debugging.
var-op-shell.mk 89 # As a debugging aid, log the exact command that is run via the shell.
  /src/sys/dev/ic/
rt2860var.h 32 #define RT2860_AID2WCID(aid) ((aid) & 0xff)
bwfmreg.h 497 uint16_t aid; /* association ID */ member in struct:bwfm_sta_info
  /src/sys/dev/usb/
if_otusvar.h 54 #define OTUS_UID(aid) (IEEE80211_AID(aid) + 4)
if_runvar.h 41 #define RUN_AID2WCID(aid) ((aid) & 0xff)
  /src/sys/arch/hppa/hppa/
autoconf.c 705 char nid, aid; local in function:hppa_pdcmodule_create
708 aid = (j == 6) ? ahm->hm_dp.dp_mod : ahm->hm_dp.dp_bc[j];
710 if (nid == aid)
712 check = nid - aid;
  /src/sys/net80211/
ieee80211_node.c 2250 u_int16_t aid; local in function:ieee80211_node_join
2256 for (aid = 1; aid < ic->ic_max_aid; aid++) {
2257 if (!IEEE80211_AID_ISSET(aid,
2261 if (aid >= ic->ic_max_aid) {
2267 ni->ni_associd = aid | 0xc000;
2277 "[%s] station %sassociated at aid %d: %s preamble, %s slot time%s%s\n",
2370 "[%s] station with aid %d leaves\n",
2478 u_int16_t aid; local in function:ieee80211_set_tim
    [all...]
ieee80211_input.c 3159 u_int16_t aid; local in function:ieee80211_recv_pspoll
3174 aid = le16toh(*(u_int16_t *)wh->i_dur);
3175 if (aid != ni->ni_associd) {
3178 "aid mismatch: sta aid 0x%x poll aid 0x%x",
3179 ni->ni_associd, aid);
  /src/sbin/atactl/
atactl.c 870 unsigned aid, vid; local in function:print_smart_status
925 for (aid = 0;
926 smart_attrs[aid].id != i && smart_attrs[aid].id != 0;
927 aid++)
941 name = smart_attrs[aid].name;
942 special = smart_attrs[aid].special;
  /src/tools/make/
configure 1737 running configure, to aid debugging if configure makes a mistake.
  /src/lib/librumpuser/
configure 1870 running configure, to aid debugging if configure makes a mistake.
  /src/tools/compat/
configure 1893 running configure, to aid debugging if configure makes a mistake.
  /src/sys/external/isc/libsodium/dist/
configure 2043 running configure, to aid debugging if configure makes a mistake.

Completed in 43 milliseconds