HomeSort by: relevance | last modified time | path
    Searched refs:gpt_t (Results 1 - 24 of 24) sorted by relevancy

  /src/sbin/gpt/
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...]
remove.c 52 static int cmd_remove(gpt_t, int, char *[]);
76 cmd_remove(gpt_t gpt, int argc, char *argv[])
header.c 55 static int cmd_header(gpt_t, int, char *[]);
71 header(gpt_t gpt)
105 cmd_header(gpt_t gpt, int argc, char *argv[] __unused)
create.c 57 static int cmd_create(gpt_t, int, char *[]);
74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
127 cmd_create(gpt_t gpt, int argc, char *argv[])
destroy.c 52 static int cmd_destroy(gpt_t, int, char *[]);
69 destroy(gpt_t gpt, int force __unused, int recoverable)
115 cmd_destroy(gpt_t gpt, int argc, char *argv[])
uuid.c 52 static int cmd_uuid(gpt_t, int, char *[]);
69 gpt_t gpt;
100 cmd_uuid(gpt_t gpt, int argc, char *argv[])
set.c 52 static int cmd_set(gpt_t, int, char *[]);
70 cmd_set(gpt_t gpt, int argc, char *argv[])
type.c 52 static int cmd_type(gpt_t, int, char *[]);
77 cmd_type(gpt_t gpt, int argc, char *argv[])
unset.c 52 static int cmd_unset(gpt_t, int, char *[]);
70 cmd_unset(gpt_t gpt, int argc, char *argv[])
label.c 53 static int cmd_label(gpt_t, int, char *[]);
78 name_from_file(gpt_t gpt, void *v)
124 cmd_label(gpt_t gpt, int argc, char *argv[])
backup.c 63 static int cmd_backup(gpt_t, int, char *[]);
77 store_mbr(gpt_t gpt, unsigned int i, const struct mbr *mbr,
126 store_gpt(gpt_t gpt __unused, const struct gpt_hdr *hdr,
148 store_tbl(gpt_t gpt, const map_t m, prop_dictionary_t *type_dict)
205 backup(gpt_t gpt, const char *outfile)
284 cmd_backup(gpt_t gpt, int argc, char *argv[])
biosboot.c 74 static int cmd_biosboot(gpt_t, int, char *[]);
94 read_boot(gpt_t gpt, const char *bootpath)
153 set_bootable(gpt_t gpt, map_t map, map_t tbl, unsigned int i)
172 biosboot(gpt_t gpt, off_t start, uint64_t size, u_int entry, uint8_t *label,
265 cmd_biosboot(gpt_t gpt, int argc, char *argv[])
271 gpt_t ngpt = gpt;
migrate.c 84 static int cmd_migrate(gpt_t, int, char *[]);
125 freebsd_fstype_to_gpt_type(gpt_t gpt, u_int i __unused, u_int fstype)
145 netbsd_fstype_to_gpt_type(gpt_t gpt, u_int i, u_int fstype)
174 migrate_disklabel(gpt_t gpt, off_t start, struct gpt_ent *ent,
175 gpt_type_t (*convert)(gpt_t, u_int, u_int))
239 migrate(gpt_t gpt, u_int parts, int force, int slice, int active)
346 cmd_migrate(gpt_t gpt, int argc, char *argv[])
recover.c 55 static int cmd_recover(gpt_t, int, char *[]);
71 recover_gpt_hdr(gpt_t gpt, int type, off_t last)
118 recover_gpt_tbl(gpt_t gpt, int type, off_t start)
155 recover(gpt_t gpt)
236 cmd_recover(gpt_t gpt, int argc, char *argv[])
add.c 56 static int cmd_add(gpt_t, int, char *[]);
86 add(gpt_t gpt, off_t alignment, off_t block, off_t sectors, off_t size __unused,
165 cmd_add(gpt_t gpt, int argc, char *argv[])
resize.c 56 static int cmd_resize(gpt_t, int, char *[]);
72 resize(gpt_t gpt, u_int entry, off_t alignment, off_t sectors,
146 cmd_resize(gpt_t gpt, int argc, char *argv[])
gpt.c 246 gpt_read(gpt_t gpt, off_t lba, size_t count)
266 gpt_write(gpt_t gpt, map_t map)
285 gpt_mbr(gpt_t gpt, off_t lba, unsigned int *next_index, off_t ext_offset)
380 gpt_gpt(gpt_t gpt, off_t lba, int found)
482 gpt_t
488 gpt_t gpt;
656 gpt_close(gpt_t gpt)
684 gpt_vwarnx(gpt_t gpt, const char *fmt, va_list ap, const char *e)
699 gpt_warnx(gpt_t gpt, const char *fmt, ...)
709 gpt_warn(gpt_t gpt, const char *fmt, ...
    [all...]
map.c 97 map_add(gpt_t gpt, off_t start, off_t size, int type, void *data, int alloc)
203 map_alloc(gpt_t gpt, off_t start, off_t size, off_t alignment)
249 map_resize(gpt_t gpt, map_t m, off_t size, off_t alignment)
360 map_find(gpt_t gpt, int type)
371 map_first(gpt_t gpt)
377 map_last(gpt_t gpt)
388 map_free(gpt_t gpt, off_t start, off_t size)
404 map_init(gpt_t gpt, off_t size)
resizedisk.c 58 static int cmd_resizedisk(gpt_t, int, char *[]);
85 resizedisk(gpt_t gpt, off_t sector, off_t size __unused, bool quiet)
239 cmd_resizedisk(gpt_t gpt, int argc, char *argv[])
restore.c 58 static int cmd_restore(gpt_t, int, char *[]);
79 restore_mbr(gpt_t gpt, struct mbr *mbr, prop_dictionary_t mbr_dict, off_t last)
131 restore_ent(gpt_t gpt, prop_dictionary_t gpt_dict, void *secbuf,
175 restore(gpt_t gpt, const char *infile, int force)
391 cmd_restore(gpt_t gpt, int argc, char *argv[])
show.c 62 static int cmd_show(gpt_t, int, char *[]);
132 parsable_label(gpt_t gpt, struct gpt_ent *ent)
154 print_part_type(gpt_t gpt, int map_type, int flags, void *map_data,
260 cvt_size(gpt_t gpt, uintmax_t sz, int xshow, char *b, unsigned int bs)
342 show(gpt_t gpt, int xshow)
434 gpt_t gpt)
464 show_parsable(gpt_t gpt, map_t m, struct gpt_ent *ent, int xshow)
518 show_one(gpt_t gpt, unsigned int entry, int xshow)
566 show_all(gpt_t gpt, int xshow)
746 cmd_show(gpt_t gpt, int argc, char *argv[]
    [all...]
gpt_uuid.c 285 gpt_uuid_random(gpt_t gpt, struct dce_uuid *u, size_t n)
332 gpt_uuid_tstamp(gpt_t gpt, struct dce_uuid *u, size_t l __unused)
371 gpt_uuid_generate(gpt_t gpt, gpt_uuid_t t)
main.c 152 gpt_t gpt;
  /src/sbin/efi/
gptsubr.c 145 get_map_widths(gpt_t gpt)
295 gpt_t gpt;
368 gpt_t gpt;
418 gpt_t gpt;
468 gpt_t gpt;

Completed in 92 milliseconds