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);
|