Searched refs:page (Results 276 - 300 of 335) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/groff/src/roff/groff/
H A Dgroff.cpp716 "-nnum\tnumber first page n\n"
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init.h573 void *page; member in struct:ilt_line
/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h355 struct page **page_list;
606 * Reads a dword out of the status page, which is written to from the command
/freebsd-11-stable/sys/dev/nand/
H A Dnfc_fsl.c156 static int fsl_nand_build_address(device_t dev, uint32_t page, uint32_t column);
203 nand_debug(NDBG_DRV, "%s: large page NAND device at #%d",
208 nand_debug(NDBG_DRV, "%s: small page NAND device at #%d",
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h263 struct page **pages;
H A Dsdp_zcopy.c54 struct page *payload_pg;
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S194 mov $MEM_USR+SIZ_PAG*2,%di # Client page 2
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c41 #include <linux/page.h>
144 "(non-fatal), device status page disabled.\n",
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h581 BaserelChunk(uint32_t page, Baserel *begin, Baserel *end);
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c4244 int page, int subpage, int task_attr, int retry_count, int timeout,
4270 /* page */ page,
4373 int c, page = -1, subpage = 0, pc = 0, llbaa = 0; local
4396 page = strtol(optarg, NULL, 0);
4399 if (page < 0 || page > 0x3f)
4400 errx(1, "invalid mode page %d", page);
4413 errx(1, "invalid page contro
4243 mode_sense(struct cam_device *device, int *cdb_len, int dbd, int llbaa, int pc, int page, int subpage, int task_attr, int retry_count, int timeout, u_int8_t *data, int datalen) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl10 # I let hardware handle unaligned input, except on page boundaries
251 ; upon unaligned access which crosses page boundary. "Better safe
259 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
262 ble Laligned ; didn't cross the page boundary
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S46 .set MEM_PAGE_SIZE,0x1000 # memory page size, 4k
472 add $(MEM_PAGE_SIZE - 1),%edi # pad %edi out to a new page
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c1566 * Always use the font page #0. XXX
1590 * Always use the font page #0. XXX
1616 * Always use the font page #0. XXX
3272 /* FONT KLUDGE: always use the font page #0. XXX */
3719 case SPCLKEY | FKEY | F(51): /* page up key */
3729 case SPCLKEY | FKEY | F(59): /* page down key */
3946 * Always use the font page #0 on the video plane 2.
4047 sc_load_font(scr_stat *scp, int page, int size, int width, u_char *buf, argument
4054 vidd_load_font(sc->adp, page, size, width, buf, base, count);
4059 sc_save_font(scr_stat *scp, int page, in argument
4071 sc_show_font(scr_stat *scp, int page) argument
[all...]
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c2046 /* Make the last page point to the beginning of the ring buffer. */
2081 rtwn_fw_loadpage(struct rtwn_softc *sc, int page, const uint8_t *buf, int len) argument
2087 reg = RW(reg, R92C_MCUFWDL_PAGE, page);
2116 int mlen, ntries, page, error = 0; local
2166 for (page = 0; len > 0; page++) {
2168 rtwn_fw_loadpage(sc, page, ptr, mlen);
2259 /* Set Tx/Rx transfer page boundary. */
2262 /* Set Tx/Rx transfer page size. */
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c6189 * @reg: register address in the page
6234 * @reg: register address in the page
6274 * @page: registers page number
6275 * @reg: register address in the page
6282 u8 page, u16 reg, u8 phy_addr, u16 *value)
6290 (page << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
6313 command = (page << I40E_GLGEN_MSCA_DEVADD_SHIFT) |
6348 * @page: registers page numbe
6281 i40e_read_phy_register_clause45(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 *value) argument
6355 i40e_write_phy_register_clause45(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 value) argument
6422 i40e_write_phy_register(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 value) argument
6459 i40e_read_phy_register(struct i40e_hw *hw, u8 page, u16 reg, u8 phy_addr, u16 *value) argument
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c220 vm_offset_t virtual_avail; /* VA of first avail page (after kernel bss) */
221 vm_offset_t virtual_end; /* VA of last avail page (end of kernel AS) */
250 "Are large page mappings enabled?");
373 * The next level may or may not point to a valid page or block.
536 * Checks if the page is dirty. We currently lack proper tracking of this on
537 * arm64 so for now assume is a page mapped as rw was accessed it is.
647 /* Clean the L2 page table */
682 /* Clean the L2 page table */
771 * Read the page table to find out what is already mapped.
855 * highest page o
4868 pmap_map_io_transient(vm_page_t page[], vm_offset_t vaddr[], int count, boolean_t can_fault) argument
4910 pmap_unmap_io_transient(vm_page_t page[], vm_offset_t vaddr[], int count, boolean_t can_fault) argument
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1109 dlg_check_scrolled(int key, int last, int page, bool * show, int *offset) argument
1142 *offset -= page;
1150 *offset += page;
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.c139 u_int page, u_int target, int extent);
486 * Read a configuration page into the supplied dpt_cont_t buffer.
490 u_int size, u_int page, u_int target, int extent)
517 cp->cp_page = page;
1254 /* DMA tag for our S/G structures. We allocate in page sized chunks */
489 dpt_get_conf(dpt_softc_t *dpt, dpt_ccb_t *dccb, u_int32_t dccb_busaddr, u_int size, u_int page, u_int target, int extent) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c891 xpt_print(periph->path, "Unable to mode sense control page - "
1411 struct scsi_control_page *page; local
1416 page = (struct scsi_control_page *)offset;
1417 path->device->queue_flags = page->queue_flags;
H A Dscsi_sa.h193 * Dev specific mode page masks.
204 * Sequential-access specific mode page numbers.
214 * Mode page definitions.
303 * This is the Read/Write Control mode page used on IBM Enterprise Tape
308 * This page definition is current as of the 3592 SCSI Reference v6,
490 * Manufacturer-assigned Serial Number VPD page.
523 * Tape Data Encryption In Support page (0x0000).
532 * Tape Data Encryption Out Support page (0x0001).
542 * Data Encryption Capabilities page.
609 * Data Encryption Capabilities page (
[all...]
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c3837 /* Make the last page point to the beginning of the ring buffer. */
3874 urtwn_fw_loadpage(struct urtwn_softc *sc, int page, const uint8_t *buf, int len) argument
3881 reg = RW(reg, R92C_MCUFWDL_PAGE, page);
3913 int mlen, ntries, page, error; local
3976 for (page = 0; len > 0; page++) {
3978 error = urtwn_fw_loadpage(sc, page, ptr, mlen);
3981 "could not load firmware page\n");
4148 /* Set Tx/Rx transfer page boundary. */
4154 /* Set Tx/Rx transfer page siz
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h457 unsigned long *pagelist; /**< page list */
1791 struct page **pages,
1842 struct page **pages,
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh908 * page number that it would map to.
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_cam.c770 "Container MODE_SENSE id %d lun %d len %d page %d",
772 ccb->csio.dxfer_len, msp->page);
799 switch (msp->page & SMS_PAGE_CODE) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsupport.S892 sub %l0, SPOFF, %fp ! setup a stack in a locked page

Completed in 434 milliseconds

<<11121314