Searched refs:pagenum (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMapper.cpp238 ppnum_t pagenum = pmap_find_phys(kernel_pmap, (addr64_t) address);
239 if (pagenum)
240 *physAddrP = pagenum;
H A DIOLib.cpp886 ppnum_t pagenum; local
904 pagenum = pmap_find_phys(kernel_pmap, (addr64_t)address);
905 if( pagenum) {
907 ret = IOMapPages( get_task_map(task), address, ptoa_64(pagenum), page_size, cacheMode );
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c483 ppnum_t pagenum; local
489 pagenum = (ppnum_t)atop_64(pa);
518 pmap_set_cache_attributes(pagenum, flags);
524 pmap_map_block(pmap, va, pagenum, (uint32_t) atop_64(round_page_64(length)), prot, 0, 0);
/macosx-10.9.5/vim-53/src/
H A Dhardcopy.c148 static void prt_header __ARGS((prt_settings_T *psettings, int pagenum, linenr_T lnum));
446 prt_header(psettings, pagenum, lnum)
448 int pagenum;
485 printer_page_num = pagenum;
501 sprintf((char *)tbuf, _("Page %d"), pagenum);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c7514 unsigned char *crop_buff, int pagenum, int total_pages)
7746 TIFFSetField(out, TIFFTAG_PAGENUMBER, pagenum, total_pages);
7759 TIFFError("","Unable to write contiguous tile data for page %d", pagenum);
7764 TIFFError("","Unable to write separate tile data for page %d", pagenum);
7772 TIFFError("","Unable to write contiguous strip data for page %d", pagenum);
7777 TIFFError("","Unable to write separate strip data for page %d", pagenum);
7783 TIFFError("","Failed to write IFD for page number %d", pagenum);
7512 writeCroppedImage(TIFF *in, TIFF *out, struct image_data *image, struct dump_opts *dump, uint32 width, uint32 length, unsigned char *crop_buff, int pagenum, int total_pages) argument

Completed in 222 milliseconds