Searched refs:entry (Results 276 - 300 of 1396) sorted by relevance

<<11121314151617181920>>

/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c201 mdb_value2entry(krb5_context context, krb5_data *data, krb5_kvno kvno, hdb_entry *entry) argument
237 entry->flags.postdate = !(u32 & KRB5_KDB_DISALLOW_POSTDATED);
238 entry->flags.forwardable = !(u32 & KRB5_KDB_DISALLOW_FORWARDABLE);
239 entry->flags.initial = !!(u32 & KRB5_KDB_DISALLOW_TGT_BASED);
240 entry->flags.renewable = !(u32 & KRB5_KDB_DISALLOW_RENEWABLE);
241 entry->flags.proxiable = !(u32 & KRB5_KDB_DISALLOW_PROXIABLE);
243 entry->flags.invalid = !!(u32 & KRB5_KDB_DISALLOW_ALL_TIX);
244 entry->flags.require_preauth =!!(u32 & KRB5_KDB_REQUIRES_PRE_AUTH);
245 entry->flags.require_hwauth =!!(u32 & KRB5_KDB_REQUIRES_HW_AUTH);
246 entry
522 mdb_seq(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry, int flag) argument
568 mdb_firstkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
575 mdb_nextkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
683 mdb_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal, unsigned flags, krb5_kvno kvno, hdb_entry_ex *entry) argument
711 mdb_store(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp28 // Keep track of the entry that caused us to mark `isec` as live.
90 for (const WhyLiveEntry *entry = prev; entry;
91 entry = entry->prev, indent += 2) {
92 const TinyPtrVector<Defined *> &symbols = entry->isec->symbols;
94 // entry in their symbols vector, so we just print the first one.
122 const MarkLiveImpl<RecordWhyLive>::WorklistEntry *entry) const {
124 return entry->isec;
126 return entry;
150 WorklistEntry *entry = worklist.pop_back_val(); local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dprovider_local.h30 OSSL_PROVIDER_INFO *entry);
/freebsd-current/secure/
H A DMakefile22 .for entry in ${SPROGS}
23 cd ${.CURDIR:H}/${entry}; \
32 .for entry in ${SPROGS}
33 cd ${.CURDIR:H}/${entry}; \
/freebsd-current/usr.sbin/cron/lib/
H A DMakefile4 SRCS= entry.c env.c misc.c
/freebsd-current/stand/efi/loader/arch/arm/
H A Dexec.c65 void (*entry)(void *);
74 entry = efi_translate(e->e_entry);
76 printf("Kernel entry at %p...\n", entry);
89 (*entry)((void *)modulep);
/freebsd-current/stand/i386/libi386/
H A Delf32_freebsd.c55 vm_offset_t entry, bootinfop, modulep, kernend; local
65 entry = ehdr->e_entry & 0xffffff;
68 printf("Start @ 0x%lx ...\n", entry);
72 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend);
/freebsd-current/stand/uboot/
H A Delf_freebsd.c69 void (*entry)(void *);
79 entry = (void *)e->e_entry;
80 printf("Kernel entry at %p...\n", entry);
85 (*entry)((void *)mdp);
/freebsd-current/stand/userboot/userboot/
H A Delf32_freebsd.c58 vm_offset_t entry, bootinfop, modulep, kernend; local
70 entry = ehdr->e_entry & 0xffffff;
73 printf("Start @ 0x%lx ...\n", entry);
102 CALLBACK(exec, entry);
/freebsd-current/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c68 void (*entry)(void *);
77 entry = (void (*)(void*))(intptr_t)e->e_entry;
79 entry = *(void (*)(void*))(uint64_t *)(intptr_t)e->e_entry;
87 (*entry)((void *)mdp);
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dstacktrace.inc12 // [stacktrace.entry], class stacktrace_��entry
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_private.h39 struct archive_entry *entry, const char *format);
H A Darchive_write_set_format_v7tar.c130 struct archive_entry *entry);
212 archive_write_v7tar_header(struct archive_write *a, struct archive_entry *entry) argument
235 if (archive_entry_pathname(entry) == NULL) {
237 "Can't record entry in tar file without pathname");
242 if (archive_entry_hardlink(entry) != NULL ||
243 archive_entry_symlink(entry) != NULL ||
244 !(archive_entry_filetype(entry) == AE_IFREG))
245 archive_entry_set_size(entry, 0);
247 if (AE_IFDIR == archive_entry_filetype(entry)) {
251 * Ensure a trailing '/'. Modify the entry s
359 format_header_v7tar(struct archive_write *a, char h[512], struct archive_entry *entry, int strict, struct archive_string_conv *sconv) argument
[all...]
H A Darchive_read_support_format_ar.c166 _ar_read_header(struct archive_read *a, struct archive_entry *entry, argument
245 "Found entry with empty filename");
255 ar_parse_common_header(ar, entry, h);
256 archive_entry_copy_pathname(entry, filename);
257 archive_entry_set_filetype(entry, AE_IFREG);
298 archive_entry_set_size(entry, ar->entry_bytes_remaining);
314 * the entry with the wrong name.
318 "Can't find long filename for GNU/SVR4 archive entry");
319 archive_entry_copy_pathname(entry, filename);
321 ar_parse_common_header(ar, entry,
419 archive_read_format_ar_read_header(struct archive_read *a, struct archive_entry *entry) argument
455 ar_parse_common_header(struct ar *ar, struct archive_entry *entry, const char *h) argument
[all...]
H A Darchive_read_disk_entry_from_file.c121 struct archive_entry *entry, int *fd)
124 (void)entry; /* UNUSED */
137 struct archive_entry *entry, int *fd)
141 path = archive_entry_sourcepath(entry);
145 path = archive_entry_pathname(entry);
150 (a->follow_symlinks || archive_entry_filetype(entry) != AE_IFLNK)) {
159 struct archive_entry *entry,
173 path = archive_entry_sourcepath(entry);
175 path = archive_entry_pathname(entry);
204 archive_entry_copy_stat(entry, s
120 archive_read_disk_entry_setup_acls(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
136 archive_read_disk_entry_setup_path(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
158 archive_read_disk_entry_from_file(struct archive *_a, struct archive_entry *entry, int fd, const struct stat *st) argument
332 setup_mac_metadata(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
424 setup_mac_metadata(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
449 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, const char *name, int fd, const char *accpath) argument
533 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
663 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, int namespace, const char *name, const char *fullname, int fd, const char *accpath) argument
709 setup_xattrs_namespace(struct archive_read_disk *a, struct archive_entry *entry, int *fd, int namespace) argument
792 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
822 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
851 setup_sparse_fiemap(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
944 setup_sparse(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
959 setup_sparse(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
1073 setup_sparse(struct archive_read_disk *a, struct archive_entry *entry, int *fd) argument
[all...]
/freebsd-current/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c68 LIST_ENTRY(cxa_thread_dtor) entry;
96 LIST_INSERT_HEAD(&dtors, new_dtor, entry);
124 LIST_FOREACH_SAFE(dtor, &dtors, entry, tdtor) {
125 LIST_REMOVE(dtor, entry);
/freebsd-current/sys/dev/hpt27xx/
H A Dlist.h70 static HPT_INLINE void list_del(struct list_head *entry) argument
72 __list_del(entry->prev, entry->next);
75 static HPT_INLINE void list_del_init(struct list_head *entry) argument
77 __list_del(entry->prev, entry->next);
78 INIT_LIST_HEAD(entry);
/freebsd-current/sys/dev/hptnr/
H A Dlist.h69 static HPT_INLINE void list_del(struct list_head *entry) argument
71 __list_del(entry->prev, entry->next);
74 static HPT_INLINE void list_del_init(struct list_head *entry) argument
76 __list_del(entry->prev, entry->next);
77 INIT_LIST_HEAD(entry);
/freebsd-current/sys/dev/hptrr/
H A Dlist.h72 static HPT_INLINE void list_del(struct list_head *entry) argument
74 __list_del(entry->prev, entry->next);
77 static HPT_INLINE void list_del_init(struct list_head *entry) argument
79 __list_del(entry->prev, entry->next);
80 INIT_LIST_HEAD(entry);
/freebsd-current/contrib/unbound/validator/
H A Dval_kentry.c2 * validator/val_kentry.c - validator key entry definition.
57 s += sizeof(*kd) + lock_get_mem(&kk->entry.lock);
86 lock_rw_destroy(&kk->entry.lock);
104 kk->entry.hash = 0x654;
105 kk->entry.hash = hashlittle(&kk->key_class, sizeof(kk->key_class),
106 kk->entry.hash);
107 kk->entry.hash = dname_query_hash(kk->name, kk->entry.hash);
120 newk->entry.key = newk;
121 if(newk->entry
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c107 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) argument
141 while (getextmntent_impl(fp, entry) == 0) {
142 if (makedev(entry->mnt_major, entry->mnt_minor) ==
156 if (stat64(entry->mnt_mountp, &st) != 0) {
157 entry->mnt_major = 0;
158 entry->mnt_minor = 0;
/freebsd-current/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c78 uint64_t entry; local
116 entry = e->e_entry;
119 &entry, 8);
120 entry = be64toh(entry);
128 trampoline_data->kernel_entry = htobe32(entry + elf64_relocation_offset);
139 printf("Kernel entry at %#jx (%#x) ...\n",
140 entry, be32toh(trampoline_data->kernel_entry));
/freebsd-current/contrib/unbound/util/storage/
H A Dlruhash.h55 * o find entry (if failed, unlock hash, unl bin, exit).
58 * o lock entry (rwlock).
60 * o work on entry.
61 * o unlock entry.
63 * To update an entry, gain writelock and change the entry.
64 * (the entry must keep the same hashvalue, so a data update.)
69 * To delete an entry:
70 * o unlock the entry if you hold the lock already.
74 * o find entry (i
[all...]
H A Dlruhash.c168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) argument
173 if(p == entry) {
188 /* does not delete MRU entry, so table will not be empty. */
192 us. We still need the hashbin and entry write lock to make
193 sure we flush all users away from the entry.
198 and we know num>1, so there is a previous lru entry. */
202 /* schedule entry for deletion */
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) argument
273 entry->lru_prev = NULL;
274 entry
282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) argument
293 lru_touch(struct lruhash* table, struct lruhash_entry* entry) argument
305 lruhash_insert(struct lruhash* table, hashvalue_type hash, struct lruhash_entry* entry, void* data, void* cb_arg) argument
366 struct lruhash_entry* entry; local
388 struct lruhash_entry* entry; local
595 lru_demote(struct lruhash* table, struct lruhash_entry* entry) argument
618 lruhash_insert_or_retrieve(struct lruhash* table, hashvalue_type hash, struct lruhash_entry* entry, void* data, void* cb_arg) argument
[all...]
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c414 struct ck_ht_entry *entry, *priority, snapshot; local
419 entry = &map->entries[(i + seed) & map->mask];
420 if (entry->key == CK_HT_KEY_EMPTY ||
421 entry->key == CK_HT_KEY_TOMBSTONE) {
427 h.value = entry->hash;
429 ht->h(&h, ck_ht_entry_key(entry), ck_ht_entry_key_length(entry),
432 entry = ck_ht_map_probe_wr(map, h, &snapshot, &priority,
433 ck_ht_entry_key(entry),
434 ck_ht_entry_key_length(entry),
609 ck_ht_next(struct ck_ht *table, struct ck_ht_iterator *i, struct ck_ht_entry **entry) argument
744 ck_ht_remove_spmc(struct ck_ht *table, ck_ht_hash_t h, ck_ht_entry_t *entry) argument
776 ck_ht_get_spmc(struct ck_ht *table, ck_ht_hash_t h, ck_ht_entry_t *entry) argument
819 ck_ht_set_spmc(struct ck_ht *table, ck_ht_hash_t h, ck_ht_entry_t *entry) argument
956 ck_ht_put_spmc(struct ck_ht *table, ck_ht_hash_t h, ck_ht_entry_t *entry) argument
[all...]

Completed in 443 milliseconds

<<11121314151617181920>>