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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_extern.h71 struct disklabel;
98 (struct buf *, char *, char *, int, int, struct disklabel *);
100 u_int dkcksum(struct disklabel *);
101 char *readdisklabel(dev_t, int (*)(), struct disklabel *);
102 int setdisklabel(struct disklabel *, struct disklabel *, u_long);
103 int writedisklabel(dev_t, int (*)(), struct disklabel *);
/macosx-10.5.8/xnu-1228.15.4/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 DMakefile58 disklabel.h \
73 dir.h dirent.h disk.h disklabel.h dkstat.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A DMakefile18 disklabel.h \
26 INSTALL_MI_LCL_LIST = ${DATAFILES} disklabel.h
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A DMakefile16 disklabel.h \
22 INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A DMakefile22 INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c952 #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>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c88 #include <sys/disklabel.h>

Completed in 62 milliseconds