Searched refs:curbootfd (Results 1 - 1 of 1) sorted by path

/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c134 int curbootfd; // Sec: handle to curMount member in struct:updatingVol
205 * #6 we get curbootfd after each apple_boot mount
326 if ((fstatfs(up->curbootfd, &sfs) == 0) &&
332 if ((fstat(up->curbootfd, &sb) == 0) &&
334 if (fchown(up->curbootfd, UID_ROOT, GID_WHEEL) == -1) {
342 if (sdeepunlink(up->curbootfd, bloatp) == -1) {
350 if (sdeepunlink(up->curbootfd, bloatp) == -1) {
358 fd = sopen(up->curbootfd, blockp, O_CREAT, kCacheFileMode);
367 if (sdeepunlink(up->curbootfd, bloatp) == -1) {
379 if (sdeepunlink(up->curbootfd, bloat
[all...]

Completed in 219 milliseconds