HomeSort by: relevance | last modified time | path
    Searched defs:pmf (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
pbase_type_info.cc 54 static const pmf_type pmf = nullptr; local
55 *thr_obj = const_cast<pmf_type*>(&pmf);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
pbase_type_info.cc 54 static const pmf_type pmf = nullptr; local
55 *thr_obj = const_cast<pmf_type*>(&pmf);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-method.cc 63 typedef int (A::*PMF) (A::ATYPE);
74 PMF pmf = &A::get_var; local
75 PMF *pmf_p = &pmf;
86 var += (a->*pmf) (1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-method.cc 63 typedef int (A::*PMF) (A::ATYPE);
74 PMF pmf = &A::get_var; local
75 PMF *pmf_p = &pmf;
86 var += (a->*pmf) (1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
member-ptr.cc 76 typedef int (A::*PMF)(int);
160 PMF pmf; local
162 PMF * pmf_p;
176 PMF null_pmf;
186 pmf = &A::bar;
187 pmf_p = &pmf;
220 k = (a.*pmf)(3);
223 pmf = &A::foo;
224 pmf_p = &pmf;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
member-ptr.cc 76 typedef int (A::*PMF)(int);
160 PMF pmf; local
162 PMF * pmf_p;
176 PMF null_pmf;
186 pmf = &A::bar;
187 pmf_p = &pmf;
220 k = (a.*pmf)(3);
223 pmf = &A::foo;
224 pmf_p = &pmf;
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
gas_query_ap.c 475 int prot, pmf; local
490 pmf = pmf_in_use(gas->hapd, sa);
491 if (prot && !pmf) {
492 wpa_printf(MSG_DEBUG, "GAS: Drop unexpected protected GAS frame when PMF is disabled");
495 if (!prot && pmf) {
496 wpa_printf(MSG_DEBUG, "GAS: Drop unexpected unprotected GAS frame when PMF is enabled");
  /src/external/bsd/wpa/dist/wpa_supplicant/
gas_query.c 526 int prot, pmf; local
541 pmf = pmf_in_use(gas->wpa_s, sa);
542 if (prot && !pmf) {
543 wpa_printf(MSG_DEBUG, "GAS: Drop unexpected protected GAS frame when PMF is disabled");
546 if (!prot && pmf) {
547 wpa_printf(MSG_DEBUG, "GAS: Drop unexpected unprotected GAS frame when PMF is enabled");
config.h 832 * 1 = add both the WPA2-PSK and SAE configuration and enable PMF so
1262 * pmf - Whether to enable/require PMF by default
1264 * By default, PMF is disabled unless enabled by the per-network
1265 * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
1269 enum mfp_options pmf; member in struct:wpa_config
1272 * sae_check_mfp - Whether to limit SAE based on PMF capabilities
1274 * With this check SAE key_mgmt will not be selected if PMF is
1278 * 2) The AP does not have PMF enabled.
1279 * 3) ieee8011w for the network is the default(3), pmf=1 is enable
    [all...]
events.c 3145 int pmf; local
3290 pmf = wpas_get_ssid_pmf(wpa_s, ssid);
3292 pmf == MGMT_FRAME_PROTECTION_REQUIRED) {
3299 pmf == NO_MGMT_FRAME_PROTECTION) {
3306 /* Update PMF from local configuration now that MFP validation was done
3308 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_MFP, pmf);
3338 if (pmf == NO_MGMT_FRAME_PROTECTION ||
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device_queue_manager.c 248 const struct packet_manager_funcs *pmf = qpd->dqm->packets.pmf; local
254 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr);
260 pmf->release_mem_size / sizeof(uint32_t));
kfd_priv.h 941 const struct packet_manager_funcs *pmf; member in struct:packet_manager
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 98 const struct kiq_pm4_funcs *pmf; member in struct:amdgpu_kiq

Completed in 47 milliseconds