Searched refs:LABELSIZE (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/geom/ |
| HD | geom_bsd.c | 73 #define LABELSIZE (148 + 16 * MAXPARTITIONS) macro 86 u_char label[LABELSIZE]; 181 bcopy(label, ms->label, LABELSIZE); in g_bsd_modify() 225 bcopy(buf + secoff, ms->label, LABELSIZE); in g_bsd_try() 385 label = g_malloc(LABELSIZE, M_WAITOK); in g_bsd_ioctl() 601 g_slice_conf_hot(gp, 0, ms->labeloffset, LABELSIZE, in g_bsd_taste() 659 label = gctl_get_paraml(req, "label", LABELSIZE); in g_bsd_config()
|