Searched refs:nrefs (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_xauth.c60 static int nrefs = 0; variable
H A Dieee80211_acl.c95 static int nrefs = 0; variable
111 nrefs++; /* NB: we assume caller locking */
120 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
121 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_ratectl_none.c98 static int nrefs = 0; variable
H A Dieee80211_crypto_ccmp.c92 static int nrefs = 0; variable
107 nrefs++; /* NB: we assume caller locking */
117 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
118 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_crypto_wep.c83 static int nrefs = 0; variable
100 nrefs++; /* NB: we assume caller locking */
110 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
111 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_amrr.c76 static int nrefs = 0; variable
H A Dieee80211_crypto_tkip.c105 static int nrefs = 0; variable
120 nrefs++; /* NB: we assume caller locking */
130 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
131 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_rssadapt.c93 static int nrefs = 0; variable
H A Dieee80211_scan_sta.c146 static int nrefs = 0; variable
168 nrefs++; /* NB: we assume caller locking */
185 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
186 nrefs--; /* NB: we assume caller locking */
/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c99 int nrefs; /* number of imported symbols (valid end of pass1) */ member in struct:versados_data_struct
344 s = versados_new_symbol (abfd, snum + VDATA (abfd)->nrefs, n,
504 VDATA (abfd)->nrefs = 0;
533 VDATA (abfd)->nrefs = VDATA (abfd)->ref_idx;
538 abfd->symcount = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs;
581 for (j = VDATA (abfd)->nrefs + VDATA (abfd)->ndefs, i = 0; i < 16; i++)

Completed in 69 milliseconds