*config = NULL;
/* errno is tested upon return, initialize it here */
errno = 0;
if (fstat64(fd, &statbuf) == -1)
return (-1);
size = P2ALIGN_TYPED(statbuf.st_size, sizeof (vdev_label_t), uint64_t);