Searched refs:BS_VolLab (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dmsdosfs.c98 if (strncmp(pfat_bsbpb->BS_VolLab, LABEL_NO_NAME,
99 sizeof(pfat_bsbpb->BS_VolLab)) == 0) {
102 copysize = MIN(size - 1, sizeof(pfat_bsbpb->BS_VolLab));
103 memcpy(label, pfat_bsbpb->BS_VolLab, copysize);
119 if (strncmp(pfat32_bsbpb->BS_VolLab, LABEL_NO_NAME,
120 sizeof(pfat32_bsbpb->BS_VolLab)) != 0) {
122 sizeof(pfat32_bsbpb->BS_VolLab));
123 memcpy(label, pfat32_bsbpb->BS_VolLab, copysize);
H A Dmsdosfs.h71 uint8_t BS_VolLab[11]; member in struct:fat_bsbpb
107 uint8_t BS_VolLab[11]; member in struct:fat32_bsbpb
/freebsd-current/sys/geom/label/
H A Dg_label_msdosfs.c105 if (strncmp(pfat_bsbpb->BS_VolLab, LABEL_NO_NAME,
106 sizeof(pfat_bsbpb->BS_VolLab)) == 0) {
112 copysize = MIN(size - 1, sizeof(pfat_bsbpb->BS_VolLab));
113 memcpy(label, pfat_bsbpb->BS_VolLab, copysize);
133 if (strncmp(pfat32_bsbpb->BS_VolLab, LABEL_NO_NAME,
134 sizeof(pfat32_bsbpb->BS_VolLab)) != 0) {
136 sizeof(pfat32_bsbpb->BS_VolLab));
137 memcpy(label, pfat32_bsbpb->BS_VolLab, copysize);
H A Dg_label_msdosfs.h73 uint8_t BS_VolLab[11]; member in struct:fat_bsbpb
109 uint8_t BS_VolLab[11]; member in struct:fat32_bsbpb

Completed in 282 milliseconds