Home
last modified time | relevance | path

Searched defs:entry (Results 76 – 100 of 886) sorted by relevance

12345678910>>...36

/freebsd/sys/netgraph/
H A Dng_nat.c415 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
474 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
526 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
581 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
619 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
651 struct ng_nat_rdr_lst *entry; in ng_nat_rcvmsg() local
913 struct ng_nat_rdr_lst *entry = STAILQ_FIRST(&priv->redirhead); in ng_nat_shutdown() local
/freebsd/sys/x86/x86/
H A Dmptable.c253 u_char *entry = (u_char *)(mpct + 1); in compute_entry_count() local
487 u_char *entry; in mptable_walk_table() local
515 ext_entry_ptr end, entry; in mptable_walk_extended_table() local
529 mptable_probe_cpus_handler(u_char *entry, void *arg) in mptable_probe_cpus_handler()
549 mptable_setup_cpus_handler(u_char *entry, void *arg) in mptable_setup_cpus_handler()
570 mptable_count_items_handler(u_char *entry, void *arg __unused) in mptable_count_items_handler()
911 mptable_parse_ints_handler(u_char *entry, void *arg __unused) in mptable_parse_ints_handler()
933 struct INTENTRY entry; in mptable_parse_default_config_ints() local
1079 mptable_pci_probe_table_handler(u_char *entry, void *arg) in mptable_pci_probe_table_handler()
1115 mptable_pci_route_interrupt_handler(u_char *entry, void *arg) in mptable_pci_route_interrupt_handler()
[all …]
/freebsd/sys/vm/
H A Dvm_map.c585 vm_map_entry_t entry, next; in vm_map_process_deferred() local
2353 vm_map_entry_t entry) in vm_map_try_merge_entries()
2505 vm_map_entry_t entry; in vm_map_lookup_clip_start() local
2593 vm_map_entry_t entry; in vm_map_submap() local
3254 vm_map_entry_t entry; in vm_map_entry_in_transition() local
4094 vm_map_entry_t entry; in vm_map_check_protection() local
4282 vm_map_entry_t entry) in vmspace_map_entry_forked()
5014 vm_map_entry_t entry; in vm_map_lookup() local
5185 vm_map_entry_t entry; in vm_map_lookup_locked() local
5297 vm_map_entry_t entry, prev; in _vm_map_assert_consistent() local
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_fifo.h125 struct ck_fifo_spsc_entry *entry, in ck_fifo_spsc_enqueue()
142 struct ck_fifo_spsc_entry *entry; in ck_fifo_spsc_dequeue() local
191 #define CK_FIFO_SPSC_FOREACH(fifo, entry) \ argument
195 #define CK_FIFO_SPSC_FOREACH_SAFE(fifo, entry, T) \ argument
246 struct ck_fifo_mpmc_entry *entry, in ck_fifo_mpmc_enqueue()
303 struct ck_fifo_mpmc_entry *entry, in ck_fifo_mpmc_tryenqueue()
466 #define CK_FIFO_MPMC_FOREACH(fifo, entry) \ argument
470 #define CK_FIFO_MPMC_FOREACH_SAFE(fifo, entry, T) \ argument
H A Dck_hp_fifo.h80 struct ck_hp_fifo_entry *entry, in ck_hp_fifo_enqueue_mpmc()
111 struct ck_hp_fifo_entry *entry, in ck_hp_fifo_tryenqueue_mpmc()
206 #define CK_HP_FIFO_FOREACH(fifo, entry) \ argument
210 #define CK_HP_FIFO_FOREACH_SAFE(fifo, entry, T) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h61 void Append(const UniqueDWARFASTType &entry) { in Append()
79 void Insert(ConstString name, const UniqueDWARFASTType &entry) { in Insert()
84 const int32_t byte_size, UniqueDWARFASTType &entry) const { in Find()
H A DDWARFDeclContext.cpp17 static const char *GetName(DWARFDeclContext::Entry entry) { in GetName()
49 [&](auto entry) { string_stream << GetName(entry); }, "::"); in GetQualifiedName()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_keycache.c39 ar5416ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) in ar5416ResetKeyCacheEntry()
55 ar5416SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, in ar5416SetKeyCacheEntry()
/freebsd/sys/kern/
H A Dkern_rangelock.c105 struct rl_q_entry *entry, *nextentry, *entry1; in rangelock_calc_block() local
140 rangelock_unlock_locked(struct rangelock *lock, struct rl_q_entry *entry, in rangelock_unlock_locked()
192 struct rl_q_entry *entry; in rangelock_unlock_range() local
220 struct rl_q_entry *entry; in rangelock_enqueue() local
304 struct rl_q_entry *entry; in _rangelock_cookie_assert() local
H A Dsubr_acl_nfs4.c113 const struct acl_entry *entry; in _acl_denies() local
299 _acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm, in _acl_entry_matches()
324 struct acl_entry *entry; in _acl_append() local
363 struct acl_entry *entry, *copy, *previous, in acl_nfs4_sync_acl_from_mode_draft() local
721 const struct acl_entry *entry; in acl_nfs4_sync_mode_from_acl() local
850 struct acl_entry *entry, *copy; in acl_nfs4_compute_inherited_acl_draft() local
1013 struct acl_entry *entry; in acl_nfs4_inherit_entries() local
1306 const struct acl_entry *entry; in acl_nfs4_check() local
/freebsd/lib/libc/posix1e/
H A Dacl_from_text.c81 _posix1e_acl_entry_from_text(acl_t aclp, char *entry) in _posix1e_acl_entry_from_text()
167 _text_is_nfs4_entry(const char *entry) in _text_is_nfs4_entry()
194 char *mybuf_p, *line, *cur, *notcomment, *comment, *entry; in acl_from_text() local
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c236 struct queue_pair_entry *entry) in queue_pair_list_add_entry()
261 struct queue_pair_entry *entry) in queue_pair_list_remove_entry()
337 struct qp_guest_endpoint *entry; in vmci_qp_guest_endpoints_exit() local
414 struct qp_guest_endpoint *entry; in qp_guest_endpoint_create() local
493 qp_guest_endpoint_destroy(struct qp_guest_endpoint *entry) in qp_guest_endpoint_destroy()
522 vmci_queue_pair_alloc_hypercall(const struct qp_guest_endpoint *entry) in vmci_queue_pair_alloc_hypercall()
809 struct qp_guest_endpoint *entry; in vmci_queue_pair_detach_guest_work() local
H A Dvmci_datagram.c35 struct datagram_entry *entry; member
67 struct datagram_entry *entry = (struct datagram_entry *)client_data; in datagram_free_cb() local
99 struct datagram_entry *entry; in datagram_release_cb() local
131 struct datagram_entry *entry; in datagram_create_hnd() local
293 struct datagram_entry *entry; in vmci_datagram_destroy_handle() local
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-keytab.c92 unsigned flags, hdb_entry_ex *entry) in hkt_firstkey()
99 hdb_entry_ex * entry) in hkt_nextkey()
121 unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry) in hkt_fetch_kvno()
175 hdb_entry_ex * entry) in hkt_store()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h154 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add()
180 bool Get(FormattersMatchCandidate candidate, ValueSP &entry) { in Get()
193 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()
207 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact()
/freebsd/include/
H A Dsearch.h19 typedef struct entry { struct
20 char *key;
21 void *data;
/freebsd/sys/arm64/arm64/
H A Dgic_v3_acpi.c95 madt_handler(ACPI_SUBTABLE_HEADER *entry, void *arg) in madt_handler()
121 rdist_map(ACPI_SUBTABLE_HEADER *entry, void *arg) in rdist_map()
260 madt_count_redistrib(ACPI_SUBTABLE_HEADER *entry, void *arg) in madt_count_redistrib()
269 madt_count_gicc_redistrib(ACPI_SUBTABLE_HEADER *entry, void *arg) in madt_count_gicc_redistrib()
387 gic_v3_add_children(ACPI_SUBTABLE_HEADER *entry, void *arg) in gic_v3_add_children()
/freebsd/bin/setfacl/
H A Dmerge.c39 merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new, int acl_brand) in merge_user_group()
87 acl_entry_t entry, entry_new; in merge_acl() local
238 acl_entry_t entry, entry_new; in add_acl() local
/freebsd/contrib/libarchive/tar/
H A Dread.c83 struct archive_entry *entry; member
125 struct archive_entry *entry = progress_data->entry; in progress_func() local
164 struct archive_entry *entry; in read_archive() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp116 SOEntry entry; in UpdateSOEntries() local
153 SOEntry entry; in UpdateSOEntriesForAddition() local
199 SOEntry entry; in TakeSnapshot() local
266 SOEntry &entry) { in ReadSOEntryFromMemory()
/freebsd/sys/dev/aic7xxx/
H A Dahc_pci.c60 struct ahc_pci_identity *entry; in ahc_pci_probe() local
73 struct ahc_pci_identity *entry; in ahc_pci_attach() local
/freebsd/sys/dev/drm2/
H A Ddrm_agpsupport.c201 struct drm_agp_mem *entry; in drm_agp_alloc() local
257 struct drm_agp_mem *entry; in drm_agp_lookup_entry() local
280 struct drm_agp_mem *entry; in drm_agp_unbind() local
320 struct drm_agp_mem *entry; in drm_agp_bind() local
365 struct drm_agp_mem *entry; in drm_agp_free() local
/freebsd/sys/dev/fb/
H A Dfbd.c186 fb_init(struct fb_list_entry *entry, int unit) in fb_init()
202 struct fb_list_entry *entry; in fbd_list() local
218 struct fb_list_entry *entry, *tmp; in fbd_find() local
232 struct fb_list_entry *entry; in fbd_register() local
266 struct fb_list_entry *entry, *tmp; in fbd_unregister() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h108 BlockT *entry = getEntry(), *exit = getExit(); in contains() local
239 BlockT *entry = getEntry(), *exit = getExit(); in verifyBBInRegion() local
543 bool RegionInfoBase<Tr>::isCommonDomFrontier(BlockT *BB, BlockT *entry, in isCommonDomFrontier()
554 bool RegionInfoBase<Tr>::isRegion(BlockT *entry, BlockT *exit) const { in isRegion()
594 void RegionInfoBase<Tr>::insertShortCut(BlockT *entry, BlockT *exit, in insertShortCut()
624 bool RegionInfoBase<Tr>::isTrivialRegion(BlockT *entry, BlockT *exit) const { in isTrivialRegion()
637 typename Tr::RegionT *RegionInfoBase<Tr>::createRegion(BlockT *entry, in createRegion()
655 void RegionInfoBase<Tr>::findRegionsWithEntry(BlockT *entry, in findRegionsWithEntry()
699 BlockT *entry = GraphTraits<FuncPtrT>::getEntryNode(&F); in scanForRegions() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_erff_2u.c30 struct entry struct
36 static inline struct entry argument

12345678910>>...36