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

/openbsd-current/usr.bin/cvs/
H A Dcommit.c403 int onbranch, isnew, histtype, branchadded; local
503 isnew = 0;
505 isnew = 1;
531 isnew = 0;
561 if (isnew == 0 && cf->file_rcs->rf_head == NULL)
564 if (isnew == 0 && onbranch == 0)
575 if (isnew == 0 && onbranch == 0) {
H A Dimport.c230 int isnew; local
255 isnew = 1;
261 isnew = 0;
263 if (isnew == 1)
/openbsd-current/usr.sbin/nsd/
H A Dixfr.h224 void zone_ixfr_add(struct zone_ixfr* ixfr, struct ixfr_data* data, int isnew);
H A Dixfr.c1629 void zone_ixfr_add(struct zone_ixfr* ixfr, struct ixfr_data* data, int isnew) argument
1635 } else if(isnew) {
/openbsd-current/usr.bin/awk/
H A Dproto.h124 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
/openbsd-current/sys/dev/usb/
H A Dif_athn_usb.h130 uint8_t isnew; member in struct:ar_htc_target_rate
H A Dif_athn_usb.c1136 int isnew)
1233 int isnew, uint16_t seq)
1245 if (!isnew && an->sta_index != 0) /* already in firmware table */
1458 rate.isnew = 1;
1135 athn_usb_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
1232 athn_usb_newauth(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew, uint16_t seq) argument
H A Dif_otus.c936 otus_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
944 DPRINTF(("new assoc isnew=%d addr=%s\n",
945 isnew, ether_sprintf(ni->ni_macaddr)));
H A Dif_mtw.c1935 mtw_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
1943 DPRINTF(("new assoc isnew=%d addr=%s\n",
1944 isnew, ether_sprintf(ni->ni_macaddr)));
H A Dif_rum.c2159 rum_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dif_zyd.c2567 zyd_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dif_upgt.c1243 upgt_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dif_ral.c2074 ural_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dif_run.c2113 run_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
2121 DPRINTF(("new assoc isnew=%d addr=%s\n",
2122 isnew, ether_sprintf(ni->ni_macaddr)));
/openbsd-current/sys/dev/ic/
H A Dmalo.c253 int isnew);
1145 malo_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Drt2860.c841 rt2860_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
849 if (isnew && ni->ni_associd != 0) {
857 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n",
858 isnew, ether_sprintf(ni->ni_macaddr), wcid));
H A Drt2560.c711 rt2560_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dacx.c2708 acx_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dathn.c2478 athn_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dath.c2886 * Note that we're called also on a re-associate, the isnew
2890 ath_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Drt2661.c901 rt2661_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dbwi.c7463 bwi_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
/openbsd-current/sys/dev/pci/
H A Dif_mwx.c812 mwx_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
818 if (isnew && ni->ni_associd != 0) {
823 printf("%s: new assoc isnew=%d addr=%s WCID=%d\n", DEVNAME(sc),
824 isnew, ether_sprintf(ni->ni_macaddr), mn->wcid);
H A Dif_wpi.c983 wpi_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument
H A Dif_iwn.c1724 iwn_newassoc(struct ieee80211com *ic, struct ieee80211_node *ni, int isnew) argument

Completed in 600 milliseconds