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

  /src/sbin/gpt/
biosboot.c 92 read_boot(gpt_t gpt, const char *bootpath) function in typeref:struct:mbr *
196 if ((bootcode = read_boot(gpt, bootpath)) == NULL) {
  /src/sbin/fdisk/
fdisk.c 254 static int read_boot(const char *, void *, size_t, int);
485 bootsize = read_boot(optarg, bootcode,
1048 read_boot(const char *name, void *buf, size_t len, int err_exit) function in typeref:typename:int
1106 bootsize = read_boot(DEFAULT_BOOTCODE, bootcode,
1508 bootsize = read_boot(code, bootcode, sizeof bootcode, 0);

Completed in 50 milliseconds