Searched refs:osreldate (Results 1 - 25 of 38) sorted by last modified time

12

/freebsd-11-stable/lib/libarchive/
H A Dconfig_freebsd.h29 #include <osreldate.h>
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c246 prison0.pr_osreldate = osreldate;
897 error = vfs_copyopt(opts, "osreldate", &osreldt, sizeof(osreldt));
906 "osreldate cannot be changed after creation");
911 vfs_opterror(opts, "osreldate cannot be 0");
2156 error = vfs_setopt(opts, "osreldate", &pr->pr_osreldate,
3775 SYSCTL_JAIL_PARAM(, osreldate, CTLTYPE_INT | CTLFLAG_RDTUN, "I",
3776 "Jail value for kern.osreldate and uname -K");
H A Dimgact_elf.c1971 status->pr_osreldate = osreldate;
2410 * Fetch the osreldate for binary from the ELF OSABI-note if
2422 * fetch the osreldate for binary from the ELF OSABI-note. Only the
H A Dinit_main.c467 p->p_osrel = osreldate;
H A Dkern_mib.c477 * The osreldate number is copied from the global (osreldate in vers.c) into
493 * /usr/include/osreldate.h
495 SYSCTL_PROC(_kern, KERN_OSRELDATE, osreldate,
/freebsd-11-stable/sys/dev/ena/
H A Dena.c2778 host_info->kernel_ver = osreldate;
2780 sprintf(host_info->kernel_ver_str, "%d", osreldate);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c19 # include <osreldate.h>
/freebsd-11-stable/sys/conf/
H A Dnewvers.sh296 int osreldate = ${RELDATE};
H A Dkern.post.mk63 ${MAKEOBJDIRPREFIX}${SRC_BASE}/include/osreldate.h
/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h395 #include <osreldate.h>
433 #include <osreldate.h>
/freebsd-11-stable/contrib/sendmail/include/sm/os/
H A Dsm_os_freebsd.h19 # include <osreldate.h> /* defines __FreeBSD_version */
/freebsd-11-stable/
H A DMakefile.inc1343 .if exists(/usr/include/osreldate.h)
345 /usr/include/osreldate.h
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c241 int npagesizes, osreldate; variable
2207 osreldate = aux_info[AT_OSRELDATE]->a_un.a_val;
5674 if (osreldate != 0)
5675 return (osreldate);
5683 osreldate = osrel;
5684 return (osreldate);
/freebsd-11-stable/targets/pseudo/bootstrap-tools/
H A DMakefile28 ord_h= /usr/include/osreldate.h
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1026 # include <osreldate.h>
/freebsd-11-stable/lib/libmagic/
H A Dconfig.h4 #include <osreldate.h>
/freebsd-11-stable/contrib/apr/
H A Dconfigure6687 os_version=`/sbin/sysctl -n kern.osreldate`
19441 os_version=`/sbin/sysctl -n kern.osreldate`
23204 osreldate.h \
23282 osreldate.h \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_bsd.cpp39 #include <osreldate.h>
H A Dsanitizer_linux_libcdep.cpp40 #include <osreldate.h>
H A Dsanitizer_freebsd.h22 # include <osreldate.h>
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c68 static int pagesize, osreldate, canary_len, ncpus, pagesizes_len; variable
112 osreldate = aux->a_un.a_val;
181 if (osreldate != 0) {
182 *(int *)buf = osreldate;
/freebsd-11-stable/sys/sys/
H A Dsystm.h150 extern int osreldate;
/freebsd-11-stable/etc/rc.d/
H A Djail264 extract_var $_jv osreldate osreldate
/freebsd-11-stable/include/
H A DMakefile10 CLEANFILES= osreldate.h version
103 INCS+= osreldate.h
108 MK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh
112 osreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
/freebsd-11-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c50 #include <osreldate.h>

Completed in 308 milliseconds

12