Searched refs:mode (Results 651 - 675 of 2233) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.c361 * defined rate for this mode.
388 /* attach support for operating mode */
400 * Detach operating mode module.
826 * operating mode. For real 11g we mark all the 11b rates
828 * 11b rates. There's also a pseudo 11a-mode used to mark only
833 enum ieee80211_phymode mode, int add)
854 for (j = 0; j < basic[mode].rs_nrates; j++)
855 if (basic[mode].rs_rates[j] == rs->rs_rates[i]) {
867 enum ieee80211_phymode mode)
869 setbasicrates(rs, mode,
832 setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode, int add) argument
866 ieee80211_setbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
876 ieee80211_addbasicrates(struct ieee80211_rateset *rs, enum ieee80211_phymode mode) argument
1029 enum ieee80211_phymode mode; local
1134 enum ieee80211_phymode mode; local
1744 ieee80211_csa_startswitch(struct ieee80211com *ic, struct ieee80211_channel *c, int mode, int count) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c148 rc = CallDriver_2(SP_PARM, mode, FALSE, TRUE);
186 rc = CallDriver_2(SP_PARM, mode, TRUE, TRUE);
222 rc = CallDriver_2(SP_PARM, mode, TRUE, FALSE);
255 rc = CallDriver_2(SP_PARM, mode, FALSE, FALSE);
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dfile.h106 isc_file_openuniquemode(char *templet, int mode, FILE **fp);
133 * *fp points to an stream opening in stdio's "w+" mode.
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c115 int mode; local
121 mode = 0;
125 mode |= modebit; \
147 if (_chmod(path, mode) < 0)
/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c1 /* Generate the machine mode enumeration and associated tables.
29 #include "mode-classes.def"
35 /* Text names of mode classes, for output. */
51 /* Data structure for building up what we know about a mode.
52 They're clustered by mode class. */
57 const char *name; /* printable mode name -- SI, not SImode */
58 enum mode_class cl; /* this mode class */
62 unsigned int alignment; /* mode alignment */
65 struct mode_data *component; /* mode of components */
66 struct mode_data *wider; /* next wider mode */
97 struct mode_data *mode; member in struct:mode_adjust
206 struct mode_data *mode = find_mode (name); local
[all...]
H A Dreal.h159 /* The target format used for each floating point mode.
161 float modes indexed by (MODE - first float mode), and entries for
162 decimal float modes indexed by (MODE - first decimal float mode) +
204 /* Extend or truncate to a new mode. */
313 #define REAL_VALUE_FROM_INT(r, lo, hi, mode) \
314 real_from_integer (&(r), mode, lo, hi, 0)
316 #define REAL_VALUE_FROM_UNSIGNED_INT(r, lo, hi, mode) \
317 real_from_integer (&(r), mode, lo, hi, 1)
397 /* Return a CONST_DOUBLE with value R and mode M. */
402 /* Replace R by 1/R in the given machine mode, i
[all...]
H A Dtree-iterator.c68 tsi_link_before (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) argument
126 switch (mode)
144 tsi_link_after (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) argument
199 switch (mode)
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_reslist.h164 * @param mode Cleanup order mode
175 apr_uint32_t mode);
H A Dapr_sdbm.h72 * @param mode The flag values (APR_READ and APR_BINARY flags are implicit)
87 apr_int32_t mode,
109 * APR_SHARELOCK mode value.
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbm_private.h39 * Most DBM libraries take a POSIX mode for creating files. Don't trust
53 apr_int32_t mode, apr_fileperms_t perm,
/freebsd-11-stable/contrib/dialog/
H A Dmousewget.c53 switch (p->mode) {
/freebsd-11-stable/contrib/dma/
H A Dutil.c281 int mode = 0; local
286 mode = va_arg(ap, int);
293 fd = open(fname, flags, mode);
304 return(open(fname, flags|O_EXLOCK, mode));
/freebsd-11-stable/contrib/gcc/config/
H A Dgofast.h33 int mode; local
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c103 cvmx_mgmt_port_mode_t mode; /* Mode of the interface */ member in struct:__anon8631
234 /* Set the PHY address and mode of the interface (RGMII/MII mode). */
238 state->mode = CVMX_MGMT_PORT_MII_MODE;
247 /* Read PHY status register to find the mode of the interface. */
249 if (phy_status.s.capable_extended_status == 0) // MII mode
250 state->mode = CVMX_MGMT_PORT_MII_MODE;
252 && phy_status.s.capable_extended_status) // RGMII mode
253 state->mode = CVMX_MGMT_PORT_RGMII_MODE;
255 state->mode
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h60 VCHIQ_BULK_MODE_T mode; member in struct:__anon8885
/freebsd-11-stable/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h37 * enum xz_mode - Operation mode
39 * @XZ_SINGLE: Single-call mode. This uses less RAM than
45 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
49 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
71 * return code is possible only in multi-call mode
75 * is still possible in multi-call mode by simply
90 * only in multi-call mode (XZ_PREALLOC or
91 * XZ_DYNALLOC); the single-call mode (XZ_SINGLE)
102 * mode; more information below.
104 * In multi-call mode, XZ_BUF_ERRO
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h74 MODE_H_ILLEGAL, /* mode has illegal horizontal timings */
75 MODE_V_ILLEGAL, /* mode has illegal horizontal timings */
77 MODE_NOMODE, /* no mode with a matching name */
78 MODE_NO_INTERLACE, /* interlaced mode not supported */
79 MODE_NO_DBLESCAN, /* doublescan mode not supported */
80 MODE_NO_VSCAN, /* multiscan mode not supported */
82 MODE_VIRTUAL_X, /* mode width too large for specified virtual size */
83 MODE_VIRTUAL_Y, /* mode height too large for specified virtual size */
88 MODE_CLOCK_RANGE, /* clock/mode isn't in a ClockRange */
101 MODE_INTERLACE_WIDTH, /* width too large for interlaced mode */
398 struct drm_display_mode mode; member in struct:drm_crtc
695 struct drm_display_mode *mode; member in struct:drm_mode_set
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.h51 extern int bwn_phy_g_im(struct bwn_mac *mac, int mode);
H A Dif_bwn_phy_n.h51 extern int bwn_phy_n_im(struct bwn_mac *mac, int mode);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_smc.c74 WR4HW(base, SMC_MODE, smc->mode | SMC_MODE_TDF_CYCLES(smc->tdf_cycles));
H A Dat91_smc.h96 uint8_t mode; /* Combo of READ/WRITE/EXNW fields */ member in struct:at91_smc_init
/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h97 int agp_generic_enable(device_t dev, u_int32_t mode);
H A Dagpvar.h89 * Enable the agp hardware with the relavent mode. The mode bits are
92 int agp_enable(device_t dev, u_int32_t mode);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dconfig.c114 "mode", 'm', arg_string, &system_perms,
115 "octal mode of system cache", "mode"
302 system_perms = kcm_system_config_get_string("mode");
305 int mode; local
307 if (sscanf(system_perms, "%o", &mode) != 1)
310 ccache->mode = mode;
/freebsd-11-stable/sbin/restore/
H A Drestore.h43 extern int Dflag; /* degraded mode - try hard to get stuff back */
106 mode_t mode; /* mode of file */ member in struct:context

Completed in 305 milliseconds

<<21222324252627282930>>