Home
last modified time | relevance | path

Searched defs:entry (Results 151 – 175 of 886) sorted by relevance

12345678910>>...36

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c104 struct acl_entry *entry; in acl_from_aces() local
174 const struct acl_entry *entry; in aces_from_acl() local
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c103 struct acl_entry *entry; in acl_from_aces() local
173 const struct acl_entry *entry; in aces_from_acl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp65 const GDBRemotePacket &entry = m_packets[idx]; in Dump() local
84 const GDBRemotePacket &entry = m_packets[idx]; in Dump() local
/freebsd/sbin/rcorder/
H A Drcorder.c113 Hash_Entry *entry; member
118 Hash_Entry *entry; member
291 Hash_Entry *entry; in add_require() local
311 Hash_Entry *entry; in add_provide() local
546 Hash_Entry *entry; in make_fake_provision() local
593 Hash_Entry *entry, *fake_prov_entry; in insert_before() local
652 generate_graphviz_file_links(Hash_Entry *entry, filenode *fnode) in generate_graphviz_file_links()
788 Hash_Entry *entry; in satisfy_req() local
1014 Hash_Entry *entry; in generate_graphviz_providers() local
/freebsd/tests/sys/acl/
H A Dacl-api-test.c102 acl_entry_t entry; in ATF_TC_BODY() local
137 acl_entry_t entry; in ATF_TC_BODY() local
/freebsd/contrib/wpa/src/eap_server/
H A Deap_sim_db.c379 struct eap_sim_db_pending *entry, *prev = NULL; in eap_sim_db_get_pending() local
398 struct eap_sim_db_pending *entry) in eap_sim_db_add_pending()
406 struct eap_sim_db_pending *entry) in eap_sim_db_free_pending()
415 struct eap_sim_db_pending *entry) in eap_sim_db_del_pending()
433 struct eap_sim_db_pending *entry = user_ctx; in eap_sim_db_del_timeout() local
443 struct eap_sim_db_pending *entry = user_ctx; in eap_sim_db_query_timeout() local
460 struct eap_sim_db_pending *entry; in eap_sim_db_sim_resp_auth() local
539 struct eap_sim_db_pending *entry; in eap_sim_db_aka_resp_auth() local
895 struct eap_sim_db_pending *entry) in eap_sim_db_expire_pending()
930 struct eap_sim_db_pending *entry; in eap_sim_db_get_gsm_triplets() local
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_ring.h176 const void *CK_CC_RESTRICT entry, in _ck_ring_enqueue_sp()
314 const void *entry, in _ck_ring_enqueue_mp()
400 const void *entry, in _ck_ring_enqueue_mp_size()
484 const void *entry, in ck_ring_enqueue_spsc_size()
495 const void *entry) in ck_ring_enqueue_spsc()
547 const void *entry) in ck_ring_enqueue_mpmc()
556 const void *entry, in ck_ring_enqueue_mpmc_size()
646 const void *entry, in ck_ring_enqueue_spmc_size()
657 const void *entry) in ck_ring_enqueue_spmc()
719 const void *entry) in ck_ring_enqueue_mpsc()
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_erfcf_1u7.c43 struct entry struct
49 static inline struct entry argument
H A Dv_asinh_3u5.c47 struct entry struct
53 static inline struct entry argument
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-phy-db.c113 struct iwl_phy_db_entry *entry = in iwl_phy_db_free_section() local
153 struct iwl_phy_db_entry *entry; in iwl_phy_db_set_section() local
283 struct iwl_phy_db_entry *entry; in iwl_phy_db_get_section_data() local
342 struct iwl_phy_db_entry *entry; in iwl_phy_db_send_all_channel_groups() local
/freebsd/sys/dev/ice/
H A Dice_rdma.c494 struct ice_rdma_entry *entry; in ice_rdma_register() local
557 struct ice_rdma_entry *entry; in ice_rdma_unregister() local
629 struct ice_rdma_entry *entry; in ice_rdma_pf_attach_locked() local
706 struct ice_rdma_entry *entry; in ice_rdma_pf_detach_locked() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp78 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i); in Dump() local
101 const RangeToDIE::Entry *entry = m_aranges.FindEntryThatContains(address); in FindAddress() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab_any.c156 krb5_keytab_entry *entry, in any_next_entry()
204 krb5_keytab_entry *entry) in any_add_entry()
224 krb5_keytab_entry *entry) in any_remove_entry()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp91 RangeMap::Entry *entry) { in AddMemberLocationRanges()
101 while (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddMemberLocationRanges() local
137 for (const auto &entry : new_location_map) in AddMemberLocationRanges() local
155 auto *entry = location_map.GetMutableEntryAtIndex(base_idx); in AddDwarfRange() local
169 if (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddDwarfRange() local
176 if (auto *entry = location_map.GetMutableEntryAtIndex(end_idx)) { in AddDwarfRange() local
192 for (const auto &entry : new_location_map) in AddDwarfRange() local
905 for (const auto &entry : location_map) { in GetVariableLocationInfo() local
/freebsd/contrib/mandoc/
H A Dtest-dirent-namlen.c7 struct dirent entry; in main() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_copy_stat.c36 archive_entry_copy_stat(struct archive_entry *entry, const struct stat *st) in archive_entry_copy_stat()
H A Darchive_entry_stat.c39 archive_entry_stat(struct archive_entry *entry) in archive_entry_stat()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry_strmode.c29 struct archive_entry *entry; in DEFINE_TEST() local
/freebsd/sys/i386/pci/
H A Dpci_pir.c182 pci_pir_find_link_handler(struct PIR_entry *entry, struct PIR_intpin *intpin, in pci_pir_find_link_handler()
214 struct PIR_entry *entry; in pci_pir_walk_table() local
228 pci_pir_create_links(struct PIR_entry *entry, struct PIR_intpin *intpin, in pci_pir_create_links()
307 pci_pir_initial_irqs(struct PIR_entry *entry, struct PIR_intpin *intpin, in pci_pir_initial_irqs()
675 pir_resume_find_device(struct PIR_entry *entry, struct PIR_intpin *intpin, in pir_resume_find_device()
/freebsd/usr.sbin/bhyve/
H A Dmem.c84 struct mmio_rb_range **entry) in mmio_rb_lookup()
169 struct mmio_rb_range *entry; in access_memory() local
292 struct mmio_rb_range *entry, *mrp; in register_mem_int() local
336 struct mmio_rb_range *entry = NULL; in unregister_mem() local
/freebsd/sys/contrib/dev/athk/
H A Dkey.c42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset()
87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac()
129 static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, in ath_hw_set_keycache_entry()
/freebsd/contrib/kyua/utils/fs/
H A Ddirectory_test.cpp46 const fs::directory_entry entry("name"); in ATF_TEST_CASE_BODY() local
81 const fs::directory_entry entry("this is the name"); in ATF_TEST_CASE_BODY() local
/freebsd/lib/libsecureboot/efi/
H A Defi_variables.c89 EFI_SIGNATURE_DATA *entry; in efi_get_certs() local
173 EFI_SIGNATURE_DATA *entry; in efi_get_forbidden_digests() local
/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c136 struct entry { struct
147 LIST_ENTRY(entry) entries; argument
/freebsd/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c182 struct archive_entry *entry; in count_files() local
255 struct archive_entry *entry; in extract_files() local

12345678910>>...36