/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | ConfigManager.cpp | 17 if (!Common.SplitDWO.empty() || !Common.SymbolsPrefix.empty() || in getCOFFConfig() 18 !Common.SymbolsPrefixRemove.empty() || !Common.SymbolsToSkip.empty() || in getCOFFConfig() 19 !Common.AllocSectionsPrefix.empty() || !Common.KeepSection.empty() || in getCOFFConfig() 20 !Common.SymbolsToGlobalize.empty() || !Common.SymbolsToKeep.empty() || in getCOFFConfig() 21 !Common.SymbolsToLocalize.empty() || !Common.SymbolsToWeaken.empty() || in getCOFFConfig() 22 !Common.SymbolsToKeepGlobal.empty() || !Common.SectionsToRename.empty() || in getCOFFConfig() 23 !Common.SetSectionAlignment.empty() || !Common.SetSectionType.empty() || in getCOFFConfig() 24 Common.ExtractDWO || Common.PreserveDates || Common.StripDWO || in getCOFFConfig() 25 Common.StripNonAlloc || Common.StripSections || Common.Weaken || in getCOFFConfig() 26 Common.DecompressDebugSections || in getCOFFConfig() [all …]
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | exclude.sh | 45 exclude EXFAIL common/aggs/tst.subr.d 46 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationOut.d.ksh 47 exclude EXFAIL common/dtraceUtil/tst.ELFGenerationWithO.d.ksh 48 exclude EXFAIL common/funcs/tst.copyin.d 49 exclude EXFAIL common/funcs/tst.copyinto.d 50 exclude EXFAIL common/funcs/tst.ddi_pathname.d 51 exclude EXFAIL common/io/tst.fds.d 52 exclude EXFAIL common/mdb/tst.dtracedcmd.ksh 53 exclude EXFAIL common/misc/tst.dofmax.ksh 54 exclude EXFAIL common/misc/tst.include.ksh [all …]
|
/freebsd/sys/modules/qat/qat_api/ |
H A D | Makefile | 8 SRCS+= common/compression/dc_datapath.c 9 SRCS+= common/compression/dc_header_footer.c 10 SRCS+= common/compression/dc_session.c 11 SRCS+= common/compression/dc_stats.c 12 SRCS+= common/compression/dc_buffers.c 13 SRCS+= common/compression/dc_dp.c 14 SRCS+= common/compression/icp_sal_dc_err.c 15 SRCS+= common/compression/dc_chain.c 16 SRCS+= common/compression/dc_ns_datapath.c 17 SRCS+= common/compression/dc_ns_header_footer.c [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | exception.lst | 5 # Common Development and Distribution License (the "License"). 31 common/aggs/tst.neglquant.d 32 common/aggs/tst.negquant.d 35 common/printa/tst.walltimestamp.ksh 38 common/dtraceUtil/tst.ELFGenerationOut.d.ksh 39 common/dtraceUtil/tst.ELFGenerationWithO.d.ksh 42 common/dtraceUtil/tst.PreprocessorStatement.d.ksh 45 common/usdt/tst.badguess.ksh 46 common/usdt/tst.dlclose1.ksh 47 common/usdt/tst.dlclose2.ksh [all …]
|
/freebsd/sys/contrib/dev/athk/ |
H A D | key.c | 25 #define REG_READ (common->ops->read) 26 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) 28 if (common->ops->enable_write_buffer) \ 29 common->ops->enable_write_buffer((_ah)); 32 if (common->ops->write_flush) \ 33 common->ops->write_flush((_ah)); 42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() argument 45 void *ah = common->ah; in ath_hw_keyreset() 47 if (entry >= common->keymax) { in ath_hw_keyreset() 48 ath_err(common, "keyreset: keycache entry %u out of range\n", in ath_hw_keyreset() [all …]
|
H A D | ath.h | 146 void (*wakeup)(struct ath_common *common); 147 void (*restore)(struct ath_common *common); 194 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument 196 return common->ps_ops; in ath_ps_ops() 199 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 202 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr); 204 void ath_hw_setbssidmask(struct ath_common *common); 205 void ath_key_delete(struct ath_common *common, u8 hw_key_idx); 206 int ath_key_config(struct ath_common *common, 210 bool ath_hw_keyreset(struct ath_common *common, u16 entry); [all …]
|
H A D | hw.c | 23 #define REG_READ (common->ops->read) 24 #define REG_WRITE(_ah, _reg, _val) (common->ops->write)(_ah, _val, _reg) 29 * @common: the ath_common struct for the device. 46 * When you do this you are essentially computing the common bits of all your 80 * significant bit". This is because its the only bit common 82 * common bit is we can simply "&" the bssid_mask now with any BSSID we have 92 * common bit amongst the MAC and BSSIDs is 0, this frame has the 2nd LSB 118 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask() argument 120 void *ah = common->ah; in ath_hw_setbssidmask() 123 REG_WRITE(ah, AR_STA_ID0, get_unaligned_le32(common->macaddr)); in ath_hw_setbssidmask() [all …]
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 39 cddl/usr.sbin/dtrace/tests/common \ 40 cddl/usr.sbin/dtrace/tests/common/aggs \ 41 cddl/usr.sbin/dtrace/tests/common/arithmetic \ 42 cddl/usr.sbin/dtrace/tests/common/arrays \ 43 cddl/usr.sbin/dtrace/tests/common/assocs \ 44 cddl/usr.sbin/dtrace/tests/common/begin \ 45 cddl/usr.sbin/dtrace/tests/common/bitfields \ 46 cddl/usr.sbin/dtrace/tests/common/buffering \ 47 cddl/usr.sbin/dtrace/tests/common/builtinvar \ 48 cddl/usr.sbin/dtrace/tests/common/cg \ [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | busdma_machdep.c | 60 struct bus_dma_tag_common *common; in common_bus_dma_tag_create() local 78 common = newtag; in common_bus_dma_tag_create() 79 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create() 80 common->alignment = alignment; in common_bus_dma_tag_create() 81 common->boundary = boundary; in common_bus_dma_tag_create() 82 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 83 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 84 common->maxsize = maxsize; in common_bus_dma_tag_create() 85 common->nsegments = nsegments; in common_bus_dma_tag_create() 86 common->maxsegsz = maxsegsz; in common_bus_dma_tag_create() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mediatek,smi-common.yaml | 5 $id: http://devicetree.org/schemas/memory-controllers/mediatek,smi-common.yaml# 8 title: SMI (Smart Multimedia Interface) Common 32 - mediatek,mt2701-smi-common 33 - mediatek,mt2712-smi-common 34 - mediatek,mt6779-smi-common 35 - mediatek,mt6795-smi-common 36 - mediatek,mt8167-smi-common 37 - mediatek,mt8173-smi-common 38 - mediatek,mt8183-smi-common 39 - mediatek,mt8186-smi-common [all …]
|
/freebsd/sys/x86/x86/ |
H A D | busdma_machdep.c | 64 struct bus_dma_tag_common *common; in common_bus_dma_tag_create() local 82 common = newtag; in common_bus_dma_tag_create() 83 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create() 84 common->alignment = alignment; in common_bus_dma_tag_create() 85 common->boundary = boundary; in common_bus_dma_tag_create() 86 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 87 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 88 common->maxsize = maxsize; in common_bus_dma_tag_create() 89 common->nsegments = nsegments; in common_bus_dma_tag_create() 90 common->maxsegsz = maxsegsz; in common_bus_dma_tag_create() [all …]
|
H A D | busdma_bounce.c | 74 struct bus_dma_tag_common common; member 110 #define dmat_alignment(dmat) ((dmat)->common.alignment) 112 #define dmat_boundary(dmat) ((dmat)->common.boundary) 113 #define dmat_domain(dmat) ((dmat)->common.domain) 114 #define dmat_flags(dmat) ((dmat)->common.flags) 115 #define dmat_highaddr(dmat) ((dmat)->common.highaddr) 116 #define dmat_lowaddr(dmat) ((dmat)->common.lowaddr) 117 #define dmat_lockfunc(dmat) ((dmat)->common.lockfunc) 118 #define dmat_lockfuncarg(dmat) ((dmat)->common.lockfuncarg) 119 #define dmat_maxsegsz(dmat) ((dmat)->common [all...] |
/freebsd/sys/riscv/riscv/ |
H A D | busdma_machdep.c | 59 struct bus_dma_tag_common *common; in common_bus_dma_tag_create() local 77 common = newtag; in common_bus_dma_tag_create() 78 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create() 79 common->alignment = alignment; in common_bus_dma_tag_create() 80 common->boundary = boundary; in common_bus_dma_tag_create() 81 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 82 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create() 83 common->maxsize = maxsize; in common_bus_dma_tag_create() 84 common->nsegments = nsegments; in common_bus_dma_tag_create() 85 common->maxsegsz = maxsegsz; in common_bus_dma_tag_create() [all …]
|
H A D | busdma_bounce.c | 72 struct bus_dma_tag_common common; member 113 #define dmat_alignment(dmat) ((dmat)->common.alignment) 115 #define dmat_boundary(dmat) ((dmat)->common.boundary) 116 #define dmat_flags(dmat) ((dmat)->common.flags) 117 #define dmat_highaddr(dmat) ((dmat)->common.highaddr) 118 #define dmat_lowaddr(dmat) ((dmat)->common.lowaddr) 119 #define dmat_lockfunc(dmat) ((dmat)->common.lockfunc) 120 #define dmat_lockfuncarg(dmat) ((dmat)->common.lockfuncarg) 121 #define dmat_maxsegsz(dmat) ((dmat)->common.maxsegsz) 122 #define dmat_nsegments(dmat) ((dmat)->common [all...] |
/freebsd/sys/contrib/zstd/lib/ |
H A D | BUCK | 7 ':common', 22 deps=[':common'], 34 ':common', 47 deps=[':common'], 58 deps=[':common'], 74 deps=[':common'], 82 ('common', 'compiler.h'), 91 ('common', 'cpu.h'), 100 ('common', 'bitstream.h'), 109 ('common', 'fse.h'), [all …]
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmwalk.c | 230 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER); in AcpiDmDisassemble() 231 Info.AmlOffset = Op->Common.Aml - Info.StartAml; in AcpiDmDisassemble() 325 if (Op->Common.Next) in AcpiDmWalkParseTree() 327 Op = Op->Common.Next; in AcpiDmWalkParseTree() 339 Op = Op->Common.Parent; in AcpiDmWalkParseTree() 374 switch (Op->Common.AmlOpcode) in AcpiDmBlockType() 396 if ((Op->Common.DisasmOpcode == ACPI_DASM_UNICODE) || in AcpiDmBlockType() 397 (Op->Common.DisasmOpcode == ACPI_DASM_UUID) || in AcpiDmBlockType() 398 (Op->Common.DisasmOpcode == ACPI_DASM_PLD_METHOD)) in AcpiDmBlockType() 416 if (Op->Common.Parent && in AcpiDmBlockType() [all …]
|
H A D | dmopcode.c | 204 if (Op->Common.AmlOpcode == AML_RETURN_OP) in AcpiDmDisplayTargetPathname() 210 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); in AcpiDmDisplayTargetPathname() 301 switch (NextOp->Common.AmlOpcode) in AcpiDmNotifyDescription() 306 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; in AcpiDmNotifyDescription() 364 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED) in AcpiDmPredefinedDescription() 368 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED; in AcpiDmPredefinedDescription() 500 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED) in AcpiDmFieldPredefinedDescription() 504 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED; in AcpiDmFieldPredefinedDescription() 510 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); in AcpiDmFieldPredefinedDescription() 518 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription() [all …]
|
H A D | dmcstyle.c | 235 Argument2 = Argument1->Common.Next; in AcpiDmCheckForSymbolicOpcode() 239 switch (Op->Common.AmlOpcode) in AcpiDmCheckForSymbolicOpcode() 309 switch (Argument1->Common.AmlOpcode) in AcpiDmCheckForSymbolicOpcode() 331 Argument1->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX; in AcpiDmCheckForSymbolicOpcode() 332 Op->Common.DisasmOpcode = ACPI_DASM_LNOT_PREFIX; in AcpiDmCheckForSymbolicOpcode() 342 Argument2->Common.OperatorSymbol = OperatorSymbol; in AcpiDmCheckForSymbolicOpcode() 352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) || in AcpiDmCheckForSymbolicOpcode() 353 (Argument1->Common.AmlOpcode == AML_BUFFER_OP) || in AcpiDmCheckForSymbolicOpcode() 354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode() 355 (Argument1->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiDmCheckForSymbolicOpcode() [all …]
|
/freebsd/usr.bin/clang/llvm-tblgen/ |
H A D | Makefile | 15 SRCS+= Common/AsmWriterInst.cpp 16 SRCS+= Common/CodeGenDAGPatterns.cpp 17 SRCS+= Common/CodeGenHwModes.cpp 18 SRCS+= Common/CodeGenInstAlias.cpp 19 SRCS+= Common/CodeGenInstruction.cpp 20 SRCS+= Common/CodeGenRegisters.cpp 21 SRCS+= Common/CodeGenSchedule.cpp 22 SRCS+= Common/CodeGenTarget.cpp 23 SRCS+= Common/DAGISelMatcher.cpp 24 SRCS+= Common/GlobalISel/CodeExpander.cpp [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_wired_common.c | 2 * Common functions for Wired Ethernet driver interfaces 12 #include "common.h" 219 int driver_wired_init_common(struct driver_wired_common_data *common, in driver_wired_init_common() argument 224 os_strlcpy(common->ifname, ifname, sizeof(common->ifname)); in driver_wired_init_common() 225 common->ctx = ctx; in driver_wired_init_common() 228 common->pf_sock = socket(PF_PACKET, SOCK_DGRAM, 0); in driver_wired_init_common() 229 if (common->pf_sock < 0) in driver_wired_init_common() 232 common->pf_sock = -1; in driver_wired_init_common() 238 common->iff_up = 1; in driver_wired_init_common() 240 if (wired_multicast_membership(common->pf_sock, in driver_wired_init_common() [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zol2zfs-patch.sed | 4 s:include/libzfs.h:usr/src/lib/libzfs/common/libzfs.h:g 5 s:include/libzfs_core.h:usr/src/lib/libzfs_core/common/libzfs_core.h:g 6 s:include/sys:lib/libzpool/common/sys:g 7 s:include/sys:usr/src/uts/common/fs/zfs/sys:g 8 s:include/sys:usr/src/uts/common/sys:g 9 s:include/zfs_fletcher.h:usr/src/common/zfs/zfs_fletcher.h:g 10 s:include:usr/src/common/zfs:g 11 s:lib/libzfs:usr/src/lib/libzfs/common:g 12 s:lib/libzfs_core:usr/src/lib/libzfs_core/common:g 13 s:lib/libzpool:lib/libzpool/common:g [all …]
|
H A D | zfs2zol-patch.sed | 3 s:usr/src/uts/common/fs/zfs/sys:include/sys:g 4 s:usr/src/uts/common/fs/zfs:module/zfs:g 7 s:usr/src/common/nvpair:module/nvpair:g 8 s:usr/src/lib/libzfs/common/libzfs.h:include/libzfs.h:g 10 s:usr/src/uts/common/sys:include/sys:g 11 s:usr/src/lib/libzfs_core/common/libzfs_core.h:include/libzfs_core.h:g 12 s:usr/src/lib/libzfs/common:lib/libzfs:g 13 s:usr/src/lib/libzfs_core/common:lib/libzfs_core:g 14 s:lib/libzpool/common/sys:include/sys:g 15 s:lib/libzpool/common:lib/libzpool:g [all …]
|
/freebsd/contrib/nvi/ |
H A D | CMakeLists.txt | 46 cl/extern.h common/extern.h ex/extern.h vi/extern.h 47 common/options_def.h ex/ex_def.h ex/version.h) 53 common/conv.c common/cut.c common/delete.c common/encoding.c common/exf.c 54 common/key.c common/line.c common/log.c common/main.c common/mark.c 55 common/msg.c common/options.c common/options_f.c common/put.c 56 common/recover.c common/screen.c common/search.c common/seq.c 57 common/util.c) 93 add_custom_command(OUTPUT common/extern.h 94 COMMAND ${extract_protos} ${COMMON_SRCS} > common/extern.h 105 add_custom_command(OUTPUT common/options_def.h [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | adwalk.c | 496 AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.AmlOpcode)); in AcpiDmDumpDescending() 500 switch (Op->Common.AmlOpcode) in AcpiDmDumpDescending() 504 AcpiOsPrintf ("%2.2X", (UINT32) Op->Common.Value.Integer); in AcpiDmDumpDescending() 509 AcpiOsPrintf ("%4.4X", (UINT32) Op->Common.Value.Integer); in AcpiDmDumpDescending() 514 AcpiOsPrintf ("%8.8X", (UINT32) Op->Common.Value.Integer); in AcpiDmDumpDescending() 519 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (Op->Common.Value.Integer)); in AcpiDmDumpDescending() 524 if (Op->Common.Value.String) in AcpiDmDumpDescending() 526 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, Op->Common.Value.String, in AcpiDmDumpDescending() 530 AcpiOsPrintf ("%s %p", Path, Op->Common.Node); in AcpiDmDumpDescending() 536 Op->Common.Node->Name.Ascii); in AcpiDmDumpDescending() [all …]
|
/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | smpquery.8 | 82 .\" Define the common option -K 90 .\" Define the common option -D for Directed routes 110 .\" Define the common option -G 114 .\" Define the common option -L 118 .\" Define the common option -s 123 .\" Define the common option -C 127 .\" Define the common option -P 167 .\" Define the common option -d 175 .\" Define the common option -e 182 .\" Define the common option -h [all …]
|