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

/freebsd-13-stable/tools/regression/p1003_1b/
H A Dmemlock.c69 else if (munlockall() == -1) {
70 perror("munlockall");
83 int munlockall(void) function
/freebsd-13-stable/lib/libc/tests/sys/
H A Dbrk_test.c137 error = munlockall();
139 "munlockall: %s", strerror(errno));
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf447 munlockall
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk200 munlockall.o \
H A Dmman.h344 int munlockall(void);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mincore.c257 (void)munlockall();
/freebsd-13-stable/lib/libc/sys/
H A DMakefile.inc435 MLINKS+=mlockall.2 munlockall.2
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapmode.cc359 EXPECT_OK(munlockall());
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_config.c3091 if (-1 == munlockall()) {
3092 msyslog(LOG_ERR, "munlockall() failed: %m");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6178 VPrintf(1, "%s ignores mlock/mlockall/munlock/munlockall\n",
6197 INTERCEPTOR(int, munlockall, void) {
6206 COMMON_INTERCEPT_FUNCTION(munlockall);

Completed in 112 milliseconds