Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 1843) sorted by relevance

12345678910>>...74

/netbsd/external/bsd/unbound/dist/testcode/
H A Dtestpkts.h182 struct entry { struct
186 uint8_t match_opcode;
188 uint8_t match_qtype;
190 uint8_t match_qname;
192 uint8_t match_rcode;
202 uint8_t match_ede;
206 uint8_t match_all;
210 uint8_t match_ttl;
212 uint8_t match_do;
240 /** some number that names this entry, line number in file or so */ argument
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry.c155 archive_entry_clear(struct archive_entry *entry) in archive_entry_clear()
177 archive_entry_clone(struct archive_entry *entry) in archive_entry_clone()
239 archive_entry_free(struct archive_entry *entry) in archive_entry_free()
254 struct archive_entry *entry; in archive_entry_new2() local
269 archive_entry_atime(struct archive_entry *entry) in archive_entry_atime()
305 archive_entry_ctime(struct archive_entry *entry) in archive_entry_ctime()
323 archive_entry_dev(struct archive_entry *entry) in archive_entry_dev()
410 archive_entry_gid(struct archive_entry *entry) in archive_entry_gid()
511 archive_entry_ino(struct archive_entry *entry) in archive_entry_ino()
529 archive_entry_mode(struct archive_entry *entry) in archive_entry_mode()
[all …]
H A Darchive_entry_sparse.c40 archive_entry_sparse_clear(struct archive_entry *entry) in archive_entry_sparse_clear()
53 archive_entry_sparse_add_entry(struct archive_entry *entry, in archive_entry_sparse_add_entry()
103 archive_entry_sparse_count(struct archive_entry *entry) in archive_entry_sparse_count()
129 archive_entry_sparse_reset(struct archive_entry * entry) in archive_entry_sparse_reset()
137 archive_entry_sparse_next(struct archive_entry * entry, in archive_entry_sparse_next()
H A Darchive_entry_xattr.c73 archive_entry_xattr_clear(struct archive_entry *entry) in archive_entry_xattr_clear()
89 archive_entry_xattr_add_entry(struct archive_entry *entry, in archive_entry_xattr_add_entry()
115 archive_entry_xattr_count(struct archive_entry *entry) in archive_entry_xattr_count()
127 archive_entry_xattr_reset(struct archive_entry * entry) in archive_entry_xattr_reset()
135 archive_entry_xattr_next(struct archive_entry * entry, in archive_entry_xattr_next()
H A Darchive_read_disk_entry_from_file.c118 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_acls()
134 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_path()
156 struct archive_entry *entry, in archive_read_disk_entry_from_file()
328 struct archive_entry *entry, int *fd) in setup_mac_metadata()
420 struct archive_entry *entry, int *fd) in setup_mac_metadata()
529 struct archive_entry *entry, int *fd) in setup_xattrs()
705 struct archive_entry *entry, int *fd) in setup_xattrs()
782 struct archive_entry *entry, int *fd) in setup_xattrs()
811 struct archive_entry *entry, int *fd) in setup_sparse_fiemap()
904 struct archive_entry *entry, int *fd) in setup_sparse()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dsoc15_int.h37 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument
38 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument
39 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument
40 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument
41 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument
42 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument
43 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument
44 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument
45 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument
46 #define SOC15_CONTEXT_ID3_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[7])) argument
/netbsd/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dext.c66 hdb_find_extension(const hdb_entry *entry, int type) in hdb_find_extension()
87 hdb_entry *entry, in hdb_replace_extension()
182 hdb_entry *entry, in hdb_clear_extension()
252 hdb_entry_get_pw_change_time(const hdb_entry *entry, time_t *t) in hdb_entry_get_pw_change_time()
267 hdb_entry *entry, in hdb_entry_set_pw_change_time()
283 const hdb_entry *entry, char **p) in hdb_entry_get_password()
348 hdb_entry *entry, const char *p) in hdb_entry_set_password()
402 hdb_entry_clear_password(krb5_context context, hdb_entry *entry) in hdb_entry_clear_password()
409 hdb_entry_get_ConstrainedDelegACL(const hdb_entry *entry, in hdb_entry_get_ConstrainedDelegACL()
439 hdb_entry_get_kvno_diff_clnt(const hdb_entry *entry) in hdb_entry_get_kvno_diff_clnt()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-traits.h64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove()
73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty()
81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) in is_deleted()
89 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty()
97 simple_hashmap_traits <H, Value>::mark_deleted (T &entry) in mark_deleted()
127 unbounded_hashmap_traits <Value>::remove (T &entry) in remove()
135 unbounded_hashmap_traits <Value>::is_empty (const T &entry) in is_empty()
143 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) in is_deleted()
151 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty()
159 unbounded_hashmap_traits <Value>::mark_deleted (T &entry) in mark_deleted()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dhash-map-traits.h64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove()
73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty()
81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) in is_deleted()
89 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty()
97 simple_hashmap_traits <H, Value>::mark_deleted (T &entry) in mark_deleted()
127 unbounded_hashmap_traits <Value>::remove (T &entry) in remove()
135 unbounded_hashmap_traits <Value>::is_empty (const T &entry) in is_empty()
143 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) in is_deleted()
151 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty()
159 unbounded_hashmap_traits <Value>::mark_deleted (T &entry) in mark_deleted()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c38 struct host_table_entry *entry; in RPC_OpenContext() local
71 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetRegisteredKeyByPublicInfo() local
95 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_CloseContext() local
121 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_FreeMemory() local
144 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_LogPcrEvent() local
168 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEvent() local
194 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEventsByPcr() local
218 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEventLog() local
245 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_RegisterKey() local
268 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_UnregisterKey() local
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_ustar_filename_encoding.c33 struct archive_entry *entry; in DEFINE_TEST() local
74 struct archive_entry *entry; in DEFINE_TEST() local
115 struct archive_entry *entry; in DEFINE_TEST() local
156 struct archive_entry *entry; in DEFINE_TEST() local
201 struct archive_entry *entry; in DEFINE_TEST() local
241 struct archive_entry *entry; in DEFINE_TEST() local
276 struct archive_entry *entry; in DEFINE_TEST() local
316 struct archive_entry *entry; in DEFINE_TEST() local
356 struct archive_entry *entry; in DEFINE_TEST() local
H A Dtest_gnutar_filename_encoding.c33 struct archive_entry *entry; in DEFINE_TEST() local
74 struct archive_entry *entry; in DEFINE_TEST() local
115 struct archive_entry *entry; in DEFINE_TEST() local
156 struct archive_entry *entry; in DEFINE_TEST() local
201 struct archive_entry *entry; in DEFINE_TEST() local
241 struct archive_entry *entry; in DEFINE_TEST() local
276 struct archive_entry *entry; in DEFINE_TEST() local
316 struct archive_entry *entry; in DEFINE_TEST() local
356 struct archive_entry *entry; in DEFINE_TEST() local
H A Dtest_zip_filename_encoding.c33 struct archive_entry *entry; in DEFINE_TEST() local
121 struct archive_entry *entry; in DEFINE_TEST() local
221 struct archive_entry *entry; in DEFINE_TEST() local
264 struct archive_entry *entry; in DEFINE_TEST() local
333 struct archive_entry *entry; in DEFINE_TEST() local
432 struct archive_entry *entry; in DEFINE_TEST() local
H A Dtest_pax_filename_encoding.c53 struct archive_entry *entry; in test_pax_filename_encoding_1() local
93 struct archive_entry *entry; in test_pax_filename_encoding_2() local
341 struct archive_entry *entry; in DEFINE_TEST() local
387 struct archive_entry *entry; in DEFINE_TEST() local
434 struct archive_entry *entry; in DEFINE_TEST() local
481 struct archive_entry *entry; in DEFINE_TEST() local
530 struct archive_entry *entry; in DEFINE_TEST() local
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dpmksa_cache_auth.c52 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_free_entry()
181 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_to_eapol_data()
223 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_link_entry()
285 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_add() local
320 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_create_entry() local
398 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_add_okc() local
445 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_auth_deinit() local
477 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_get() local
513 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_get_okc() local
634 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_list() local
[all …]
/netbsd/sbin/restore/
H A Drestore.h88 struct entry { struct
89 char *e_name; /* the current name of this entry */ argument
91 char e_type; /* type of this entry, see below */ argument
95 struct entry *e_parent; /* pointer to parent directory (..) */ argument
96 struct entry *e_sibling; /* next element in this directory (.) */ argument
97 struct entry *e_links; /* hard links to this inode */ argument
98 struct entry *e_entries; /* for directories, their entries */ argument
99 struct entry *e_next; /* hash chain list */ argument
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c54 struct re_s* entry; in ldap_pvt_runqueue_insert() local
90 struct re_s* entry in ldap_pvt_runqueue_remove()
113 struct re_s* entry; in ldap_pvt_runqueue_next_sched() local
127 struct re_s* entry in ldap_pvt_runqueue_runtask()
136 struct re_s* entry in ldap_pvt_runqueue_stoptask()
145 struct re_s* entry in ldap_pvt_runqueue_isrunning()
161 struct re_s* entry, in ldap_pvt_runqueue_resched()
/netbsd/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c60 parse_tag(const char *str, acl_entry_t entry, int *need_qualifier) in parse_tag()
92 parse_qualifier(char *str, acl_entry_t entry, int *need_qualifier) in parse_qualifier()
122 parse_access_mask(char *str, acl_entry_t entry) in parse_access_mask()
137 parse_flags(char *str, acl_entry_t entry) in parse_flags()
152 parse_entry_type(const char *str, acl_entry_t entry) in parse_entry_type()
170 parse_appended_id(char *str, acl_entry_t entry) in parse_appended_id()
211 acl_entry_t entry; in _nfs4_acl_entry_from_text() local
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dxsym.c141 bfd_sym_file_reference *entry) in bfd_sym_parse_file_reference_v32()
308 bfd_sym_resources_table_entry *entry) in bfd_sym_parse_resources_table_entry_v32()
518 bfd_sym_type_table_entry *entry) in bfd_sym_parse_type_table_entry_v32()
578 bfd_sym_modules_table_entry *entry, in bfd_sym_fetch_modules_table_entry()
1029 bfd_sym_type_table_entry *entry, in bfd_sym_fetch_type_table_entry()
1163 bfd_sym_modules_table_entry entry; in bfd_sym_module_name() local
1232 bfd_sym_file_reference *entry) in bfd_sym_print_file_reference()
1845 unsigned char *entry) in bfd_sym_display_name_table_entry()
1904 bfd_sym_resources_table_entry entry; in bfd_sym_display_resources_table() local
1930 bfd_sym_modules_table_entry entry; in bfd_sym_display_modules_table() local
[all …]
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dxsym.c140 bfd_sym_file_reference *entry) in bfd_sym_parse_file_reference_v32()
307 bfd_sym_resources_table_entry *entry) in bfd_sym_parse_resources_table_entry_v32()
517 bfd_sym_type_table_entry *entry) in bfd_sym_parse_type_table_entry_v32()
577 bfd_sym_modules_table_entry *entry, in bfd_sym_fetch_modules_table_entry()
1028 bfd_sym_type_table_entry *entry, in bfd_sym_fetch_type_table_entry()
1162 bfd_sym_modules_table_entry entry; in bfd_sym_module_name() local
1231 bfd_sym_file_reference *entry) in bfd_sym_print_file_reference()
1844 unsigned char *entry) in bfd_sym_display_name_table_entry()
1903 bfd_sym_resources_table_entry entry; in bfd_sym_display_resources_table() local
1929 bfd_sym_modules_table_entry entry; in bfd_sym_display_modules_table() local
[all …]
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dxsym.c153 bfd_sym_file_reference *entry) in bfd_sym_parse_file_reference_v32()
320 bfd_sym_resources_table_entry *entry) in bfd_sym_parse_resources_table_entry_v32()
530 bfd_sym_type_table_entry *entry) in bfd_sym_parse_type_table_entry_v32()
590 bfd_sym_modules_table_entry *entry, in bfd_sym_fetch_modules_table_entry()
1041 bfd_sym_type_table_entry *entry, in bfd_sym_fetch_type_table_entry()
1175 bfd_sym_modules_table_entry entry; in bfd_sym_module_name() local
1244 bfd_sym_file_reference *entry) in bfd_sym_print_file_reference()
1868 unsigned char *entry) in bfd_sym_display_name_table_entry()
1927 bfd_sym_resources_table_entry entry; in bfd_sym_display_resources_table() local
1953 bfd_sym_modules_table_entry entry; in bfd_sym_display_modules_table() local
[all …]
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dxsym.c141 bfd_sym_file_reference *entry) in bfd_sym_parse_file_reference_v32()
308 bfd_sym_resources_table_entry *entry) in bfd_sym_parse_resources_table_entry_v32()
518 bfd_sym_type_table_entry *entry) in bfd_sym_parse_type_table_entry_v32()
578 bfd_sym_modules_table_entry *entry, in bfd_sym_fetch_modules_table_entry()
1029 bfd_sym_type_table_entry *entry, in bfd_sym_fetch_type_table_entry()
1163 bfd_sym_modules_table_entry entry; in bfd_sym_module_name() local
1232 bfd_sym_file_reference *entry) in bfd_sym_print_file_reference()
1845 unsigned char *entry) in bfd_sym_display_name_table_entry()
1904 bfd_sym_resources_table_entry entry; in bfd_sym_display_resources_table() local
1930 bfd_sym_modules_table_entry entry; in bfd_sym_display_modules_table() local
[all …]
/netbsd/usr.bin/find/
H A Dfunction.c228 f_amin(PLAN *plan, FTSENT *entry) in f_amin()
257 f_anewer(PLAN *plan, FTSENT *entry) in f_anewer()
313 f_atime(PLAN *plan, FTSENT *entry) in f_atime()
341 f_cmin(PLAN *plan, FTSENT *entry) in f_cmin()
426 f_ctime(PLAN *plan, FTSENT *entry) in f_ctime()
533 f_empty(PLAN *plan, FTSENT *entry) in f_empty()
590 f_exec(PLAN *plan, FTSENT *entry) in f_exec()
1195 f_inum(PLAN *plan, FTSENT *entry) in f_inum()
1247 f_ls(PLAN *plan, FTSENT *entry) in f_ls()
1940 f_not(PLAN *plan, FTSENT *entry) in f_not()
[all …]
/netbsd/external/bsd/wpa/dist/src/rsn_supp/
H A Dpmksa_cache.c43 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_free_entry()
63 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_expire() local
85 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_set_expiration() local
136 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_add() local
176 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_add_entry()
286 struct rsn_pmksa_cache_entry *entry, *prev = NULL, *tmp; in pmksa_cache_flush() local
322 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_deinit() local
353 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_get() local
408 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_get_opportunistic() local
434 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_get_fils_cache_id() local
[all …]
/netbsd/external/mit/expat/dist/tests/
H A Dmemcheck.c57 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc() local
86 AllocationEntry *entry; in find_allocation() local
99 AllocationEntry *entry; in tracking_free() local
127 AllocationEntry *entry; in tracking_realloc() local
179 AllocationEntry *entry; in tracking_report() local

12345678910>>...74