Searched refs:dlabel (Results 1 – 2 of 2) sorted by relevance
360 d->dlabel = allocaligned(sizeof(struct disklabel), 4); in decode_dlabel()361 memcpy(d->dlabel, dlp, sizeof(struct disklabel)); in decode_dlabel()364 d->dlabel = NULL; in decode_dlabel()477 return dsk->dlabel != NULL; in dlabel_valid()502 if ((dlp = d->dlabel) == NULL || part >= dlp->d_npartitions) in dsk_open()556 if ((dlp = d->dlabel) != NULL) in dsk_strategy()
180 void *dlabel; member