Searched refs:entry (Results 126 - 150 of 3165) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dcmse-implib.s4 .macro entry name, vis, entry_fct
24 entry exported_entry_veneer1, global
27 entry exported_entry_veneer2, global
29 entry exported_entry_veneer2, weak
32 entry exported_entry_veneer3, global
35 entry exported_entry_veneer4, global
38 @ Valid setup for entry function without veneer generation
39 entry exported_entry_fct1, global, sg
41 entry exported_entry_fct2, global, sg
43 @ Invalid setup for entry functio
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-memopt.c131 sim_memopt **entry,
235 while ((*entry) != NULL)
236 entry = &(*entry)->next;
237 (*entry) = ZALLOC (sim_memopt);
238 (*entry)->level = level;
239 (*entry)->space = space;
240 (*entry)->addr = addr;
241 (*entry)->nr_bytes = nr_bytes;
242 (*entry)
125 do_memopt_add(SIM_DESC sd, int level, int space, address_word addr, address_word nr_bytes, unsigned modulo, sim_memopt **entry, void *buffer) argument
264 sim_memopt **entry = &STATE_MEMOPT (sd); local
426 sim_memopt *entry; local
511 sim_memopt *entry; local
619 sim_memopt **entry = &STATE_MEMOPT (sd); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-memopt.c122 sim_memopt **entry,
226 while ((*entry) != NULL)
227 entry = &(*entry)->next;
228 (*entry) = ZALLOC (sim_memopt);
229 (*entry)->level = level;
230 (*entry)->space = space;
231 (*entry)->addr = addr;
232 (*entry)->nr_bytes = nr_bytes;
233 (*entry)
116 do_memopt_add(SIM_DESC sd, int level, int space, address_word addr, address_word nr_bytes, unsigned modulo, sim_memopt **entry, void *buffer) argument
255 sim_memopt **entry = &STATE_MEMOPT (sd); local
417 sim_memopt *entry; local
502 sim_memopt *entry; local
610 sim_memopt **entry = &STATE_MEMOPT (sd); local
[all...]
/netbsd-current/sys/sys/
H A Dpslist.h79 pslist_entry_init(struct pslist_entry *entry) argument
82 entry->ple_next = NULL;
83 entry->ple_prevp = NULL;
87 pslist_entry_destroy(struct pslist_entry *entry) argument
90 _PSLIST_ASSERT(entry->ple_prevp == NULL);
93 * Poison the next entry. If we used NULL here, then readers
97 atomic_store_relaxed(&entry->ple_next, _PSLIST_POISON);
104 * Writes to initialize a new entry must precede its publication by
129 pslist_writer_insert_before(struct pslist_entry *entry, argument
133 _PSLIST_ASSERT(entry
152 pslist_writer_insert_after(struct pslist_entry *entry, struct pslist_entry *new) argument
172 pslist_writer_remove(struct pslist_entry *entry) argument
208 pslist_writer_next(const struct pslist_entry *entry) argument
225 _pslist_writer_next_container(const struct pslist_entry *entry, const ptrdiff_t offset) argument
252 pslist_reader_next(const struct pslist_entry *entry) argument
277 _pslist_reader_next_container(const struct pslist_entry *entry, const ptrdiff_t offset) argument
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_hashtab.c59 struct drm_hash_item *entry; local
67 LIST_FOREACH(entry, h_list, head)
68 DRM_DEBUG("count %d, key: 0x%08lx\n", count++, entry->key);
74 struct drm_hash_item *entry; local
80 LIST_FOREACH(entry, h_list, head) {
81 if (entry->key == key)
82 return entry;
83 if (entry->key > key)
92 struct drm_hash_item *entry, *parent; local
100 LIST_FOREACH(entry, h_lis
146 struct drm_hash_item *entry; local
158 struct drm_hash_item *entry; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-keytab.c94 unsigned flags, hdb_entry_ex *entry)
101 hdb_entry_ex * entry)
123 unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry)
136 entry->entry.flags.server = 1;
137 entry->entry.flags.forwardable = 1;
138 entry->entry.flags.renewable = 1;
142 &entry
93 hkt_firstkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
100 hkt_nextkey(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
122 hkt_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal, unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry) argument
176 hkt_store(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
[all...]
H A Dcommon.c105 unsigned flags, krb5_kvno kvno, hdb_entry_ex *entry)
133 ret = hdb_value2entry(context, &value, &entry->entry);
153 ret = hdb_value2entry(context, &value, &entry->entry);
162 ret = hdb_unseal_keys(context, db, &entry->entry);
164 hdb_free_entry(context, entry);
168 ret = hdb_unseal_keys_kvno(context, db, 0, flags, &entry->entry);
104 _hdb_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal, unsigned flags, krb5_kvno kvno, hdb_entry_ex *entry) argument
242 hdb_add_aliases(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
275 hdb_check_aliases(krb5_context context, HDB *db, hdb_entry_ex *entry) argument
319 _hdb_store(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
[all...]
/netbsd-current/tests/lib/libc/gen/
H A Dt_dir.c55 struct dirent *entry; local
77 entry = readdir(dp);
78 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
81 entry = readdir(dp);
82 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
85 /* get first entry */
86 entry = readdir(dp);
87 ATF_REQUIRE_MSG(entry != NULL, "readdir[%s] failed: %s",
93 /* get second entry */
94 entry
[all...]
/netbsd-current/sys/arch/arc/arc/
H A Dwired_map_machdep.c113 struct wired_map_entry *entry; local
116 for (entry = mips3_wired_map; --n >= 0; entry++) {
117 size = MIPS3_PG_SIZE_MASK_TO_SIZE(entry->pgmask);
118 if (entry->pa0 != 0 &&
119 pa >= entry->pa0 && pa < entry->pa0 + size) {
120 *vap = entry->va;
124 if (entry->pa1 != 0 &&
125 pa >= entry
140 struct wired_map_entry *entry; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldfile.c186 einfo ("%F%P: malformed remap file entry: %s\n", line);
198 einfo ("%F%P: malformed remap file entry: %s\n", line);
204 /* Advance past the rename entry. */
336 lang_input_statement_type *entry)
338 entry->the_bfd = bfd_openr (attempt, entry->target);
342 if (entry->the_bfd == NULL)
348 if (entry->the_bfd == NULL)
351 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
357 if (!entry
335 ldfile_try_open_bfd(const char *attempt, lang_input_statement_type *entry) argument
546 ldfile_open_file_search(const char *arch, lang_input_statement_type *entry, const char *lib, const char *suffix) argument
610 ldfile_open_file(lang_input_statement_type *entry) argument
[all...]
/netbsd-current/external/bsd/pdisk/dist/
H A Dpartition_map.c99 int contains_driver(partition_map *entry);
100 void combine_entry(partition_map *entry);
103 void delete_entry(partition_map *entry);
104 char *get_HFS_name(partition_map *entry, int *kind);
105 void insert_in_base_order(partition_map *entry);
106 void insert_in_disk_order(partition_map *entry);
109 void remove_driver(partition_map *entry);
110 void remove_from_disk_order(partition_map *entry);
215 partition_map * entry; local
224 for (entry
321 partition_map * entry; local
374 partition_map *entry; local
972 delete_partition_from_map(partition_map *entry) argument
1022 contains_driver(partition_map *entry) argument
1061 combine_entry(partition_map *entry) argument
1122 delete_entry(partition_map *entry) argument
1215 remove_from_disk_order(partition_map *entry) argument
1237 insert_in_disk_order(partition_map *entry) argument
1271 insert_in_base_order(partition_map *entry) argument
1309 partition_map * entry; local
1367 remove_driver(partition_map *entry) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldfile.c126 lang_input_statement_type *entry)
128 entry->the_bfd = bfd_openr (attempt, entry->target);
132 if (entry->the_bfd == NULL)
138 if (entry->the_bfd == NULL)
141 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
148 entry->the_bfd->flags |= BFD_DECOMPRESS;
151 entry->the_bfd->is_linker_input = 1;
154 if (entry->flags.lto_output)
155 entry
125 ldfile_try_open_bfd(const char *attempt, lang_input_statement_type *entry) argument
332 ldfile_open_file_search(const char *arch, lang_input_statement_type *entry, const char *lib, const char *suffix) argument
396 ldfile_open_file(lang_input_statement_type *entry) argument
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Ddba.c87 struct macro_entry *entry; local
91 for (entry = ohash_first(macro, &slot); entry != NULL;
92 entry = ohash_next(macro, &slot)) {
93 dba_array_free(entry->pages);
94 free(entry);
161 struct dba_array *page, *entry; local
164 entry = dba_array_new(1, DBA_STR | DBA_GROW);
165 dba_array_add(page, entry);
166 entry
191 char *entry; local
221 char *entry; local
273 struct dba_array *page, *entry; local
343 struct macro_entry *entry; local
367 struct macro_entry *entry; local
389 struct macro_entry *entry; local
434 struct macro_entry **entries, *entry; local
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dcreatbyproc.d10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dputnexts.d35 fbt::putnext:entry
H A Dsh_calls.d47 sh*:::function-entry
52 sh*:::builtin-entry
57 sh*:::command-entry
62 sh*:::subshell-entry
/netbsd-current/external/cddl/dtracetoolkit/dist/Kernel/
H A Dputnexts.d35 fbt::putnext:entry
/netbsd-current/external/cddl/dtracetoolkit/dist/Proc/
H A Dcreatbyproc.d10 syscall::creat*:entry { printf("%s %s", execname, copyinstr(arg0)); }
H A Dfilebyproc.d10 syscall::open*:entry { printf("%s %s", execname, copyinstr(arg0)); }
/netbsd-current/external/cddl/dtracetoolkit/dist/Shell/
H A Dsh_calls.d47 sh*:::function-entry
52 sh*:::builtin-entry
57 sh*:::command-entry
62 sh*:::subshell-entry
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr23648.s2 .global entry, _entry
3 entry: label
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-insn-length-noargs.s3 entry.t # comment
4 entry.t
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dseh-x64-err-2.l3 .*: Error: open SEH entry at end of file \(missing .seh_endproc\)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/regformats/
H A Dregdat.sh22 read="type entry"
27 entry=""
126 name="${entry}"
142 xmltarget="${entry}"
145 xmlarch="${entry}"
148 xmlosabi="${entry}"
151 expedite="${entry}"
154 feature="${entry}"
160 echo " tdesc_create_reg (feature, \"${entry}\","

Completed in 329 milliseconds

1234567891011>>