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

/freebsd-12-stable/lib/libsecureboot/openpgp/
H A Ddecode.c84 decode_tag(unsigned char *ptr, int *isnew, int *ltype) argument
88 if (!ptr || !isnew || !ltype)
94 *isnew = tag & OPENPGP_TAG_ISNEW;
95 if (*isnew) {
261 int isnew, ltype; local
268 tag = decode_tag(ptr, &isnew, &ltype);
H A Ddecode.h52 int decode_tag(unsigned char *ptr, int *isnew, int *ltype);
H A Dopgp_key.c184 int isnew, ltype; local
186 tag = decode_tag(ptr, &isnew, &ltype);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan.c556 ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew, argument
562 ether_sprintf(mac), isnew ? "new " : "",
567 if (isnew) {
H A Dieee80211_scan.h346 void ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew,
/freebsd-12-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c195 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
197 if (isnew)
/freebsd-12-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c189 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
191 if (isnew)
/freebsd-12-stable/sys/geom/multipath/
H A Dg_multipath.c817 int error, isnew; local
921 isnew = 1;
923 isnew = 0;
930 if (isnew)
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap.c534 wtap_newassoc(struct ieee80211_node *ni, int isnew) argument
/freebsd-12-stable/sys/netipsec/
H A Dkey.c2911 int isnew; local
2974 isnew = 1;
2976 isnew = 0;
2999 if (isnew == 0 && sah->state == SADB_SASTATE_DEAD) {
3004 if (isnew != 0) {
5163 int error, isnew; local
5198 isnew = 2; /* SAH is new */
5200 isnew = 1; /* existing SAH is referenced */
5217 isnew = 0;
5279 if (isnew
[all...]
/freebsd-12-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c1266 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1268 if (isnew)
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c6235 * Note that we're called also on a re-associate, the isnew
6239 ath_newassoc(struct ieee80211_node *ni, int isnew) argument
6249 DPRINTF(sc, ATH_DEBUG_NODE, "%s: %6D: reassoc; isnew=%d, is_powersave=%d\n",
6253 isnew,
6257 ath_rate_newassoc(sc, an, isnew);
6260 if (isnew &&
6274 if (! isnew) {
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c3698 uint32_t pte1_idx, isnew = 0; local
3730 isnew = 1;
3741 isnew = 1; /* Demoting section w/o promotion. */
3806 if (isnew != 0) {
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c4260 * Note that we're called also on a re-associate, the isnew
4264 mwl_newassoc(struct ieee80211_node *ni, int isnew) argument
4274 if (isnew) {
4281 DPRINTF(sc, MWL_DEBUG_NODE, "%s: mac %s isnew %d aid %d staid %d\n",
4282 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid);
/freebsd-12-stable/sys/dev/ral/
H A Drt2860.c836 rt2860_newassoc(struct ieee80211_node *ni, int isnew) argument
843 if (isnew && ni->ni_associd != 0) {
850 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n",
851 isnew, ether_sprintf(ni->ni_macaddr), wcid));
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn.c1717 rtwn_newassoc(struct ieee80211_node *ni, int isnew __unused)
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c1364 otus_newassoc(struct ieee80211_node *ni, int isnew) argument
1370 OTUS_DPRINTF(sc, OTUS_DEBUG_STATE, "new assoc isnew=%d addr=%s\n",
1371 isnew, ether_sprintf(ni->ni_macaddr));
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_run.c2768 run_newassoc(struct ieee80211_node *ni, int isnew) argument
2787 if (isnew && ni->ni_associd != 0) {
2803 "new assoc isnew=%d associd=%x addr=%s\n",
2804 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr));
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c4468 wpi_newassoc(struct ieee80211_node *ni, int isnew) argument
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c2880 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument

Completed in 470 milliseconds