Home
last modified time | relevance | path

Searched refs:curflags (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_superg.c224 uint16_t curflags, newflags; in ieee80211_parse_athparams() local
230 newflags = curflags = vap->iv_ic->ic_bsschan->ic_flags; in ieee80211_parse_athparams()
236 if (newflags != curflags) in ieee80211_parse_athparams()
/NextBSD/sbin/mount/
HDmount.c802 update_options(char *opts, char *fstab, int curflags) in update_options() argument
814 cur = flags2opts(curflags); in update_options()