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

/freebsd-9.3-release/sys/sys/
H A Dsun_disklabel.h57 #define SUN_VOLNAME_LEN 8 macro
102 char sl_vtoc_volname[SUN_VOLNAME_LEN];
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c544 char volname[SUN_VOLNAME_LEN + 1];
638 #if SUN_VOLNAME_LEN != 8
639 # error "scanf field width does not match SUN_VOLNAME_LEN"
643 * SUN_VOLNAME_LEN to allow detecting an
651 SUN_VOLNAME_LEN);
654 SUN_VOLNAME_LEN);
655 if (volname[SUN_VOLNAME_LEN] != '\0')
658 file, line + 1, SUN_VOLNAME_LEN);
777 char volname[4 * SUN_VOLNAME_LEN + 1];
799 for (i = j = 0; i < SUN_VOLNAME_LEN;
[all...]
/freebsd-9.3-release/sys/geom/
H A Dgeom_sunlabel_enc.c115 SUN_VOLNAME_LEN);
168 SUN_VOLNAME_LEN);

Completed in 79 milliseconds