Home
last modified time | relevance | path

Searched defs:dmp (Results 1 – 15 of 15) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c68 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id) in dt_module_symhash_insert()
82 dt_module_syminit32(dt_module_t *dmp) in dt_module_syminit32()
131 dt_module_syminit64(dt_module_t *dmp) in dt_module_syminit64()
237 dt_module_symsort32(dt_module_t *dmp) in dt_module_symsort32()
260 dt_module_symsort64(dt_module_t *dmp) in dt_module_symsort64()
307 dt_module_symname32(dt_module_t *dmp, const char *name, in dt_module_symname32()
337 dt_module_symname64(dt_module_t *dmp, const char *name, in dt_module_symname64()
367 dt_module_symaddr32(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr32()
409 dt_module_symaddr64(dt_module_t *dmp, GElf_Addr addr, in dt_module_symaddr64()
471 dt_module_t *dmp; in dt_module_create() local
[all …]
H A Ddt_open.c1034 dt_module_t *dmp; in dt_vopen() local
1646 dt_module_t *dmp; in dtrace_close() local
H A Ddt_decl.c816 dt_module_t *dmp; in dt_decl_type() local
H A Ddt_provider.c417 dt_module_t *dmp; in dt_probe_create() local
H A Ddt_pid.c856 dt_module_t *dmp; in dt_pid_get_types() local
H A Ddt_print.c743 dt_module_t *dmp; in dt_print_prepare() local
H A Ddt_parser.c276 dt_module_t *dmp; in dt_type_pointer() local
1443 dt_module_t *dmp; in dt_node_decl() local
H A Ddt_cc.c707 dt_module_t *dmp; in dt_action_trace() local
H A Ddt_aggregate.c393 dt_module_t *dmp; in dt_aggregate_mod() local
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c354 struct devfs_mount *dmp; in devfs_populate_vp() local
403 struct devfs_mount *dmp; in devfs_vptocnp() local
463 devfs_fqpn(char *buf, struct devfs_mount *dmp, struct devfs_dirent *dd, in devfs_fqpn()
500 devfs_allocv_drop_refs(int drop_dm_lock, struct devfs_mount *dmp, in devfs_allocv_drop_refs()
535 struct devfs_mount *dmp; in devfs_allocv() local
803 struct devfs_mount *dmp; in devfs_getattr() local
1048 struct devfs_mount *dmp; in devfs_lookupx() local
1187 struct devfs_mount *dmp; in devfs_lookup() local
1207 struct devfs_mount *dmp; in devfs_mknod() local
1450 struct devfs_mount *dmp; in devfs_readdir() local
[all …]
H A Ddevfs_vfsops.c209 struct devfs_mount *dmp; in devfs_root() local
H A Ddevfs.h181 #define DEVFS_DMP_HOLD(dmp) ((dmp)->dm_holdcnt++) argument
182 #define DEVFS_DMP_DROP(dmp) (--(dmp)->dm_holdcnt == 0) argument
H A Ddevfs_devs.c265 devfs_vmkdir(struct devfs_mount *dmp, char *name, int namelen, in devfs_vmkdir()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_s390x.c80 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
156 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
/freebsd/lib/libmp/
H A Dmpasbn.c231 _mdiv(const char *msg, const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp, in _mdiv()
250 mp_mdiv(const MINT *nmp, const MINT *dmp, MINT *qmp, MINT *rmp) in mp_mdiv()
567 MINT *dmp, *rmp; in _sdiv() local