Searched refs:FORCE (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A DMakefile.com124 FORCE:
H A DMakefile.com.Darwin138 FORCE:
/xnu-2422.115.4/bsd/sys/
H A Dquota.h339 #define FORCE 0x01 /* force usage changes independent of limits */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_quota.c201 if ((flags & FORCE) || error == 0) {
346 if ((flags & FORCE) || error == 0) {
H A Dhfs_vnops.c1833 (void) hfs_chkdq(cp, -change, cred, CHOWN|FORCE);
1851 (void) hfs_chkdq(cp, change, cred, FORCE|CHOWN);
1852 (void) hfs_chkiq(cp, 1, cred, FORCE|CHOWN);
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c1384 #define FORCE (keep_me == NULL) macro
1395 if (!FORCE && last_remove == timenow.tv_sec)
1422 if (FORCE && q->count != 0 ) {
1428 if (!FORCE &&

Completed in 47 milliseconds