Searched refs:disklabel (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddisklabel.h61 * @(#)disklabel.h 8.2 (Berkeley) 7/10/94
84 #include <machine/disklabel.h>
88 * This is the maximum value of MAXPARTITIONS for which 'struct disklabel'
107 struct disklabel { struct
115 * the disklabel is read off the disk or in-core copy.
337 struct disklabel *disklab;
344 /* get and set disklabel; DIOCGPART used internally */
345 #define DIOCGDINFO _IOR('d', 101, struct disklabel)/* get */
346 #define DIOCSDINFO _IOW('d', 102, struct disklabel)/* set */
347 #define DIOCWDINFO _IOW('d', 103, struct disklabel)/* se
[all...]
H A DMakefile44 disklabel.h \
67 dir.h dirent.h disk.h disklabel.h dkstat.h \
/darwin-on-arm/xnu/bsd/machine/
H A DMakefile18 disklabel.h \
26 INSTALL_MI_LCL_LIST = ${DATAFILES} disklabel.h
/darwin-on-arm/xnu/bsd/arm/
H A DMakefile24 INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
/darwin-on-arm/xnu/bsd/i386/
H A DMakefile22 INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c1040 #include <sys/disklabel.h> /* for MAXPARTITIONS */
H A Dkern_mib.c91 #include <sys/disklabel.h>
H A Dproc_info.c46 #include <sys/disklabel.h>
H A Dkern_sysctl.c99 #include <sys/disklabel.h>
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c88 #include <sys/disklabel.h>

Completed in 41 milliseconds