HomeSort by: relevance | last modified time | path
    Searched refs:appleufslabel (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_appleufs.c 58 ffs_appleufs_cksum(const struct appleufslabel *appleufs)
61 int len = APPLEUFS_LABEL_SIZE; /* sizeof(struct appleufslabel) */
81 ffs_appleufs_validate(const char *name, const struct appleufslabel *o,
82 struct appleufslabel *n)
84 struct appleufslabel tmp;
118 ffs_appleufs_set(struct appleufslabel *appleufs, const char *name, time_t t,
ffs_extern.h 183 struct appleufslabel;
184 u_int16_t ffs_appleufs_cksum(const struct appleufslabel *);
185 int ffs_appleufs_validate(const char*, const struct appleufslabel *,
186 struct appleufslabel *);
187 void ffs_appleufs_set(struct appleufslabel *, const char *, time_t,
fs.h 759 struct appleufslabel { struct
ffs_vfsops.c 1139 struct appleufslabel *applefs;
1153 applefs = (struct appleufslabel *)bp->b_data;
  /src/sbin/fsck_ffs/
fsck.h 123 struct appleufslabel *b_appleufs; /* Apple UFS volume label */
setup.c 609 struct appleufslabel *appleufs;
  /src/sbin/newfs/
mkfs.c 639 struct appleufslabel appleufs __aligned(DEV_BSIZE);
645 struct appleufslabel appleufs;

Completed in 17 milliseconds