Searched refs:gpart_show (Results 1 – 2 of 2) sorted by relevance
73 gpart_show=$(gpart show -p)74 boot_part=$(echo "$gpart_show" | awk '$4 ~ /(bios|freebsd)-boot/ { print $3 }')86 mbr_part=$(echo "$gpart_show" | awk '$1 == "=>" && $5 == "MBR" { print $4 }')
86 static void gpart_show(struct gctl_req *, unsigned int);156 { "show", 0, gpart_show, {722 gpart_show(struct gctl_req *req, unsigned int fl __unused) in gpart_show() function