Home
last modified time | relevance | path

Searched full:ids (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28.dtsi218 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 Dimx23.dtsi144 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 Dimx28-cfa10049.dts248 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...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h46 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()
211 Iterator(E, E, {toOptSpecifier(Ids)...})); in filtered()
[all …]
/freebsd/crypto/openssh/
H A Dsftp-usergroup.c135 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/lib/libsys/
H A Dsetresuid.246 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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h26 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 DTypeReferenceTracker.cpp35 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 in markReferencedTypes()
[all...]
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h33 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 DTransAPIUses.cpp40 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/crypto/heimdal/kuser/
H A Dkswitch.c71 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/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_indexer_src_i.h50 * 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/sys/contrib/dev/iwlwifi/fw/api/
H A Dcommands.h12 * @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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp151 /// 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.
286 // Compute the context ids for this node from the union of its edge context
287 // ids.
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 in the given callsite
436 /// Adds nodes for the given allocation and any stack ids on its memprof MIB
[all …]
/freebsd/share/man/man4/
H A Datp.4101 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,
H A Dmac_do.4106 Target clauses of a given rule also form a disjunction, i.e., the IDs they
141 designates the process' current IDs for the specified
169 real, effective and/or saved group IDs
204 is a placeholder for IDs that the calling process already has on privilege
209 saved user IDs.
214 group IDs.
221 any of the current user IDs of the calling process is accepted.
233 More precisely, each of the desired real, effective and saved group IDs must be
244 In practice, no two clauses may display the same ID except for group IDs but
262 For convenience, numerical IDs may be specified as negative integers, which are
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt7 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 Dmvebu-gated-clock.txt10 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/contrib/libarchive/tar/test/
H A Dtest_option_exclude_vcs.c30 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/somefile"); in DEFINE_TEST()
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dbcm281xx.h27 /* 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 Dbcm21664.h21 /* root CCU clock ids */
26 /* aon CCU clock ids */
31 /* master CCU clock ids */
43 /* slave CCU clock ids */
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c82 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->ids, sizeof(*ids->ids) * ids->size); in add_owner_id()
1722 ids->ids = (int64_t *)p; in add_owner_id()
[all …]
H A Darchive_write_disk.3126 The user and group IDs should be set on the restored file.
127 By default, the user and group IDs are not restored.
137 if the default user and group IDs of newly-created objects on disk
202 objects contain both names and ids that can be used to identify users
204 These names and ids describe the ownership of the file itself and
206 By default, the library uses the ids and ignores the names, but
224 to convert names to ids, defaulting to the ids if the names cannot
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h43 LazyRandomTypeCollection &Ids;
61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor()
64 Types(Types), Ids(Ids), StreamIdx(StreamIdx), Shared(Shared) { in LVTypeVisitor()
65 HasIds = &Types != &Ids; in LVTypeVisitor()
129 LazyRandomTypeCollection &Ids;
182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor()
185 Ids(Ids), ObjDelegate(ObjDelegate), Shared(Shared) { in LVSymbolVisitor()
186 HasIds = &Types != &Ids; in LVSymbolVisitor()
44 LazyRandomTypeCollection &Ids; global() variable
62 LVTypeVisitor(ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,uint32_t StreamIdx,LVShared * Shared) LVTypeVisitor() argument
130 LazyRandomTypeCollection &Ids; global() variable
183 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
249 LazyRandomTypeCollection &ids() { ids() function
[all...]
/freebsd/sys/contrib/device-tree/Bindings/hsi/
H A Dclient-devices.txt7 - hsi-channel-ids: A list of channel ids
21 hsi-channel-ids property
31 hsi-channel-ids = <0>, <1>, <2>, <3>;

12345678910>>...65