Searched refs:rm (Results 1 - 25 of 25) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/lockstat/
H A DMakefile10 rm -rf $(TARGETS)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A DMakefile18 rm -rf $(TARGETS)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMakefile21 rm -rf $(TARGETS)
/macosx-10.5.8/xnu-1228.15.4/security/conf/tools/newvers/
H A Dnewvers.csh30 rm -f vers.suffix
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/security/conf/tools/doconf/
H A Ddoconf.csh266 rm -f $SYSCONF.new
300 rm -f $SYSCONF.old
303 rm -f $SYSCONF
/macosx-10.5.8/xnu-1228.15.4/makedefs/
H A DMakeInc.cmd8 RM = /bin/rm -f
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_zip.c1218 gbuf_t *rm; /* reply message */ local
1228 if ((rm = gbuf_alloc(AT_WR_OFFSET+size, PRI_HI)) == NULL) {
1235 gbuf_rinc(rm,AT_WR_OFFSET);
1236 gbuf_wset(rm,0);
1237 r_ddp = (at_ddp_t *)(gbuf_rptr(rm));
1239 gbuf_winc(rm,size);
1275 timeout(send_phony_reply, (caddr_t) rm, HZ/20);
1283 gbuf_t *rm = (gbuf_t *)arg; local
1286 ddp_input(rm, ifID_home);
1582 register gbuf_t *rm; /* repl local
1678 register gbuf_t *rm; /* reply message */ local
1804 register gbuf_t *rm; /* reply message */ local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile41 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/
H A DMakefile41 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/
H A DMakefile41 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/
H A DMakefile40 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/
H A DMakefile41 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/security/conf/
H A DMakefile41 rm -f $(notdir $?); \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile65 sudo rm -rf $(DSTROOT)/xnu_quick_test
144 sudo rm -f $(DSTROOT)/xnu_quick_test
145 sudo rm -f $(DSTROOT)/helpers/*
146 rm -f $(OBJROOT)/*.o
/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile.xbs65 @rm -f lib${LIB}_static.a
71 @rm -f lib${LIB}_profile.a
77 @rm -f lib${LIB}_debug.a
83 @rm -f lib${LIB}.a
128 rm -f ${OBJS} ${POBJS} ${DOBJS} ${SOBJS} ${CLEANFILES}
129 rm -f lib${LIB}.a lib${LIB}_static.a lib${LIB}_profile.a \
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daescrypt.c67 #define round(rm,y,x,k) rm(y,x,k,0); rm(y,x,k,1); rm(y,x,k,2); rm(y,x,k,3)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_disasm.c1039 int mod, rm, sib, index, ss, disp; local
1042 rm = f_rm(regmodrm);
1046 addrp->disp = rm;
1057 if (rm == 6) {
1064 addrp->base = db_index_reg_16[rm];
1070 addrp->base = db_index_reg_16[rm];
1075 addrp->base = db_index_reg_16[rm];
1080 if (mod != 3 && rm == 4) {
1082 rm = sib_base(sib);
1091 if (rm
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfasttrap_isa.c81 #define FASTTRAP_MODRM(mod, reg, rm) (((mod) << 6) | ((reg) << 3) | (rm))
405 uint_t rm = FASTTRAP_MODRM_RM(instr[start + 1]); local
427 if (mod != 3 && rm == 4) {
450 if (mod == 0 && rm == 5) {
459 uint8_t base = rm |
599 uint_t rm = FASTTRAP_MODRM_RM(instr[rmindex]); local
603 if (mod == 0 && rm == 5) {
617 rm = 0;
622 rm
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A DMakefile120 rm -f $(notdir $?); \

Completed in 139 milliseconds