Home
last modified time | relevance | path

Searched refs:getbootfile (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/stand/common/
H A Dboot.c40 static char *getbootfile(int try);
268 getbootfile(int try) in getbootfile() function
421 for (try = 0; (cp = getbootfile(try)) != NULL; try++) in loadakernel()
/freebsd-14.2/lib/libc/gen/
H A Dgetbootfile.c40 getbootfile(void) in getbootfile() function
H A DMakefile.inc70 getbootfile.c \
242 getbootfile.3 \
H A DSymbol.map126 getbootfile;
/freebsd-14.2/include/
H A Dpaths.h113 const char *getbootfile(void);
/freebsd-14.2/contrib/ntp/util/
H A Dtickadj.c737 char * cp = (char *)getbootfile(); in getoffsets()
/freebsd-14.2/lib/libkvm/
H A Dkvm.c130 uf = getbootfile(); in _kvm_open()
/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c782 (void)strlcpy(bootfile, getbootfile(), sizeof(bootfile)); in main()
/freebsd-14.2/contrib/ntp/
H A Dconfig.h.in448 /* Define to 1 if you have the `getbootfile' function. */
H A Dconfigure.ac852 AC_CHECK_FUNCS([fnmatch getbootfile getuid getrusage nanosleep strsignal ]dnl