/freebsd-src/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx28.dtsi | 218 fsl,pinmux-ids = < 229 fsl,pinmux-ids = < 240 fsl,pinmux-ids = < 253 fsl,pinmux-ids = < 277 fsl,pinmux-ids = < 287 fsl,pinmux-ids = < 300 fsl,pinmux-ids = < 311 fsl,pinmux-ids = < 324 fsl,pinmux-ids = < 335 fsl,pinmux-ids [all...] |
H A D | imx23.dtsi | 144 fsl,pinmux-ids = < 155 fsl,pinmux-ids = < 168 fsl,pinmux-ids = < 179 fsl,pinmux-ids = < 190 fsl,pinmux-ids = < 216 fsl,pinmux-ids = < 226 fsl,pinmux-ids = < 241 fsl,pinmux-ids = < 261 fsl,pinmux-ids = < 270 fsl,pinmux-ids [all...] |
H A D | imx28-cfa10049.dts | 248 fsl,pinmux-ids = < 258 fsl,pinmux-ids = < 269 fsl,pinmux-ids = < 279 fsl,pinmux-ids = < 289 fsl,pinmux-ids = < 300 fsl,pinmux-ids = < 310 fsl,pinmux-ids = < 323 fsl,pinmux-ids = < 337 fsl,pinmux-ids = < 364 fsl,pinmux-ids = < [all …]
|
H A D | imx28-eukrea-mbmx28lc.dtsi | 184 fsl,pinmux-ids = < 194 fsl,pinmux-ids = < 204 fsl,pinmux-ids = < 217 fsl,pinmux-ids = < 227 fsl,pinmux-ids = < 237 fsl,pinmux-ids = < 247 fsl,pinmux-ids = < 257 fsl,pinmux-ids = <
|
H A D | imx28-xea.dts | 33 fsl,pinmux-ids = < 63 fsl,pinmux-ids = < 73 fsl,pinmux-ids = < 94 fsl,pinmux-ids = <
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | ArgList.h | 46 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable 60 for (auto Id : Ids) { in SkipToNextArg() 80 const OptSpecifier (&Ids)[NumOptSpecifiers ? NumOptSpecifiers : 1] = {}) 83 this->Ids[I] = Ids[I]; in Current() 140 /// Get the range of indexes in which options with the specified IDs might 142 OptRange getRange(std::initializer_list<OptSpecifier> Ids) const; 205 filtered(OptSpecifiers ...Ids) const { in filtered() argument 206 OptRange Range = getRange({toOptSpecifier(Ids)...}); in filtered() 210 return make_range(Iterator(B, E, {toOptSpecifier(Ids) in filtered() 216 filtered_reverse(OptSpecifiers...Ids) filtered_reverse() argument 240 hasArgNoClaim(OptSpecifiers...Ids) hasArgNoClaim() argument 244 hasArg(OptSpecifiers...Ids) hasArg() argument 256 getLastArg(OptSpecifiers...Ids) getLastArg() argument 268 getLastArgNoClaim(OptSpecifiers...Ids) getLastArgNoClaim() argument 323 AddLastArg(ArgStringList & Output,OptSpecifiers...Ids) AddLastArg() argument 358 claimAllArgs(OptSpecifiers...Ids) claimAllArgs() argument [all...] |
/freebsd-src/crypto/openssh/ |
H A D | sftp-usergroup.c | 135 has_id(u_int id, u_int *ids, u_int nids) in has_id() argument 144 if (ids[i] == id) in has_id() 153 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_glob() local 165 if (has_id(id, ids, n)) in collect_ids_from_glob() 167 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_glob() 168 ids[n++] = id; in collect_ids_from_glob() 170 *idsp = ids; in collect_ids_from_glob() 192 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_dirents() local 204 if (has_id(id, ids, n)) in collect_ids_from_dirents() 206 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_dirents() [all …]
|
/freebsd-src/lib/libsys/ |
H A D | setresuid.2 | 46 effective and saved user IDs of the current process. 49 sets the real, effective and saved group IDs. 51 Privileged processes may set these IDs 54 in that each of the new IDs must match one of the current IDs. 63 calls retrieve the real, effective, and saved group and user IDs of 71 and tried to change one or more IDs to a value
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.h | 26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() argument 28 : P(P), RecordBytes(RecordBytes), Ids(Ids), Types(Types) {} in MinimalSymbolDumper() 31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() argument 33 : P(P), RecordBytes(RecordBytes), SymGroup(&SymGroup), Ids(Ids), in MinimalSymbolDumper() 62 codeview::LazyRandomTypeCollection &Ids; variable
|
H A D | TypeReferenceTracker.cpp | 35 Ids(File.isPdb() ? &File.ids() : nullptr) { in TypeReferenceTracker() 39 // If this is a PDB, ids are stored separately, so make a separate bit vector. in TypeReferenceTracker() 40 if (Ids) { in TypeReferenceTracker() 41 NumIdRecords = getNumRecordsInCollection(*Ids); in TypeReferenceTracker() 62 // Probably for IDs. in mark() 88 // FIXME: Should we walk Ids? in mark() 94 (Ids && RefKind == TiRefKind::IndexRef) ? IdReferenced : TypeReferenced; in addOneTypeRef() 133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes() 134 ? Ids->tryGetType(RefTI) in markReferencedTypes()
|
/freebsd-src/crypto/heimdal/kuser/ |
H A D | kswitch.c | 71 krb5_ccache *ids = NULL; in kswitch() local 106 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); in kswitch() 107 ids[len] = id; in kswitch() 123 id = ids[i - 1]; in kswitch() 124 ids[i - 1] = NULL; in kswitch() 128 if (ids[i]) in kswitch() 129 krb5_cc_close(kcc_context, ids[i]); in kswitch()
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 33 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 34 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const; 75 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range); 80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() local 81 return clearDiagnostic(IDs, range); in clearDiagnostic() 85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() local 86 return clearDiagnostic(IDs, range); in clearDiagnostic() 94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic() local 95 return CapturedDiags.hasDiagnostic(IDs, range); in hasDiagnostic()
|
H A D | TransAPIUses.cpp | 40 IdentifierTable &ids = Pass.Ctx.Idents; in APIChecker() local 41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); in APIChecker() 42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); in APIChecker() 45 selIds[0] = &ids.get("getArgument"); in APIChecker() 46 selIds[1] = &ids.get("atIndex"); in APIChecker() 48 selIds[0] = &ids.get("setArgument"); in APIChecker() 51 zoneSel = sels.getNullarySelector(&ids.get("zone")); in APIChecker()
|
/freebsd-src/contrib/opencsd/decoder/include/interfaces/ |
H A D | trc_indexer_src_i.h | 50 * This indexer creates an index of trace IDs present in the frame formatted trace stream. 65 * resolution in IDs and event positions. 85 * Index a set of IDs in a block. 88 * May be used by the deformatter to collate IDs and reduce indexing calls. 89 * May be used by hardware capture source that has its own index of IDs, to transfer 93 * @param IDs : IDs within the block. 97 …ocsd_err_t TrcIDBlockMap(const ocsd_trc_index_t src_idx_start, const std::vector<uint8_t> IDs) = 0;
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | commands.h | 12 * @LEGACY_GROUP: legacy group, uses command IDs from &enum iwl_legacy_cmds 13 * @LONG_GROUP: legacy group with long header, also uses command IDs 15 * @SYSTEM_GROUP: system group, uses command IDs from 17 * @MAC_CONF_GROUP: MAC configuration group, uses command IDs from 19 * @PHY_OPS_GROUP: PHY operations group, uses command IDs from 21 * @DATA_PATH_GROUP: data path group, uses command IDs from 23 * @SCAN_GROUP: scan group, uses command IDs from 25 * @NAN_GROUP: NAN group, uses command IDs from &enum iwl_nan_subcmd_ids 26 * @LOCATION_GROUP: location group, uses command IDs from 28 * @PROT_OFFLOAD_GROUP: protocol offload group, uses command IDs fro [all...] |
/freebsd-src/share/man/man4/ |
H A D | atp.4 | 101 driver provides support for the following Product IDs: 105 PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216) 107 Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219) 109 Core2 Duo MacBook & MacBook Pro (IDs: 0x021a, 0x021b, 0x021c) 111 Core2 Duo MacBook3,1 (IDs: 0x0229, 0x022a, 0x022b) 113 12 inch PowerBook and iBook (IDs: 0x030a, 0x030b) 115 15 inch PowerBook (IDs: 0x020e, 0x020f, 0x0215) 119 Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224,
|
/freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
H A D | mvebu-core-clock.txt | 7 The following is a list of provided IDs and clock names on Armada 370/XP: 14 The following is a list of provided IDs and clock names on Armada 375: 20 The following is a list of provided IDs and clock names on Armada 380/385: 26 The following is a list of provided IDs and clock names on Armada 39x: 34 The following is a list of provided IDs and clock names on 98dx3236: 40 The following is a list of provided IDs and clock names on Kirkwood and Dove: 46 The following is a list of provided IDs and clock names on Orion5x:
|
H A D | mvebu-gated-clock.txt | 10 The following is a list of provided IDs for Armada 370: 27 The following is a list of provided IDs for Armada 375: 54 The following is a list of provided IDs for Armada 380/385: 81 The following is a list of provided IDs for Armada 39x: 95 The following is a list of provided IDs for Armada XP: 122 The following is a list of provided IDs for 98dx3236: 132 The following is a list of provided IDs for Dove: 155 The following is a list of provided IDs for Kirkwood:
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | bcm281xx.h | 27 /* root CCU clock ids */ 32 /* aon CCU clock ids */ 39 /* hub CCU clock ids */ 44 /* master CCU clock ids */ 55 /* slave CCU clock ids */
|
H A D | bcm21664.h | 21 /* root CCU clock ids */ 26 /* aon CCU clock ids */ 31 /* master CCU clock ids */ 43 /* slave CCU clock ids */
|
/freebsd-src/contrib/libarchive/tar/test/ |
H A D | test_option_exclude_vcs.c | 30 assertMakeDir(".arch-ids", 0755); in DEFINE_TEST() 31 assertMakeFile(".arch-ids/somefile", 0644, ""); in DEFINE_TEST() 74 assertIsDir(".arch-ids", 0755); in DEFINE_TEST() 75 assertFileExists(".arch-ids/somefile"); in DEFINE_TEST() 114 assertFileNotExists(".arch-ids"); in DEFINE_TEST() 115 assertFileNotExists(".arch-ids/somefile"); in DEFINE_TEST() 155 assertFileNotExists(".arch-ids"); in DEFINE_TEST() 156 assertFileNotExists(".arch-ids/somefile"); in DEFINE_TEST() 195 assertFileNotExists(".arch-ids"); in DEFINE_TEST() 196 assertFileNotExists(".arch-ids/somefil in DEFINE_TEST() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 151 /// and nodes in the graph are decorated with the context ids they carry. This 270 // such as the context ids and allocation type of this node. in ContextNode() 286 // Compute the context ids for this node from the union of its edge context in getOrigNode() 287 // ids. in getOrigNode() 321 // The context ids set for this node is empty if its edge context ids are 377 // it should have an allocation type of None and empty context ids. 403 // The set of IDs for contexts including this edge. 423 /// carrying any context ids) after transformations. 430 /// Get a list of nodes corresponding to the stack ids i 1287 auto &Ids = std::get<1>(Calls[0]); updateStackNodes() local [all...] |
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 82 int64_t *ids; member 255 free(a->inclusion_uids.ids); in archive_match_free() 256 free(a->inclusion_gids.ids); in archive_match_free() 1708 add_owner_id(struct archive_match *a, struct id_array *ids, int64_t id) in add_owner_id() argument 1712 if (ids->count + 1 >= ids->size) { in add_owner_id() 1715 if (ids->size == 0) in add_owner_id() 1716 ids->size = 8; in add_owner_id() 1718 ids->size *= 2; in add_owner_id() 1719 p = realloc(ids in add_owner_id() 1745 match_owner_id(struct id_array * ids,int64_t id) match_owner_id() argument [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/hsi/ |
H A D | client-devices.txt | 7 - hsi-channel-ids: A list of channel ids 21 hsi-channel-ids property 31 hsi-channel-ids = <0>, <1>, <2>, <3>;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 43 LazyRandomTypeCollection &Ids; variable 61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor() argument 64 Types(Types), Ids(Ids), StreamIdx(StreamIdx), Shared(Shared) { in LVTypeVisitor() 65 HasIds = &Types != &Ids; in LVTypeVisitor() 129 LazyRandomTypeCollection &Ids; variable 182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor() argument 185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor() 186 HasIds = &Types != &Ids; in LVSymbolVisitor() 244 // Object files have only one type stream that contains both types and ids. 250 LazyRandomTypeCollection &ids() { in ids() function [all …]
|