Searched refs:force (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vfsops.c133 int force = 0; local
138 force = 1;
141 if ( vnode_isinuse(rvp, 1) && !force )
143 if ( (error = vflush(mp, rvp, flags|SKIPSYSTEM)) && !force )
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c216 int force = 0; local
224 force = 1;
227 if ( (nullm_rootvp->v_usecount > 1) && !force )
229 if ( (error = vflush(mp, nullm_rootvp, flags)) && !force )
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c229 int force = 0; local
234 force = 1;
237 if (error && !force)
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c711 int force = 0; local
715 force = 1;
718 if ( (error = vflush(mp, NULLVP, flags)) && !force )
729 if (error && !force)
1053 * and force the extra read, but I don't want to think about fixing
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s223 ; The following instructions force the pipeline to be interlocked to that only one
228 or r4,r4,r4 ; Do nothing here but force a single cycle delay
231 or r4,r4,r4 ; Do nothing here but force a single cycle delay
366 ; The following instructions force the pipeline to be interlocked to that only one
371 or r7,r7,r7 ; Do nothing here but force a single cycle delay
373 or r7,r7,r7 ; Do nothing here but force a single cycle delay
1096 ; The following instructions force the pipeline to be interlocked to that only one
1101 or r4,r4,r4 ; Do nothing here but force a single cycle delay
1103 or r4,r4,r4 ; Do nothing here but force a single cycle delay
1819 ; The following instructions force th
[all...]
H A Dmachine_routines_asm.s999 ; Also remember that the interrupt handler will force return to here whenever
1179 * This is used to force the caches to an initial clean state. First, we
1409 bne ciflushl2 ; Yes, force flush
1411 beq ciinvdl2 ; Yes, force invalidate
1521 bne ciflushl3 ; Yes, force flush
1523 beq ciinvdl3 ; Yes, force invalidate
1739 rldimi r3,r2,54,9 ; Set force icbi match mode
H A Dstart.s869 rldimi r14,r13,54,9 ; Set force icbi match mode
H A Dhw_exception.s1489 stw r18,umwSpace(r28) ; Half-invalidate to force MapUserAddressWindow to reload SRs
H A Dcswtch.s1810 ; Just some test code to force vector and/or floating point in the kernel
H A Dvmachmon_asm.s339 * context area. We will validity check a bit and clear any nasty bits in the MSR and force
815 ; Here is where we force exit from vmm mode. We do this when as
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c847 // 5 seconds, force it so that we don't let too
1281 // to be "FSK!" which fsck_hfs will see and force the fsck instead
1368 // to be "FSK!" which fsck_hfs will see and force the fsck instead
1549 int force; local
1553 force = 0;
1556 force = 1;
1559 if ((retval = hfs_flushfiles(mp, flags, p)) && !force)
1604 } else if (!force) {
1612 if (retval && !force)
1620 if (retval && !force)
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c580 /* force the specfs to reread blocksize from size() */
596 * If overlap exists, then force this into a read only mount
791 int force; local
794 force = 0;
797 force = 1;
799 if ( (error = ffs_flushfiles(mp, flags, p)) && !force )
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c530 int error, dofinish, force; local
537 force = (nmp->nm_state & NFSSTA_FORCE);
539 if (!(nmp->nm_sockflags & NMSOCK_READY) && !force) {
554 while (((nmp->nm_sockflags & NMSOCK_READY) || force) && ((req = TAILQ_FIRST(&nmp->nm_resendq)))) {
557 while (req && !force && req->r_resendtime && (now.tv_sec < req->r_resendtime))
642 } else if (force)
2414 * If we're in the progress of a force unmount and there's
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c136 vfs_context_t ctx, int thread_safe, int force);
3987 xattrfile_remove(vnode_t dvp, const char * basename, vfs_context_t ctx, int thread_safe, int force) { argument
4021 if (!force) {
4036 force = 1; /* must be stale */
4040 if (force) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1117 int force)
1151 if (!force) {
1114 nd6_nud_hint( struct rtentry *rt, struct in6_addr *dst6, int force) argument

Completed in 123 milliseconds