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

/solaris-userland/components/liblogging/
H A DMakefile48 # There are built man pages in the tarball, which we shall patch. Making them
50 CONFIGURE_OPTIONS += --disable-man-pages
/solaris-userland/components/libtecla/
H A DMakefile46 # We have our own pre-Solarified man pages.
47 CONFIGURE_OPTIONS += --without-man-pages
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c115 int pages, handspreadpages; local
120 /* default max handspread is 64MB worth of pages */
122 pages = sysconf(_SC_PHYS_PAGES);
134 if (handspreadpages > (pages/4)) {
135 handspreadpages = (int)(pages/4);
/solaris-userland/components/desktop/upower/
H A DMakefile65 CONFIGURE_OPTIONS += --enable-man-pages
/solaris-userland/components/desktop/polkit/
H A DMakefile74 CONFIGURE_OPTIONS += --enable-man-pages
/solaris-userland/components/rsyslog/
H A DMakefile111 # There are man pages in the tarball, which will require modification for
113 CONFIGURE_OPTIONS += --disable-generate-man-pages
/solaris-userland/components/cloog/
H A DMakefile34 COMPONENT_ARCHIVE_URL= http://www.bastoul.net/cloog/pages/download/$(COMPONENT_ARCHIVE)
/solaris-userland/components/gnome/gnome-shell/
H A DMakefile56 CONFIGURE_OPTIONS += --enable-man-pages
/solaris-userland/components/gnome/tracker/
H A DMakefile55 CONFIGURE_OPTIONS += --enable-cfg-man-pages
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py684 def _pages_to_kb(self, pages):
685 """Convert a number of pages of memory into a total size in KBytes."""
686 return (pages * self._pagesize) / 1024
3764 pages = os.sysconf('SC_PHYS_PAGES')
3765 host_stats['memory_mb'] = self._pages_to_kb(pages) / 1024
3785 # Subtract the number of free pages from the total to get the used.
3786 uri = "kstat:/pages/unix/system_pages"

Completed in 776 milliseconds