Searched refs:m_start (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/nvi/vi/
H A Dv_ex.c47 ex_cinit(sp, &cmd, C_SUBAGAIN, 2, vp->m_start.lno, vp->m_start.lno, 1);
109 lno = vp->m_start.lno + 1;
111 lno = vp->m_start.lno + (vp->count - 1);
113 ex_cinit(sp, &cmd, C_JOIN, 2, vp->m_start.lno, lno, 0);
128 ex_cinit(sp, &cmd, C_SHIFTL, 2, vp->m_start.lno, vp->m_stop.lno, 0);
144 ex_cinit(sp, &cmd, C_SHIFTR, 2, vp->m_start.lno, vp->m_stop.lno, 0);
263 &cmd, C_BANG, 2, vp->m_start.lno, vp->m_stop.lno, 0);
295 ex_cinit(sp, &cmd, C_BANG, 2, vp->m_start.lno, vp->m_stop.lno, 0);
H A Dv_z.c48 lno = vp->m_start.lno;
52 vp->m_final.cno = vp->m_start.cno;
H A Dv_increment.c82 if (db_eget(sp, vp->m_start.lno, &p, &len, &isempty)) {
93 for (beg = vp->m_start.cno; beg < len && ISSPACE(p[beg]); ++beg);
96 if (beg != vp->m_start.cno) {
237 rval = db_set(sp, vp->m_start.lno, bp, len);
H A Dvi.c196 vp->m_start.lno = vp->m_stop.lno = vp->m_final.lno = sp->lno;
197 vp->m_start.cno = vp->m_stop.cno = vp->m_final.cno = sp->cno;
774 vp->m_start.lno = sp->lno;
775 vp->m_start.cno = 0;
843 motion.m_stop.lno = motion.m_start.lno = sp->lno;
845 motion.m_stop.cno = motion.m_start.cno = sp->cno;
902 if (motion.m_start.lno > motion.m_stop.lno ||
903 (motion.m_start.lno == motion.m_stop.lno &&
904 motion.m_start.cno > motion.m_stop.cno)) {
905 vp->m_start
[all...]
H A Dvi.h81 * the start of the range are both m_start, and are always the same.
122 MARK m_start; /* mark: initial cursor, range start. */ member in struct:_vicmd
H A Dv_txt.c2565 vp->m_final = vp->m_start;
2583 vp->m_final = vp->m_start;
2594 vp->m_final = vp->m_start;
2617 start = vp->m_start;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h257 uint64_t GetByteSize() const { return m_end - m_start; }
409 const uint8_t *GetDataStart() const { return m_start; }
618 uint8_t val = m_start[*offset_ptr];
839 return m_start + offset;
1001 const uint8_t *m_start; ///< A pointer to the first byte of data. member in class:lldb_private::DataExtractor
H A DStream.h46 size_t m_start; member in class:lldb_private::Stream::ByteDelta
49 ByteDelta(Stream &s) : m_stream(&s), m_start(s.GetWrittenBytes()) {}
52 size_t operator*() const { return m_stream->GetWrittenBytes() - m_start; }
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLockFileBase.h51 uint64_t m_start; member in class:lldb_private::LockFileBase
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DLockFilePosix.cpp61 return fileLock(m_fd, F_SETLK, F_UNLCK, m_start, m_len);
/freebsd-12-stable/sys/vm/
H A Dpmap.h134 vm_offset_t end, vm_page_t m_start, vm_prot_t prot);
H A Dvm_phys.c1181 vm_page_t m_end, m_run, m_start; local
1199 m_start = seg->first_page;
1201 m_start = &seg->first_page[atop(low - seg->start)];
1206 if (pa_end - VM_PAGE_TO_PHYS(m_start) < ptoa(npages))
1209 m_run = vm_page_scan_contig(npages, m_start, m_end,
H A Dvm_page.h576 vm_page_t vm_page_scan_contig(u_long npages, vm_page_t m_start,
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c155 vm_page_t m_start, vm_prot_t prot)
159 end, m_start, prot);
160 MMU_ENTER_OBJECT(mmu_obj, pmap, start, end, m_start, prot);
154 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp266 if (option_arg.getAsInteger(0, m_start))
286 m_start = 0;
296 uint32_t m_start; member in class:CommandObjectThreadBacktrace::CommandOptions
334 if (ext_thread_sp->GetStatus(strm, m_options.m_start,
365 if (!thread->GetStatus(strm, m_options.m_start, m_options.m_count,
/freebsd-12-stable/sys/powerpc/aim/
H A Dmmu_oea.c1203 * The sequence begins with the given page m_start. This page is
1206 * amount as the page is offset from m_start within the object. The
1208 * m_start that can be mapped at a virtual address less than the given
1211 * corresponding offset from m_start are mapped.
1215 vm_page_t m_start, vm_prot_t prot)
1220 VM_OBJECT_ASSERT_LOCKED(m_start->object);
1223 m = m_start;
1226 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
1214 moea_enter_object(mmu_t mmu, pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
H A Dmmu_oea64.c1489 * The sequence begins with the given page m_start. This page is
1492 * amount as the page is offset from m_start within the object. The
1494 * m_start that can be mapped at a virtual address less than the given
1497 * corresponding offset from m_start are mapped.
1501 vm_page_t m_start, vm_prot_t prot)
1506 VM_OBJECT_ASSERT_LOCKED(m_start->object);
1509 m = m_start;
1510 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
1500 moea64_enter_object(mmu_t mmu, pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dpmap.c1634 * The sequence begins with the given page m_start. This page is
1637 * amount as the page is offset from m_start within the object. The
1639 * m_start that can be mapped at a virtual address less than the given
1642 * corresponding offset from m_start are mapped.
1646 vm_page_t m_start, vm_prot_t prot)
1651 VM_OBJECT_ASSERT_LOCKED(m_start->object);
1654 m = m_start;
1657 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
1645 pmap_enter_object(pmap_t pm, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c2570 * The sequence begins with the given page m_start. This page is
2573 * amount as the page is offset from m_start within the object. The
2575 * m_start that can be mapped at a virtual address less than the given
2578 * corresponding offset from m_start are mapped.
2582 vm_offset_t end, vm_page_t m_start, vm_prot_t prot)
2587 VM_OBJECT_ASSERT_LOCKED(m_start->object);
2590 m = m_start;
2593 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
2581 mmu_booke_enter_object(mmu_t mmu, pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c3053 * The sequence begins with the given page m_start. This page is
3056 * amount as the page is offset from m_start within the object. The
3058 * m_start that can be mapped at a virtual address less than the given
3061 * corresponding offset from m_start are mapped.
3065 vm_page_t m_start, vm_prot_t prot)
3072 VM_OBJECT_ASSERT_LOCKED(m_start->object);
3076 m = m_start;
3080 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
3064 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/mips/mips/
H A Dpmap.c2478 * The sequence begins with the given page m_start. This page is
2481 * amount as the page is offset from m_start within the object. The
2483 * m_start that can be mapped at a virtual address less than the given
2486 * corresponding offset from m_start are mapped.
2490 vm_page_t m_start, vm_prot_t prot)
2495 VM_OBJECT_ASSERT_LOCKED(m_start->object);
2499 m = m_start;
2502 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
2489 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c3231 * The sequence begins with the given page m_start. This page is
3234 * amount as the page is offset from m_start within the object. The
3236 * m_start that can be mapped at a virtual address less than the given
3239 * corresponding offset from m_start are mapped.
3243 vm_page_t m_start, vm_prot_t prot)
3248 VM_OBJECT_ASSERT_LOCKED(m_start->object);
3251 m = m_start;
3254 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
3242 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
H A Dpmap-v6.c4798 * The sequence begins with the given page m_start. This page is
4801 * amount as the page is offset from m_start within the object. The
4803 * m_start that can be mapped at a virtual address less than the given
4806 * corresponding offset from m_start are mapped.
4810 vm_page_t m_start, vm_prot_t prot)
4817 __func__, pmap, start, end, m_start, prot));
4819 VM_OBJECT_ASSERT_LOCKED(m_start->object);
4822 m = m_start;
4825 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
4809 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c4058 * The sequence begins with the given page m_start. This page is
4061 * amount as the page is offset from m_start within the object. The
4063 * m_start that can be mapped at a virtual address less than the given
4066 * corresponding offset from m_start are mapped.
4070 vm_page_t m_start, vm_prot_t prot)
4076 VM_OBJECT_ASSERT_LOCKED(m_start->object);
4080 m = m_start;
4083 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
4069 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument
/freebsd-12-stable/sys/arm64/arm64/
H A Dpmap.c3578 * The sequence begins with the given page m_start. This page is
3581 * amount as the page is offset from m_start within the object. The
3583 * m_start that can be mapped at a virtual address less than the given
3586 * corresponding offset from m_start are mapped.
3590 vm_page_t m_start, vm_prot_t prot)
3597 VM_OBJECT_ASSERT_LOCKED(m_start->object);
3601 m = m_start;
3604 while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {
3589 pmap_enter_object(pmap_t pmap, vm_offset_t start, vm_offset_t end, vm_page_t m_start, vm_prot_t prot) argument

Completed in 563 milliseconds

123