Home
last modified time | relevance | path

Searched refs:next_entry (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c383 char *next_entry; in parse_manifest() local
398 next_entry = strchr(entry, '\n'); in parse_manifest()
399 if (next_entry != NULL) { in parse_manifest()
400 *next_entry = '\0'; in parse_manifest()
401 next_entry++; in parse_manifest()
404 entry = next_entry; in parse_manifest()
413 entry = next_entry; in parse_manifest()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName() local
116 if (first_entry <= next_entry && next_entry < after_last_entry) { in FindNextValueForName()
117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
118 return next_entry; in FindNextValueForName()
/freebsd/contrib/wpa/src/utils/
H A Dradiotap.c248 goto next_entry; /* arg not present */ in ieee80211_radiotap_iterator_next()
281 goto next_entry; in ieee80211_radiotap_iterator_next()
364 goto next_entry; in ieee80211_radiotap_iterator_next()
369 goto next_entry; in ieee80211_radiotap_iterator_next()
387 next_entry: in ieee80211_radiotap_iterator_next()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp32 struct jit_code_entry *next_entry; member
143 JITCodeEntry->next_entry = NextEntry; in NotifyDebugger()
217 jit_code_entry* NextEntry = JITCodeEntry->next_entry; in deregisterObjectInternal()
223 PrevEntry->next_entry = NextEntry; in deregisterObjectInternal()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c95 static struct links_entry *next_entry(struct archive_entry_linkresolver *,
166 while ((le = next_entry(res, NEXT_ENTRY_ALL)) != NULL) in archive_entry_linkresolver_free()
182 le = next_entry(res, NEXT_ENTRY_DEFERRED); in archive_entry_linkify()
312 next_entry(struct archive_entry_linkresolver *res, int mode) in next_entry() function
434 le = next_entry(res, NEXT_ENTRY_PARTIAL); in archive_entry_partial_links()
/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c468 unsigned int next_entry; member
486 poll_ctx->next_entry; in sync_kloop_poll_table_queue_proc()
488 BUG_ON(poll_ctx->next_entry >= poll_ctx->num_entries); in sync_kloop_poll_table_queue_proc()
712 poll_ctx->next_entry = 0; in netmap_sync_kloop()
731 for (i = 0; i < num_rings; i++, poll_ctx->next_entry++) { in netmap_sync_kloop()
803 poll_ctx->next_entry++; in netmap_sync_kloop()
809 poll_ctx->next_entry++; in netmap_sync_kloop()
875 for (i = 0; i < poll_ctx->next_entry; i++) { in netmap_sync_kloop()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c175 Dwarf_Unsigned *entry_len, Dwarf_Unsigned *next_entry, in dwarf_get_loclist_entry() argument
190 entry_len == NULL || next_entry == NULL) { in dwarf_get_loclist_entry()
220 *next_entry = offset + *entry_len; in dwarf_get_loclist_entry()
/freebsd/contrib/ncurses/progs/
H A Dinfocmp.c442 #define next_entry (&(entries[extra++].tterm)) macro
464 b2 = next_entry->Booleans[idx]; in compare_predicate()
477 b2 = next_entry->Booleans[idx]; in compare_predicate()
493 b2 = next_entry->Booleans[idx]; in compare_predicate()
512 n2 = next_entry->Numbers[idx]; in compare_predicate()
524 n2 = next_entry->Numbers[idx]; in compare_predicate()
541 n2 = next_entry->Numbers[idx]; in compare_predicate()
560 s2 = next_entry->Strings[idx]; in compare_predicate()
573 s2 = next_entry->Strings[idx]; in compare_predicate()
589 s2 = next_entry->Strings[idx]; in compare_predicate()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp441 dw_offset_t cie_id, next_entry, cie_offset; in GetFDEIndex() local
447 next_entry = current_entry + len + 12; in GetFDEIndex()
451 next_entry = current_entry + len + 4; in GetFDEIndex()
455 if (next_entry > m_cfi_data.GetByteSize() + 1) { in GetFDEIndex()
458 next_entry, current_entry)); in GetFDEIndex()
480 offset = next_entry; in GetFDEIndex()
520 offset = next_entry; in GetFDEIndex()
H A DCompactUnwindInfo.cpp469 uint32_t next_entry = m_unwindinfo_data.GetU32(&offset); // entry in BinarySearchCompressedSecondPage() local
470 next_func_offset = UNWIND_INFO_COMPRESSED_ENTRY_FUNC_OFFSET(next_entry); in BinarySearchCompressedSecondPage()
H A DSymtab.cpp978 FileRangeToIndexMap::Entry *next_entry = in InitAddressIndexes() local
980 addr_t next_base_addr = next_entry->GetRangeBase(); in InitAddressIndexes()
/freebsd/sys/vm/
H A Dvm_map.c1657 if (next_entry->start < end) in vm_map_insert1()
1764 next_entry); in vm_map_insert1()
3326 if (next_entry == NULL) { in vm_map_unwire()
3335 next_entry : NULL; in vm_map_unwire()
3354 next_entry = vm_map_entry_succ(entry); in vm_map_unwire()
3540 if (next_entry == NULL) { in vm_map_wire_locked()
3547 next_entry : NULL; in vm_map_wire_locked()
3619 &next_entry)) in vm_map_wire_locked()
3623 next_entry : NULL; in vm_map_wire_locked()
4014 &next_entry, &scratch_entry); in vm_map_delete()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.h29 struct jit_code_entry *next_entry; member
/freebsd/sys/dev/ofw/
H A Dopenfirm.c94 SLIST_ENTRY(xrefinfo) next_entry;
137 SLIST_INSERT_HEAD(&xreflist, xi, next_entry); in xrefinfo_create()
163 SLIST_FOREACH(xi, &xreflist, next_entry) { in xrefinfo_find()
185 SLIST_INSERT_HEAD(&xreflist, xi, next_entry); in xrefinfo_add()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp45 ptr_t next_entry; // pointer member
139 entry->next_entry = extractor.GetAddress(&offset); in ReadJITEntry()
400 jit_relevant_entry = (addr_t)jit_entry.next_entry; in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp67 E->next_entry = NextEntry; in appendJITDebugDescriptor()
/freebsd/stand/i386/boot0/
H A Dboot0.S261 jnc next_entry # No
264 jz next_entry
286 next_entry: incw %dx # Next item label
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab.c766 if(id->next_entry == NULL) { in krb5_kt_next_entry()
773 return (*id->next_entry)(context, id, entry, cursor); in krb5_kt_next_entry()
H A Dkrb5.h579 krb5_error_code (KRB5_CALLCONV * next_entry)(krb5_context, krb5_keytab,
/freebsd/sys/compat/linux/
H A Dlinux_futex.c1023 struct linux_robust_list *entry, *next_entry, *pending; in release_futexes() local
1045 error = fetch_robust_entry(&next_entry, PTRIN(&entry->next), in release_futexes()
1061 entry = next_entry; in release_futexes()
/freebsd/contrib/libarchive/tar/
H A Dwrite.c546 goto next_entry; in write_archive()
563 goto next_entry; in write_archive()
568 next_entry: in write_archive()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c346 goto next_entry; in aliasguid_query_handler()
394 goto next_entry; in aliasguid_query_handler()
410 next_entry: in aliasguid_query_handler()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c617 uint64_t *next_entry = block_cursor + 1; in space_map_write_seg() local
618 if (next_entry == block_end && words > 1) { in space_map_write_seg()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp762 if (Latest->next_entry) in findNextDebugDescriptorEntry()
763 return Latest->next_entry; in findNextDebugDescriptorEntry()
/freebsd/sys/kern/
H A Duipc_shm.c1551 vm_map_entry_t next_entry, prev_entry; in shm_mmap_large() local
1634 next_entry = vm_map_entry_succ(prev_entry); in shm_mmap_large()
1635 if (next_entry->start < *addr + size) in shm_mmap_large()

12