Home
last modified time | relevance | path

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

12345678910>>...37

/openbsd/usr.sbin/unbound/testcode/
H A Dtestpkts.h190 struct entry { struct
194 uint8_t match_opcode;
196 uint8_t match_qtype;
198 uint8_t match_qname;
200 uint8_t match_rcode;
210 uint8_t match_ede;
214 uint8_t match_all;
218 uint8_t match_ttl;
220 uint8_t match_do;
252 /** some number that names this entry, line number in file or so */ argument
[all …]
/openbsd/sbin/pdisk/
H A Dpartition_map.h68 struct entry { struct
71 struct partition_map *the_map;
72 long disk_address;
75 uint16_t dpme_signature; /* "PM" */
76 uint8_t dpme_reserved_1[2];
77 uint32_t dpme_map_entries; /* # of partition entries */
80 char dpme_name[DPISTRLEN+1]; /* name of partition + NUL */
81 char dpme_type[DPISTRLEN+1]; /* type of partition + NUL */
83 uint32_t dpme_lblocks; /* logical block count of partition */
84 uint32_t dpme_flags;
[all …]
H A Dpartition_map.c128 struct entry *entry; in free_partition_map() local
146 struct entry *entry; in read_partition_map() local
245 struct entry *entry; in write_partition_map() local
264 struct entry *entry; in create_partition_map() local
386 struct entry *entry; in create_entry() local
420 dpme_init_flags(struct entry *entry) in dpme_init_flags()
484 contains_driver(struct entry *entry) in contains_driver()
506 combine_entry(struct entry *entry) in combine_entry()
570 delete_entry(struct entry *entry) in delete_entry()
716 struct entry *entry; in resize_map() local
[all …]
H A Ddump.c80 struct entry *entry; in dump_partition_map() local
107 dump_partition_entry(struct entry *entry, int type_length, int name_length, in dump_partition_entry()
131 struct entry *entry; in show_data_structures() local
200 struct entry *entry; in full_dump_partition_entry() local
325 struct entry *entry; in get_max_type_string_length() local
342 struct entry *entry; in get_max_name_string_length() local
359 struct entry *entry; in get_max_base_or_length() local
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dsoc15_int.h37 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument
38 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument
39 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument
40 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument
41 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument
42 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument
43 #define SOC15_NODEID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) >> 16 & 0xff) argument
44 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument
45 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument
46 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dxsym.c148 bfd_sym_parse_file_reference_v32 (buf, len, entry) in bfd_sym_parse_file_reference_v32() argument
1219 bfd_sym_modules_table_entry entry; local
1290 bfd_sym_print_file_reference (abfd, f, entry) in bfd_sym_print_file_reference() argument
2005 bfd_sym_resources_table_entry entry; local
2033 bfd_sym_modules_table_entry entry; local
2061 bfd_sym_file_references_table_entry entry; local
2089 bfd_sym_contained_modules_table_entry entry; local
2175 bfd_sym_contained_labels_table_entry entry; local
2203 bfd_sym_contained_types_table_entry entry; local
2259 bfd_sym_constant_pool_entry entry; local
[all …]
/openbsd/sbin/restore/
H A Drestore.h72 struct entry { struct
73 char *e_name; /* the current name of this entry */ argument
75 char e_type; /* type of this entry, see below */ argument
79 struct entry *e_parent; /* pointer to parent directory (..) */ argument
80 struct entry *e_sibling; /* next element in this directory (.) */ argument
81 struct entry *e_links; /* hard links to this inode */ argument
82 struct entry *e_entries; /* for directories, their entries */ argument
83 struct entry *e_next; /* hash chain list */ argument
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dxsym.c144 bfd_sym_file_reference *entry) in bfd_sym_parse_file_reference_v32()
311 bfd_sym_resources_table_entry *entry) in bfd_sym_parse_resources_table_entry_v32()
521 bfd_sym_type_table_entry *entry) in bfd_sym_parse_type_table_entry_v32()
581 bfd_sym_modules_table_entry *entry, in bfd_sym_fetch_modules_table_entry()
1032 bfd_sym_type_table_entry *entry, in bfd_sym_fetch_type_table_entry()
1168 bfd_sym_modules_table_entry entry; in bfd_sym_module_name() local
1237 bfd_sym_file_reference *entry) in bfd_sym_print_file_reference()
1858 unsigned char *entry) in bfd_sym_display_name_table_entry()
1917 bfd_sym_resources_table_entry entry; in bfd_sym_display_resources_table() local
1943 bfd_sym_modules_table_entry entry; in bfd_sym_display_modules_table() local
[all …]
/openbsd/usr.bin/find/
H A Dfunction.c175 f_amin(PLAN *plan, FTSENT *entry) in f_amin()
203 f_atime(PLAN *plan, FTSENT *entry) in f_atime()
230 f_cmin(PLAN *plan, FTSENT *entry) in f_cmin()
258 f_ctime(PLAN *plan, FTSENT *entry) in f_ctime()
362 f_empty(PLAN *plan, FTSENT *entry) in f_empty()
418 f_exec(PLAN *plan, FTSENT *entry) in f_exec()
975 f_inum(PLAN *plan, FTSENT *entry) in f_inum()
1029 f_ls(PLAN *plan, FTSENT *entry) in f_ls()
1132 f_mmin(PLAN *plan, FTSENT *entry) in f_mmin()
1628 f_not(PLAN *plan, FTSENT *entry) in f_not()
[all …]
/openbsd/usr.sbin/smtpd/
H A Dtree.c49 struct treeentry *entry, key; in tree_set() local
71 struct treeentry *entry; in tree_xset() local
85 struct treeentry key, *entry; in tree_get() local
97 struct treeentry key, *entry; in tree_xget() local
109 struct treeentry key, *entry; in tree_pop() local
127 struct treeentry key, *entry; in tree_xpop() local
145 struct treeentry *entry; in tree_poproot() local
164 struct treeentry *entry; in tree_root() local
233 struct treeentry *entry; in tree_merge() local
H A Ddict.c67 struct dictentry *entry, key; in dict_set() local
88 struct dictentry *entry; in dict_xset() local
100 struct dictentry key, *entry; in dict_get() local
112 struct dictentry key, *entry; in dict_xget() local
124 struct dictentry key, *entry; in dict_pop() local
142 struct dictentry key, *entry; in dict_xpop() local
160 struct dictentry *entry; in dict_poproot() local
177 struct dictentry *entry; in dict_root() local
247 struct dictentry *entry; in dict_merge() local
/openbsd/lib/libcurses/
H A Dterm_entry.h124 struct entry { struct
139 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next) argument
/openbsd/lib/libexpat/tests/
H A Dmemcheck.c58 AllocationEntry *const entry in tracking_malloc() local
88 AllocationEntry *entry; in find_allocation() local
101 AllocationEntry *entry; in tracking_free() local
129 AllocationEntry *entry; in tracking_realloc() local
180 AllocationEntry *entry; in tracking_report() local
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp281 LoadedModuleInfoList::LoadedModuleInfo const &modInfo, SOEntry &entry) { in FillSOEntryFromModuleInfo()
310 SOEntry entry; in SaveSOEntriesFromRemote() local
339 SOEntry entry; in AddSOEntriesFromRemote() local
369 SOEntry entry; in RemoveSOEntriesFromRemote() local
389 SOEntry entry; in AddSOEntries() local
434 bool DYLDRendezvous::SOEntryIsMainExecutable(const SOEntry &entry) { in SOEntryIsMainExecutable()
458 SOEntry entry; in TakeSnapshot() local
527 void DYLDRendezvous::UpdateBaseAddrIfNecessary(SOEntry &entry, in UpdateBaseAddrIfNecessary()
541 void DYLDRendezvous::UpdateFileSpecIfNecessary(SOEntry &entry) { in UpdateFileSpecIfNecessary()
554 bool DYLDRendezvous::ReadSOEntryFromMemory(lldb::addr_t addr, SOEntry &entry) { in ReadSOEntryFromMemory()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp46 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef()
64 const DebugNames::Entry &entry, in ProcessEntry()
90 for (const DebugNames::Entry &entry : in GetGlobalVariables() local
163 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() local
203 for (const DebugNames::Entry &entry : in GetTypes() local
218 for (const DebugNames::Entry &entry : m_debug_names_up->equal_range(name)) { in GetTypes() local
230 for (const DebugNames::Entry &entry : in GetNamespaces() local
247 for (const DebugNames::Entry &entry : in GetFunctions() local
/openbsd/usr.bin/mandoc/
H A Ddba.c79 struct macro_entry *entry; in dba_free() local
153 struct dba_array *page, *entry; in dba_page_new() local
183 char *entry; in dba_page_add() local
213 char *entry; in dba_page_alias() local
265 struct dba_array *page, *entry; in dba_pages_write() local
335 struct macro_entry *entry; in get_macro_entry() local
359 struct macro_entry *entry; in dba_macro_new() local
381 struct macro_entry *entry; in dba_macro_add() local
426 struct macro_entry **entries, *entry; in dba_macro_write() local
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_execbuf_util.c33 struct ttm_validate_buffer *entry) in ttm_eu_backoff_reservation_reverse()
45 struct ttm_validate_buffer *entry; in ttm_eu_backoff_reservation() local
78 struct ttm_validate_buffer *entry; in ttm_eu_reserve_buffers() local
145 struct ttm_validate_buffer *entry; in ttm_eu_fence_buffer_objects() local
/openbsd/sys/uvm/
H A Duvm_map.c342 struct vm_map_entry *entry) in uvm_mapent_free_insert()
386 struct vm_map_entry *entry) in uvm_mapent_free_remove()
1394 struct vm_map_entry *entry; in uvm_unmap_detach_intrsafe() local
1621 vm_map_entry_t entry; in uvm_map_inentry_fix() local
2871 struct vm_map_entry *entry; in uvm_map_printit() local
3996 struct vm_map_entry *entry; in uvm_map_submap() local
4037 struct vm_map_entry *entry; in uvm_map_checkprot() local
4266 struct vm_map_entry *entry; in uvm_map_advice() local
4866 struct vm_map_entry *entry; in uvm_map_kmem_grow() local
4944 struct vm_map_entry *entry; in uvm_map_freelist_update_refill() local
[all …]
/openbsd/usr.sbin/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()
/openbsd/sbin/unwind/libunbound/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()
/openbsd/sys/dev/usb/dwc2/
H A Dlist.h77 list_add_tail(struct list_head *entry, struct list_head *head) { in list_add_tail()
85 list_del(struct list_head *entry) { in list_del()
104 list_del_init(struct list_head *entry) { in list_del_init()
110 #define list_for_each(entry, head) \ argument
113 #define list_for_each_safe(entry, temp, head) \ argument
/openbsd/usr.bin/w/
H A Dw.c86 struct entry { struct
87 struct entry *next; argument
88 struct utmp utmp;
89 dev_t tdev; /* dev_t of terminal */
90 time_t idle; /* idle time of terminal in seconds */
91 struct kinfo_proc *kp; /* `most interesting' proc */
/openbsd/include/
H A Dsearch.h20 typedef struct entry { struct
21 char *key;
22 void *data;
/openbsd/usr.bin/tmux/
H A Dtty-acs.c188 const struct tty_acs_entry *entry = value; in tty_acs_cmp() local
197 const struct tty_acs_reverse_entry *entry = value; in tty_acs_reverse_cmp() local
233 const struct tty_acs_entry *entry; in tty_acs_get() local
254 const struct tty_acs_reverse_entry *table, *entry; in tty_acs_reverse_get() local
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c221 linux_kill_one_process (struct inferior_list_entry *entry) in linux_kill_one_process()
264 linux_detach_one_process (struct inferior_list_entry *entry) in linux_detach_one_process()
351 status_pending_p (struct inferior_list_entry *entry, void *dummy) in status_pending_p()
759 send_sigstop (struct inferior_list_entry *entry) in send_sigstop()
782 wait_for_sigstop (struct inferior_list_entry *entry) in wait_for_sigstop()
836 linux_resume_one_process (struct inferior_list_entry *entry, in linux_resume_one_process()
937 linux_set_resume_request (struct inferior_list_entry *entry) in linux_set_resume_request()
960 linux_continue_one_thread (struct inferior_list_entry *entry) in linux_continue_one_thread()
990 linux_queue_one_thread (struct inferior_list_entry *entry) in linux_queue_one_thread()
1016 resume_status_pending_p (struct inferior_list_entry *entry, void *flag_p) in resume_status_pending_p()

12345678910>>...37