| /NextBSD/sys/sys/ |
| HD | rmlock.h | 82 #define rm_wlock(rm) _rm_wlock_debug((rm), LOCK_FILE, LOCK_LINE) argument 83 #define rm_wunlock(rm) _rm_wunlock_debug((rm), LOCK_FILE, LOCK_LINE) argument 84 #define rm_rlock(rm,tracker) \ argument 86 #define rm_try_rlock(rm,tracker) \ argument 88 #define rm_runlock(rm,tracker) \ argument 91 #define rm_wlock(rm) _rm_wlock((rm)) argument 92 #define rm_wunlock(rm) _rm_wunlock((rm)) argument 93 #define rm_rlock(rm,tracker) ((void)_rm_rlock((rm),(tracker), 0)) argument 94 #define rm_try_rlock(rm,tracker) _rm_rlock((rm),(tracker), 1) argument 95 #define rm_runlock(rm,tracker) _rm_runlock((rm), (tracker)) argument [all …]
|
| /NextBSD/sys/kern/ |
| HD | kern_rmlock.c | 65 #define rm_destroyed(rm) \ argument 123 struct rmlock *rm; in lock_rm() local 140 struct rmlock *rm; in unlock_rm() local 181 const struct rmlock *rm; in owner_rm() local 222 rm_trackers_present(const struct pcpu *pc, const struct rmlock *rm, in rm_trackers_present() 258 struct rmlock *rm = arg; in rm_cleanIPI() local 277 rm_init_flags(struct rmlock *rm, const char *name, int opts) in rm_init_flags() 307 rm_init(struct rmlock *rm, const char *name) in rm_init() 314 rm_destroy(struct rmlock *rm) in rm_destroy() 327 rm_wowned(const struct rmlock *rm) in rm_wowned() [all …]
|
| HD | subr_rman.c | 127 rman_init(struct rman *rm) in rman_init() 157 rman_manage_region(struct rman *rm, u_long start, u_long end) in rman_manage_region() 235 rman_init_from_resource(struct rman *rm, struct resource *r) in rman_init_from_resource() 245 rman_fini(struct rman *rm) in rman_fini() 277 rman_first_free_region(struct rman *rm, u_long *start, u_long *end) in rman_first_free_region() 295 rman_last_free_region(struct rman *rm, u_long *start, u_long *end) in rman_last_free_region() 317 struct rman *rm; in rman_adjust_resource() local 437 rman_reserve_resource_bound(struct rman *rm, u_long start, u_long end, in rman_reserve_resource_bound() 644 rman_reserve_resource(struct rman *rm, u_long start, u_long end, u_long count, in rman_reserve_resource() 656 struct rman *rm; in rman_activate_resource() local [all …]
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_raidz.c | 264 vdev_raidz_map_free(raidz_map_t *rm) in vdev_raidz_map_free() 292 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_map_free_vsd() local 305 raidz_map_t *rm = arg; in vdev_raidz_cksum_free() local 316 raidz_map_t *rm = zcr->zcr_cbdata; in vdev_raidz_cksum_finish() local 398 raidz_map_t *rm = zio->io_vsd; in vdev_raidz_cksum_report() local 452 raidz_map_t *rm; in vdev_raidz_map_alloc() local 598 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p() 625 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq() 677 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) in vdev_raidz_generate_parity_pqr() 742 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity() [all …]
|
| /NextBSD/sys/contrib/ipfilter/netinet/ |
| HD | ip_rpcb_pxy.c | 211 rpc_msg_t rpcmsg, *rm; local 283 rpc_msg_t rpcmsg, *rm; local 414 ipf_p_rpcb_decodereq(fin, nat, rs, rm) in ipf_p_rpcb_decodereq() argument 533 ipf_p_rpcb_skipauth(rm, auth, buf) in ipf_p_rpcb_skipauth() argument 619 ipf_p_rpcb_xdrrpcb(rm, p, ra) in ipf_p_rpcb_xdrrpcb() argument 656 ipf_p_rpcb_getuaddr(rm, xu, p) in ipf_p_rpcb_getuaddr() argument 770 ipf_p_rpcb_modreq(fin, nat, rm, m, off) in ipf_p_rpcb_modreq() argument 857 ipf_p_rpcb_decoderep(fin, nat, rs, rm, rxp) in ipf_p_rpcb_decoderep() argument 1101 ipf_p_rpcb_getproto(rm, xp, p) in ipf_p_rpcb_getproto() argument 1308 ipf_p_rpcb_modv3(fin, nat, rm, m, off) in ipf_p_rpcb_modv3() argument [all …]
|
| /NextBSD/sys/cddl/boot/zfs/ |
| HD | zfssubr.c | 442 vdev_raidz_generate_parity_p(raidz_map_t *rm) in vdev_raidz_generate_parity_p() 469 vdev_raidz_generate_parity_pq(raidz_map_t *rm) in vdev_raidz_generate_parity_pq() 521 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) in vdev_raidz_generate_parity_pqr() 586 vdev_raidz_generate_parity(raidz_map_t *rm) in vdev_raidz_generate_parity() 758 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, in vdev_raidz_matrix_init() 788 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, in vdev_raidz_matrix_invert() 882 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, in vdev_raidz_matrix_reconstruct() 958 vdev_raidz_reconstruct_general(raidz_map_t *rm, int *tgts, int ntgts) in vdev_raidz_reconstruct_general() 1064 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) in vdev_raidz_reconstruct() 1109 raidz_map_t *rm; in vdev_raidz_map_alloc() local [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | sh-dis.c | 35 int rm, in print_movxy() 198 print_dsp_reg (int rm, fprintf_ftype fprintf_fn, void *stream) in print_dsp_reg() 500 int rm = 0; in print_insn_sh() local
|
| /NextBSD/bin/ed/ |
| HD | sub.c | 174 regmatch_t rm[SE_MAX]; in substitute_matching_text() local 226 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub) in apply_subst_template()
|
| /NextBSD/sys/dev/ofw/ |
| HD | ofwbus.c | 184 struct rman *rm; in ofwbus_alloc_resource() local 245 struct rman *rm; in ofwbus_adjust_resource() local
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_bang.c | 55 MARK rm; in ex_bang() local
|
| HD | ex_read.c | 53 MARK rm; in ex_read() local
|
| /NextBSD/contrib/nvi/common/ |
| HD | search.c | 152 MARK *rm, in f_search() 299 MARK *rm, in b_search()
|
| /NextBSD/usr.sbin/utx/ |
| HD | utx.c | 52 rm(char *id[]) in rm() function
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_report.cc | 191 static void PrintMutexShort(const ReportMutex *rm, const char *after) { in PrintMutexShort() 196 static void PrintMutexShortWithAddress(const ReportMutex *rm, in PrintMutexShortWithAddress() 202 static void PrintMutex(const ReportMutex *rm) { in PrintMutex()
|
| /NextBSD/sys/mips/sentry5/ |
| HD | obio.c | 119 struct rman *rm; in obio_alloc_resource() local
|
| /NextBSD/sys/arm/xscale/i80321/ |
| HD | obio.c | 103 struct rman *rm; in obio_alloc_resource() local
|
| /NextBSD/sys/mips/malta/ |
| HD | obio.c | 117 struct rman *rm; in obio_alloc_resource() local
|
| /NextBSD/sys/arm/xscale/i8134x/ |
| HD | obio.c | 97 struct rman *rm; in obio_alloc_resource() local
|
| /NextBSD/sys/powerpc/ps3/ |
| HD | ps3bus.c | 166 ps3bus_resources_init(struct rman *rm, int bus_index, int dev_index, in ps3bus_resources_init() 248 ps3bus_resources_init_by_type(struct rman *rm, int bus_index, int dev_index, in ps3bus_resources_init_by_type() 532 struct rman *rm; in ps3bus_alloc_resource() local
|
| /NextBSD/sys/mips/cavium/ |
| HD | obio.c | 125 struct rman *rm; in obio_alloc_resource() local
|
| /NextBSD/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_fpsetround.c | 62 int rm; member
|
| /NextBSD/sys/powerpc/ofw/ |
| HD | ofw_pci.c | 315 struct rman *rm; in ofw_pci_alloc_resource() local 459 struct rman *rm = NULL; in ofw_pci_adjust_resource() local
|
| /NextBSD/sys/sparc64/pci/ |
| HD | ofw_pci.c | 294 struct rman *rm; in ofw_pci_alloc_resource() local 368 struct rman *rm; in ofw_pci_adjust_resource() local
|
| /NextBSD/sys/arm/xscale/pxa/ |
| HD | pxa_obio.c | 234 struct rman *rm; in pxa_alloc_resource() local 361 struct rman *rm; in pxa_alloc_gpio_irq() local
|
| /NextBSD/crypto/openssl/crypto/bn/ |
| HD | bn_div.c | 190 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div()
|