Searched refs:readvtoc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c64 static int readvtoc(int fd, char *name, struct extvtoc *vtoc);
144 if ((slice = readvtoc(fd, device, &vtdata)) >= 0) {
180 if (readvtoc(fd, device, &vtdata) < 0)
204 * readvtoc()
209 readvtoc(int fd, char *name, struct extvtoc *vtoc) function
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c86 static int readvtoc(int, char *, struct extvtoc *);
391 if ((idx = readvtoc(fd, name, &vtoc)) == VT_ENOTSUP) {
605 * readvtoc(): Read a partition map.
608 readvtoc(int fd, char *name, struct extvtoc *vtoc) function
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c110 /* readvtoc/writevtoc return codes */
682 static int readvtoc(void);
4241 if (readvtoc() != VTOC_OK) {
4403 * readvtoc
4407 readvtoc(void) function

Completed in 69 milliseconds