Home
last modified time | relevance | path

Searched refs:pageoffset (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_io.c58 vaddr_t baseva, endva, pageoffset, kva; in uvm_io() local
84 pageoffset = baseva & PAGE_MASK; in uvm_io()
86 chunksz = MIN(round_page(togo + pageoffset), trunc_page(MAXPHYS)); in uvm_io()
98 for (/*null*/; togo > 0 ; pageoffset = 0) { in uvm_io()
123 sz = chunksz - pageoffset; in uvm_io()
126 error = uiomove((void *) (kva + pageoffset), sz, uio); in uvm_io()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_board.c620 bcm53xx_srab_read_4(u_int pageoffset) in bcm53xx_srab_read_4() argument
630 __SHIFTIN(pageoffset, SRA_PAGEOFFSET) | SRA_GORDYN); in bcm53xx_srab_read_4()
639 bcm53xx_srab_read_8(u_int pageoffset) in bcm53xx_srab_read_8() argument
649 __SHIFTIN(pageoffset, SRA_PAGEOFFSET) | SRA_GORDYN); in bcm53xx_srab_read_8()
660 bcm53xx_srab_write_4(u_int pageoffset, uint32_t val) in bcm53xx_srab_write_4() argument
670 __SHIFTIN(pageoffset, SRA_PAGEOFFSET) | SRA_WRITE | SRA_GORDYN); in bcm53xx_srab_write_4()
677 bcm53xx_srab_write_8(u_int pageoffset, uint64_t val) in bcm53xx_srab_write_8() argument
688 __SHIFTIN(pageoffset, SRA_PAGEOFFSET) | SRA_WRITE | SRA_GORDYN); in bcm53xx_srab_write_8()
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-table.cpp728 html_indent::html_indent (simple_output *op, int ind, int pageoffset, int linelength) in html_indent() argument
732 table->add_column(1, ind+pageoffset, linelength, 'L'); in html_indent()
733 table->add_indent(pageoffset); in html_indent()
735 pg = pageoffset; in html_indent()
780 void html_indent::get_reg (int *ind, int *pageoffset, int *linelength) in get_reg() argument
783 *pageoffset = pg; in get_reg()
H A Dhtml-table.h118 html_indent (simple_output *op, int ind, int pageoffset, int linelength);
121 void get_reg (int *ind, int *pageoffset, int *linelength);
H A Dhtml-text.h74 int indentation, int pageoffset, int linelength,
112 int pageoffset; /* .po value */ variable
H A Dpost-html.cpp1981 int pageoffset; member in html_printer
2193 do_indent(get_troff_indent(), pageoffset, linelength); in restore_troff_indent()
2218 …current_paragraph->do_para(&html, "align=left", get_troff_indent(), pageoffset, linelength, space); in emit_raw()
2221 …current_paragraph->do_para(&html, "align=right", get_troff_indent(), pageoffset, linelength, space… in emit_raw()
2506 current_paragraph->do_para(&html, "", get_troff_indent(), pageoffset, linelength, space); in write_header()
2701 (pageoffset+device_indent != in+pageoff)) { in do_indent()
2707 pageoffset = pageoff; in do_indent()
2712 pageoffset, max_linelength, space); in do_indent()
2775 output_hpos = get_troff_indent()+pageoffset; in do_fill()
2797 output_hpos = get_troff_indent()+pageoffset; in do_eol()
[all …]
H A Dhtml-text.cpp51 current_indentation(-1), pageoffset(-1), linelength(-1), in html_text()
/netbsd-src/external/gpl2/groff/dist/contrib/mm/
H A DChangeLog469 * MOVE made linelength pageoffset wider than wanted.