Searched refs:page (Results 101 - 125 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c69 * of this type to describe position and size of a given page.
73 /* global offset on the page within the index file */
76 /* number of mapping entries in that page */
79 /* size of the page on disk (in the index file) */
84 * the page tables of every revision covered by that index - but not the
95 /* (max) number of entries per page */
98 /* indexes into PAGE_TABLE that mark the first page of the respective
108 /* Run-time data structure containing a single log-to-phys index page.
149 /* number of bytes in the rev files covered by each p2l page */
772 /* Utility data structure describing an log-2-phys page entr
1244 apr_size_t page, page_count; local
1438 get_l2p_page(l2p_page_t **page, svn_fs_x__revision_file_t *rev_file, l2p_page_table_entry_t *table_entry, apr_pool_t *result_pool) argument
1536 l2p_page_get_offset(l2p_page_baton_t *baton, const l2p_page_t *page, const apr_off_t *offsets, const apr_uint32_t *sub_items, apr_pool_t *scratch_pool) argument
1569 const l2p_page_t *page = data; local
1743 l2p_page_t *page = NULL; local
1772 l2p_page_t *page = NULL; local
2761 apr_array_header_t *page; local
2946 apr_array_header_t page = *raw_page; local
3180 const apr_array_header_t *page = data; local
3770 l2p_page_t *page = in; local
3806 l2p_page_t *page = data; local
3872 apr_array_header_t *page = in; local
3913 apr_array_header_t *page = (apr_array_header_t *)data; local
[all...]
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh19 # creates a manual page dynamicly based on the kernel. This
27 # Set a unique date format in the produced manual page.
34 # part of our manual page.
39 This manual page has been automatically generated by
59 This manual page is automatically generated
75 produce a manual page to aid in the administration and
89 # the final 'inner circle' of our manual page.
107 # manual page. This is required before we populate it with
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh46 # symlinks - ignore these - eg: expn is its own man page:
62 # Uncompress one page
96 echo gunzipping page $pname 1>&2
107 # its own man page !
168 # we have a page with a .so in it
183 echo inlining page $fname 1>&2
196 # If a page consists of just one line with a .so,
230 echo "removing .so's in page $pname" 1>&2
235 # its own man page !
250 # compress one page
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc61 // On PowerPC, having an executable page that has no read permission
64 // the processor as loads. If the page has no read permissions,
90 // page without file backing, but we need a fallback of opening /dev/zero
113 // Use any near hint and the page size to set a page-aligned starting address
122 // FIXME: Handle huge page requests (MF_HUGE_HINT).
190 // and CPU segfaults on trying to clear cache on !PROT_READ page. Therefore we need
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.c180 int page; member in struct:cd_page_sizes
256 struct cd_mode_params *data, u_int32_t page);
1672 union cd_pages *page; local
1675 page = (union cd_pages *)find_mode_page_10(
1678 page = (union cd_pages *)find_mode_page_6(
1681 return (page);
1690 if (cd_page_size_table[i].page == page_num)
1752 union cd_pages *page; local
1768 page = cdgetpage(&params);
1770 page
1848 union cd_pages *page; local
1889 union cd_pages *page; local
2209 union cd_pages *page; local
2242 union cd_pages *page; local
2274 union cd_pages *page; local
2308 union cd_pages *page; local
2340 union cd_pages *page; local
2372 union cd_pages *page; local
2402 union cd_pages *page; local
2432 union cd_pages *page; local
3177 cdgetmode(struct cam_periph *periph, struct cd_mode_params *data, u_int32_t page) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c262 long page; local
271 page = sysconf(_SC_PAGESIZE);
272 ATF_REQUIRE(page >= 0);
274 buf = malloc(page);
283 * Try to lock a page while
286 if (mlock(buf, page) != 0)
289 if (munlock(buf, page) != 0)
298 if (mlock(buf, page) != 0)
301 (void)munlock(buf, page);
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_delete.c70 /* Toss any page pinned across calls. */
99 * If the page is about to be emptied, we'll need to
152 * currently locked page so we don't hit an already-locked page.
158 h = e->page;
165 * Move right, looking for the page. At each move we have to move
166 * up the stack until we don't have to move to the next page. If
177 /* Get the parent page. */
197 /* Lose the currently pinned page. */
217 h = e->page;
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes.c41 #define SRDS_CORE_REG_ADDR(page, type, offset)\
42 (((page) << 13) | ((type) << 12) | (offset))
96 enum al_serdes_reg_page page,
102 enum al_serdes_lane page,
111 enum al_serdes_reg_page page,
128 enum al_serdes_reg_page page,
200 enum al_serdes_reg_page page,
212 page,
220 al_assert(((int)page) >= AL_SRDS_REG_PAGE_0_LANE_0);
221 al_assert(((int)page) <
197 al_serdes_reg_read( struct al_serdes_obj *obj, enum al_serdes_group grp, enum al_serdes_reg_page page, enum al_serdes_reg_type type, uint16_t offset, uint8_t *data) argument
252 al_serdes_reg_write( struct al_serdes_obj *obj, enum al_serdes_group grp, enum al_serdes_reg_page page, enum al_serdes_reg_type type, uint16_t offset, uint8_t data) argument
1071 al_serdes_grp_reg_read( struct al_serdes_group_info *grp_info, enum al_serdes_reg_page page, enum al_serdes_reg_type type, uint16_t offset) argument
1084 al_serdes_grp_lane_read( struct al_serdes_group_info *grp_info, enum al_serdes_lane page, enum al_serdes_reg_type type, uint16_t offset) argument
1096 al_serdes_grp_reg_write( struct al_serdes_group_info *grp_info, enum al_serdes_reg_page page, enum al_serdes_reg_type type, uint16_t offset, uint8_t data) argument
1131 al_serdes_grp_reg_masked_write( struct al_serdes_group_info *grp_info, enum al_serdes_reg_page page, enum al_serdes_reg_type type, uint16_t offset, uint8_t mask, uint8_t data) argument
1352 enum al_serdes_reg_page page = (enum al_serdes_reg_page)lane; local
[all...]
/freebsd-11-stable/include/
H A Dmpool.h39 * The memory pool scheme is a simple one. Each in-memory page is referenced
41 * are threaded on a hash chain (hashed by page number) and an lru chain.
52 void *page; /* page */ member in struct:_bkt
53 pgno_t pgno; /* page number */
55 #define MPOOL_DIRTY 0x01 /* page needs to be written */
56 #define MPOOL_PINNED 0x02 /* page is pinned into memory */
57 #define MPOOL_INUSE 0x04 /* page address is valid */
68 unsigned long pagesize; /* file page size */
70 /* page i
[all...]
/freebsd-11-stable/sys/dev/nand/
H A Dnand_dev.h42 uint32_t page; member in struct:nand_oob_rw
/freebsd-11-stable/usr.bin/mail/
H A Dcmd1.c286 type1(int *msgvec, int doign, int page) argument
297 (page || (cp = value("crt")) != NULL)) {
299 if (!page) {
303 if (page || nlines > (*cp ? atoi(cp) : realscreenheight)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S78 adrp x1, _setjmp$non_lazy_ptr@page
129 adrp x1, __setjmp$non_lazy_ptr@page
182 adrp x2, _sigsetjmp$non_lazy_ptr@page
235 adrp x2, ASM_SYMBOL(__sigsetjmp)@page
/freebsd-11-stable/sys/vm/
H A Ddevice_pager.c138 * Offset should be page aligned.
148 * of the page size. Do a check to avoid wrap.
250 ("Managed device or page obj %p m %p", object, m));
301 ("Wrong page type %p %p", ma[0], object));
332 vm_page_t m_paddr, page; local
363 /* If "paddr" is a real page, perform a sanity check on "memattr". */
380 * If the passed in result page is a fake page, update it with
383 page = *mres;
385 vm_page_updatefake(page, padd
[all...]
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl228 my ($page, $sect) = ($1, $2 ? int($2) : 3);
229 ++$xref{$sect}->{$page};
422 foreach my $page (sort(dictionary_order keys(%{$xref->{$sect}}))) {
423 push(@refs, "$page $sect");
548 function and this manual page were\n";
585 my $page = shift; # Which page to produce
592 open(FILE, ">", "$page.3")
593 or die("$page.3: $!\n");
595 $page
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c324 int page; local
332 page = (request->offset + PAGE_SIZE - 1) / PAGE_SIZE;
333 if ((retcode = drm_bind_agp(entry->memory, page)))
335 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
433 struct page **pages,
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-wb.c73 #define PT_PREQ 5 /* page vector request */
74 #define PT_PREP 7 /* page vector reply */
86 uint32_t p_uid; /* page number */
119 struct PageID pd_page; /* page that operations apply to */
130 struct PageID pr_page; /* page of drawops */
151 struct PageID page; member in struct:pgstate
162 struct PageID pi_mpage; /* current page */
196 ipaddr_string(ndo, &id->pi_ps.page.p_sid),
197 EXTRACT_32BITS(&id->pi_ps.page.p_uid),
276 ipaddr_string(ndo, &ps->page
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c55 * Information collected about each man page in a section.
120 /* A set of possible names for the NAME man page section */
144 * If the file is not a man page, returns NULL.
169 warnx("%s: invalid man page name", info->filename);
295 * Returns true if no man page exists in the directory with
690 * Processes a man page source into a single whatis line and adds it
694 process_page(struct page_info *page, char *section_dir) argument
705 if ((in = gzopen(page->filename, "r")) == NULL) {
706 warn("%s", page->filename);
793 if (!sl_find(names, page
865 struct page_info *page = pages[i]; local
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c32 * - Tracks whether the page is UC, WB or cached (and reverts to WB
59 #define NUM_PAGES_TO_ALLOC (PAGE_SIZE/sizeof(struct page *))
123 * The accounting page keeping track of the allocated page along with
126 * @vaddr: The virtual address of the page
127 * @dma: The bus address of the page. If the page is not allocated
133 struct page *p;
274 static int set_pages_array_wb(struct page **pages, int addrinarray)
285 static int set_pages_array_wc(struct page **page
[all...]
/freebsd-11-stable/sys/dev/ahci/
H A Dahciem.c368 struct ses_status_page *page; local
404 page = (struct ses_status_page *)buf;
409 page->hdr.page_code = 0;
410 scsi_ulto2b(5, page->hdr.length);
428 page->hdr.page_code = 0x01;
430 page->hdr.length);
456 page->hdr.page_code = 0x02;
458 page->hdr.length);
460 ads = &page->elements[i + 1].array_dev_slot;
487 ads0 = &page
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dfbreg.h119 typedef int vi_save_font_t(video_adapter_t *adp, int page, int size, int width,
121 typedef int vi_load_font_t(video_adapter_t *adp, int page, int size, int width,
123 typedef int vi_show_font_t(video_adapter_t *adp, int page);
209 #define vidd_save_font(adp, page, size, width, data, c, count) \
210 (*vidsw[(adp)->va_index]->save_font)((adp), (page), (size), \
212 #define vidd_load_font(adp, page, size, width, data, c, count) \
213 (*vidsw[(adp)->va_index]->load_font)((adp), (page), (size), \
215 #define vidd_show_font(adp, page) \
216 (*vidsw[(adp)->va_index]->show_font)((adp), (page))
H A Ds3_pci.c307 s3lfb_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth, argument
310 return (*prevvidsw->save_font)(adp, page, fontsize, fontwidth, data,
315 s3lfb_load_font(video_adapter_t *adp, int page, int fontsize, int fontwidth, argument
318 return (*prevvidsw->load_font)(adp, page, fontsize, fontwidth, data,
323 s3lfb_show_font(video_adapter_t *adp, int page) argument
325 return (*prevvidsw->show_font)(adp, page);
/freebsd-11-stable/share/mk/
H A Dbsd.man.mk19 # MANSUBDIR Subdirectory under the manual page section, i.e. "/i386"
28 # MLINKS List of manual page links (using a suffix). The
33 # NO_MLINKS If you do not want install manual page links. [not set]
35 # MANFILTER command to pipe the raw man page through before compressing
205 page=$$1; shift; sect=$$1; shift; \
207 ${ECHO} ${MINSTALL} $${page} $${d}; \
208 ${MINSTALL} $${page} $${d}; \
/freebsd-11-stable/sys/dev/ata/
H A Data-lowlevel.c824 vm_offset_t page; local
829 page = done = resid = 0;
844 page = pmap_quick_enter_page(
848 addr = (void *)(page + moff);
888 if (page) {
889 pmap_quick_remove_page(page);
890 page = 0;
910 vm_offset_t page; local
915 page = done = resid = 0;
930 page
[all...]
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c136 arg_printusage(http_args, num_http_args, NULL, "host [page]");
191 http_query(const char *host, const char *page, argument
206 fdprintf(s, "GET %s HTTP/1.0\r\n", page);
291 const char *host, *page; local
320 errx(1, "usage: %s host [page]", getprogname());
323 page = argv[1];
325 page = "/";
340 http_query(host, page, headers, num_headers, &req);
/freebsd-11-stable/stand/usb/
H A Dusb_busdma_loader.c45 struct usb_page *page; local
59 /* compute destination page */
61 page = pc->page_start;
65 page += (offset / USB_PAGE_SIZE);
70 res->physaddr = page->physaddr + offset;
73 res->physaddr = page->physaddr + offset;
79 res->buffer = USB_ADD_BYTES(page->buffer, offset);
226 /* setup page cache */
242 /* reset most of the page cache */
276 /* setup page cach
[all...]

Completed in 332 milliseconds

1234567891011>>