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

  /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...]
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...]

Completed in 51 milliseconds