Searched refs:curmode (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c214 int curmode = -1; variable
305 curmode = mode;
311 switch (curmode) {
328 exp = &eeprom.ee_modePowerArray5112[curmode];
330 atd.ad_id = HAL_DIAG_EEPROM_EXP_11A+curmode;
349 pRaw = &eeprom.ee_rawDataset2413[curmode];
362 if (curmode != headerInfo11A)
366 if (curmode != headerInfo11B)
370 if (curmode != headerInfo11G)
382 fprintf(fd, "0x%02X", eeprom.ee_antennaControl[ant][curmode]);
[all...]
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dpolicy.h54 accmode_t curmode, accmode_t wantmode);
/freebsd-13-stable/usr.bin/ul/
H A Dul.c522 static int curmode = 0; variable
530 if (must_use_uc && (curmode&UNDERL)) {
542 if (curmode != NORMAL && newmode != NORMAL)
546 switch(curmode) {
587 curmode = newmode;
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dpolicy.h53 accmode_t curmode, accmode_t wantmode);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c160 accmode_t curmode, accmode_t wantmode)
164 mode = ~curmode & wantmode;
159 secpolicy_vnode_access2(cred_t *cr, vnode_t *vp, uid_t owner, accmode_t curmode, accmode_t wantmode) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dpolicy.c110 mode_t curmode, mode_t wantmode)
109 secpolicy_vnode_access2(const cred_t *cr, struct inode *ip, uid_t owner, mode_t curmode, mode_t wantmode) argument
/freebsd-13-stable/sys/dev/malo/
H A Dif_malohal.c847 malo_hal_set_rate(struct malo_hal *mh, uint16_t curmode, uint8_t rate) argument
859 if (curmode == IEEE80211_MODE_11G) {

Completed in 211 milliseconds