Home
last modified time | relevance | path

Searched refs:isnew (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.c82 decode_tag(unsigned char *ptr, int *isnew, int *ltype) in decode_tag() argument
86 if (!ptr || !isnew || !ltype) in decode_tag()
92 *isnew = tag & OPENPGP_TAG_ISNEW; in decode_tag()
93 if (*isnew) { in decode_tag()
259 int isnew, ltype; in decode_packet() local
266 tag = decode_tag(ptr, &isnew, &ltype); in decode_packet()
H A Ddecode.h51 int decode_tag(unsigned char *ptr, int *isnew, int *ltype);
H A Dopgp_key.c182 int isnew, ltype; in load_key_buf() local
184 tag = decode_tag(ptr, &isnew, &ltype); in load_key_buf()
/freebsd/crypto/openssl/crypto/
H A Dprovider.c22 int isnew = 0; in OSSL_PROVIDER_try_load() local
28 isnew = 1; in OSSL_PROVIDER_try_load()
37 if (isnew && !ossl_provider_add_to_store(prov, &actual, retain_fallbacks)) { in OSSL_PROVIDER_try_load()
/freebsd/sys/net80211/
H A Dieee80211_scan.c555 ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew, in ieee80211_scan_dump_probe_beacon() argument
561 ether_sprintf(mac), isnew ? "new " : "", in ieee80211_scan_dump_probe_beacon()
566 if (isnew) { in ieee80211_scan_dump_probe_beacon()
H A Dieee80211_scan.h348 void ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew,
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c187 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
189 if (isnew) in ath_rate_newassoc()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.c193 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
195 if (isnew) in ath_rate_newassoc()
/freebsd/contrib/one-true-awk/
H A Dproto.h123 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
/freebsd/sys/geom/multipath/
H A Dg_multipath.c820 int error, isnew; in g_multipath_taste() local
927 isnew = 1; in g_multipath_taste()
929 isnew = 0; in g_multipath_taste()
936 if (isnew) in g_multipath_taste()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c558 wtap_newassoc(struct ieee80211_node *ni, int isnew) in wtap_newassoc() argument
/freebsd/sys/netipsec/
H A Dkey.c3039 int isnew; in key_newsav() local
3127 isnew = 1; in key_newsav()
3129 isnew = 0; in key_newsav()
3152 if (isnew == 0 && sah->state == SADB_SASTATE_DEAD) { in key_newsav()
3157 if (isnew != 0) { in key_newsav()
5356 int error, isnew; in key_updateaddresses() local
5391 isnew = 2; /* SAH is new */ in key_updateaddresses()
5393 isnew = 1; /* existing SAH is referenced */ in key_updateaddresses()
5410 isnew = 0; in key_updateaddresses()
5497 if (isnew == 2) { in key_updateaddresses()
[all …]
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c1270 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
1272 if (isnew) in ath_rate_newassoc()
/freebsd/sys/dev/ath/
H A Dif_ath.c6299 ath_newassoc(struct ieee80211_node *ni, int isnew) in ath_newassoc() argument
6313 isnew, in ath_newassoc()
6317 ath_rate_newassoc(sc, an, isnew); in ath_newassoc()
6320 if (isnew && in ath_newassoc()
6334 if (! isnew) { in ath_newassoc()
/freebsd/sys/dev/otus/
H A Dif_otus.c1360 otus_newassoc(struct ieee80211_node *ni, int isnew) in otus_newassoc() argument
1367 isnew, ether_sprintf(ni->ni_macaddr)); in otus_newassoc()
/freebsd/sys/dev/ral/
H A Drt2860.c833 rt2860_newassoc(struct ieee80211_node *ni, int isnew) in rt2860_newassoc() argument
840 if (isnew && ni->ni_associd != 0) { in rt2860_newassoc()
848 isnew, ether_sprintf(ni->ni_macaddr), wcid)); in rt2860_newassoc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c4254 mwl_newassoc(struct ieee80211_node *ni, int isnew) in mwl_newassoc() argument
4264 if (isnew) { in mwl_newassoc()
4272 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid); in mwl_newassoc()
/freebsd/sys/dev/usb/wlan/
H A Dif_mtw.c2247 mtw_newassoc(struct ieee80211_node *ni, int isnew) in mtw_newassoc() argument
2268 if (isnew && ni->ni_associd != 0) { in mtw_newassoc()
2284 "new assoc isnew=%d associd=%x addr=%s\n", isnew, ni->ni_associd, in mtw_newassoc()
H A Dif_run.c2770 run_newassoc(struct ieee80211_node *ni, int isnew) in run_newassoc() argument
2789 if (isnew && ni->ni_associd != 0) { in run_newassoc()
2805 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr)); in run_newassoc()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c1832 rtwn_newassoc(struct ieee80211_node *ni, int isnew __unused) in rtwn_newassoc()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4465 wpi_newassoc(struct ieee80211_node *ni, int isnew) in wpi_newassoc() argument
/freebsd/sys/dev/iwn/
H A Dif_iwn.c2872 iwn_newassoc(struct ieee80211_node *ni, int isnew) in iwn_newassoc() argument