Searched refs:entry (Results 176 - 200 of 3165) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dtestpkts.h42 ; by this entry.
44 ; if you leave it out, any opcode matches this entry.
190 struct entry { struct
252 /** some number that names this entry, line number in file or so */
256 struct entry* next;
265 struct entry* read_datafile(const char* name, int skip_whitespace);
270 void delete_entry(struct entry* list);
273 * Read one entry from the data file.
279 * @return: The entry read (malloced) or NULL if no entry coul
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c43 struct archive_entry *entry; local
51 assert(NULL != (entry = archive_entry_new()));
52 archive_entry_set_size(entry, sizeof(testdata));
53 archive_entry_set_mode(entry, S_IFREG | 0777);
54 archive_entry_set_pathname(entry, "test");
55 assertA(0 == archive_write_header(a, entry));
56 archive_entry_free(entry);
64 assertA(0 == archive_read_next_header(a, &entry));
75 assertA(0 == archive_read_next_header(a, &entry));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dsetkey3_s.c76 ret = hdb_add_current_keys_to_history(context->context, &ent.entry);
78 ret = hdb_clear_extension(context->context, &ent.entry,
91 free_Keys(&ent.entry.keys);
110 if ((ret = add_Keys(&ent.entry.keys, &k)) != 0)
116 ent.entry.kvno++;
117 ent.entry.flags.require_pwchange = 0;
118 hdb_entry_set_pw_change_time(context->context, &ent.entry, 0);
119 hdb_entry_clear_password(context->context, &ent.entry);
122 &ent.entry)) == 0
123 && (ret = _kadm5_set_modifier(context, &ent.entry))
[all...]
H A Drename_s.c67 oldname = ent.entry.principal;
68 ret = _kadm5_set_modifier(context, &ent.entry);
80 for(i = 0; i < ent.entry.keys.len; i++){
81 if(ent.entry.keys.val[i].salt == NULL){
82 ent.entry.keys.val[i].salt =
83 malloc(sizeof(*ent.entry.keys.val[i].salt));
84 if (ent.entry.keys.val[i].salt == NULL)
87 ret = copy_Salt(&salt, ent.entry.keys.val[i].salt);
98 ent.entry.principal = target;
99 ret = hdb_seal_keys(context->context, context->db, &ent.entry);
[all...]
H A Dent_setup.c85 ret = hdb_entry_set_password(context, db, &ent->entry, pw);
98 ret = hdb_entry_set_pw_change_time(context, &ent->entry, t);
110 ret = hdb_replace_extension(context, &ent->entry, &ext);
121 ent->entry.flags.client = 1;
122 ent->entry.flags.server = !!server;
123 ent->entry.flags.forwardable = 1;
124 ent->entry.flags.proxiable = 1;
125 ent->entry.flags.renewable = 1;
126 ent->entry.flags.postdate = 1;
131 * Create the hdb entry `en
[all...]
H A Dget_s.c159 ret = krb5_copy_principal(context->context, ent.entry.principal,
163 if(mask & KADM5_PRINC_EXPIRE_TIME && ent.entry.valid_end)
164 out->princ_expire_time = *ent.entry.valid_end;
165 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
166 out->pw_expiration = *ent.entry.pw_end;
168 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change);
170 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED;
171 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE;
172 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0;
173 out->attributes |= ent.entry
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp68 typedef typename __rebind_v::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_cmp
70 /// Compare plus entry.
78 operator()(entry lhs, entry rhs) const
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgc.cc41 Section_id entry = this->worklist().back(); local
43 if (!this->referenced_list().insert(entry).second)
46 this->section_reloc_map().find(entry);
50 // Scan the vector of references for each work_list entry.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-xtensa/
H A Ddiff_overflow1.s6 entry a1, 32
14 entry a1, 32
24 entry a1, 32
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dtable.c63 line_ref *entry = ZALLOC (line_ref); local
64 *entry = file->pseudo_line;
65 return entry;
71 table_entry *entry; local
72 entry = ZALLOC (table_entry);
73 entry->file = file->root;
74 entry->line = current_line (file);
75 entry->type = type;
76 return entry;
80 set_nr_table_entry_fields (table_entry *entry, in argument
276 table_entry *entry = NULL; local
494 table_print_code(lf *file, table_entry *entry) argument
567 dump_table_entry(lf *file, char *prefix, const table_entry *entry, char *suffix) argument
595 table_entry *entry; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp68 typedef typename __rebind_v::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_cmp
70 /// Compare plus entry.
78 operator()(entry lhs, entry rhs) const
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dtable.c57 line_ref *entry = ZALLOC (line_ref); local
58 *entry = file->pseudo_line;
59 return entry;
65 table_entry *entry; local
66 entry = ZALLOC (table_entry);
67 entry->file = file->root;
68 entry->line = current_line (file);
69 entry->type = type;
70 return entry;
74 set_nr_table_entry_fields (table_entry *entry, in argument
272 table_entry *entry = NULL; local
490 table_print_code(lf *file, const table_entry *entry) argument
565 dump_table_entry(lf *file, const char *prefix, const table_entry *entry, const char *suffix) argument
595 table_entry *entry; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgc.cc41 Section_id entry = this->worklist().back(); local
43 if (!this->referenced_list().insert(entry).second)
46 this->section_reloc_map().find(entry);
50 // Scan the vector of references for each work_list entry.
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgc.cc41 Section_id entry = this->worklist().back(); local
43 if (!this->referenced_list().insert(entry).second)
46 this->section_reloc_map().find(entry);
50 // Scan the vector of references for each work_list entry.
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_smu10_smumgr.c130 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
132 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0,
136 upper_32_bits(priv->smu_tables.entry[table_id].mc_addr));
139 lower_32_bits(priv->smu_tables.entry[table_id].mc_addr));
142 priv->smu_tables.entry[table_id].table_id);
147 memcpy(table, (uint8_t *)priv->smu_tables.entry[table_id].table,
148 priv->smu_tables.entry[table_id].size);
162 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
164 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0,
167 memcpy(priv->smu_tables.entry[table_i
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_agpsupport.c77 * If this capability entry ID is cap, then we are done.
210 drm_agp_mem_t *entry; local
219 entry = malloc(sizeof(*entry), DRM_MEM_AGPLISTS, M_NOWAIT | M_ZERO);
220 if (entry == NULL)
230 free(entry, DRM_MEM_AGPLISTS);
234 entry->handle = handle;
235 entry->bound = 0;
236 entry->pages = pages;
237 entry
271 drm_agp_mem_t *entry; local
281 drm_agp_mem_t *entry; local
318 drm_agp_mem_t *entry; local
359 drm_agp_mem_t *entry; local
[all...]
H A Ddrm_mm.c55 struct drm_mm_node *entry; local
58 entry = list_entry(tail_node, struct drm_mm_node, ml_entry);
59 if (!entry->free)
62 return entry->size;
68 struct drm_mm_node *entry; local
71 entry = list_entry(tail_node, struct drm_mm_node, ml_entry);
72 if (!entry->free)
75 if (entry->size <= size)
78 entry->size -= size;
153 struct drm_mm_node *entry; local
287 struct drm_mm_node *entry; local
343 struct drm_mm_node *entry; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dtable.c169 table_entry *entry; local
204 /* create this new entry */
205 entry = (table_entry*)zalloc(sizeof(table_entry)
207 ASSERT(entry != NULL);
208 entry->file_name = file->file_name;
209 entry->nr_fields = file->nr_fields;
213 entry->fields[field] = file->pos;
224 entry->fields[field] = file->pos;
239 if (entry->model_last)
240 entry
309 dump_table_entry(table_entry *entry, int indent) argument
338 table_entry_print_cpp_line_nr(lf *file, table_entry *entry) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dtable.c166 table_entry *entry; local
201 /* create this new entry */
202 entry = (table_entry*)zalloc(sizeof(table_entry)
204 ASSERT(entry != NULL);
205 entry->file_name = file->file_name;
206 entry->nr_fields = file->nr_fields;
210 entry->fields[field] = file->pos;
221 entry->fields[field] = file->pos;
240 if (entry->model_last)
241 entry
314 dump_table_entry(table_entry *entry, int indent) argument
343 table_entry_print_cpp_line_nr(lf *file, table_entry *entry) argument
[all...]
H A Dgen-semantics.c65 print_semantic_declaration(insn_table *entry, argument
72 ASSERT(entry->nr_insn == 1);
75 entry->expanded_bits,
222 print_semantic_definition(insn_table *entry,
230 ASSERT(entry->nr_insn == 1
231 && entry->opcode == NULL
232 && entry->parent != NULL
233 && entry->parent->opcode != NULL);
234 ASSERT(entry->nr_insn == 1
235 && entry
221 print_semantic_definition(insn_table *entry, lf *file, void *data, insn *instruction, int depth) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDefaultMap.h113 Entry *entry = hashTable[idx]; local
114 if (entry && entry->key == key)
116 entry->val = val;
124 entry = index->fetch (md);
125 int cmp = entry->key < key ? -1 : entry->key > key ? 1 : 0;
132 entry->val = val;
149 entry = &chunks[entries / CHUNK_SIZE][entries % CHUNK_SIZE];
150 entry
162 Entry *entry = hashTable[idx]; local
213 Entry *entry = index->fetch (i); local
226 Entry *entry = index->fetch (i); local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultMap.h113 Entry *entry = hashTable[idx]; local
114 if (entry && entry->key == key)
116 entry->val = val;
124 entry = index->fetch (md);
125 int cmp = entry->key < key ? -1 : entry->key > key ? 1 : 0;
132 entry->val = val;
149 entry = &chunks[entries / CHUNK_SIZE][entries % CHUNK_SIZE];
150 entry
162 Entry *entry = hashTable[idx]; local
213 Entry *entry = index->fetch (i); local
226 Entry *entry = index->fetch (i); local
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dpl_syscalls.d49 perl$target:::sub-entry
54 syscall:::entry
H A Dpy_syscalls.d47 python$target:::function-entry
52 syscall:::entry
H A Drwbypid.d47 syscall::*read*:entry
52 syscall::*write*:entry

Completed in 318 milliseconds

1234567891011>>