Home
last modified time | relevance | path

Searched refs:curmode (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/tools/tools/ath/athprom/
Dathprom.c213 int curmode = -1; variable
304 curmode = mode; in setmode()
310 switch (curmode) { in setmode()
327 exp = &eeprom.ee_modePowerArray5112[curmode]; in setmode()
329 atd.ad_id = HAL_DIAG_EEPROM_EXP_11A+curmode; in setmode()
348 pRaw = &eeprom.ee_rawDataset2413[curmode]; in setmode()
361 if (curmode != headerInfo11A) in nextctl()
365 if (curmode != headerInfo11B) in nextctl()
369 if (curmode != headerInfo11G) in nextctl()
381 fprintf(fd, "0x%02X", eeprom.ee_antennaControl[ant][curmode]); in printAntennaControl()
[all …]
/freebsd-10-stable/usr.bin/ul/
Dul.c524 static int curmode = 0; variable
532 if (must_use_uc && (curmode&UNDERL)) { in outc()
544 if (curmode != NORMAL && newmode != NORMAL) in setnewmode()
548 switch(curmode) { in setnewmode()
589 curmode = newmode; in setnewmode()
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_policy.c150 accmode_t curmode, accmode_t wantmode) in secpolicy_vnode_access2() argument
154 mode = ~curmode & wantmode; in secpolicy_vnode_access2()
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
Dpolicy.h54 accmode_t curmode, accmode_t wantmode);
/freebsd-10-stable/sys/dev/malo/
Dif_malohal.c854 malo_hal_set_rate(struct malo_hal *mh, uint16_t curmode, uint8_t rate) in malo_hal_set_rate() argument
866 if (curmode == IEEE80211_MODE_11G) { in malo_hal_set_rate()