Searched refs:osreldate (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/lib/libsys/
H A D__getosreldate.c46 static int osreldate; local
48 if (osreldate != 0)
49 return (osreldate);
51 (void)_elf_aux_info(AT_OSRELDATE, &osreldate, sizeof(osreldate));
52 return (osreldate);
H A Dauxv.c71 static int pagesize, osreldate, canary_len, ncpus, pagesizes_len, bsdflags; variable
139 osreldate = aux->a_un.a_val;
215 osreldate = aux->a_un.a_val;
340 if (osreldate != 0) {
341 *(int *)buf = osreldate;
/freebsd-current/contrib/sendmail/include/sm/os/
H A Dsm_os_freebsd.h19 # include <osreldate.h> /* defines __FreeBSD_version */
/freebsd-current/share/examples/FreeBSD_version/
H A DFreeBSD_version.c6 #include <osreldate.h> /* and this works */
/freebsd-current/include/
H A Dmk-osreldate.sh34 tmpfile=$(mktemp osreldate.XXXXXXXX)
37 ${ECHO} creating osreldate.h from newvers.sh
46 #error "<osreldate.h> cannot be used in the kernel, use <sys/param.h>"
53 mv -f $tmpfile osreldate.h
H A DMakefile6 CLEANFILES= osreldate.h version
324 INCS+= osreldate.h
329 MK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh
333 osreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c56 "%d", osreldate);
/freebsd-current/tools/build/
H A Dfutimens.c44 int osreldate; local
H A Dutimensat.c44 int osreldate; local
/freebsd-current/lib/libarchive/
H A Dconfig_freebsd.h29 #include <osreldate.h>
/freebsd-current/sys/conf/
H A Dnewvers.sh320 int osreldate = ${RELDATE};
H A Dkern.post.mk104 ${MAKEOBJDIRPREFIX}${SRC_BASE}/include/osreldate.h
/freebsd-current/targets/pseudo/bootstrap-tools/
H A DMakefile27 ord_h= /usr/include/osreldate.h
/freebsd-current/contrib/elftoolchain/common/
H A D_elftc.h395 #include <osreldate.h>
433 #include <osreldate.h>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp182 int32_t osreldate = local
183 ReadSignedIntegerFromMemory(FindSymbol("osreldate"), 4, -1, error);
184 if (stoppcbs != LLDB_INVALID_ADDRESS && osreldate >= 1400089)
/freebsd-current/libexec/rc/rc.d/
H A Djail269 extract_var $_jv osreldate osreldate
/freebsd-current/usr.bin/uname/
H A Duname.c45 #include <osreldate.h>
/freebsd-current/sbin/mount_fusefs/
H A Dmount_fusefs.c52 #include <osreldate.h>
/freebsd-current/sys/dev/mana/
H A Dgdma_main.c1143 req.os_ver_major = osreldate / OS_MAJOR_DIV;
1144 req.os_ver_minor = (osreldate % OS_MAJOR_DIV) / OS_BUILD_MOD;
1145 req.os_ver_build = osreldate % OS_BUILD_MOD;
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_log.c16 # include <osreldate.h>
/freebsd-current/sys/kern/
H A Dkern_mib.c552 * The osreldate number is copied from the global (osreldate in vers.c) into
568 * /usr/include/osreldate.h
570 SYSCTL_PROC(_kern, KERN_OSRELDATE, osreldate,
/freebsd-current/sys/sys/
H A Dsystm.h112 extern int osreldate;
/freebsd-current/
H A DMakefile.inc1548 .if exists(/usr/include/osreldate.h)
550 /usr/include/osreldate.h
913 .if exists(${OBJTOP}/host-osreldate.h)
916 ${OBJTOP}/host-osreldate.h
917 .elif exists(${WORLDTMP}/usr/include/osreldate.h)
941 # a make dependency on /usr/include/osreldate.h as the file should
945 # allows tracking the oldest osreldate to force rebuilds via
947 host-osreldate.h: # DO NOT ADD /usr/include/osreldate.h here
949 @cp -f /usr/include/osreldate
[all...]
/freebsd-current/libexec/rtld-elf/
H A Drtld.c267 static int osreldate; variable
2460 osreldate = aux_info[AT_OSRELDATE]->a_un.a_val;
6365 if (osreldate != 0)
6366 return (osreldate);
6374 osreldate = osrel;
6375 return (osreldate);
/freebsd-current/sbin/md5/
H A Dmd5.c30 #include <osreldate.h>

Completed in 436 milliseconds

12