Searched refs:modes (Results 101 - 125 of 136) sorted by relevance

123456

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c159 if (wpa_s->hw.modes) {
168 if (wpa_s->hw.modes[i].mode == conf->hw_mode) {
169 mode = &wpa_s->hw.modes[i];
306 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
780 if (ieee80211_is_dfs(params.freq.freq, wpa_s->hw.modes,
H A Devents.c791 const struct hostapd_hw_modes *mode = NULL, *modes; local
799 modes = wpa_s->hw.modes;
800 if (modes == NULL) {
810 for (j = 0; j < modes[i].num_channels; j++) {
811 int freq = modes[i].channels[j].freq;
817 mode = &modes[i];
2808 * initialized before association, but for other modes,
3739 ifs->hw.modes = wpa_drv_get_hw_feature_data(
3949 const struct hostapd_hw_modes *mode = &wpa_s->hw.modes[
[all...]
H A Dwpa_supplicant_i.h1013 struct hostapd_hw_modes *modes; member in struct:wpa_supplicant::__anon3788
1527 struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
H A Dmesh.c302 if (ieee80211_is_dfs(ssid->frequency, wpa_s->hw.modes,
H A Drrm.c604 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
656 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
H A Dsme.c2141 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
2252 if (!wpa_s->hw.modes)
2257 hw_mode = &wpa_s->hw.modes[i];
H A Ddpp_supplicant.c532 wpa_s->hw.modes, wpa_s->hw.num_modes);
1450 if (!wpa_s->hw.modes)
1454 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];
H A Dwnm_sta.c1227 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];
1253 if (wpa_s->hw.modes == NULL)
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in751 TARGET_H = $(TM_H) target.h insn-modes.h
752 MACHMODE_H = machmode.h mode-classes.def insn-modes.h
866 build/min-insn-modes.o build/gensupport.o build/print-rtl.o
1008 haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o \
1046 tree-check.h min-insn-modes.c insn-modes.c insn-modes.h \
2714 insn-modes.o : insn-modes.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
2813 insn-modes
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c958 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ local
974 if (modes[type]) {
982 modes[type] = rw;
984 if (!modes[type]) {
989 if (modes[type] != rw) {
995 modes[type] = 0;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c657 static const char* modes[] = { local
667 modes[ar9300_get_power_mode(ah)], modes[mode],
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile48 haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o \
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c616 const int modes[] = { atf_fs_access_f, atf_fs_access_r, atf_fs_access_w, local
668 for (m = &modes[0]; *m != 0; m++) {
/freebsd-11-stable/sys/dev/drm/
H A Dmga_dma.c780 static const int modes[] = { 0, 1, 2, 2, 4, 4, 4, 4 }; local
799 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07];
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c81 * And it is copied from xf86CVTmode in xserver/hw/xfree86/modes/xf86cvt.c.
487 * And it is copied from the file of xserver/hw/xfree86/modes/xf86gtf.c.
527 * drm_mode_list_concat - move modes from one list to another
534 * Move all the modes from @head to @new.
594 * Return @modes's hsync rate in kHz, rounded to the nearest int.
741 * a pointer to it. Used to create new instances of established modes.
759 * drm_mode_equal - test modes for equality
769 * True if the modes are equal, false otherwise.
773 /* do clock check convert to PICOS so fb modes get matched
799 * drm_mode_validate_size - make sure modes adher
[all...]
H A Ddrm_crtc.c217 * for tracking modes, CRTCs and connectors.
544 INIT_LIST_HEAD(&connector->modes);
583 list_for_each_entry_safe(mode, t, &connector->modes, head)
818 * @num_modes: number of different TV formats (modes) supported
819 * @modes: array of pointers to strings containing name of each format
827 char *modes[])
853 * Other, TV specific properties: margins & TV modes.
872 i, modes[i]);
1508 /* delayed so we get modes regardless of pre-fill_modes state */
1509 list_for_each_entry(mode, &connector->modes, hea
826 drm_mode_create_tv_properties(struct drm_device *dev, int num_modes, char *modes[]) argument
[all...]
H A Ddrm_crtc.h437 * below allow the core DRM code to control connectors, enumerate available modes,
533 * @interlace_allowed: can this connector handle interlaced modes?
535 * @modes: modes available on this connector (from fill_modes() + user)
537 * @probed_modes: list of modes derived directly from the display
576 struct list_head modes; /* list of modes on this connector */ member in struct:drm_connector
580 /* these are modes added by probing with DDC or the BIOS */
690 * This is used to set modes.
771 struct drm_gem_names crtc_names; /* use this idr for all IDs, fb, crtc, connector, modes
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A DMakefile196 e_aes.o: ../../include/openssl/modes.h ../../include/openssl/obj_mac.h
201 e_aes.o: ../modes/modes_lcl.h e_aes.c evp_locl.h
207 e_aes_cbc_hmac_sha1.o: ../../include/openssl/modes.h
218 e_aes_cbc_hmac_sha1.o: ../modes/modes_lcl.h e_aes_cbc_hmac_sha1.c
225 e_aes_cbc_hmac_sha256.o: ../../include/openssl/modes.h
236 e_aes_cbc_hmac_sha256.o: ../constant_time_locl.h ../modes/modes_lcl.h
251 e_camellia.o: ../../include/openssl/modes.h ../../include/openssl/obj_mac.h
256 e_camellia.o: ../../include/openssl/symhacks.h ../modes/modes_lcl.h
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd-in.h670 extern FILE *real_fopen (const char *filename, const char *modes);
H A Dlibbfd.h675 extern FILE *real_fopen (const char *filename, const char *modes);
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile10 INCLUDES= -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include $(ZLIB_INCLUDE)
/freebsd-11-stable/contrib/less/
H A Dfilename.c32 #include <modes.h>
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk311 # 'cat .depend' should suffice, but if we are mixing build modes
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk315 # 'cat .depend' should suffice, but if we are mixing build modes
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org148 des aes rc2 rc4 rc5 idea bf cast camellia seed modes \

Completed in 223 milliseconds

123456