| /freebsd/sys/netgraph/ |
| H A D | ng_macfilter.c | 277 * Resize the MAC table to accommodate at least mfp->mf_mac_used + 1 entries. 282 macfilter_mactable_resize(macfilter_p mfp) in macfilter_mactable_resize() argument 286 int n = mfp->mf_mac_allocated; in macfilter_mactable_resize() 287 if (mfp->mf_mac_used < 2*MACTABLE_BLOCKSIZE-1) /* minimum size */ in macfilter_mactable_resize() 289 else if (mfp->mf_mac_used + 2*MACTABLE_BLOCKSIZE < mfp->mf_mac_allocated) /* reduce size */ in macfilter_mactable_resize() 290 n = mfp->mf_mac_allocated - MACTABLE_BLOCKSIZE; in macfilter_mactable_resize() 291 else if (mfp->mf_mac_used == mfp->mf_mac_allocated) /* increase size */ in macfilter_mactable_resize() 292 n = mfp->mf_mac_allocated + MACTABLE_BLOCKSIZE; in macfilter_mactable_resize() 294 if (n != mfp->mf_mac_allocated) { in macfilter_mactable_resize() 296 mfp->mf_mac_used, mfp->mf_mac_allocated, n); in macfilter_mactable_resize() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 174 MachineFunction *MFp; member in __anone5a1286a0111::MipsBranchExpansion 273 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB() 282 MFp->insert(std::next(MachineFunction::iterator(MBB)), NewMBB); in splitMBB() 291 for (auto &MBB : *MFp) in initMBBInfo() 294 MFp->RenumberBlocks(); in initMBBInfo() 296 MBBInfos.resize(MFp->size()); in initMBBInfo() 299 MachineBasicBlock *MBB = MFp->getBlockNumbered(I); in initMBBInfo() 418 MachineBasicBlock *LongBrMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() 420 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch() 424 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | meta.c | 140 if (!useFilemon || pbm->mfp == NULL) in meta_open_filemon() 176 filemon_read(FILE *mfp, int fd) in filemon_read() argument 182 if (mfp == NULL) { in filemon_read() 191 fprintf(mfp, "\n"); in filemon_read() 196 fprintf(mfp, "\n-- filemon acquired metadata --\n"); in filemon_read() 199 if ((ssize_t)fwrite(buf, 1, (size_t)n, mfp) < n) in filemon_read() 203 if (fflush(mfp) != 0) in filemon_read() 662 pbm->mfp = meta_create(pbm, gn); in meta_job_start() 669 if (pbm->mfp != NULL && useFilemon) { in meta_job_start() 689 if (pbm->mfp != NULL) { in meta_job_child() [all …]
|
| H A D | meta.h | 38 FILE *mfp; member
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | mrvl,intc.txt | 24 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
|
| H A D | mrvl,intc.yaml | 91 mrvl,clr-mfp-irq: 93 Specifies the interrupt that needs to clear MFP edge detection first.
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
| H A D | pxa3xx.dtsi | 48 * MFP Alternate functions for pins having a gpio. 60 * MFP drive strength functions for pins. 74 * MFP bias pull mode for pins. 82 * MFP low power mode for pins.
|
| /freebsd/contrib/sendmail/vacation/ |
| H A D | vacation.c | 1056 SM_FILE_T *mfp, *sfp; local 1063 mfp = sm_io_open(SmFtStdio, SM_TIME_DEFAULT, msgfn, SM_IO_RDONLY, NULL); 1064 if (mfp == NULL) 1099 (void) sm_io_close(mfp, SM_TIME_DEFAULT); 1122 while (sm_io_fgets(mfp, SM_TIME_DEFAULT, buf, sizeof buf) >= 0) 1134 (void) sm_io_close(mfp, SM_TIME_DEFAULT); 1142 (void) sm_io_close(mfp, SM_TIME_DEFAULT);
|
| /freebsd/stand/i386/libi386/ |
| H A D | multiboot.c | 323 struct preloaded_file *mfp, *kfp, *rfp; in multiboot_obj_loadfile() local 328 mfp = file_findfile(NULL, md_kerntype_mb); in multiboot_obj_loadfile() 329 if (mfp == NULL) in multiboot_obj_loadfile()
|
| /freebsd/stand/efi/loader/arch/amd64/ |
| H A D | multiboot2.c | 496 struct preloaded_file *mfp, *kfp, *rfp; in obj_loadfile() local 500 mfp = file_findfile(NULL, md_kerntype_mb); in obj_loadfile() 501 if (mfp == NULL) in obj_loadfile()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | key.c | 46 * Same goes if we are installing a pairwise key for an MFP station. in iwl_mld_get_key_flags() 50 if ((sta && sta->mfp && pairwise) || igtk) in iwl_mld_get_key_flags()
|
| H A D | sta.c | 445 if (sta->mfp || mld_sta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mld_add_modify_sta_cmd() 446 cmd.mfp = cpu_to_le32(1); in iwl_mld_add_modify_sta_cmd() 992 /* FW doesn't allow to add a IGTK/BIGTK if the sta isn't marked as MFP. in iwl_mld_add_internal_sta_to_fw() 998 cmd.mfp = cpu_to_le32(1); in iwl_mld_add_internal_sta_to_fw()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 422 * TODO: net80211 currently doesn't support MFP (management frame protection) 425 * the frame will be sent w/ MFP encryption / received w/ MFP decryption. 481 /* TODO: populate MFP flag */ in ieee80211_crypto_ccmp_init_nonce_flags()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac-cfg.h | 660 * @mfp: indicates whether the STA uses management frame protection or not. 688 __le32 mfp; member 716 * @mfp: indicates whether the STA uses management frame protection or not. 752 __le32 mfp; member
|
| /freebsd/contrib/wpa/src/rsn_supp/ |
| H A D | wpa_ie.c | 116 if (sm->mfp) in rsn_supp_capab() 118 if (sm->mfp == 2) in rsn_supp_capab()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-key.c | 104 * Same goes if we are installing a pairwise key for an MFP station. in iwl_mvm_get_sec_flags() 108 if ((!IS_ERR_OR_NULL(sta) && sta->mfp && pairwise) || igtk) in iwl_mvm_get_sec_flags()
|
| H A D | mld-sta.c | 84 cmd.mfp = cpu_to_le32(1); in iwl_mvm_mld_add_int_sta_to_fw() 465 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta() 466 cmd.mfp = cpu_to_le32(1); in iwl_mvm_mld_cfg_sta()
|
| H A D | sta.c | 3557 u8 key_offset, bool mfp) in iwl_mvm_send_sta_key() argument 3635 if (mfp) in iwl_mvm_send_sta_key() 3825 bool mfp = false; in __iwl_mvm_set_sta_key() local 3831 mfp = sta->mfp; in __iwl_mvm_set_sta_key() 3855 mfp); in __iwl_mvm_set_sta_key() 3859 0, NULL, 0, key_offset, mfp); in __iwl_mvm_set_sta_key() 4030 bool mfp = sta ? sta->mfp : false; in iwl_mvm_update_tkip_key() local 4039 mfp); in iwl_mvm_update_tkip_key()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MipsArchTree.cpp | 88 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags() 89 " is incompatible with target -mfp" + getFpName(fp)); in checkFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 536 void SelectionDAGISel::initializeAnalysisResults(MachineFunctionPass &MFP) { in initializeAnalysisResults() argument 548 LibInfo = &MFP.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(Fn); in initializeAnalysisResults() 549 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults() 552 AC = &MFP.getAnalysis<AssumptionCacheTracker>().getAssumptionCache(Fn); in initializeAnalysisResults() 553 auto *PSI = &MFP.getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI(); in initializeAnalysisResults() 556 BFI = &MFP.getAnalysis<LazyBlockFrequencyInfoPass>().getBFI(); in initializeAnalysisResults() 560 FnVarLocs = MFP.getAnalysis<AssignmentTrackingAnalysis>().getResults(); in initializeAnalysisResults() 563 if (auto *UAPass = MFP.getAnalysisIfAvailable<UniformityInfoWrapperPass>()) in initializeAnalysisResults() 565 CurDAG->init(*MF, *ORE, &MFP, LibInfo, UA, PSI, BFI, FnVarLocs); in initializeAnalysisResults() 574 &MFP.getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in initializeAnalysisResults() [all …]
|
| /freebsd/sys/dev/usb/ |
| H A D | usbdevs | 2021 product EPSON 3500 0x080e CX-3500/3600/3650 MFP 2023 product EPSON DX3800 0x0818 CX3700/CX3800/DX38x0 MFP scanner 2024 product EPSON 4800 0x0819 CX4700/CX4800/DX48x0 MFP scanner 2025 product EPSON 4200 0x0820 CX4100/CX4200/DX4200 MFP scanner 2026 product EPSON 5000 0x082b CX4900/CX5000/DX50x0 MFP scanner 2027 product EPSON 6000 0x082e CX5900/CX6000/DX60x0 MFP scanner 2028 product EPSON DX4000 0x082f DX4000 MFP scanner 2029 product EPSON DX7400 0x0838 CX7300/CX7400/DX7400 MFP scanner 2030 product EPSON DX8400 0x0839 CX8300/CX8400/DX8400 MFP scanner 2031 product EPSON SX100 0x0841 SX100/NX100 MFP scanner [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ |
| H A D | ah.h | 1054 * MFP decryption options for initializing the MAC. 1057 HAL_MFP_QOSDATA = 0, /* Decrypt MFP frames like QoS data frames. All chips before Merlin. */ 1058 HAL_MFP_PASSTHRU, /* Don't decrypt MFP frames at all. Passthrough */ 1194 /* For now, set this to 0 - net80211 needs to know about hardware MFP support */ 1696 * For now, simply pass through MFP frames.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 214 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) { 215 Properties |= MFP.Properties; 219 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) { 220 Properties &= ~MFP.Properties;
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | hostapd.conf | 1994 # ieee80211w: Whether management frame protection (MFP) is enabled 2024 # Association SA Query maximum timeout (in TU = 1.024 ms; for MFP) 2029 # Association SA Query retry timeout (in TU = 1.024 ms; for MFP) 2048 # MFP capability in (Re)Association Request frames and sends OCI in 2137 # Require MFP for all associations using SAE 2138 # This parameter can be used to enforce negotiation of MFP for all associations 2140 # known to be MFP-capable and the BSS is configured with optional MFP 2142 # MFP while SAE stations are required to negotiate MFP if sae_require_mfp=1.
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 263 042a LaserJet M1132 MFP 275 052a LaserJet M1212nf MFP 430 2217 color LaserJet 9500 MFP 431 222a LaserJet Pro MFP M125nw 482 2d2a LaserJet Pro MFP M225dw 538 3b17 LaserJet M1005 MFP 539 3b2a Color LaserJet MFP M277dw 588 4f17 Color LaserJet CM1312 MFP 601 5617 LaserJet M1120 MFP 603 5717 LaserJet M1120n MFP [all …]
|