Searched refs:auxdata (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/diskdev_cmds-576/disklib/
H A Dpreen.c72 long auxdata; /* auxillary data for application */ member in struct:part
85 static void addpart __P((char *name, char *fsname, long auxdata));
104 long auxdata; local
115 if ((auxdata = (*docheck)(fsp)) == 0)
121 fsp->fs_file, auxdata, 0)) != 0)
132 addpart(name, fsp->fs_file, auxdata);
258 addpart(name, fsname, auxdata)
260 long auxdata;
286 pt->auxdata = auxdata;
[all...]
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c153 struct quotaname *auxdata; local
207 if ((auxdata = needchk(&fst[i])) &&
209 errs += chkquota(fst[i].f_fstypename, name, fst[i].f_mntonname, auxdata);
220 (auxdata = needchk(&fst[i])) &&
223 errs += chkquota(fst[i].f_fstypename, name, fst[i].f_mntonname, auxdata);
253 (auxdata = needchk(fs)) &&
256 errs += chkquota(name, fs->fs_file, auxdata);

Completed in 45 milliseconds