Searched refs:sysconf (Results 1 – 25 of 66) sorted by relevance
123
87 double pages = sysconf (_SC_PHYS_PAGES); in physmem_total()88 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()112 double pagesize = sysconf (_SC_PAGESIZE); in physmem_total()191 double pages = sysconf (_SC_AVPHYS_PAGES); in physmem_available()192 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()218 double pagesize = sysconf (_SC_PAGESIZE); in physmem_available()
69 #define GNU_HZ sysconf(_SC_CLK_TCK)
12 return sysconf(_SC_OPEN_MAX); in getdtablesize()
46 PL_reentrant_buffer->_grent_size = sysconf(_SC_GETGR_R_SIZE_MAX); in Perl_reentrant_size()81 PL_reentrant_buffer->_pwent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()103 PL_reentrant_buffer->_spent_size = sysconf(_SC_GETPW_R_SIZE_MAX); in Perl_reentrant_size()
27 # define getpagesize() sysconf (_SC_PAGESIZE)
40 pgsz = sysconf(_SC_PAGESIZE); in pthread_stackseg_np()
35 sc_page_size = sysconf(_SC_PAGE_SIZE); in sm_memstat_open()
131 #define getdtablesize() sysconf(_SC_OPEN_MAX)
73 if ((fds = sysconf(_SC_OPEN_MAX)) <= 0) in cron_popen()
56 sysconf(int name) in sysconf() function
20 sigsetops.c sleep.c strtofflags.c sysconf.c sysctl.c syslog.c \75 setproctitle.3 siginterrupt.3 signal.3 sigsetops.3 sleep.3 sysconf.3 \
109 # define HZ ((double)sysconf(_SC_CLK_TCK))
202 if ((val = sysconf(cp->value)) == -1) { in main()
598 nofile = sysconf(_SC_OPEN_MAX); in print()737 nofile = sysconf(_SC_OPEN_MAX); in print()1113 nofile = sysconf(_SC_OPEN_MAX); in sendmail()1363 nofile = sysconf(_SC_OPEN_MAX); in openpr()
112 long sysconf(int);
115 if ((r = sysconf(_PC_PATH_MAX)) == -1) in main()
954 if (sysconf(_SC_SAVED_IDS) == 1 && sysconf(_SC_VERSION) >= 199009) in initial_setup()
20 the POSIX sysconf(2) it will be used instead of getdtablesize(2).
628 long bits = sysconf(_SC_KERNEL_BITS);630 long cpu = sysconf (_SC_CPU_VERSION);690 long cpu = sysconf (_SC_CPU_VERSION);
756 job_control = sysconf (_SC_JOB_CONTROL); in _initialize_inflow()
111 if ((arg_max = sysconf(_SC_ARG_MAX)) == -1) in main()
292 *modsize = roundup(off, sysconf(_SC_PAGESIZE)); in elf_mod_sizes()
122 # define HZ ((double)sysconf(_SC_CLK_TCK))
744 return _is_safe($path,$err_ref) if POSIX::sysconf( $chown_restricted );
227 float tick = sysconf(_SC_CLK_TCK); in status_handler()