Home
last modified time | relevance | path

Searched refs:next (Results 2551 – 2575 of 3718) sorted by relevance

1...<<101102103104105106107108109110>>...149

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ADDRINFO.pod77 BIO_ADDRINFO_next() returns the next B<BIO_ADDRINFO> in the chain
H A DPEM_read_CMS.pod94 the next four lines of the synopsis.
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h394 struct icp_qat_uof_batch_init *next; member
/freebsd/sys/dev/usb/wlan/
H A Dif_upgtvar.h354 STAILQ_ENTRY(upgt_data) next;
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c172 tmp = tmp->next; in debug_print_volume_descriptor_information()
/freebsd/crypto/openssl/test/
H A DCAtsa.cnf6 # Comment out the next line to ignore configuration errors
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp119 auto Next = std::next(I); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp211 BB->erase(std::next(BasicBlock::iterator(ThrowI)), BB->end()); in prepareThrows()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp61 frame = frame->next) { in CopyTrace()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp276 std::remove_if(std::next(first), worklist_end, in SetSCMatchesByLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst48 …lways the start of a super block, the super block will continue until the next block with more tha…
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp276 if (std::next(iter) != sorted_entries.end()) in GetDescription()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp48 for (const SymbolizedStack *f = frames; f; f = f->next) in SkipInternalFrames()
/freebsd/sys/contrib/device-tree/Bindings/eeprom/
H A Dat24.yaml170 over reads to the next slave address. Please consult the manual of
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dserial.yaml20 label next to the physical port.
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt10 For the moment just point to the existing hwmod, the next step will be
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp370 list->next = lst;
373 kmp_task_pri_t *next_queue = lst->next;
376 next_queue = lst->next;
384 list->next = NULL;
385 lst->next = list;
394 list->next = next_queue;
395 lst->next = list;
420 list->next = NULL;
3086 list = list->next;
3933 kmp_task_pri_t *next = list->next; local
[all …]
/freebsd/contrib/libpcap/
H A Dgencode.c910 struct block *next; in backpatch() local
914 next = JT(list); in backpatch()
917 next = JF(list); in backpatch()
920 list = next; in backpatch()
6358 s[i]->next = s[i + 1]; in gen_protochain()
7280 while (s0->next) in sappend()
7281 s0 = s0->next; in sappend()
7282 s0->next = s1; in sappend()
7678 s->next->s.k = regno; in gen_loadlen()
7699 s->next->s.k = reg; in gen_loadi_internal()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm6115.dtsi50 next-level-cache = <&L2_0>;
69 next-level-cache = <&L2_0>;
83 next-level-cache = <&L2_0>;
97 next-level-cache = <&L2_0>;
111 next-level-cache = <&L2_1>;
130 next-level-cache = <&L2_1>;
144 next-level-cache = <&L2_1>;
158 next-level-cache = <&L2_1>;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c446 int next; in archive_read_format_cab_bid() local
447 if ((next = find_cab_magic(p)) == 0) in archive_read_format_cab_bid()
449 p += next; in archive_read_format_cab_bid()
515 int next; in cab_skip_sfx() local
516 if ((next = find_cab_magic(p)) == 0) { in cab_skip_sfx()
521 p += next; in cab_skip_sfx()
/freebsd/contrib/ofed/librdmacm/
H A Dcma.c109 struct cma_multicast *next; member
1738 mc->next = id_priv->mc_list; in rdma_join_multicast2()
1779 for (pos = &id_priv->mc_list; *pos != mc; pos = &(*pos)->next) in rdma_join_multicast2()
1781 *pos = mc->next; in rdma_join_multicast2()
1814 for (pos = &id_priv->mc_list; *pos; pos = &(*pos)->next) in rdma_leave_multicast()
1820 *pos = mc->next; in rdma_leave_multicast()
/freebsd/sys/dev/hptmv/
H A Dentry.c1234 pAdapter->pbus_dmamap_list = p-> next; in dmamap_get()
1241 p->next = p->pAdapter->pbus_dmamap_list; in dmamap_put()
1260 pAdapter->next = 0; in init_adapter()
1267 pCurAdapter->next = pAdapter; in init_adapter()
2433 pAdapter = pAdapter->next; in hpt_worker_thread()
2469 for (pAdapTemp = gIal_Adapter; pAdapTemp; pAdapTemp = pAdapTemp->next) { in launch_worker_thread()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c508 cb->invalidate_wr.next = &cb->reg_mr_wr.wr; in krping_setup_wr()
792 cb->rdma_sq_wr.wr.next = NULL; in krping_test_server()
804 cb->rdma_sq_wr.wr.next = &inv; in krping_test_server()
816 cb->rdma_sq_wr.wr.next = NULL; in krping_test_server()
1808 fr.wr.next = &inv; in krping_fr_test()
/freebsd/contrib/tcpdump/
H A Dconfigure.ac504 # suppress the next test.
529 # suppress the next test.
556 # suppress the next test.
584 # suppress the next test.
/freebsd/sys/dev/ocs_fc/
H A Docs_node.c568 ocs_io_t *next; in ocs_node_force_free() local
581 ocs_list_foreach_safe(&node->active_ios, io, next) { in ocs_node_force_free()
1143 ocs_io_t *next; in __ocs_node_wait_ios_shutdown() local
1157 ocs_list_foreach_safe(&node->active_ios, io, next) { in __ocs_node_wait_ios_shutdown()

1...<<101102103104105106107108109110>>...149