HomeSort by: relevance | last modified time | path
    Searched refs:bconfig (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/
Makefile.inc 15 @grep 'define VERSION' ${TOPDIR}/bconfig.h \
40 CPPFLAGS+= -I${TOPDIR} # For bconfig.h.
  /src/sys/arch/acorn32/stand/boot32/
boot32.c 67 struct bootconfig *bconfig; /* bootconfig passing */ variable in typeref:struct:bootconfig
669 bconfig = (struct bootconfig *)(bconfig_page->logical);
679 /* fill in the bootconfig *bconfig structure : generic version II */
680 memset(bconfig, 0, sizeof(*bconfig));
681 bconfig->magic = BOOTCONFIG_MAGIC;
682 bconfig->version = BOOTCONFIG_VERSION;
683 strcpy(bconfig->kernelname, booted_file);
692 strcpy(bconfig->kernelname, "/");
693 strcat(bconfig->kernelname, booted_file+i+1)
    [all...]
  /src/external/bsd/openldap/sbin/slapd/
Makefile 21 main.c globals.c bconfig.c config.c daemon.c \
  /src/external/bsd/openldap/dist/servers/slapd/
Makefile.in 26 SRCS = main.c globals.c bconfig.c config.c daemon.c \
44 OBJS = main.o globals.o bconfig.o config.o daemon.o \

Completed in 26 milliseconds