Home
last modified time | relevance | path

Searched defs:rm (Results 1 – 25 of 55) sorted by relevance

123

/dragonfly/sys/kern/
H A Dsubr_rman.c87 rman_init(struct rman *rm, int cpuid) in rman_init()
123 rman_manage_region(struct rman *rm, u_long start, u_long end) in rman_manage_region()
155 rman_fini(struct rman *rm) in rman_fini()
205 rman_reserve_resource(struct rman *rm, u_long start, u_long end, u_long count, in rman_reserve_resource()
407 int_rman_activate_resource(struct rman *rm, struct resource *r, in int_rman_activate_resource()
446 struct rman *rm; in rman_activate_resource() local
508 struct rman *rm; in rman_deactivate_resource() local
518 int_rman_release_resource(struct rman *rm, struct resource *r) in int_rman_release_resource()
606 struct rman *rm = r->r_rm; in rman_release_resource() local
651 struct rman *rm; in sysctl_rman() local
/dragonfly/games/hack/
H A Ddef.rm.h107 struct rm { struct
114 extern struct rm levl[COLNO][ROWNO]; argument
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_div.c120 BN_div_internal(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div_internal()
382 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div()
392 BN_div_nonct(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div_nonct()
399 BN_div_ct(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div_ct()
/dragonfly/bin/ed/
H A Dsub.c174 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()
/dragonfly/contrib/nvi2/common/
H A Dsearch.c140 f_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in f_search()
281 b_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen, in b_search()
/dragonfly/contrib/nvi2/ex/
H A Dex_bang.c51 MARK rm; in ex_bang() local
H A Dex_read.c49 MARK rm; in ex_read() local
H A Dex_write.c124 MARK rm; in exwr() local
/dragonfly/games/rogue/
H A Drogue.h293 struct rm { struct
299 typedef struct rm room; argument
H A Duse.c298 vanish(object *obj, short rm, object *pack) in vanish()
/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_eval_pm2rexp.c48 mpn_toom_eval_pm2rexp (mp_ptr rp, mp_ptr rm, in mpn_toom_eval_pm2rexp()
H A Dtoom63_mul.c59 abs_sub_add_n (mp_ptr rm, mp_ptr rp, mp_srcptr rs, mp_size_t n) { in abs_sub_add_n()
/dragonfly/sys/net/
H A Dif.c3915 if_ringmap_set_grid(device_t dev, struct if_ringmap *rm, int grid) in if_ringmap_set_grid()
3937 struct if_ringmap *rm; in if_ringmap_alloc_flags() local
3985 if_ringmap_free(struct if_ringmap *rm) in if_ringmap_free()
4022 struct if_ringmap *subset_rm, *rm; in if_ringmap_match() local
4090 if_ringmap_count(const struct if_ringmap *rm) in if_ringmap_count()
4097 if_ringmap_cpumap(const struct if_ringmap *rm, int ring) in if_ringmap_cpumap()
4105 if_ringmap_rdrtable(const struct if_ringmap *rm, int table[], int table_nent) in if_ringmap_rdrtable()
4184 struct if_ringmap *rm = arg1; in if_ringmap_cpumap_sysctl() local
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_sign.c180 unsigned char *rm, size_t *prm_len, const unsigned char *sigbuf, in int_rsa_verify()
/dragonfly/sys/net/pf/
H A Dif_pflog.c235 u_int8_t reason, struct pf_rule *rm, struct pf_rule *am, in pflog_packet()
/dragonfly/usr.bin/mail/
H A Dfio.c254 rm(char *name) in rm() function
/dragonfly/contrib/mpfr/src/
H A Drint.c81 mp_size_t rm; in mpfr_rint() local
/dragonfly/sys/platform/pc64/x86_64/
H A Dnexus.c180 struct rman *rm = &irq_rman[cpuid]; in nexus_probe() local
353 struct rman *rm; in nexus_alloc_resource() local
/dragonfly/contrib/binutils-2.27/gold/
H A Dfileread.cc639 File_read::do_readv(off_t base, const Read_multiple& rm, size_t start, in do_readv()
706 File_read::read_multiple(off_t base, const Read_multiple& rm) in read_multiple()
/dragonfly/contrib/binutils-2.34/gold/
H A Dfileread.cc639 File_read::do_readv(off_t base, const Read_multiple& rm, size_t start, in do_readv()
706 File_read::read_multiple(off_t base, const Read_multiple& rm) in read_multiple()
/dragonfly/contrib/less/
H A Dpattern.c324 regmatch_t rm[RM_COUNT]; in match_pattern1() local
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-properties.c244 unsigned int type, bfd_boolean rm) in elf_find_and_remove_property()
/dragonfly/sys/platform/pc64/icu/
H A Dicu_abi.c406 icu_abi_rman_setup(struct rman *rm) in icu_abi_rman_setup()
/dragonfly/bin/expr/
H A Dexpr.y579 regmatch_t rm[2]; in op_colon() local
/dragonfly/sys/sys/
H A Drman.h155 #define rman_is_region_manager(r,rm) ((r)->r_rm == rm) argument

123