Home
last modified time | relevance | path

Searched full:enumeration (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_rate_to_mbps.37 ibv_rate_to_mbps \- convert IB rate enumeration to Mbit/sec
9 mbps_to_ibv_rate \- convert Mbit/sec to an IB rate enumeration
20 converts the IB transmission rate enumeration
31 to an IB transmission rate enumeration. For example, if
33 is 5000, the rate enumeration
41 returns the enumeration representing the IB transmission rate.
H A Dibv_rate_to_mult.37 ibv_rate_to_mult \- convert IB rate enumeration to multiplier of 2.5 Gbit/sec
9 mult_to_ibv_rate \- convert multiplier of 2.5 Gbit/sec to an IB rate enumeration
20 converts the IB transmission rate enumeration
31 to an IB transmission rate enumeration. For example, if
33 is 2, the rate enumeration
42 returns the enumeration representing the IB transmission rate.
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.dot12 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
36 q24 [label="24:\l enumeration -> T_ENUM . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"];
46 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
59 …ACE\l enum_specifier -> enumeration . any_id braces\l enum_specifier -> enumeration . braces\l …
60 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
65 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
74 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
84 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
85 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
91 …. T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration any_id . braces\l enum_specifier -> enu…
[all …]
H A Dgrammar.output104 73 enum_specifier : enumeration any_id braces
105 74 | enumeration braces
106 75 | enumeration any_id
108 76 enumeration : T_ENUM
214 enumeration goto 47
521 enumeration : T_ENUM . (76)
632 enumeration goto 47
762 enum_specifier : enumeration . any_id braces (73)
763 enum_specifier : enumeration . braces (74)
764 enum_specifier : enumeration . any_id (75)
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.dot12 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
36 q24 [label="24:\l enumeration -> T_ENUM . { T_LBRACE T_TYPEDEF_NAME T_IDENTIFIER }\l"];
46 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
59 …ACE\l enum_specifier -> enumeration . any_id braces\l enum_specifier -> enumeration . braces\l …
60 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
65 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
74 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
84 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
85 …pecifier -> . enumeration any_id braces\l enum_specifier -> . enumeration braces\l enum_specifie…
91 …. T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration any_id . braces\l enum_specifier -> enu…
[all …]
H A Dgrammar.output104 73 enum_specifier : enumeration any_id braces
105 74 | enumeration braces
106 75 | enumeration any_id
108 76 enumeration : T_ENUM
214 enumeration goto 47
521 enumeration : T_ENUM . (76)
632 enumeration goto 47
762 enum_specifier : enumeration . any_id braces (73)
763 enum_specifier : enumeration . braces (74)
764 enum_specifier : enumeration . any_id (75)
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h139 static void enumeration(IO &IO, COFFYAML::WeakExternalCharacteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
144 static void enumeration(IO &IO, COFFYAML::AuxSymbolType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
149 static void enumeration(IO &IO, COFFYAML::COMDATType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
154 static void enumeration(IO &IO, COFF::MachineTypes &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
159 static void enumeration(IO &IO, COFF::SymbolBaseType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
164 static void enumeration(IO &IO, COFF::SymbolStorageClass &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
169 static void enumeration(IO &IO, COFF::SymbolComplexType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
174 static void enumeration(IO &IO, COFF::RelocationTypeI386 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
179 static void enumeration(IO &IO, COFF::RelocationTypeAMD64 &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
184 static void enumeration(IO &IO, COFF::RelocationTypesARM &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DDWARFYAML.h423 static void enumeration(IO &IO, dwarf::DwarfFormat &Format) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
433 static void enumeration(IO &io, dwarf::Tag &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
443 static void enumeration(IO &io, dwarf::LineNumberOps &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
453 static void enumeration(IO &io, dwarf::LineNumberExtendedOps &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
463 static void enumeration(IO &io, dwarf::Attribute &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
473 static void enumeration(IO &io, dwarf::Form &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
483 static void enumeration(IO &io, dwarf::Index &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
493 static void enumeration(IO &io, dwarf::UnitType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
500 static void enumeration(IO &io, dwarf::Constants &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
511 static void enumeration(IO &io, dwarf::RnglistEntries &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DELFYAML.h799 static void enumeration(IO &IO, ELFYAML::ELF_ET &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
803 static void enumeration(IO &IO, ELFYAML::ELF_PT &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
807 static void enumeration(IO &IO, ELFYAML::ELF_NT &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
812 static void enumeration(IO &IO, ELFYAML::ELF_EM &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
817 static void enumeration(IO &IO, ELFYAML::ELF_ELFCLASS &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
822 static void enumeration(IO &IO, ELFYAML::ELF_ELFDATA &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
827 static void enumeration(IO &IO, ELFYAML::ELF_ELFOSABI &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
841 static void enumeration(IO &IO, ELFYAML::ELF_SHT &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
850 static void enumeration(IO &IO, ELFYAML::ELF_SHN &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
854 static void enumeration(IO &IO, ELFYAML::ELF_STB &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
H A DWasmYAML.h485 static void enumeration(IO &IO, WasmYAML::SymbolKind &Kind); in LLVM_YAML_IS_SEQUENCE_VECTOR()
493 static void enumeration(IO &IO, WasmYAML::SectionType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
525 static void enumeration(IO &IO, WasmYAML::FeaturePolicyPrefix &Prefix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
561 static void enumeration(IO &IO, WasmYAML::ComdatKind &Kind); in LLVM_YAML_IS_SEQUENCE_VECTOR()
573 static void enumeration(IO &IO, WasmYAML::ValueType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
577 static void enumeration(IO &IO, WasmYAML::ExportKind &Kind); in LLVM_YAML_IS_SEQUENCE_VECTOR()
581 static void enumeration(IO &IO, WasmYAML::TableType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
585 static void enumeration(IO &IO, WasmYAML::Opcode &Opcode); in LLVM_YAML_IS_SEQUENCE_VECTOR()
589 static void enumeration(IO &IO, WasmYAML::RelocType &Kind); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DXCOFFYAML.h237 static void enumeration(IO &IO, XCOFF::DwarfSectionSubtypeFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
241 static void enumeration(IO &IO, XCOFF::StorageClass &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
245 static void enumeration(IO &IO, XCOFF::StorageMappingClass &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
249 static void enumeration(IO &IO, XCOFF::SymbolType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
253 static void enumeration(IO &IO, XCOFF::CFileStringType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
257 static void enumeration(IO &IO, XCOFFYAML::AuxSymbolType &Type); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c3 * \file enumeration.c
5 * Handle options with enumeration names and bit mask bit names
151 * "~0" and "-1" will be converted to the largest value in the enumeration.
218 * what: Convert between enumeration values and strings
221 * arg: tOptDesc *, pOD, enumeration option description
222 * arg: unsigned int, enum_val, the enumeration value to map
225 * ret_desc: the enumeration name from const memory
227 * doc: This converts an enumeration value into the matching string.
241 * what: Convert from a string to an enumeration value
245 * arg: tOptDesc *, pOD, enumeration option description
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPciHostBridgeResourceAllocation.h81 /// enumeration process. Enumeration cannot be restarted after sending
132 /// The Host Bridge Enumeration is completed. No specific action is required here.
162 enumeration process.
166 @param[in] Phase The phase during enumeration.
234 Sets up the specified PCI root bridge for the bus enumeration process.
344 …stages of the PCI enumeration process that allow the host bridge driver to preinitialize individual
345 PCI controllers before enumeration.
350 @param[in] Phase The phase of the PCI device enumeration.
376 /// a certain phase during the enumeration process.
392 /// Sets up a PCI root bridge for bus enumeration.
[all …]
H A DPciPlatform.h42 /// enumeration. By using this selection, the platform indicates that it does
48 /// enumeration. VGA I/O ranges and aliases are included in ISA alias
69 /// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration
89 /// and Windows Server 2003. The PCI enumeration process must be
92 /// Sets aside the ISA I/O range (0x100 - 0x3FF) during PCI enumeration.
117 /// enumeration.
183 about to enter a certain phase during the enumeration process.
199 @param[in] Phase The phase of the PCI bus enumeration.
234 @param[in] Phase The phase of the PCI controller enumeration.
252 Retrieves the platform policy regarding enumeration.
[all …]
H A DIdeControllerInit.h44 /// The phase of the IDE Controller enumeration.
131 /// An enumeration defining various transfer protocols other than the protocols
135 /// specification. This enumeration makes the interface extensible because we
152 /// specification. The ATA/ATAPI specification defines the enumeration. In
163 /// the enumeration. In other words, a value of 1 in this field means single word DMA
237 The driver entity uses this information during the enumeration process.
280 phase of the IDE channel enumeration process.
290 @param[in] Phase The phase during enumeration.
330 submits information for all the devices belonging to the enumeration group
332 in that enumeration group. If a device is absent, EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
[all …]
H A DPciEnumerationComplete.h2 PCI Enumeration Complete Protocol as defined in the PI 1.1 specification.
3 This protocol indicates that pci enumeration complete
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEnumeratedArray.h23 template <typename ValueType, typename Enumeration,
24 Enumeration LargestEnum = Enumeration::Last, typename IndexType = int,
53 const ValueType &operator[](Enumeration Index) const {
58 ValueType &operator[](Enumeration Index) {
60 static_cast<const EnumeratedArray<ValueType, Enumeration, LargestEnum,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h85 /// An enumeration indicating the type of data contained in this table.
100 /// NameSearchOptions enumeration which is documented here:
117 /// This corresponds to the CV_SourceChksum_t enumeration and are documented
121 /// These values correspond to the CV_CPU_TYPE_e enumeration, and are documented
216 /// These values correspond to the CV_call_e enumeration, and are documented
222 /// These values correspond to the CV_CFL_LANG enumeration, and are documented
226 /// These values correspond to the DataKind enumeration, and are documented
241 /// These values correspond to the SymTagEnum enumeration, and are documented
290 /// These values correspond to the LocationType enumeration, and are documented
308 /// These values correspond to the UdtKind enumeration, and are documented
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_status.h70 * @brief This is the general return status enumeration for non-IO, non-task
352 * @brief This enumeration depicts all of the possible IO completion
353 * status values. Each value in this enumeration maps directly to
354 * a value in the SCI_STATUS enumeration. Please refer to that
355 * enumeration for detailed comments concerning what the status
388 * @brief This enumeration depicts all of the possible task completion
389 * status values. Each value in this enumeration maps directly to
390 * a value in the SCI_STATUS enumeration. Please refer to that
391 * enumeration for detailed comments concerning what the status
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom_if.m43 # bhnd(4) device enumeration.
45 # Provides a common parser interface to the incompatible device enumeration
55 * Probe to see if this device enumeration class supports the bhnd bus at
69 * @retval 0 if this is the only possible device enumeration
73 * value will be selected to handle device enumeration.
86 * Initialize a device enumeration table parser.
91 * enumeration table. On success, the erom parser assumes
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw_20_comp_defs.h24 * Enumeration of possible SCB_CONTROL field values
44 * Enumeration of possible RMB_CONTROL field values
65 * Enumeration of possible SOM_CONTROL field values
89 * Enumeration of possible SKIP_HASH_RD_CONTROL field values
109 * Enumeration of possible SCB_UNLOAD_CONTROL field values
129 * Enumeration of possible DISABLE_TOKEN_FUSION_CONTROL field values
149 * Enumeration of possible LBMS field values
173 * Enumeration of possible SCB_MODE_RESET_MASK field values
209 * Enumeration of possible HBS_CONTROL field values
227 * Enumeration of possible ABD field values
[all …]
/freebsd/share/man/man9/
H A Dbhnd_erom.951 .Nd BHND device enumeration table parsing
186 framework provides a common parser interface to the BHND device enumeration
197 is capable of parsing its device enumeration table.
238 function allocates and returns a new parser instance of the device enumeration
259 This is useful in cases like performing device enumeration before
341 to map and read the device enumeration table.
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp33 void ScalarEnumerationTraits<COFFYAML::COMDATType>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::COMDATType
46 ScalarEnumerationTraits<COFFYAML::WeakExternalCharacteristics>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::WeakExternalCharacteristics
55 void ScalarEnumerationTraits<COFFYAML::AuxSymbolType>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::AuxSymbolType
60 void ScalarEnumerationTraits<COFF::MachineTypes>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::MachineTypes
91 void ScalarEnumerationTraits<COFF::SymbolBaseType>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::SymbolBaseType
111 void ScalarEnumerationTraits<COFF::SymbolStorageClass>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::SymbolStorageClass
142 void ScalarEnumerationTraits<COFF::SymbolComplexType>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::SymbolComplexType
150 void ScalarEnumerationTraits<COFF::RelocationTypeI386>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::RelocationTypeI386
165 void ScalarEnumerationTraits<COFF::RelocationTypeAMD64>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::RelocationTypeAMD64
186 void ScalarEnumerationTraits<COFF::RelocationTypesARM>::enumeration( in enumeration() function in llvm::yaml::ScalarEnumerationTraits::RelocationTypesARM
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h290 /// Retrieves the next set of product instances in the enumeration sequence.
298 /// was fetched (at end of enumeration), E_INVALIDARG if celt is greater than
306 /// Skips the next set of product instances in the enumeration sequence.
314 /// Resets the enumeration sequence to the beginning.
320 /// Creates a new enumeration object in the same state as the current
321 /// enumeration object: the new object points to the same place in the
322 /// enumeration sequence.
343 /// <param name="ppEnumInstances">An enumeration of completed, installed
380 /// <param name="ppEnumInstances">An enumeration of all product
/freebsd/usr.bin/getent/
H A Dgetent.192 supports enumeration, all entries for
94 will be retrieved using the appropriate enumeration function and printed.
102 or 3 if there is no support for enumeration on

12345678910>>...26