gpt.h | 65 typedef struct gpt *gpt_t; typedef in typeref:struct:gpt * 70 int (*fptr)(gpt_t, int, char *[]); 77 void gpt_close(gpt_t); 78 int gpt_gpt(gpt_t, off_t, int); 79 gpt_t gpt_open(const char *, int, int, off_t, u_int, time_t); 91 void* gpt_read(gpt_t, off_t, size_t); 92 off_t gpt_last(gpt_t); 93 off_t gpt_create(gpt_t, off_t, u_int, int); 94 int gpt_write(gpt_t, map_t); 95 int gpt_write_crc(gpt_t, map_t, map_t) [all...] |