Home
last modified time | relevance | path

Searched refs:read_boot (Results 1 – 2 of 2) sorted by relevance

/netbsd/sbin/gpt/
H A Dbiosboot.c92 read_boot(gpt_t gpt, const char *bootpath) in read_boot() function
196 if ((bootcode = read_boot(gpt, bootpath)) == NULL) { in biosboot()
/netbsd/sbin/fdisk/
H A Dfdisk.c255 static int read_boot(const char *, void *, size_t, int);
485 bootsize = read_boot(optarg, bootcode, in main()
1062 read_boot(const char *name, void *buf, size_t len, int err_exit) in read_boot() function
1123 bootsize = read_boot(DEFAULT_BOOTCODE, bootcode, in init_sector0()
1525 bootsize = read_boot(code, bootcode, sizeof bootcode, 0); in install_bootsel()