Searched refs:id (Results 101 - 125 of 2375) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_flags_encoder.c19 if (filter->id >= LZMA_FILTER_RESERVED_START)
24 *size += lzma_vli_size(filter->id) + lzma_vli_size(*size);
35 if (filter->id >= LZMA_FILTER_RESERVED_START)
38 return_if_error(lzma_vli_encode(filter->id, NULL,
H A Dfilter_encoder.c23 lzma_vli id; member in struct:__anon5861
59 .id = LZMA_FILTER_LZMA1,
70 .id = LZMA_FILTER_LZMA2,
81 .id = LZMA_FILTER_X86,
91 .id = LZMA_FILTER_POWERPC,
101 .id = LZMA_FILTER_IA64,
111 .id = LZMA_FILTER_ARM,
121 .id = LZMA_FILTER_ARMTHUMB,
131 .id = LZMA_FILTER_SPARC,
141 .id
154 encoder_find(lzma_vli id) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h29 u32 id();
39 // Retrieves a stored stack trace by the id.
40 StackTrace StackDepotGet(u32 id);
52 StackTrace Get(u32 id);
56 u32 id; member in struct:__sanitizer::StackDepotReverseMap::IdDescPair
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Ddh_groups.h13 int id; member in struct:dh_group
23 const struct dh_group * dh_groups_get(int id);
/freebsd-11-stable/tools/regression/netinet/rawconnect/
H A Drawconnect.t14 uid=`id -u`
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dget-packages.sh34 ID=`id -u`
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.h38 uint8_t pci_find_cap(int fd, struct pci_conf *p, uint8_t id);
39 uint16_t pcie_find_cap(int fd, struct pci_conf *p, uint16_t id);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.h48 size_t nsec3_hash_algo_size_supported(int id);
87 /** return true if DNSKEY algorithm id is supported */
88 int dnskey_algo_id_is_supported(int id);
H A Dvalidator.h234 int val_init(struct module_env* env, int id);
237 void val_deinit(struct module_env* env, int id);
240 void val_operate(struct module_qstate* qstate, enum module_ev event, int id,
247 * @param id: module id.
250 void val_inform_super(struct module_qstate* qstate, int id,
254 void val_clear(struct module_qstate* qstate, int id);
260 * @param id: module id.
263 size_t val_get_mem(struct module_env* env, int id);
[all...]
/freebsd-11-stable/sys/dev/ppc/
H A Dppc_pci.c102 struct pci_id *id; local
106 id = pci_ids;
107 while (id->type != 0xffff && id->type != type)
108 id++;
109 if (id->type == 0xffff)
111 device_set_desc(dev, id->desc);
112 return (ppc_probe(dev, id->rid));
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_init.cc272 const locale::id* const
275 &std::ctype<char>::id,
276 &codecvt<char, char, mbstate_t>::id,
278 &std::ctype<wchar_t>::id,
279 &codecvt<wchar_t, char, mbstate_t>::id,
284 const locale::id* const
287 &num_get<char>::id,
288 &num_put<char>::id,
289 &numpunct<char>::id,
291 &num_get<wchar_t>::id,
[all...]
/freebsd-11-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c70 ipsecmod_init(struct module_env* env, int id) argument
78 env->modinfo[id] = (void*)ipsecmod_env;
88 ipsecmod_deinit(struct module_env* env, int id) argument
91 if(!env || !env->modinfo[id])
93 ipsecmod_env = (struct ipsecmod_env*)env->modinfo[id];
97 env->modinfo[id] = NULL;
102 ipsecmod_new(struct module_qstate* qstate, int id) argument
106 qstate->minfo[id] = iq;
113 (struct ipsecmod_env*)qstate->env->modinfo[id], qstate->qinfo.qname,
121 * @param id
124 ipsecmod_error(struct module_qstate* qstate, int id) argument
143 generate_request(struct module_qstate* qstate, int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass, uint16_t flags) argument
375 ipsecmod_handle_query(struct module_qstate* qstate, struct ipsecmod_qstate* iq, struct ipsecmod_env* ie, int id) argument
461 ipsecmod_handle_response(struct module_qstate* qstate, struct ipsecmod_qstate* ATTR_UNUSED(iq), struct ipsecmod_env* ATTR_UNUSED(ie), int id) argument
498 ipsecmod_operate(struct module_qstate* qstate, enum module_ev event, int id, struct outbound_entry* outbound) argument
549 ipsecmod_inform_super(struct module_qstate* qstate, int id, struct module_qstate* super) argument
580 ipsecmod_clear(struct module_qstate* qstate, int id) argument
588 ipsecmod_get_mem(struct module_env* env, int id) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l67 yylval.id = xstrdup (yytext);
72 yylval.id = xstrdup (yytext+1);
73 yylval.id[yyleng-2] = 0;
78 yylval.id = xstrdup (yytext+1);
79 yylval.id[yyleng-2] = 0;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.h43 int __thr_umutex_lock(struct umutex *mtx, uint32_t id) __hidden;
44 int __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) __hidden;
45 int __thr_umutex_timedlock(struct umutex *mtx, uint32_t id,
80 _thr_umutex_trylock(struct umutex *mtx, uint32_t id) argument
83 if (atomic_cmpset_acq_32(&mtx->m_owner, UMUTEX_UNOWNED, id))
87 id | UMUTEX_CONTESTED))
97 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) argument
100 if (atomic_cmpset_acq_32(&mtx->m_owner, UMUTEX_UNOWNED, id) != 0)
106 id | UMUTEX_CONTESTED))
110 id | UMUTEX_CONTESTE
118 _thr_umutex_lock(struct umutex *mtx, uint32_t id) argument
127 _thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) argument
136 _thr_umutex_timedlock(struct umutex *mtx, uint32_t id, const struct timespec *timeout) argument
146 _thr_umutex_unlock2(struct umutex *mtx, uint32_t id, int *defer) argument
178 _thr_umutex_unlock(struct umutex *mtx, uint32_t id) argument
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_pci.c167 uart_pci_match(device_t dev, const struct pci_id *id) argument
173 while (id->vendor != 0xffff &&
174 (id->vendor != vendor || id->device != device))
175 id++;
176 if (id->vendor == 0xffff)
178 if (id->subven == 0xffff)
179 return (id);
182 while (id->vendor == vendor && id
192 const struct pci_id *id; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-inline.c131 insert_decl_map (copy_body_data *id, tree key, tree value) argument
133 splay_tree_insert (id->decl_map, (splay_tree_key) key,
139 splay_tree_insert (id->decl_map, (splay_tree_key) value,
146 remap_decl (tree decl, copy_body_data *id) argument
152 fn = id->src_fn;
156 n = splay_tree_lookup (id->decl_map, (splay_tree_key) decl);
163 tree t = id->copy_decl (decl, id);
168 insert_decl_map (id, decl, t);
174 TREE_TYPE (t) = remap_type (TREE_TYPE (t), id);
179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); local
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); local
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); local
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); local
197 remap_type_1(tree type, copy_body_data *id) argument
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); local
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); local
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); local
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); local
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL); local
319 remap_type(tree type, copy_body_data *id) argument
342 remap_decls(tree decls, copy_body_data *id) argument
386 remap_block(tree *block, copy_body_data *id) argument
414 remap_blocks(tree block, copy_body_data *id) argument
445 copy_bind_expr(tree *tp, int *walk_subtrees, copy_body_data *id) argument
468 copy_body_data *id = (copy_body_data *) data; local
682 copy_bb(copy_body_data *id, basic_block bb, int frequency_scale, int count_scale) argument
867 copy_cfg_body(copy_body_data * id, gcov_type count, int frequency, basic_block entry_block_map, basic_block exit_block_map) argument
969 copy_generic_body(copy_body_data *id) argument
981 copy_body(copy_body_data *id, gcov_type count, int frequency, basic_block entry_block_map, basic_block exit_block_map) argument
1011 setup_one_parameter(copy_body_data *id, tree p, tree value, tree fn, basic_block bb, tree *vars) argument
1122 initialize_inlined_parameters(copy_body_data *id, tree args, tree static_chain, tree fn, basic_block bb) argument
1178 declare_return_variable(copy_body_data *id, tree return_slot_addr, tree modify_dest, tree *use_p) argument
1919 copy_body_data *id; local
2190 gimple_expand_calls_inline(basic_block bb, copy_body_data *id) argument
2217 copy_body_data id; local
2287 copy_body_data id; local
2421 copy_body_data *id = (copy_body_data *) data; local
2470 copy_body_data *id = (copy_body_data *) data; local
2510 copy_body_data id; local
2584 copy_decl_for_dup_finish(copy_body_data *id, tree decl, tree copy) argument
2624 copy_decl_to_var(tree decl, copy_body_data *id) argument
2646 copy_result_decl_to_var(tree decl, copy_body_data *id) argument
2671 copy_decl_no_change(tree decl, copy_body_data *id) argument
2693 copy_decl_maybe_to_var(tree decl, copy_body_data *id) argument
2703 copy_arguments_for_versioning(tree orig_parm, copy_body_data * id) argument
2720 copy_static_chain(tree static_chain, copy_body_data * id) argument
2764 copy_body_data id; local
2896 struct copy_body_data id; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c88 static int int_x509_param_set_hosts(X509_VERIFY_PARAM_ID *id, int mode, argument
104 if (mode == SET_HOST && id->hosts) {
105 string_stack_free(id->hosts);
106 id->hosts = NULL;
115 if (id->hosts == NULL &&
116 (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
121 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) {
123 if (sk_OPENSSL_STRING_num(id->hosts) == 0) {
124 sk_OPENSSL_STRING_free(id->hosts);
125 id
261 X509_VERIFY_PARAM_ID *id; local
633 X509_VERIFY_PARAM_get0(int id) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_id.c170 get_aux_pool(const fs_x__id_t *id)
172 svn_fs_x__id_context_t *context = id->generic_id.fsap_data;
183 get_noderev(const fs_x__id_t *id)
187 svn_fs_x__id_context_t *context = id->generic_id.fsap_data;
189 apr_pool_t *pool = get_aux_pool(id);
194 &id->noderev_id,
216 const fs_x__id_t *id = (const fs_x__id_t *)fs_id;
217 return svn_fs_x__id_unparse(&id->noderev_id, result_pool);
304 fs_x__id_t *id;
316 id
168 get_aux_pool(const fs_x__id_t *id) argument
181 get_noderev(const fs_x__id_t *id) argument
213 const fs_x__id_t *id = (const fs_x__id_t *)fs_id; local
300 fs_x__id_t *id; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c166 idr_pos(int id, int layer) argument
168 return (id >> (IDR_BITS * layer)) & IDR_MASK;
222 idr_remove_locked(struct idr *idr, int id) argument
229 id &= MAX_ID_MASK;
232 if (il == NULL || id > idr_max(idr))
239 idx = idr_pos(id, layer);
244 idx = id & IDR_MASK;
252 id, idr, il);
261 idr_remove(struct idr *idr, int id) argument
266 res = idr_remove_locked(idr, id);
274 idr_find_layer_locked(struct idr *idr, int id) argument
292 idr_replace(struct idr *idr, void *ptr, int id) argument
314 idr_find_locked(struct idr *idr, int id) argument
329 idr_find(struct idr *idr, int id) argument
343 int id = *nextidp; local
433 int id; local
520 int id; local
641 int id; local
691 idr_for_each_layer(struct idr_layer *il, int offset, int layer, int (*f)(int id, void *p, void *data), void *data) argument
721 idr_for_each(struct idr *idp, int (*f)(int id, void *p, void *data), void *data) argument
727 idr_has_entry(int id, void *p, void *data) argument
757 int ret, id; local
788 ida_simple_remove(struct ida *ida, unsigned int id) argument
794 ida_remove(struct ida *ida, int id) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c56 int id; local
58 if ((id = msgget(MSG_KEY, 0)) != -1)
59 (void)msgctl(id, IPC_RMID, 0);
70 int id; local
76 id = msgget(MSG_KEY, IPC_CREAT | 0600);
78 if (id < 0)
92 id = msgget(MSG_KEY, IPC_CREAT | 0600);
94 if (id < 0)
97 ATF_REQUIRE(msgctl(id, IPC_RMID, 0) == 0);
115 int id, st local
160 int id; local
260 int id; local
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dssh-com-client.sh31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
32 chmod 600 ${OBJ}/id.com
33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
34 chmod 600 ${OBJ}/id.openssh
35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
37 echo IdKey ${OBJ}/id.com > ${OBJ}/id
[all...]
/freebsd-11-stable/stand/common/
H A Dpnp.c109 struct pnpident *id; local
111 STAILQ_FOREACH(id, &pi->pi_ident, id_link)
112 if (!strcmp(id->id_ident, ident))
115 id = malloc(sizeof(struct pnpident));
116 id->id_ident = strdup(ident);
117 STAILQ_INSERT_TAIL(&pi->pi_ident, id, id_link);
140 struct pnpident *id; local
143 id = STAILQ_FIRST(&pi->pi_ident);
145 free(id->id_ident);
146 free(id);
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h9 // Origin id utils.
26 // 1xxx xxxx xxxx xxxx heap origin id
27 // 0000 xxxx xxxx xxxx stack origin id
28 // 0zzz xxxx xxxx xxxx chained origin id
30 // Heap origin id describes a heap memory allocation and contains (in the xxx
33 // Stack origin id describes a stack memory allocation and contains (in the xxx
37 // Chained origin id describes an event of storing an uninitialized value to
39 // (stack_id, prev_id) -> id, where
42 // * prev_id is another origin id that describes the earlier part of the
51 // The "zzz" bits of chained origin id ar
56 isValidId(u32 id) argument
97 CreateStackOrigin(u32 id) argument
140 FromRawId(u32 id) argument
[all...]
/freebsd-11-stable/contrib/unbound/ipset/
H A Dipset.c29 * @param id: module id
34 static int error_response(struct module_qstate* qstate, int id, int rcode) { argument
40 qstate->ext_state[id] = module_finished;
226 int ipset_init(struct module_env* env, int id) { argument
235 env->modinfo[id] = (void *)ipset_env;
253 void ipset_deinit(struct module_env *env, int id) { argument
257 if (!env || !env->modinfo[id]) {
261 ipset_env = (struct ipset_env *)env->modinfo[id];
270 env->modinfo[id]
273 ipset_new(struct module_qstate* qstate, int id) argument
288 ipset_operate(struct module_qstate *qstate, enum module_ev event, int id, struct outbound_entry *outbound) argument
350 ipset_clear(struct module_qstate *qstate, int id) argument
363 ipset_get_mem(struct module_env *env, int id) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmcache.c61 krb5_ccache id)
63 return MCACHE(id)->name;
108 mcc_resolve(krb5_context context, krb5_ccache *id, const char *res) argument
120 (*id)->data.data = m;
121 (*id)->data.length = sizeof(*m);
132 (*id)->data.data = m;
133 (*id)->data.length = sizeof(*m);
140 mcc_gen_new(krb5_context context, krb5_ccache *id) argument
152 (*id)->data.data = m;
153 (*id)
60 mcc_get_name(krb5_context context, krb5_ccache id) argument
159 mcc_initialize(krb5_context context, krb5_ccache id, krb5_principal primary_principal) argument
185 mcc_close(krb5_context context, krb5_ccache id) argument
194 mcc_destroy(krb5_context context, krb5_ccache id) argument
235 mcc_store_cred(krb5_context context, krb5_ccache id, krb5_creds *creds) argument
266 mcc_get_principal(krb5_context context, krb5_ccache id, krb5_principal *principal) argument
280 mcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
294 mcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
316 mcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
324 mcc_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *mcreds) argument
344 mcc_set_flags(krb5_context context, krb5_ccache id, krb5_flags flags) argument
378 mcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
464 mcc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) argument
471 mcc_set_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat kdc_offset) argument
479 mcc_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset) argument
[all...]

Completed in 183 milliseconds

1234567891011>>