Searched refs:osreldate (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c261 static int osreldate; variable
2233 osreldate = aux_info[AT_OSRELDATE]->a_un.a_val;
5814 if (osreldate != 0)
5815 return (osreldate);
5823 osreldate = osrel;
5824 return (osreldate);
/freebsd-12-stable/sys/conf/
H A Dkern.post.mk74 ${MAKEOBJDIRPREFIX}${SRC_BASE}/include/osreldate.h
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c25 /* osreldate.h is only needed on FreeBSD for sendfile detection */
27 #include <osreldate.h>
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c19 # include <osreldate.h>
/freebsd-12-stable/sys/kern/
H A Dinit_main.c460 p->p_osrel = osreldate;
H A Dkern_jail.c224 prison0.pr_osreldate = osreldate;
909 error = vfs_copyopt(opts, "osreldate", &osreldt, sizeof(osreldt));
918 "osreldate cannot be changed after creation");
923 vfs_opterror(opts, "osreldate cannot be 0");
2175 error = vfs_setopt(opts, "osreldate", &pr->pr_osreldate,
3779 SYSCTL_JAIL_PARAM(, osreldate, CTLTYPE_INT | CTLFLAG_RDTUN, "I",
3780 "Jail value for kern.osreldate and uname -K");
H A Dimgact_elf.c2195 status->pr_osreldate = osreldate;
2637 * Fetch the osreldate for binary from the ELF OSABI-note if
2675 * the osreldate and feature control flags for binary from the ELF
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c114 #include <osreldate.h>
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h1026 # include <osreldate.h>
/freebsd-12-stable/sys/dev/ena/
H A Dena.c2798 host_info->kernel_ver = osreldate;
2800 sprintf(host_info->kernel_ver_str, "%d", osreldate);
/freebsd-12-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 \

Completed in 228 milliseconds

12