Home
last modified time | relevance | path

Searched refs:partcode_path (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c78 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() function
H A Dpartedit_arm64.c95 partcode_path(const char *part_type, const char *fs_type) in partcode_path() function
H A Dpartedit_sparc64.c74 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() function
H A Dpartedit_x86.c141 partcode_path(const char *part_type, const char *fs_type) in partcode_path() function
H A Dpartedit.h105 const char *partcode_path(const char *scheme, const char *fs_type);
H A Dpartedit_powerpc.c132 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() function
H A Dgpart_ops.c441 if (partcode_path(scheme, fstype) == NULL) in gpart_partcode()
453 partcode_path(scheme, fstype), indexstr, pp->lg_geom->lg_name); in gpart_partcode()