Searched refs:BS_VolLab (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/geom/label/ |
| D | g_label_msdosfs.c | 107 if (strncmp(pfat_bsbpb->BS_VolLab, LABEL_NO_NAME, in g_label_msdosfs_taste() 108 sizeof(pfat_bsbpb->BS_VolLab)) == 0) { in g_label_msdosfs_taste() 114 strlcpy(label, pfat_bsbpb->BS_VolLab, in g_label_msdosfs_taste() 115 MIN(size, sizeof(pfat_bsbpb->BS_VolLab) + 1)); in g_label_msdosfs_taste() 134 if (strncmp(pfat32_bsbpb->BS_VolLab, LABEL_NO_NAME, in g_label_msdosfs_taste() 135 sizeof(pfat32_bsbpb->BS_VolLab)) != 0) { in g_label_msdosfs_taste() 136 strlcpy(label, pfat32_bsbpb->BS_VolLab, in g_label_msdosfs_taste() 137 MIN(size, sizeof(pfat32_bsbpb->BS_VolLab) + 1)); in g_label_msdosfs_taste()
|
| D | g_label_msdosfs.h | 73 uint8_t BS_VolLab[11]; member 109 uint8_t BS_VolLab[11]; member
|