Home
last modified time | relevance | path

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

12345678910>>...24

/dflybsd-src/contrib/libarchive/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()
252 archive_entry_free(struct archive_entry *entry) in archive_entry_free()
267 struct archive_entry *entry; in archive_entry_new2() local
282 archive_entry_atime(struct archive_entry *entry) in archive_entry_atime()
288 archive_entry_atime_nsec(struct archive_entry *entry) in archive_entry_atime_nsec()
294 archive_entry_atime_is_set(struct archive_entry *entry) in archive_entry_atime_is_set()
300 archive_entry_birthtime(struct archive_entry *entry) in archive_entry_birthtime()
306 archive_entry_birthtime_nsec(struct archive_entry *entry) in archive_entry_birthtime_nsec()
312 archive_entry_birthtime_is_set(struct archive_entry *entry) in archive_entry_birthtime_is_set()
[all …]
H A Darchive_read_disk_entry_from_file.c122 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_acls()
138 struct archive_entry *entry, int *fd) in archive_read_disk_entry_setup_path()
160 struct archive_entry *entry, in archive_read_disk_entry_from_file()
334 struct archive_entry *entry, int *fd) in setup_mac_metadata()
426 struct archive_entry *entry, int *fd) in setup_mac_metadata()
451 struct archive_entry *entry, const char *name, int fd, const char *accpath) in setup_xattr()
535 struct archive_entry *entry, int *fd) in setup_xattrs()
664 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, in setup_xattr()
711 struct archive_entry *entry, int *fd, int namespace) in setup_xattrs_namespace()
794 struct archive_entry *entry, int *fd) in setup_xattrs()
[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()
/dflybsd-src/sbin/restore/
H A Drestore.h70 struct entry { struct
71 char *e_name; /* the current name of this entry */ argument
73 char e_type; /* type of this entry, see below */ argument
77 struct entry *e_parent; /* pointer to parent directory (..) */ argument
78 struct entry *e_sibling; /* next element in this directory (.) */ argument
79 struct entry *e_links; /* hard links to this inode */ argument
80 struct entry *e_entries; /* for directories, their entries */ argument
81 struct entry *e_next; /* hash chain list */ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhash-map-traits.h63 simple_hashmap_traits <H, Value>::remove (T &entry) in remove()
72 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty()
80 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) in is_deleted()
88 simple_hashmap_traits <H, Value>::mark_empty (T &entry) in mark_empty()
96 simple_hashmap_traits <H, Value>::mark_deleted (T &entry) in mark_deleted()
125 unbounded_hashmap_traits <Value>::remove (T &entry) in remove()
133 unbounded_hashmap_traits <Value>::is_empty (const T &entry) in is_empty()
141 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) in is_deleted()
149 unbounded_hashmap_traits <Value>::mark_empty (T &entry) in mark_empty()
157 unbounded_hashmap_traits <Value>::mark_deleted (T &entry) in mark_deleted()
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.c39 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
52 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_free_entry()
141 static void pmksa_cache_from_eapol_data(struct rsn_pmksa_cache_entry *entry, in pmksa_cache_from_eapol_data()
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
366 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_auth_add_entry()
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
[all …]
/dflybsd-src/usr.sbin/nscd/
H A Dhashtable.h64 #define HASHTABLE_HEAD(name, entry) struct name { \ argument
116 #define HASHTABLE_ENTRY_FOREACH(entry, field, var) \ argument
121 #define HASHTABLE_ENTRY_CLEAR(entry, field) \ argument
124 #define HASHTABLE_ENTRY_SIZE(entry, field) \ argument
127 #define HASHTABLE_ENTRY_CAPACITY(entry, field) \ argument
130 #define HASHTABLE_ENTRY_CAPACITY_INCREASE(entry, field, type) \ argument
137 #define HASHTABLE_ENTRY_CAPACITY_DECREASE(entry, field, type) \ argument
206 #define HASHTABLE_ENTRY_STORE(name, entry, data) \ argument
209 #define HASHTABLE_ENTRY_FIND(name, entry, key) \ argument
212 #define HASHTABLE_ENTRY_FIND_SPECIAL(name, entry, key, cmp) \ argument
[all …]
H A Dparser.c90 struct configuration_entry *entry = NULL; in find_create_entry() local
113 struct configuration_entry *entry; in enable_cache() local
125 struct configuration_entry *entry; in set_positive_time_to_live() local
147 struct configuration_entry *entry; in set_negative_time_to_live() local
171 struct configuration_entry *entry; in set_keep_hot_count() local
192 struct configuration_entry *entry; in set_positive_policy() local
208 struct configuration_entry *entry; in set_negative_policy() local
224 struct configuration_entry *entry; in set_perform_actual_lookups() local
240 struct configuration_entry *entry; in set_suggested_size() local
H A Dcachelib.c212 destroy_cache_entry(struct cache_entry_ *entry) in destroy_cache_entry()
281 clear_cache_entry(struct cache_entry_ *entry) in clear_cache_entry()
343 cache_lifetime_common_continue_func(struct cache_common_entry_ *entry, in cache_lifetime_common_continue_func()
356 cache_elemsize_common_continue_func(struct cache_common_entry_ *entry, in cache_elemsize_common_continue_func()
368 flush_cache_policy(struct cache_common_entry_ *entry, in flush_cache_policy()
420 flush_cache_entry(struct cache_entry_ *entry) in flush_cache_entry()
693 cache_read(struct cache_entry_ *entry, const char *key, size_t key_size, in cache_read()
794 cache_write(struct cache_entry_ *entry, const char *key, size_t key_size, in cache_write()
897 open_cache_mp_write_session(struct cache_entry_ *entry) in open_cache_mp_write_session()
1025 open_cache_mp_read_session(struct cache_entry_ *entry) in open_cache_mp_read_session()
[all …]
/dflybsd-src/stand/boot/efi/libefi/
H A Dhandles.c33 struct entry { struct
41 struct entry *entry; argument
/dflybsd-src/usr.bin/w/
H A Dw.c100 static struct entry { struct
101 struct entry *next; argument
117 static void process(struct entry *); argument
/dflybsd-src/usr.bin/find/
H A Dfunction.c247 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin()
289 f_Xtime(PLAN *plan, FTSENT *entry) in f_Xtime()
357 f_delete(PLAN *plan __unused, FTSENT *entry) in f_delete()
441 f_depth(PLAN *plan, FTSENT *entry) in f_depth()
487 f_empty(PLAN *plan __unused, FTSENT *entry) in f_empty()
538 f_exec(PLAN *plan, FTSENT *entry) in f_exec()
734 f_flags(PLAN *plan, FTSENT *entry) in f_flags()
804 f_fstype(PLAN *plan, FTSENT *entry) in f_fstype()
926 f_group(PLAN *plan, FTSENT *entry) in f_group()
984 f_inum(PLAN *plan, FTSENT *entry) in f_inum()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c36 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
43 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
[all …]
/dflybsd-src/sys/vm/
H A Dvm_map.c137 #define VM_MAP_ENTRY_WITHIN_PARTITION(entry) \ argument
730 vm_map_entry_shadow(vm_map_entry_t entry) in vm_map_entry_shadow()
838 vm_map_entry_allocate_object(vm_map_entry_t entry) in vm_map_entry_allocate_object()
878 vm_map_entry_t entry; in vm_map_entry_reserve_cpu_init() local
912 vm_map_entry_t entry; in vm_map_entry_reserve() local
947 vm_map_entry_t entry; in vm_map_entry_release() local
1025 vm_map_entry_t entry; in vm_map_entry_create() local
1042 vm_map_backing_attach(vm_map_entry_t entry, vm_map_backing_t ba) in vm_map_backing_attach()
1060 vm_map_backing_detach(vm_map_entry_t entry, vm_map_backing_t ba) in vm_map_backing_detach()
1088 vm_map_entry_dispose_ba(vm_map_entry_t entry, vm_map_backing_t ba) in vm_map_entry_dispose_ba()
[all …]
/dflybsd-src/contrib/ncurses/include/
H A Dterm_entry.h122 struct entry { struct
137 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next) argument
/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_execbuf_util.c36 struct ttm_validate_buffer *entry) in ttm_eu_backoff_reservation_reverse()
47 struct ttm_validate_buffer *entry; in ttm_eu_del_from_lru_locked() local
58 struct ttm_validate_buffer *entry; in ttm_eu_backoff_reservation() local
98 struct ttm_validate_buffer *entry; in ttm_eu_reserve_buffers() local
183 struct ttm_validate_buffer *entry; in ttm_eu_fence_buffer_objects() local
/dflybsd-src/sys/dev/disk/advansys/
H A Dadw_pci.c159 struct adw_pci_identity *entry; in adw_find_pci_device() local
178 struct adw_pci_identity *entry; in adw_pci_probe() local
192 struct adw_pci_identity *entry; in adw_pci_attach() local
307 adw_generic_setup(device_t dev, struct adw_pci_identity *entry, in adw_generic_setup()
320 adw_asc3550_setup(device_t dev, struct adw_pci_identity *entry, in adw_asc3550_setup()
344 adw_asc38C0800_setup(device_t dev, struct adw_pci_identity *entry, in adw_asc38C0800_setup()
373 adw_asc38C1600_setup(device_t dev, struct adw_pci_identity *entry, in adw_asc38C1600_setup()
/dflybsd-src/contrib/mdocml/
H A Ddba.c87 struct macro_entry *entry; in dba_free() local
161 struct dba_array *page, *entry; in dba_page_new() local
191 char *entry; in dba_page_add() local
221 char *entry; in dba_page_alias() local
273 struct dba_array *page, *entry; in dba_pages_write() local
343 struct macro_entry *entry; in get_macro_entry() local
367 struct macro_entry *entry; in dba_macro_new() local
389 struct macro_entry *entry; in dba_macro_add() local
434 struct macro_entry **entries, *entry; in dba_macro_write() local
/dflybsd-src/contrib/libarchive/tar/
H A Dwrite.c264 struct archive_entry *entry; in tar_mode_r() local
354 struct archive_entry *entry; in tar_mode_u() local
442 struct archive_entry *entry, *sparse_entry; in write_archive() local
738 struct archive *in_a, struct archive_entry *entry) in copy_file_data_block()
812 excluded_callback(struct archive *a, void *_data, struct archive_entry *entry) in excluded_callback()
827 metadata_filter(struct archive *a, void *_data, struct archive_entry *entry) in metadata_filter()
870 struct archive_entry *entry = NULL, *spare_entry = NULL; in write_hierarchy() local
962 struct archive_entry *entry) in write_file()
972 struct archive_entry *entry) in write_entry()
1007 struct archive_entry *entry, int64_t progress) in report_write()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_keycache.c47 ar5211IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) in ar5211IsKeyCacheEntryValid()
61 ar5211ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) in ar5211ResetKeyCacheEntry()
81 ar5211SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) in ar5211SetKeyCacheEntryMac()
115 ar5211SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, in ar5211SetKeyCacheEntry()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_keycache.c43 ar5210IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) in ar5210IsKeyCacheEntryValid()
57 ar5210ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) in ar5210ResetKeyCacheEntry()
77 ar5210SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) in ar5210SetKeyCacheEntryMac()
109 ar5210SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, in ar5210SetKeyCacheEntry()
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c62 ar9300_is_key_cache_entry_valid(struct ath_hal *ah, u_int16_t entry) in ar9300_is_key_cache_entry_valid()
77 ar9300_reset_key_cache_entry(struct ath_hal *ah, u_int16_t entry) in ar9300_reset_key_cache_entry()
141 u_int16_t entry, in ar9300_set_key_cache_entry_mac()
189 ar9300_set_key_cache_entry(struct ath_hal *ah, u_int16_t entry, in ar9300_set_key_cache_entry()
429 void ar9300_dump_keycache(struct ath_hal *ah, int n, u_int32_t *entry) in ar9300_dump_keycache()
446 ar9300_check_key_cache_entry(struct ath_hal *ah, u_int16_t entry, in ar9300_check_key_cache_entry()
/dflybsd-src/sys/netgraph7/
H A Dng_nat.c387 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
446 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
498 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
553 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
591 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
623 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
784 struct ng_nat_rdr_lst *entry = STAILQ_FIRST(&priv->redirhead); in ng_nat_shutdown() local
/dflybsd-src/sys/dev/drm/
H A Ddrm_scatter.c38 static void drm_sg_cleanup(struct drm_sg_mem * entry) in drm_sg_cleanup()
63 struct drm_sg_mem *entry; in drm_legacy_sg_alloc() local
120 struct drm_sg_mem *entry; in drm_legacy_sg_free() local

12345678910>>...24