Home
last modified time | relevance | path

Searched defs:entry (Results 101 – 125 of 886) sorted by relevance

12345678910>>...36

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_log_inline.h49 struct entry struct
55 static inline struct entry argument
H A Dv_log2_3u.c38 struct entry struct
44 static inline struct entry argument
/freebsd/sys/dev/aic7xxx/
H A Dahc_isa.c85 struct aic7770_identity *entry; in ahc_isa_identify() local
126 struct aic7770_identity *entry; in ahc_isa_probe() local
217 struct aic7770_identity *entry; in ahc_isa_attach() local
H A Dahd_pci.c60 struct ahd_pci_identity *entry; in ahd_pci_probe() local
73 struct ahd_pci_identity *entry; in ahd_pci_attach() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c160 struct processor_entry *entry; in proc_create_entry() local
212 struct processor_entry *entry; in create_proc_table() local
297 struct processor_entry *entry; in refresh_processor_tbl() local
386 struct processor_entry *entry; in op_hrProcessorTable() local
/freebsd/sys/geom/part/
H A Dg_part.c295 struct g_part_entry *entry; in g_part_get_physpath_done() local
471 struct g_part_entry *entry) in g_part_new_provider()
883 struct g_part_entry *entry, *tmp; in g_part_ctl_commit() local
1098 struct g_part_entry *entry; in g_part_ctl_delete() local
1240 struct g_part_entry *entry; in g_part_ctl_modify() local
1336 struct g_part_entry *pe, *entry; in g_part_ctl_resize() local
1426 struct g_part_entry *entry; in g_part_ctl_setunset() local
1574 struct g_part_entry *entry; in g_part_wither() local
1963 struct g_part_entry *entry; in g_part_taste() local
2080 struct g_part_entry *entry; in g_part_dumpconf() local
[all …]
H A Dg_part_gpt.c380 struct g_part_gpt_entry *entry; in gpt_update_bootcamp() local
652 struct g_part_gpt_entry *entry; in g_part_gpt_add() local
760 struct g_part_gpt_entry *entry; in g_part_gpt_dumpconf() local
800 struct g_part_gpt_entry *entry; in g_part_gpt_dumpto() local
812 struct g_part_gpt_entry *entry; in g_part_gpt_modify() local
832 struct g_part_gpt_entry *entry; in g_part_gpt_resize() local
848 struct g_part_gpt_entry *entry; in g_part_gpt_name() local
933 struct g_part_gpt_entry *entry; in g_part_gpt_read() local
1095 struct g_part_gpt_entry *entry; in g_part_gpt_setunset() local
1180 struct g_part_gpt_entry *entry; in g_part_gpt_type() local
[all …]
/freebsd/crypto/heimdal/kdc/
H A Dannounce.c46 struct entry { struct
53 struct entry *next; argument
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c215 struct pf_osfp_entry *entry; in pf_osfp_match() local
246 struct pf_osfp_entry *entry; in pf_osfp_flush() local
263 struct pf_osfp_entry *entry; in pf_osfp_add() local
464 struct pf_osfp_entry *entry; in pf_osfp_get() local
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c526 struct archive_entry *entry, *spare; in mode_out() local
705 struct archive_entry *entry, *spare; in file_to_archive() local
794 entry_to_archive(struct cpio *cpio, struct archive_entry *entry) in entry_to_archive()
906 restore_time(struct cpio *cpio, struct archive_entry *entry, in restore_time()
965 struct archive_entry *entry; in mode_in() local
1085 struct archive_entry *entry; in mode_list() local
1144 list_item_verbose(struct cpio *cpio, struct archive_entry *entry) in list_item_verbose()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_rl.c45 struct mlx5_rl_entry *entry; in find_rl_entry() local
105 struct mlx5_rl_entry *entry; in mlx5_rl_add_rate() local
164 struct mlx5_rl_entry *entry = NULL; in mlx5_rl_remove_rate() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp96 for (auto &entry : SelfReferences) { in resolveSelfReferences() local
115 for (auto &entry : SelfReferences) { in abandon() local
162 auto &entry = Builder.SelfReferences.back(); in getAddrOfPosition() local
176 auto &entry = Builder.SelfReferences.back(); in getAddrOfCurrentPosition() local
/freebsd/stand/libsa/
H A Dfeatures.c33 const struct feature_entry *entry; in feature_name_is_enabled() local
48 const struct feature_entry *entry; in feature_iter() local
/freebsd/usr.bin/etdump/
H A Detdump.c91 boot_catalog_valid(char *entry) in boot_catalog_valid()
124 boot_catalog_section_entry *entry; in dump_section() local
156 char buffer[ISO_DEFAULT_BLOCK_SIZE], *entry; in dump_eltorito() local
/freebsd/sys/dev/acpica/
H A Dacpi_pcib.c71 ACPI_PCI_ROUTING_TABLE *entry; in prt_walk_table() local
89 prt_attach_devices(ACPI_PCI_ROUTING_TABLE *entry, void *arg) in prt_attach_devices()
154 prt_lookup_device(ACPI_PCI_ROUTING_TABLE *entry, void *arg) in prt_lookup_device()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_log.c35 struct entry struct
41 static inline struct entry argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp36 for (const auto &entry : m_map.equal_range(name)) in Find() local
44 for (const auto &entry : m_map) in Find() local
131 for (const auto &entry : m_map) { in Encode() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp31 ListEntry(ValueObject *entry) in ListEntry()
58 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry()
71 ListIterator(ListEntry entry) : m_entry(std::move(entry)) {} in ListIterator()
72 ListIterator(ValueObjectSP entry) : m_entry(std::move(entry)) {} in ListIterator()
73 ListIterator(ValueObject *entry) : m_entry(entry) {} in ListIterator()
H A DLibCxxMap.cpp29 explicit MapEntry(ValueObject *entry) in MapEntry()
74 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry()
87 MapIterator(MapEntry entry, size_t depth = 0) in MapIterator()
89 MapIterator(ValueObjectSP entry, size_t depth = 0) in MapIterator()
93 MapIterator(ValueObject *entry, size_t depth = 0) in MapIterator()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dimg.c10 const struct iwl_fw_cmd_version *entry; in iwl_fw_lookup_cmd_ver() local
35 const struct iwl_fw_cmd_version *entry; in iwl_fw_lookup_notif_ver() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_high_compression.c45 struct archive_entry *entry; in DEFINE_TEST() local
105 struct archive_entry *entry; in DEFINE_TEST() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c330 bhnd_sprom_opcode_idx_entry entry; in bhnd_nvram_sprom_getvar_direct() local
401 bhnd_sprom_opcode_idx_entry *entry, bhnd_nvram_val *value, in bhnd_nvram_sprom_write_var()
615 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_serialize() local
822 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_next() local
862 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_find() local
1065 struct bhnd_sprom_opcode_idx_entry *entry, struct bhnd_nvram_io *io, in bhnd_nvram_sprom_read_var()
1281 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_getvar_common() local
1387 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_filter_setvar() local
1428 bhnd_sprom_opcode_idx_entry *entry; in bhnd_nvram_sprom_filter_unsetvar() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_virtual.c114 archive_write_header(struct archive *a, struct archive_entry *entry) in archive_write_header()
146 archive_read_next_header(struct archive *a, struct archive_entry **entry) in archive_read_next_header()
152 archive_read_next_header2(struct archive *a, struct archive_entry *entry) in archive_read_next_header2()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp78 lldb::TypeCategoryImplSP &entry, in GetCategory()
85 lldb::LanguageType language, lldb::TypeCategoryImplSP &entry) { in GetCategory()
171 ConstString type, lldb::TypeSummaryImplSP &entry) { in GetSummaryFormat()
176 ConstString type, const lldb::TypeSummaryImplSP &entry) { in Add()
/freebsd/sys/dev/iwm/
H A Dif_iwm_phy_db.c240 struct iwm_phy_db_entry *entry = in iwm_phy_db_free_section() local
283 struct iwm_phy_db_entry *entry; in iwm_phy_db_set_section() local
411 struct iwm_phy_db_entry *entry; in iwm_phy_db_get_section_data() local
473 struct iwm_phy_db_entry *entry; in iwm_phy_db_send_all_channel_groups() local

12345678910>>...36