Home
last modified time | relevance | path

Searched refs:dm_name (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c474 if (strcmp(dmp->dm_name, name) == 0) in dt_module_create()
482 (void) strlcpy(dmp->dm_name, name, sizeof (dmp->dm_name)); in dt_module_create()
503 if (strncmp(dmp->dm_name, "pid", 3) == 0) { in dt_module_create()
505 if (dmp->dm_name[3] == '\0') { in dt_module_create()
510 pid = strtol(dmp->dm_name + 3, &eptr, 10); in dt_module_create()
515 "module: %s\n", dmp->dm_name); in dt_module_create()
529 if (strcmp(dmp->dm_name, name) == 0) in dt_module_lookup_by_name()
599 dmp->dm_name, ctsp->cts_name, (ulong_t)ctsp->cts_size); in dt_module_load_sect()
832 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_symfree - 1); in dt_module_load()
842 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_aslen); in dt_module_load()
[all …]
H A Ddt_decl.c843 tip->dtt_object = dmp->dm_name; in dt_decl_type()
857 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type()
870 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type()
918 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type()
956 tip->dtt_object = dmp->dm_name; in dt_decl_type()
1048 tip->dtt_object = dmp->dm_name; in dt_decl_type()
H A Ddt_xlator.c342 src_dtt.dtt_object = dt_module_lookup_by_ctf(dtp, src_ctfp)->dm_name; in dt_xlator_lookup()
347 .dtt_object = dt_module_lookup_by_ctf(dtp, dst_ctfp)->dm_name, in dt_xlator_lookup()
H A Ddt_cc.c712 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, dret->dn_type) + 1; in dt_action_trace()
716 n = snprintf(NULL, 0, "%s`%d`%ld", dmp->dm_name, in dt_action_trace()
719 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, in dt_action_trace()
725 (void) snprintf(sdp->dtsd_strdata, n, "%s`%ld", dmp->dm_name, in dt_action_trace()
729 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace()
732 dmp->dm_name, dret->dn_type); in dt_action_trace()
H A Ddt_impl.h118 char dm_name[DTRACE_MODNAMELEN]; /* string name of module */ member
H A Ddt_open.c1389 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen()
1455 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen()
H A Ddt_provider.c476 prp->pr_argv[i].dtt_object = dmp->dm_name; in dt_probe_create()
H A Ddt_parser.c303 tip->dtt_object = dmp->dm_name; in dt_type_pointer()
1505 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl()
1512 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
1524 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c424 dm_get_underlying_path(const char *dm_name) in dm_get_underlying_path() argument
435 if (dm_name == NULL) in dm_get_underlying_path()
439 realp = realpath(dm_name, NULL); in dm_get_underlying_path()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib324 dm_name="$(readlink $DEV_DSKDIR/$disk | cut -d/ -f2)"
325 dep="$(ls /sys/block/${dm_name}/slaves | awk '{print $1}')"
329 dep_dir="/sys/block/${dm_name}"
339 dep="$(ls /sys/block/$dm_name/slaves 2>/dev/null | awk '{print $1}')"
359 dm_name="$(readlink $DEV_DSKDIR/$disk | cut -d/ -f2)"
360 dep="$(ls /sys/block/$dm_name/slaves | awk '{print $1}')"