Home
last modified time | relevance | path

Searched refs:g_part_separator (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/geom/part/
H A Dg_part.h243 extern char g_part_separator[];
H A Dg_part_ebr.c293 g_provider_add_alias(pp, "%s%s" EBRNAMFMT, pfx, g_part_separator, in g_part_ebr_add_alias()
307 pp = g_new_providerf(gp, "%s%s" EBRNAMFMT, pfx, g_part_separator, in g_part_ebr_new_provider()
H A Dg_part_if.m50 sbuf_printf(sb, "%s%s%s", pfx, g_part_separator,
H A Dg_part.c155 char g_part_separator[MAXPATHLEN] = ""; variable
157 CTLFLAG_RDTUN, &g_part_separator, sizeof(g_part_separator),