Home
last modified time | relevance | path

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

12345678910>>...72

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-id-cache.md4 The connection ID cache is responsible for managing connection IDs, both local
7 Remote Connection IDs
10 For remote connection IDs, we need to be able to:
12 * add new IDs per connection;
14 * select a connection ID by sequence number and retire that and all older IDs.
18 and must maintain a count of the number of connection IDs present.
19 There is no requirement to maintain a global mapping since remote IDs
22 In MVP, a many-to-1 matching of Connection IDs per Connection object
28 Local Connection IDs
31 For local connection IDs, we need to be able to:
[all …]
/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.h47 OptSpecifier Ids[NumOptSpecifiers ? NumOptSpecifiers : 1]; variable
61 for (auto Id : Ids) { in SkipToNextArg()
81 const OptSpecifier (&Ids)[NumOptSpecifiers ? NumOptSpecifiers : 1] = {})
84 this->Ids[I] = Ids[I]; in Current()
141 /// Get the range of indexes in which options with the specified IDs might
143 LLVM_ABI OptRange getRange(std::initializer_list<OptSpecifier> Ids) const;
206 filtered(OptSpecifiers ...Ids) const { in filtered() argument
207 OptRange Range = getRange({toOptSpecifier(Ids)...}); in filtered()
211 return make_range(Iterator(B, E, {toOptSpecifier(Ids)...}), in filtered()
212 Iterator(E, E, {toOptSpecifier(Ids)...})); in filtered()
[all …]
/freebsd/crypto/openssh/
H A Dsftp-usergroup.c136 has_id(u_int id, u_int *ids, u_int nids) in has_id() argument
145 if (ids[i] == id) in has_id()
154 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_glob() local
166 if (has_id(id, ids, n)) in collect_ids_from_glob()
168 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_glob()
169 ids[n++] = id; in collect_ids_from_glob()
171 *idsp = ids; in collect_ids_from_glob()
193 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_dirents() local
205 if (has_id(id, ids, n)) in collect_ids_from_dirents()
207 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/include/llvm/Transforms/IPO/
H A DFunctionImport.h89 // Issues import IDs. Each ID uniquely corresponds to a tuple of
92 // The import IDs make the import list space efficient by referring to each
94 // those integer IDs to tuples of (FromModule, GUID, Def/Decl).
104 // and referring to it with 32-bit integer IDs.
122 // Create a pair of import IDs [Def, Decl] for a given pair of FromModule
131 // Get a pair of previously created import IDs [Def, Decl] for a given pair
162 // Make a pair of import IDs [Def, Decl] from an index into TheTable.
199 ImportMapTy(ImportIDTable &IDs) : IDs(IDs) {} in ImportMapTy() argument
228 // GUID, and ImportKind instead of import IDs. std::cref below prevents
229 // map_iterator from deep-copying IDs.
[all …]
/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 * @BT_COEX_GROUP: bt coex group, uses command IDs from
[all …]
/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/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp97 "Number of missing alloc nodes for context ids");
224 /// and nodes in the graph are decorated with the context ids they carry. This
328 // (possibly pruned) stack ids. They will be updated the same way as the
350 // node context ids and allocation type.
359 // midst of cloning for a recurrence and have moved context ids off of a in useCallerEdgesForContextInfo()
362 // still has context ids of interest. in useCallerEdgesForContextInfo()
366 // Compute the context ids for this node from the union of its edge context
367 // ids.
370 // Compute the number of ids for reserve below. In general we only need to in getContextIds()
373 // ids on the callers should also flow out via callee edges. in getContextIds()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmarvell,mvebu-core-clock.yaml18 The following is a list of provided IDs and clock names on Armada 370/XP:
25 The following is a list of provided IDs and clock names on Armada 375:
31 The following is a list of provided IDs and clock names on Armada 380/385:
37 The following is a list of provided IDs and clock names on Armada 39x:
45 The following is a list of provided IDs and clock names on 98dx3236:
51 The following is a list of provided IDs and clock names on Kirkwood and Dove:
57 The following is a list of provided IDs and clock names on Orion5x:
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 Dmarvell-armada-370-gating-clock.yaml18 The following is a list of provided IDs for Armada 370:
36 The following is a list of provided IDs for Armada 375:
64 The following is a list of provided IDs for Armada 380/385:
92 The following is a list of provided IDs for Armada 39x:
107 The following is a list of provided IDs for Armada XP:
135 The following is a list of provided IDs for 98dx3236:
146 The following is a list of provided IDs for Dove:
170 The following is a list of provided IDs for Kirkwood:
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/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.4118 Target clauses of a given rule also form a disjunction, i.e., the IDs they
153 designates the process' current IDs for the specified
181 real, effective and/or saved group IDs
216 is a placeholder for IDs that the calling process already has on privilege
221 saved user IDs.
226 group IDs.
233 any of the current user IDs of the calling process is accepted.
245 More precisely, each of the desired real, effective and saved group IDs must be
256 In practice, no two clauses may display the same ID except for group IDs but
274 For convenience, numerical IDs may be specified as negative integers, which are
[all …]
/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 */
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp217 if (ahwthread->ids[level] == bhwthread->ids[level]) in compare_ids()
221 if (ahwthread->ids[level] == UNKNOWN_ID) in compare_ids()
223 else if (bhwthread->ids[level] == UNKNOWN_ID) in compare_ids()
225 else if (ahwthread->ids[level] < bhwthread->ids[level]) in compare_ids()
227 else if (ahwthread->ids[level] > bhwthread->ids[level]) in compare_ids()
268 printf("%4d (%d) ", ids[i], sub_ids[i]); in print()
284 // Add a layer to the topology based on the ids. Assume the topology
286 void kmp_topology_t::insert_layer(kmp_hw_t type, const int *ids) { in insert_layer() argument
287 // Figure out where the layer should go by comparing the ids of the current in insert_layer()
288 // layers with the new ids in insert_layer()
[all …]
/freebsd/usr.sbin/pmc/
H A Dview.hh208 void addpids(const char *ids) { in addpids()
209 split_and_insert(&pids, ids); in addpids()
212 void addtids(const char *ids) { in addtids()
213 split_and_insert(&tids, ids); in addtids()
216 void addthreads(const char *ids) { in addthreads()
217 split_and_insert(&threads, ids); in addthreads()
220 void addprograms(const char *ids) { in addprograms()
221 split_and_insert(&programs, ids); in addprograms()
224 void addevents(const char *ids) { in addevents()
225 split_and_insert(&events, ids); in addevents()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c84 int64_t *ids; member
268 free(a->inclusion_uids.ids); in archive_match_free()
269 free(a->inclusion_gids.ids); in archive_match_free()
1697 add_owner_id(struct archive_match *a, struct id_array *ids, int64_t id) in add_owner_id() argument
1701 if (ids->count + 1 >= ids->size) { in add_owner_id()
1705 if (ids->size == 0) in add_owner_id()
1708 if (archive_ckd_mul_size(&new_size, ids->size, 2)) in add_owner_id()
1712 new_size, sizeof(*ids->ids))) in add_owner_id()
1714 p = realloc(ids->ids, alloc_size); in add_owner_id()
1717 ids->ids = (int64_t *)p; in add_owner_id()
[all …]

12345678910>>...72