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

  /src/sys/arch/hp300/stand/mkboot/
mkboot.c 74 static uint32_t loadpoint = ULONG_MAX; variable in typeref:typename:uint32_t
121 loadpoint = strtoul(optarg, NULL, 0);
132 if (loadpoint == ULONG_MAX || argc == 0)
182 lifd[0].dir_exec = htobe32(loadpoint);
197 lifd[1].dir_exec = htobe32(loadpoint);
214 lifd[2].dir_exec = htobe32(loadpoint);
238 ld.address = htobe32(loadpoint);
256 fprintf(stderr, "Usage: %s -l <loadpoint> [-t <timestamp>] prog1 "
  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 117 int loadpoint, verbose; variable in typeref:typename:int
148 loadpoint = strtol(optarg, NULL, 0);
195 lifv->ipl_entry = htobe32(loadpoint + entry);
201 lifd[optind].dir_implement = htobe32(loadpoint + entry);
314 load.address = htobe32(loadpoint + sizeof(load));
382 "Usage: %s [-v] [-l <loadpoint>] [-t <timestamp>] prog1 {progN} outfile\n",

Completed in 14 milliseconds