Searched refs:bzb_mount_point (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/pdisk-9/
H A Dpartition_map.c801 strlcpy((char *)bp->bzb_mount_point, "/", sizeof(bp->bzb_mount_point));
808 strlcpy((char *)bp->bzb_mount_point, "(swap)", sizeof(bp->bzb_mount_point));
811 strlcpy((char *)bp->bzb_mount_point, "/usr", sizeof(bp->bzb_mount_point));
H A Ddpme.h190 u8 bzb_mount_point[64]; /* default mount point name */ member in struct:bzb
H A Ddump.c385 if (bp->bzb_mount_point[0] != 0) {
386 printf(" %.64s", bp->bzb_mount_point);
631 if (bp->bzb_mount_point[0] != 0) {
632 printf(" %.64s", bp->bzb_mount_point);

Completed in 121 milliseconds