OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_PAGESIZE
(Results
1 - 25
of
186
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/bsd/libfido2/dist/openbsd-compat/
bsd-getpagesize.c
15
#if defined(HAVE_SYSCONF) && defined(
_SC_PAGESIZE
)
16
long r = sysconf(
_SC_PAGESIZE
);
/src/external/gpl2/libmalloc/dist/
getpagesize.h
16
#ifdef
_SC_PAGESIZE
17
#define getpagesize() sysconf(
_SC_PAGESIZE
)
40
#endif /* no
_SC_PAGESIZE
*/
/src/external/gpl2/grep/dist/src/
getpagesize.h
16
#if !defined getpagesize && defined
_SC_PAGESIZE
18
# define getpagesize() sysconf (
_SC_PAGESIZE
)
/src/external/gpl2/xcvs/dist/lib/
getpagesize.h
25
#if !defined getpagesize && defined
_SC_PAGESIZE
27
# define getpagesize() sysconf (
_SC_PAGESIZE
)
/src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_mmap-selftests.c
43
::scoped_mmap smmap (nullptr, sysconf (
_SC_PAGESIZE
), PROT_WRITE,
50
SELF_CHECK (msync (mem, sysconf (
_SC_PAGESIZE
), 0) == -1 && errno == ENOMEM);
61
::scoped_mmap smmap (nullptr, sysconf (
_SC_PAGESIZE
), PROT_WRITE,
68
SELF_CHECK (msync (mem, sysconf (
_SC_PAGESIZE
), 0) == 0 || errno != ENOMEM);
70
munmap (mem, sysconf (
_SC_PAGESIZE
));
/src/external/gpl3/gdb/dist/gdb/unittests/
scoped_mmap-selftests.c
43
::scoped_mmap smmap (nullptr, sysconf (
_SC_PAGESIZE
), PROT_WRITE,
50
SELF_CHECK (msync (mem, sysconf (
_SC_PAGESIZE
), 0) == -1 && errno == ENOMEM);
61
::scoped_mmap smmap (nullptr, sysconf (
_SC_PAGESIZE
), PROT_WRITE,
68
SELF_CHECK (msync (mem, sysconf (
_SC_PAGESIZE
), 0) == 0 || errno != ENOMEM);
70
munmap (mem, sysconf (
_SC_PAGESIZE
));
/src/sys/modules/examples/fopsmapper/
cmd_mapper.c
50
map = mmap(0, sysconf(
_SC_PAGESIZE
), PROT_READ, MAP_SHARED, devfd, 0);
56
if (munmap(map, sysconf(
_SC_PAGESIZE
)) == -1)
/src/sys/modules/examples/mapper/
cmd_mapper.c
50
map = (char *)(mmap(0, sysconf(
_SC_PAGESIZE
), PROT_READ, MAP_SHARED,
57
if (munmap(map, sysconf(
_SC_PAGESIZE
)) == -1)
/src/external/mpl/bind/dist/lib/isc/
meminfo.c
41
#if defined(_SC_PHYS_PAGES) && defined(
_SC_PAGESIZE
)
43
long pagesize = sysconf(
_SC_PAGESIZE
);
50
#endif /* if defined(_SC_PHYS_PAGES) && defined(
_SC_PAGESIZE
) */
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
meminfo.c
41
#if defined(_SC_PHYS_PAGES) && defined(
_SC_PAGESIZE
)
43
long pagesize = sysconf(
_SC_PAGESIZE
);
50
#endif /* if defined(_SC_PHYS_PAGES) && defined(
_SC_PAGESIZE
) */
/src/external/gpl3/binutils/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/external/gpl3/binutils.old/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/external/gpl3/gcc/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/external/gpl3/gcc.old/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/external/gpl3/gdb/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/external/gpl3/gdb.old/dist/libiberty/
getpagesize.c
35
#ifdef
_SC_PAGESIZE
36
#define GNU_OUR_PAGESIZE sysconf(
_SC_PAGESIZE
)
physmem.c
85
#if defined _SC_PHYS_PAGES && defined
_SC_PAGESIZE
88
double pagesize = sysconf (
_SC_PAGESIZE
);
107
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
112
double pagesize = sysconf (
_SC_PAGESIZE
);
189
#if defined _SC_AVPHYS_PAGES && defined
_SC_PAGESIZE
192
double pagesize = sysconf (
_SC_PAGESIZE
);
213
#if HAVE_SYSMP && defined MP_SAGET && defined MPSA_RMINFO && defined
_SC_PAGESIZE
218
double pagesize = sysconf (
_SC_PAGESIZE
);
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
enable_execute_stack.c
62
const uintptr_t pageSize = sysconf(
_SC_PAGESIZE
);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
siginfo-addr.c
48
len = sysconf(
_SC_PAGESIZE
);
siginfo-obj.c
48
len = sysconf(
_SC_PAGESIZE
);
Completed in 24 milliseconds
1
2
3
4
5
6
7
8
Indexes created Thu Apr 23 00:23:13 UTC 2026