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

12

/darwin-on-arm/xnu/tools/lockstat/
H A DMakefile10 rm -rf $(TARGETS)
/darwin-on-arm/xnu/tools/tests/affinity/
H A DMakefile18 rm -rf $(TARGETS)
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmk_tarball28 rm -rf $tmpdir
H A Dod_account_delete.sh6 rm -f $TMPF
95 rm -f $TMPF
H A Dod_account_create.sh7 rm -f $TMPF
114 rm -f $TMPF
H A DMakefile102 rm -rf bin bin-* wrapper multiview create_stuff bench tattle benchDS od_account_create od_account_delete coreos_bench embd_bench
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile42 rm -rf bin bin-*
/darwin-on-arm/xnu/config/
H A Dlist_supported.sh34 rm -f $TARGET_FILE
/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c287 u_int8_t reason, struct pf_rule *rm, struct pf_rule *am,
296 if (kif == NULL || m == NULL || rm == NULL || pd == NULL)
299 if (rm->logif >= PFLOGIFS_MAX ||
300 (ifn = pflogifs[rm->logif]) == NULL || !ifn->if_bpf) {
307 hdr.action = rm->action;
312 hdr.rulenr = htonl(rm->nr);
316 hdr.subrulenr = htonl(rm->nr);
321 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
330 hdr.rule_uid = rm->cuid;
331 hdr.rule_pid = rm
286 pflog_packet(struct pfi_kif *kif, struct mbuf *m, sa_family_t af, u_int8_t dir, u_int8_t reason, struct pf_rule *rm, struct pf_rule *am, struct pf_ruleset *ruleset, struct pf_pdesc *pd) argument
[all...]
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMakefile27 rm -rf $(TARGETS) *.dSYM
/darwin-on-arm/xnu/SETUP/
H A Dnewvers30 rm -f vers.suffix
/darwin-on-arm/xnu/SETUP/config/
H A Ddoconf275 rm -f $SYSCONF.new
308 rm -f $SYSCONF.old
311 rm -f $SYSCONF
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/
H A Dxnu-build102 rm -rf $REAL_SRCROOT
389 rm -f "$MANIFEST"
395 rm -f "$DARWIN_BUILDROOT/Roots/$projnam/$project_tag.root"
396 rm -f "$DARWIN_BUILDROOT/Roots/$projnam/$project_tag.sym"
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile105 @set -e; rm -f $@; \
187 @rm -f *.plist
190 @rm -rf $(OBJROOT)/*
194 @rm -rf $(ROOT)
196 @rm -rf $(OBJROOT) $(DSTROOT) $(SYMROOT)
/darwin-on-arm/xnu/tools/tests/execperf/
H A DMakefile20 rm -f run $(EXECUTABLES)
21 rm -f run.o $(OBJECTS)
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile36 rm -f $(notdir $?); \
/darwin-on-arm/xnu/iokit/conf/
H A DMakefile37 rm -f $(notdir $?); \
/darwin-on-arm/xnu/libkern/conf/
H A DMakefile37 rm -f $(notdir $?); \
/darwin-on-arm/xnu/libsa/conf/
H A DMakefile37 rm -f $(notdir $?); \
/darwin-on-arm/xnu/libsyscall/
H A DMakefile157 rm -f $(notdir $**.h) $(notdir $**.d)
164 rm -f $(notdir $**.h) $(notdir $**.d)
173 rm -rf $(BUILDROOT)
194 rm -rf $(BUILDDIR) $(DSTROOT)
/darwin-on-arm/xnu/osfmk/conf/
H A DMakefile36 rm -f $(notdir $?); \
/darwin-on-arm/xnu/pexpert/conf/
H A DMakefile37 rm -f $(notdir $?); \
/darwin-on-arm/xnu/security/conf/
H A DMakefile37 rm -f $(notdir $?); \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile90 sudo rm -rf $(DSTROOT)/xnu_quick_test
198 sudo rm -Rf $(DSTROOT)/xnu_quick_test
199 sudo rm -Rf $(DSTROOT)/helpers/*
200 rm -Rf $(OBJROOT)/*.o

Completed in 113 milliseconds

12