Searched refs:page (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/nand/
H A Dnandsim_chip.c452 uint32_t lun, block, page, offset, block_size; local
458 err = nand_row_to_blkpg(&chip->cg, row, &lun, &block, &page);
482 offset = page * (chip->cg.page_size + chip->cg.oob_size);
793 uint32_t lun, block, page; local
816 &block, &page);
H A Dnandsim.c434 int page, page_size, block, offset; local
450 page = error->page_num % param->pages_per_block;
456 offset = (page * page_size) + error->column;
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c99 {(char *)"-page", (char *)"*dvi.pageNumber",
128 (void) printf (" [-page <page-number>] [-backing <backing-store>]\n");
137 static Widget page; variable
253 page = XtCreateManagedWidget ("label", labelWidgetClass, paned,
287 XtSetValues (page, arg, 1);
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c441 xboxfb_save_font(video_adapter_t *adp, int page, int size, int width, argument
448 xboxfb_load_font(video_adapter_t *adp, int page, int size, int width, argument
455 xboxfb_show_font(video_adapter_t *adp, int page) argument
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h572 void sc_load_font(scr_stat *scp, int page, int size, int width,
574 void sc_save_font(scr_stat *scp, int page, int size, int width,
576 void sc_show_font(scr_stat *scp, int page);
/freebsd-11-stable/usr.sbin/ypldap/
H A Dldapclient.c536 if (m->page != NULL && m->page->cookie_len != 0)
537 pg = m->page;
/freebsd-11-stable/usr.bin/man/
H A Dman.sh135 # We have a match, check for a cat page
143 decho " Skipping catpage: non-standard page width"
145 # cat page found and is newer, use that
151 # no cat page or is older
193 # Search the given path/section combo for a given page.
271 # Usage: man_check_for_so page path
461 # Usage: man_find_and_display page
462 # Search through the manpaths looking for the given page.
470 decho "Found a usable page, displaying that"
634 # Set up page widt
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c472 am335x_syscons_save_font(video_adapter_t *adp, int page, int size, int width, argument
479 am335x_syscons_load_font(video_adapter_t *adp, int page, int size, int width, argument
490 am335x_syscons_show_font(video_adapter_t *adp, int page) argument
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S136 beq k1, zero, 2f #0a: ==0 -- no page table
143 beq k1, zero, 2f # ==0 -- no page table
146 andi k0, k0, PTE2MASK #0c: k0=page tab offset
161 2: j SlowFault #22: no page table present
675 * kernel stack since there has to be a u page if we came from user mode.
868 2: /* Validate page directory pointer. */
878 /* Validate page table pointer. */
896 andi k0, k0, PTEMASK # k0=page tab offset
900 /* Validate page table entry. */
1053 beq k1, zero, MipsKernGenException # ==0 -- no page tabl
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl10 # I let hardware handle unaligned input(*), except on page boundaries
218 ; upon unaligned access which crosses page boundary. "Better safe
226 andi. $t1,$t1,4095 ; distance to closest page boundary
230 ble Laligned ; didn't cross the page boundary
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp170 int64_t page = (Value + Addend + 0x8000) & ~0xffff; local
171 return (Value + Addend - page) & 0xffff;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc24 // Contrary to what you might expect, the Windows page protection flags
49 // granularity may be larger than a single page (in practice, it is 64K)
63 // sucessfull, we return the minimal large memory page size.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp189 uptr page = internal_mmap(0, GetPageSizeCached(), PROT_READ | PROT_WRITE, local
191 if (internal_iserror(page)) {
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c847 if (sc->sc_memory.page[i].used == 0) {
848 sc->sc_memory.page[i].used = 1;
849 return (sc->sc_memory.page[i].addr);
1540 if (sc->sc_memory.page[i].addr == addr) {
1541 sc->sc_memory.page[i].used = 0;
1704 sc->sc_memory.page[i].used = 0;
1708 * The first memory page is always reserved for
1711 sc->sc_memory.page[i].addr =
1714 sc->sc_memory.page[i].addr =
1715 sc->sc_memory.page[
[all...]
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_user.c393 mpr_printf(sc, "page type 0x%x not changeable\n",
2383 struct mpr_cfg_page_req page; member in union:__anon36
2401 CP(*page32, arg.page, header);
2402 CP(*page32, arg.page, page_address);
2403 PTRIN_CP(*page32, arg.page, buf);
2404 CP(*page32, arg.page, len);
2405 CP(*page32, arg.page, ioc_status);
2457 CP(arg.page, *page32, header);
2458 CP(arg.page, *page32, page_address);
2459 PTROUT_CP(arg.page, *page3
[all...]
/freebsd-11-stable/sys/dev/mps/
H A Dmps_user.c378 mps_printf(sc, "page type 0x%x not changeable\n",
2287 struct mps_cfg_page_req page; member in union:__anon1
2305 CP(*page32, arg.page, header);
2306 CP(*page32, arg.page, page_address);
2307 PTRIN_CP(*page32, arg.page, buf);
2308 CP(*page32, arg.page, len);
2309 CP(*page32, arg.page, ioc_status);
2361 CP(arg.page, *page32, header);
2362 CP(arg.page, *page32, page_address);
2363 PTROUT_CP(arg.page, *page3
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm52 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
62 ! As specified per page 3-32 of the ABI, %edx contains a function
H A Dsol2-gc1.asm55 ! (the innermost stack frame) with a NULL value, per page 3-32 of the ABI.
65 ! As specified per page 3-32 of the ABI, %edx contains a function
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-compactflash.c416 mio_boot_reg_tim.s.pagem = 0; /* Disable page mode */
420 mio_boot_reg_tim.s.page = 0; /* Not used */
/freebsd-11-stable/lib/libc/db/btree/
H A Dbtree.h43 #define DEFMINKEYPAGE (2) /* Minimum keys per page */
45 #define MINPSIZE (512) /* Minimum page size */
48 * Page 0 of a btree file contains a copy of the meta-data. This page is also
49 * used as an out-of-band page, i.e. page pointers that point to nowhere point
50 * to page 0. Page 1 is the root of the btree.
52 #define P_INVALID 0 /* Invalid tree page number. */
53 #define P_META 0 /* Tree metadata page number. */
54 #define P_ROOT 1 /* Tree root page number. */
57 * There are five page layout
244 PAGE *page; /* the (pinned) page */ member in struct:_epg
[all...]
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_put.c69 /* Toss any page pinned across calls. */
200 * If the data won't fit on a page, store it on indirect pages.
217 /* __rec_search pins the returned page. */
223 h = e->page;
248 * If not enough room, split the page. The split code will insert
249 * the key and data and unpin the current page. If inserting into
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h178 /* Note: The has given 150 possible entries since anyway each file captures at least one page. */
230 /* Each image must start on its own page. Bootstrap and LIM are bound together, so they can share the same page.
231 * The LIM itself should be very small, so limit it to 8Kb, but in order to open a new page, we decrement the bootstrap size out of it.
247 u8 page[FLASH_PAGE_SIZE]; member in union:nvm_dir_union
/freebsd-11-stable/tools/build/options/
H A Dmakeman6 # This script creates the src.conf.5 man page using template text contained
141 echo "building src.conf.5 man page from files in ${PWD}" >&2
352 This manual page was autogenerated by
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S30 .set MEM_TBL,0x5000 # BTX page tables
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_pd.c38 #include <linux/page.h>

Completed in 332 milliseconds

1234567891011>>