| /src/sys/sys/ |
| H A D | rmlock.h | 51 void rm_init(struct rmlock *rm, const char *name); 52 void rm_init_flags(struct rmlock *rm, const char *name, int opts); 53 void rm_destroy(struct rmlock *rm); 54 int rm_wowned(const struct rmlock *rm); 57 void _rm_wlock_debug(struct rmlock *rm, const char *file, int line); 58 void _rm_wunlock_debug(struct rmlock *rm, const char *file, int line); 59 int _rm_rlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, 61 void _rm_runlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, 64 void _rm_wlock(struct rmlock *rm); 65 void _rm_wunlock(struct rmlock *rm); [all …]
|
| /src/sys/cddl/boot/zfs/ |
| H A D | zfssubr.c | 534 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p() argument 540 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p() 542 for (c = rm->rm_firstdatacol; c < rm->rm_cols; c++) { in vdev_raidz_generate_parity_p() 543 src = rm->rm_col[c].rc_data; in vdev_raidz_generate_parity_p() 544 p = rm->rm_col[VDEV_RAIDZ_P].rc_data; in vdev_raidz_generate_parity_p() 545 ccount = rm->rm_col[c].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_p() 547 if (c == rm->rm_firstdatacol) { in vdev_raidz_generate_parity_p() 562 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq() argument 567 pcnt = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]); in vdev_raidz_generate_parity_pq() 568 ASSERT(rm->rm_col[VDEV_RAIDZ_P].rc_size == in vdev_raidz_generate_parity_pq() [all …]
|
| /src/sys/kern/ |
| H A D | kern_rmlock.c | 66 #define rm_destroyed(rm) \ argument 67 (LIST_FIRST(&(rm)->rm_activeReaders) == RM_DESTROYED) 124 struct rmlock *rm; in lock_rm() local 127 rm = (struct rmlock *)lock; in lock_rm() 129 rm_wlock(rm); in lock_rm() 132 rm_rlock(rm, tracker); in lock_rm() 141 struct rmlock *rm; in unlock_rm() local 146 rm = (struct rmlock *)lock; in unlock_rm() 149 rm_assert(rm, RA_LOCKED | RA_NOTRECURSED); in unlock_rm() 150 if (rm_wowned(rm)) in unlock_rm() [all …]
|
| H A D | subr_rman.c | 109 static int int_rman_release_resource(struct rman *rm, struct resource_i *r); 124 rman_init(struct rman *rm) in rman_init() argument 126 if (rm->rm_start == 0 && rm->rm_end == 0) in rman_init() 127 rm->rm_end = ~0; in rman_init() 128 if (rm->rm_type == RMAN_UNINIT) in rman_init() 130 if (rm->rm_type == RMAN_GAUGE) in rman_init() 133 TAILQ_INIT(&rm->rm_list); in rman_init() 134 mtx_init(&rm->rm_mtx, "rman", NULL, MTX_DEF); in rman_init() 137 TAILQ_INSERT_TAIL(&rman_head, rm, rm_link); in rman_init() 143 rman_manage_region(struct rman *rm, rman_res_t start, rman_res_t end) in rman_manage_region() argument [all …]
|
| /src/contrib/lutok/admin/ |
| H A D | clean-all.sh | 46 rm -f Makefile.in 47 rm -f aclocal.m4 48 rm -rf autom4te.cache 49 rm -f config.h.in 50 rm -f configure 51 rm -f mkinstalldirs 52 rm -f lutok-*.tar.gz 55 rm -f admin/compile 56 rm -f admin/config.guess 57 rm -f admin/config.sub [all …]
|
| /src/contrib/kyua/admin/ |
| H A D | clean-all.sh | 46 rm -f Makefile.in 47 rm -f aclocal.m4 48 rm -rf autom4te.cache 49 rm -f config.h.in 50 rm -f configure 51 rm -f mkinstalldirs 52 rm -f kyua-*.tar.gz 55 rm -f admin/ar-lib 56 rm -f admin/compile 57 rm -f admin/config.guess [all …]
|
| /src/crypto/heimdal/lib/gssapi/ |
| H A D | Makefile.in | 893 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 897 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 902 rm -f "$${dir}/so_locations"; \ 1249 cd "$(DESTDIR)$(bindir)" && rm -f $$files 1254 rm -f $$list || exit $$?; \ 1258 rm -f $$list 1263 rm -f $$list || exit $$?; \ 1267 rm -f $$list 1272 rm -f $$list || exit $$?; \ 1276 rm -f $$list [all …]
|
| /src/contrib/openpam/lib/libpam/ |
| H A D | Makefile.in | 74 am__rm_f = rm -f $(am__rm_f_notfound) 75 am__rm_rf = rm -rf $(am__rm_f_notfound) 560 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 569 echo rm -f $${locs}; \ 576 -rm -f *.$(OBJEXT) 579 -rm -f *.tab.c 665 -rm -f *.lo 668 -rm -rf .libs _libs 720 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 797 -rm -f ./$(DEPDIR)/openpam_asprintf.Plo [all …]
|
| /src/contrib/ntp/libntp/ |
| H A D | Makefile.in | 922 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 1027 $(AM_V_at)-rm -f libntp.a 1032 $(AM_V_at)-rm -f libntpsim.a 1037 -rm -f *.$(OBJEXT) 1038 -rm -f lib/isc/*.$(OBJEXT) 1039 -rm -f lib/isc/nls/*.$(OBJEXT) 1040 -rm -f lib/isc/nothreads/*.$(OBJEXT) 1041 -rm -f lib/isc/pthreads/*.$(OBJEXT) 1042 -rm -f lib/isc/unix/*.$(OBJEXT) 1045 -rm -f *.tab.c [all …]
|
| /src/contrib/file/src/ |
| H A D | Makefile.in | 135 $(am__cd) "$$dir" && rm -f $$files; }; \ 455 cd "$(DESTDIR)$(bindir)" && rm -f $$files 460 rm -f $$list || exit $$?; \ 464 rm -f $$list 487 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 491 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 497 echo rm -f $${locs}; \ 498 rm -f $${locs}; \ 505 @rm -f file$(EXEEXT) 509 -rm -f *.$(OBJEXT) [all …]
|
| /src/contrib/file/ |
| H A D | depcomp | 101 rm -f "$tmpdepfile" 129 rm -f "$tmpdepfile" 194 rm -f "$tmpdepfile" 220 rm -f "$tmpdepfile" 223 rm -f "$depfile" 244 rm -f "$tmpdepfile" 262 rm -f "$tmpdepfile" 265 rm -f "$depfile" 286 rm -f "$tmpdepfile" 317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/libevent/build-aux/ |
| H A D | depcomp | 101 rm -f "$tmpdepfile" 129 rm -f "$tmpdepfile" 194 rm -f "$tmpdepfile" 220 rm -f "$tmpdepfile" 223 rm -f "$depfile" 244 rm -f "$tmpdepfile" 262 rm -f "$tmpdepfile" 265 rm -f "$depfile" 286 rm -f "$tmpdepfile" 317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | depcomp | 101 rm -f "$tmpdepfile" 129 rm -f "$tmpdepfile" 194 rm -f "$tmpdepfile" 220 rm -f "$tmpdepfile" 223 rm -f "$depfile" 244 rm -f "$tmpdepfile" 262 rm -f "$tmpdepfile" 265 rm -f "$depfile" 286 rm -f "$tmpdepfile" 317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/openbsm/config/ |
| H A D | depcomp | 101 rm -f "$tmpdepfile" 129 rm -f "$tmpdepfile" 194 rm -f "$tmpdepfile" 220 rm -f "$tmpdepfile" 223 rm -f "$depfile" 244 rm -f "$tmpdepfile" 262 rm -f "$tmpdepfile" 265 rm -f "$depfile" 286 rm -f "$tmpdepfile" 317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | depcomp | 101 rm -f "$tmpdepfile" 129 rm -f "$tmpdepfile" 194 rm -f "$tmpdepfile" 220 rm -f "$tmpdepfile" 223 rm -f "$depfile" 244 rm -f "$tmpdepfile" 262 rm -f "$tmpdepfile" 265 rm -f "$depfile" 286 rm -f "$tmpdepfile" 317 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/openpam/ |
| H A D | depcomp | 103 rm -f "$tmpdepfile" 130 rm -f "$tmpdepfile" 195 rm -f "$tmpdepfile" 221 rm -f "$tmpdepfile" 224 rm -f "$depfile" 245 rm -f "$tmpdepfile" 263 rm -f "$tmpdepfile" 266 rm -f "$depfile" 287 rm -f "$tmpdepfile" 318 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" [all …]
|
| /src/contrib/mandoc/ |
| H A D | Makefile | 399 rm -f Makefile.local config.h config.h.old config.log config.log.old 402 rm -f libmandoc.a $(LIBMANDOC_OBJS) $(ALL_COBJS) 403 rm -f mandoc man $(MAIN_OBJS) 404 rm -f man.cgi $(CGI_OBJS) 405 rm -f mandocd catman catman.o $(MANDOCD_OBJS) 406 rm -f demandoc $(DEMANDOC_OBJS) 407 rm -f soelim soelim.o 408 rm -f $(WWW_MANS) $(WWW_INCS) mandoc*.tar.gz mandoc*.sha256 409 rm -f Makefile.tmp1 Makefile.tmp2 410 rm -rf *.dSYM [all …]
|
| /src/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_rpcb_pxy.c | 201 rpc_msg_t rpcmsg, *rm; in ipf_p_rpcb_in() local 224 rm = &rpcmsg; in ipf_p_rpcb_in() 225 bzero((char *)rm, sizeof(*rm)); in ipf_p_rpcb_in() 226 COPYDATA(m, off, dlen, (caddr_t)&rm->rm_msgbuf); in ipf_p_rpcb_in() 227 rm->rm_buflen = dlen; in ipf_p_rpcb_in() 230 rv = ipf_p_rpcb_decodereq(fin, nat, rs, rm); in ipf_p_rpcb_in() 241 rv = ipf_p_rpcb_modreq(fin, nat, rm, m, off); in ipf_p_rpcb_in() 269 rpc_msg_t rpcmsg, *rm; in ipf_p_rpcb_out() local 295 rm = &rpcmsg; in ipf_p_rpcb_out() 296 bzero((char *)rm, sizeof(*rm)); in ipf_p_rpcb_out() [all …]
|
| /src/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.c | 212 cmp_code(raidz_test_opts_t *opts, const raidz_map_t *rm, const int parity) in cmp_code() argument 218 for (r = 0; r < rm->rm_nrows; r++) { in cmp_code() 219 raidz_row_t * const rr = rm->rm_row[r]; in cmp_code() 239 cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm) in cmp_data() argument 243 for (r = 0; r < rm->rm_nrows; r++) { in cmp_data() 244 raidz_row_t *rr = rm->rm_row[r]; in cmp_data() 287 corrupt_colums(raidz_map_t *rm, const int *tgts, const int cnt) in corrupt_colums() argument 289 for (int r = 0; r < rm->rm_nrows; r++) { in corrupt_colums() 290 raidz_row_t *rr = rm->rm_row[r]; in corrupt_colums() 307 fini_raidz_map(zio_t **zio, raidz_map_t **rm) in fini_raidz_map() argument [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_011_pos.ksh | 52 log_must rm $TESTDIR/myfile.$$ 91 log_must rm $TESTDIR/cpio.$$ $TEST_BASE_DIR/xattr.$$.cpio $TEST_BASE_DIR/noxattr.$$.cpio 104 log_must rm $TESTDIR/myfile2.$$ 109 log_must rm $TESTDIR/myfile2.$$ 115 log_must rm $TESTDIR/myfile2.$$ 120 log_must rm $TESTDIR/myfile2.$$ 132 log_must rm -rf $TESTDIR/noxattrs 144 log_must rm $TESTDIR/mvfile2.$$ 152 log_must rm $TESTDIR/pax.$$ 157 log_must rm $TESTDIR/pax.$$ [all …]
|
| /src/krb5/lib/krb5/error_tables/ |
| H A D | Makefile.inc | 25 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h 29 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h 32 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c et-c-${.PREFIX}.h 36 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c 47 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h 51 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h 54 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c et-c-${.PREFIX}.h 58 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c 69 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h 73 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h [all …]
|
| /src/contrib/libpcap/ |
| H A D | Makefile.in | 86 @rm -f $@ 426 @rm -f $@ 433 @rm -f $@ 456 rm -f libpcap*.dylib 481 rm -f libpcap.$$MAJOR_VER 496 @rm -f $@ shr.o 511 rm -f scanner.c; \ 533 @rm -f $@ $@.tmp 542 rm -f grammar.c; \ 582 @rm -f $@ $@.tmp [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
| H A D | posixmode.ksh | 53 rm -rf $tmpdir $TESTDIR/dir 83 log_must rm $file 87 log_must user_run $other rm $file 93 log_must user_run $owner rm $file 97 log_must user_run $other rm $file 101 log_must rm $file 103 log_must rm -rf $dir 114 log_must rm $file 118 log_mustnot user_run $other rm $file 119 log_must rm $file [all …]
|
| /src/crypto/openssh/regress/ |
| H A D | sftp-cmds.sh | 27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2 67 rm -f ${COPY} 73 rm -f ${COPY} 79 rm -f ${QUOTECOPY} 85 rm -f ${QUOTECOPY} ${COPY} 87 rm -f "$SPACECOPY" ${COPY} 94 rm -f "$GLOBMETACOPY" ${COPY} 102 rm -f ${COPY}.dd/* 108 rm -f ${COPY}.dd/* 116 rm -f ${COPY}.dd/* [all …]
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math.c | 153 vdev_raidz_math_generate(raidz_map_t *rm, raidz_row_t *rr) in vdev_raidz_math_generate() argument 157 switch (raidz_parity(rm)) { in vdev_raidz_math_generate() 159 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_P]; in vdev_raidz_math_generate() 162 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQ]; in vdev_raidz_math_generate() 165 gen_parity = rm->rm_ops->gen[RAIDZ_GEN_PQR]; in vdev_raidz_math_generate() 170 (u_longlong_t)raidz_parity(rm)); in vdev_raidz_math_generate() 184 reconstruct_fun_p_sel(raidz_map_t *rm, const int *parity_valid, in reconstruct_fun_p_sel() argument 188 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_p_sel() 194 reconstruct_fun_pq_sel(raidz_map_t *rm, const int *parity_valid, in reconstruct_fun_pq_sel() argument 199 return (rm->rm_ops->rec[RAIDZ_REC_P]); in reconstruct_fun_pq_sel() [all …]
|