Searched refs:pages (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/mmap/efi/
H A Dmmap.c151 grub_efi_uintn_t pages; member in struct:overlay
164 grub_efi_uintn_t pages; local
174 pages = (end - address + 0x3ff) >> 12;
175 status = efi_call_2 (b->free_pages, address, pages);
182 make_efi_memtype (type), pages, &address);
191 curover->pages = pages;
211 efi_call_2 (b->free_pages, curover->address, curover->pages);
232 grub_efi_uintn_t pages; local
252 pages
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c29 #define PAGES_TO_BYTES(pages) ((pages) << 12)
46 /* Allocate pages. Return the pointer to the first of allocated pages. */
49 grub_efi_uintn_t pages)
77 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address);
86 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address);
87 grub_efi_free_pages (0, pages);
95 /* Free pages starting from ADDRESS. */
98 grub_efi_uintn_t pages)
48 grub_efi_allocate_pages(grub_efi_physical_address_t address, grub_efi_uintn_t pages) argument
97 grub_efi_free_pages(grub_efi_physical_address_t address, grub_efi_uintn_t pages) argument
319 grub_efi_uint64_t pages; local
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl46 pri_pages int, -- Number of primary pages used
47 ovfl_pages int, -- Number of overflow pages used
48 pri_unused int, -- Number of unused bytes on primary pages
49 ovfl_unused int -- Number of unused bytes on overflow pages
181 statline "Total pages used" [set allpgs [expr {$pri_pages+$ovfl_pages}]]
182 statline "Primary pages used" $pri_pages ;# [percent $pri_pages $allpgs]
183 statline "Overflow pages used" $ovfl_pages ;# [percent $ovfl_pages $allpgs]
184 statline "Unused bytes on primary pages" $pri_unused \
186 statline "Unused bytes on overflow pages" $ovfl_unused \
189 statline "Unused bytes on all pages"
[all...]
H A Dspace_used.tcl30 pri_pages int, -- Number of primary pages used
31 ovfl_pages int, -- Number of overflow pages used
32 pri_unused int, -- Number of unused bytes on primary pages
33 ovfl_unused int -- Number of unused bytes on overflow pages
95 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
97 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
104 puts -nonewline "-- Total unused bytes on overflow pages: $total_unused_ovfl"
113 puts "-- Total pages on freelist: $n_free"
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Defi.h47 grub_efi_uintn_t pages);
49 grub_efi_uintn_t pages);
H A Dapi.h808 grub_efi_uintn_t pages,
813 grub_efi_uintn_t pages);
/osnet-11/usr/src/grub/grub2/grub-core/loader/efi/
H A Dchainloader.c43 static grub_efi_uintn_t pages; variable
55 efi_call_2 (b->free_pages, address, pages);
247 pages = (((grub_efi_uintn_t) size + ((1 << 12) - 1)) >> 12);
251 pages, &address);
254 grub_error (GRUB_ERR_OUT_OF_MEMORY, "cannot allocate %u pages", pages);
335 efi_call_2 (b->free_pages, address, pages);
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c457 size_t pages, pagesize, pagelen; local
491 * - Control pages
543 * if set, randomly truncates all pages (except
553 * Count the maximum number of pages we will need and allocate
556 pages = 0;
561 pages += (P2ROUNDUP(pp->ssp_len, pagesize) /
565 if ((scratch = mmap(NULL, pages * pagesize,
569 "failed to mmap() pages for truncation");
578 pages = P2ROUNDUP(pp->ssp_len, pagesize) / pagesize;
580 pp->ssp_mmap_len = pages * pagesiz
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm403 # Hm, we have @pages and @found, but we only really act on one
409 my @pages;
410 $self->{'pages'} = \@pages;
411 if( $self->opt_f) { @pages = ("perlfunc") }
412 elsif( $self->opt_q) { @pages = ("perlfaq1" .. "perlfaq9") }
413 else { @pages = @{$self->{'args'}};
414 # @pages = __FILE__
415 # if @pages == 1 and $pages[
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c104 * the region's pages before we run the application, as we see
740 db_pgno_t pages; local
757 * other systems don't zero out the pages.
773 * Break the offset into pages of 1MB each so that we don't
777 pages = (increment - DB_VMPAGESIZE) / MEGABYTE;
780 MEGABYTE, pages, relative, 0, SEEK_CUR)) != 0)
789 * the region's pages before we run the application, as we see
798 * (e.g., Solaris) do not instantiate disk pages to satisfy
803 pages = increment / MEGABYTE;
806 MEGABYTE, pages, relativ
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm54 When you see C<charset=ks_c_5601-1987> on mails and web pages, they really
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToMan.pm130 Pod::Perldoc::ToMan - let Perldoc render Pod as man pages
139 Pod::Man and C<nroff> for reading Pod pages.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm145 animated pages whose content changes at regular intervals.
151 technique will work with HTML pages as well as with graphics files,
221 "heterogeneous pages" for more details.
241 Ordinarily all pages displayed by CGI::Push share a common MIME type.
260 interesting effect is to display a series of pages, then, after the
286 If you would like to control the delay between pages on a page-by-page
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm61 When you see C<charset=gb2312> on mails and web pages, they really
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm105 When you want to encode Unicode for mails and web pages, however, do
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL204 files at once. The convention for Unix man pages for commands is for the
292 be in CE<lt>E<gt>. References to other man pages should be in the form
328 for section 3 pages.
333 of the documentation for man pages that document something else. If
447 Other man pages to check out, like man(1), man(7), makewhatis(8), or
448 catman(8). Normally a simple list of man pages separated by commas, or a
H A Dpod2text.PL162 because this is the expected formatting for manual pages; if you're
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c45 framebuf_t pages[2]; member in struct:__anon675
1320 grub_memcpy ((char *) framebuffer.pages[0]
1361 framebuffer.pages[0] = framebuf;
1385 grub_memcpy ((char *) framebuffer.pages[framebuffer.render_page]
1444 framebuffer.pages[0] = page0_ptr;
1445 framebuffer.pages[1] = page1_ptr;
1534 framebuffer.pages[0] = page0_ptr;
1578 *framebuf = (void *) framebuffer.pages[framebuffer.displayed_page];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm51 C<locale -a> shows them or man pages for "locale" or "nlsinfo" or the
97 # try whether "locale -a" shows them or man pages for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1105 with man pages and libraries going into an appropriate place (usually
1516 These directories get the man pages at 'make install' time if
1519 If set to 'none', no man pages will be installed.
1552 These directories get the man pages at 'make install' time if
1556 If set to 'none', no man pages will be installed.
1577 These directories get the man pages at 'make install' time if
1580 If set to 'none', no man pages will be installed.
1598 Directory to hold the man pages at 'make' time
1602 Directory to hold the man pages at 'make' time
1688 here will be converted to man pages an
[all...]
H A DInstall.pm44 pages, etc...
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm254 respective pages for documentation on more functions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs473 my ($def,$sym,$pages) = split(/\s+/,scalar(<$fh>));
547 } while --$pages;
575 # to unicode an array would seem to be better, because the pages are dense.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex189 % Margin to add to right of even pages, to left of odd pages.
2072 % Most title ``pages'' are actually two pages long, with space
2097 % in effect the toc pages will come out with page numbers.
2161 \newtoks\evenheadline % headline on even pages
2162 \newtoks\oddheadline % headline on odd pages
2163 \newtoks\evenfootline % footline on even pages
2164 \newtoks\oddfootline % footline on odd pages
2230 % chapter name on inside top of right hand pages, documen
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex189 % Margin to add to right of even pages, to left of odd pages.
2797 % Most title ``pages'' are actually two pages long, with space
2822 % in effect the toc pages will come out with page numbers.
2886 \newtoks\evenheadline % headline on even pages
2887 \newtoks\oddheadline % headline on odd pages
2888 \newtoks\evenfootline % footline on even pages
2889 \newtoks\oddfootline % footline on odd pages
2982 % chapter name on inside top of right hand pages, documen
[all...]

Completed in 63 milliseconds

12