Home
last modified time | relevance | path

Searched defs:entry (Results 51 – 75 of 886) sorted by relevance

12345678910>>...36

/freebsd/sys/geom/part/
H A Dg_part_bsd.c157 struct g_part_bsd_entry *entry; in g_part_bsd_add() local
197 struct g_part_bsd_entry *entry; in g_part_bsd_create() local
261 struct g_part_bsd_entry *entry; in g_part_bsd_dumpconf() local
279 struct g_part_bsd_entry *entry; in g_part_bsd_dumpto() local
291 struct g_part_bsd_entry *entry; in g_part_bsd_modify() local
306 struct g_part_bsd_entry *entry; in bsd_set_rawsize() local
328 struct g_part_bsd_entry *entry; in g_part_bsd_resize() local
386 struct g_part_bsd_entry *entry; in g_part_bsd_read() local
476 struct g_part_bsd_entry *entry; in g_part_bsd_type() local
500 struct g_part_bsd_entry *entry; in g_part_bsd_write() local
H A Dg_part_apm.c213 struct g_part_apm_entry *entry; in g_part_apm_add() local
299 struct g_part_apm_entry *entry; in g_part_apm_dumpconf() local
325 struct g_part_apm_entry *entry; in g_part_apm_dumpto() local
336 struct g_part_apm_entry *entry; in g_part_apm_modify() local
361 struct g_part_apm_entry *entry; in g_part_apm_resize() local
458 struct g_part_apm_entry *entry; in g_part_apm_read() local
486 struct g_part_apm_entry *entry; in g_part_apm_type() local
522 struct g_part_apm_entry *entry; in g_part_apm_write() local
H A Dg_part_ebr.c248 struct g_part_ebr_entry *entry; in g_part_ebr_add() local
290 struct g_part_ebr_entry *entry; in g_part_ebr_add_alias() local
303 struct g_part_ebr_entry *entry; in g_part_ebr_new_provider() local
365 struct g_part_ebr_entry *entry; in g_part_ebr_dumpconf() local
385 struct g_part_ebr_entry *entry; in g_part_ebr_dumpto() local
397 struct g_part_ebr_entry *entry; in g_part_ebr_modify() local
423 g_part_ebr_name(struct g_part_table *table, struct g_part_entry *entry, in g_part_ebr_name()
508 struct g_part_ebr_entry *entry; in g_part_ebr_read() local
582 struct g_part_ebr_entry *entry; in g_part_ebr_setunset() local
620 struct g_part_ebr_entry *entry; in g_part_ebr_type() local
[all …]
H A Dg_part_mbr.c236 struct g_part_mbr_entry *entry; in g_part_mbr_add() local
309 g_part_mbr_efimedia(struct g_part_mbr_table *table, struct g_part_mbr_entry *entry, in g_part_mbr_efimedia()
324 struct g_part_mbr_entry *entry; in g_part_mbr_dumpconf() local
349 struct g_part_mbr_entry *entry; in g_part_mbr_dumpto() local
361 struct g_part_mbr_entry *entry; in g_part_mbr_modify() local
376 struct g_part_mbr_entry *entry; in g_part_mbr_resize() local
476 struct g_part_mbr_entry *entry; in g_part_mbr_read() local
540 struct g_part_mbr_entry *entry; in g_part_mbr_setunset() local
578 struct g_part_mbr_entry *entry; in g_part_mbr_type() local
594 struct g_part_mbr_entry *entry; in g_part_mbr_write() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp391 LoadedModuleInfoList::LoadedModuleInfo const &modInfo, SOEntry &entry) { in FillSOEntryFromModuleInfo()
420 SOEntry entry; in SaveSOEntriesFromRemote() local
449 SOEntry entry; in AddSOEntriesFromRemote() local
479 SOEntry entry; in RemoveSOEntriesFromRemote() local
499 SOEntry entry; in AddSOEntries() local
544 bool DYLDRendezvous::SOEntryIsMainExecutable(const SOEntry &entry) { in SOEntryIsMainExecutable()
568 SOEntry entry; in TakeSnapshot() local
637 void DYLDRendezvous::UpdateBaseAddrIfNecessary(SOEntry &entry, in UpdateBaseAddrIfNecessary()
651 void DYLDRendezvous::UpdateFileSpecIfNecessary(SOEntry &entry) { in UpdateFileSpecIfNecessary()
664 bool DYLDRendezvous::ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry) { in ReadSOEntryFromMemory()
/freebsd/lib/libc/tests/sys/
H A Dqueue_test.c43 struct entry { in ATF_TC_BODY() struct
45 int i; in ATF_TC_BODY()
154 struct entry { in ATF_TC_BODY() struct
156 int i; in ATF_TC_BODY()
/freebsd/usr.sbin/nscd/
H A Dcachelib.c215 destroy_cache_entry(struct cache_entry_ *entry) in destroy_cache_entry()
284 clear_cache_entry(struct cache_entry_ *entry) in clear_cache_entry()
346 cache_lifetime_common_continue_func(struct cache_common_entry_ *entry, in cache_lifetime_common_continue_func()
359 cache_elemsize_common_continue_func(struct cache_common_entry_ *entry, in cache_elemsize_common_continue_func()
371 flush_cache_policy(struct cache_common_entry_ *entry, in flush_cache_policy()
422 flush_cache_entry(struct cache_entry_ *entry) in flush_cache_entry()
695 cache_read(struct cache_entry_ *entry, const char *key, size_t key_size, in cache_read()
923 open_cache_mp_write_session(struct cache_entry_ *entry) in open_cache_mp_write_session()
1051 open_cache_mp_read_session(struct cache_entry_ *entry) in open_cache_mp_read_session()
1160 transform_cache_entry(struct cache_entry_ *entry, in transform_cache_entry()
[all …]
/freebsd/contrib/libarchive/tar/
H A Dwrite.c263 struct archive_entry *entry; in tar_mode_r() local
353 struct archive_entry *entry; in tar_mode_u() local
441 struct archive_entry *entry, *sparse_entry; in write_archive() local
739 struct archive *in_a, struct archive_entry *entry) in copy_file_data_block()
813 excluded_callback(struct archive *a, void *_data, struct archive_entry *entry) in excluded_callback()
828 metadata_filter(struct archive *a, void *_data, struct archive_entry *entry) in metadata_filter()
871 struct archive_entry *entry = NULL, *spare_entry = NULL; in write_hierarchy() local
963 struct archive_entry *entry) in write_file()
973 struct archive_entry *entry) in write_entry()
1008 struct archive_entry *entry, int64_t progress) in report_write()
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_doorbell.c146 struct vmci_doorbell_entry *entry; in vmci_doorbell_free_cb() local
173 struct vmci_doorbell_entry *entry; in vmci_doorbell_release_cb() local
211 struct vmci_doorbell_entry *entry; in vmci_doorbell_get_priv_flags() local
282 vmci_doorbell_index_table_add(struct vmci_doorbell_entry *entry) in vmci_doorbell_index_table_add()
358 vmci_doorbell_index_table_remove(struct vmci_doorbell_entry *entry) in vmci_doorbell_index_table_remove()
496 struct vmci_doorbell_entry *entry; in vmci_doorbell_create() local
601 struct vmci_doorbell_entry *entry; in vmci_doorbell_destroy() local
743 struct vmci_doorbell_entry *entry = (struct vmci_doorbell_entry *)data; in vmci_doorbell_delayed_dispatch_cb() local
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c136 entry(node, domain, domainlen) in entry() function
327 struct entry { struct
328 struct entry *next; argument
332 struct entry *firstentry; argument
/freebsd/sys/dev/drm2/
H A Ddrm_scatter.c42 void drm_sg_cleanup(struct drm_sg_mem * entry) in drm_sg_cleanup()
56 struct drm_sg_mem *entry; in drm_sg_alloc() local
118 struct drm_sg_mem *entry; in drm_sg_free() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_network_tbl.c92 struct network_entry *entry; in network_entry_create() local
114 network_entry_delete(struct network_entry* entry) in network_entry_delete()
226 struct network_entry *entry, *entry_tmp; in refresh_network_tbl() local
259 struct network_entry *entry; in op_hrNetworkTable() local
H A Dhostres_device_tbl.c101 struct device_entry *entry = NULL; in device_entry_create() local
258 device_entry_delete(struct device_entry *entry) in device_entry_delete()
298 struct device_entry *entry; in device_find_by_index() local
370 struct device_entry *entry; in device_collector() local
552 struct device_entry *entry, *entry_tmp; in refresh_device_tbl() local
623 struct device_entry *entry; in op_hrDeviceTable() local
H A Dhostres_printer_tbl.c92 struct printer_entry *entry = NULL; in printer_entry_create() local
112 printer_entry_delete(struct printer_entry *entry) in printer_entry_delete()
129 struct printer_entry *entry; in printer_find_by_index() local
318 struct printer_entry *entry; in refresh_printer_tbl() local
352 struct printer_entry *entry; in op_hrPrinterTable() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab.c352 krb5_keytab_entry entry; in krb5_kt_read_service_key() local
516 krb5_keytab_entry *entry, in compare_aliseses()
546 krb5_keytab_entry *entry, in krb5_kt_compare()
617 krb5_keytab_entry *entry) in krb5_kt_get_entry()
711 krb5_keytab_entry *entry) in krb5_kt_free_entry()
763 krb5_keytab_entry *entry, in krb5_kt_next_entry()
817 krb5_keytab_entry *entry) in krb5_kt_add_entry()
845 krb5_keytab_entry *entry) in krb5_kt_remove_entry()
871 krb5_keytab_entry entry; in krb5_kt_have_content() local
/freebsd/sys/dev/tcp_log/
H A Dtcp_log_dev.c133 tcp_log_dev_clear_refcount(struct tcp_log_dev_queue *entry) in tcp_log_dev_clear_refcount()
155 struct tcp_log_dev_queue *entry, *entry_tmp; in tcp_log_dev_clear_cdevpriv() local
192 struct tcp_log_dev_queue *entry; in tcp_log_dev_open() local
240 struct tcp_log_dev_queue *entry; in tcp_log_dev_rotate_bufs() local
266 struct tcp_log_dev_queue *entry; in tcp_log_dev_read() local
440 tcp_log_dev_add_log(struct tcp_log_dev_queue *entry) in tcp_log_dev_add_log()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp75 const DebugNames::Entry &entry, in ProcessEntry()
101 for (const DebugNames::Entry &entry : in GetGlobalVariables() local
183 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() local
223 for (const DebugNames::Entry &entry : in GetTypes() local
238 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypes() local
250 for (const DebugNames::Entry &entry : in GetNamespaces() local
269 for (const DebugNames::Entry &entry : in GetFunctions() local
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c52 ar5212IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) in ar5212IsKeyCacheEntryValid()
66 ar5212ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) in ar5212ResetKeyCacheEntry()
110 ar5212SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) in ar5212SetKeyCacheEntryMac()
154 ar5212SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, in ar5212SetKeyCacheEntry()
/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c63 struct entry { struct
86 static void entry_acqref(struct entry *entry); argument
262 entry_acqref(struct entry *entry) in entry_acqref()
295 entry_destroy(struct entry *entry) in entry_destroy()
344 fqueue_insertent(struct entry *entry) in fqueue_insertent()
497 general_insertent(struct entry *entry) in general_insertent()
/freebsd/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()
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.c168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) in bin_overflow_remove()
271 lru_front(struct lruhash* table, struct lruhash_entry* entry) in lru_front()
282 lru_remove(struct lruhash* table, struct lruhash_entry* entry) in lru_remove()
293 lru_touch(struct lruhash* table, struct lruhash_entry* entry) in lru_touch()
306 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert()
366 struct lruhash_entry* entry; in lruhash_lookup() local
388 struct lruhash_entry* entry; in lruhash_remove() local
561 lru_demote(struct lruhash* table, struct lruhash_entry* entry) in lru_demote()
585 struct lruhash_entry* entry, void* data, void* cb_arg) in lruhash_insert_or_retrieve()
/freebsd/usr.bin/tee/
H A Dtee.c47 struct entry { struct
50 STAILQ_ENTRY(entry) entries; argument
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c121 bcma_erom_entry_type_name (uint8_t entry) in bcma_erom_entry_type_name()
217 uint32_t entry; in bcma_erom_lookup_core_addr() local
475 bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry) in bcma_erom_peek32()
496 bcma_erom_read32(struct bcma_erom *erom, uint32_t *entry) in bcma_erom_read32()
517 uint32_t entry; in bcma_erom_skip32() local
580 uint32_t entry; in bcma_erom_seek_next() local
737 uint32_t entry; in bcma_erom_parse_core() local
787 uint32_t entry; in bcma_erom_parse_mport() local
817 uint32_t entry; in bcma_erom_parse_sport_region() local
1165 uint32_t entry; in bcma_erom_next_corecfg() local
[all …]
/freebsd/stand/common/
H A Dpart.c230 struct pentry *entry; in ptable_gptread() local
383 struct pentry *e1, *entry; in ptable_ebrread() local
460 struct pentry *entry; in ptable_bsdread() local
524 struct pentry *entry; in ptable_iso9660read() local
564 struct pentry *entry; in ptable_open() local
688 struct pentry *entry; in ptable_close() local
724 struct pentry *entry; in ptable_getpart() local
759 struct pentry *entry, *best; in ptable_getbestpart() local
819 struct pentry *entry; in ptable_iterate() local
/freebsd/sys/arm64/iommu/
H A Diommu.c232 struct iommu_entry *entry; in iommu_lookup() local
411 iommu_domain_free_entry(struct iommu_map_entry *entry, bool free) in iommu_domain_free_entry()
425 struct iommu_map_entry *entry, *entry1; in iommu_domain_unload() local
447 struct iommu_entry *entry; in iommu_register() local
466 struct iommu_entry *entry, *tmp; in iommu_unregister() local
487 struct iommu_entry *entry; in iommu_find() local
506 iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free, in iommu_domain_unload_entry()

12345678910>>...36