Home
last modified time | relevance | path

Searched full:dm (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c122 struct dt_msg *dm, in dt_msg_init() argument
125 memset(dm, 0, sizeof(*dm)); in dt_msg_init()
126 dm->d.base.descriptor = &dnstap__dnstap__descriptor; in dt_msg_init()
127 dm->m.base.descriptor = &dnstap__message__descriptor; in dt_msg_init()
128 dm->d.type = DNSTAP__DNSTAP__TYPE__MESSAGE; in dt_msg_init()
129 dm->d.message = &dm->m; in dt_msg_init()
130 dm->m.type = mtype; in dt_msg_init()
132 dm->d.identity.data = (uint8_t *) env->identity; in dt_msg_init()
133 dm->d.identity.len = (size_t) env->len_identity; in dt_msg_init()
134 dm->d.has_identity = 1; in dt_msg_init()
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs_rule.c101 static devfs_rid devfs_rid_input(devfs_rid rid, struct devfs_mount *dm);
104 struct devfs_mount *dm, struct devfs_dirent *de);
105 static void devfs_rule_applydm(struct devfs_krule *dk, struct devfs_mount *dm);
110 static int devfs_rule_input(struct devfs_rule *dr, struct devfs_mount *dm);
112 static int devfs_rule_match(struct devfs_krule *dk, struct devfs_mount *dm,
114 static int devfs_rule_matchpath(struct devfs_krule *dk, struct devfs_mount *dm,
116 static void devfs_rule_run(struct devfs_krule *dk, struct devfs_mount *dm,
120 struct devfs_mount *dm, struct devfs_dirent *de,
123 struct devfs_mount *dm);
127 static int devfs_ruleset_use(devfs_rsnum rsnum, struct devfs_mount *dm);
[all …]
H A Ddevfs_devs.c334 devfs_rmdir_empty(struct devfs_mount *dm, struct devfs_dirent *de) in devfs_rmdir_empty() argument
338 sx_assert(&dm->dm_lock, SX_XLOCKED); in devfs_rmdir_empty()
344 if ((de->de_flags & DE_DOOMED) != 0 || de == dm->dm_rootdir) in devfs_rmdir_empty()
361 devfs_delete(dm, de, DEVFS_DEL_NORECURSE); in devfs_rmdir_empty()
362 devfs_delete(dm, de_dot, DEVFS_DEL_NORECURSE); in devfs_rmdir_empty()
363 devfs_delete(dm, de_dotdot, DEVFS_DEL_NORECURSE); in devfs_rmdir_empty()
374 * The caller needs to hold the dm for the duration of the call since
375 * dm->dm_lock may be temporary dropped.
378 devfs_delete(struct devfs_mount *dm, struct devfs_dirent *de, int flags) in devfs_delete() argument
393 devfs_dir_unref_de(dm, dd); in devfs_delete()
[all …]
H A Ddevfs_dir.c117 devfs_dir_ref_de(struct devfs_mount *dm, struct devfs_dirent *de) in devfs_dir_ref_de() argument
121 namep = devfs_fqpn(dirname, dm, de, NULL); in devfs_dir_ref_de()
150 devfs_dir_unref_de(struct devfs_mount *dm, struct devfs_dirent *de) in devfs_dir_unref_de() argument
154 namep = devfs_fqpn(dirname, dm, de, NULL); in devfs_dir_unref_de()
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c93 struct dentry_meta *dm; in debugfs_attr() local
95 dm = pn->pn_data; in debugfs_attr()
97 vap->va_mode = dm->dm_mode; in debugfs_attr()
104 struct dentry_meta *dm; in debugfs_destroy() local
106 dm = pn->pn_data; in debugfs_destroy()
107 if (dm->dm_type == DM_SYMLINK) in debugfs_destroy()
108 free(dm->dm_data, M_DFSINT); in debugfs_destroy()
110 free(dm, M_DFSINT); in debugfs_destroy()
178 struct dentry_meta *dm; in debugfs_fill_data()
180 dm in debugfs_fill_data() local
192 struct dentry_meta *dm; debugfs_create_file() local
273 struct dentry_meta *dm; debugfs_create_dir() local
301 struct dentry_meta *dm; debugfs_create_symlink() local
[all...]
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c774 struct rtw89_btc_dm *dm = &btc->dm; in _chk_btc_err()
779 dm->error.map.h2c_buffer_over = true; in _chk_btc_err()
834 memset(&btc->dm, 0, sizeof(btc->dm)); in _chk_btc_err()
845 btc->dm.tdma_now = t_def[CXTD_OFF]; in _chk_btc_err()
846 btc->dm.tdma = t_def[CXTD_OFF]; in _chk_btc_err()
849 btc->dm.slot.v7[i].dur = s_def[i].dur; in _chk_btc_err()
850 btc->dm.slot.v7[i].cxtype = s_def[i].cxtype; in _chk_btc_err()
851 btc->dm in _chk_btc_err()
757 struct rtw89_btc_dm *dm = &btc->dm; _chk_btc_err() local
994 struct rtw89_btc_dm *dm = &btc->dm; _chk_btc_report() local
1560 struct rtw89_btc_dm *dm = &btc->dm; _append_tdma() local
1599 struct rtw89_btc_dm *dm = &btc->dm; _append_slot() local
1892 struct rtw89_btc_dm *dm = &btc->dm; _update_dm_step() local
1908 struct rtw89_btc_dm *dm = &btc->dm; _fw_set_policy() local
1954 struct rtw89_btc_dm *dm = &btc->dm; _fw_set_drv_info() local
2019 struct rtw89_btc_dm *dm = &btc->dm; _set_gnt() local
2184 struct rtw89_btc_dm *dm = &btc->dm; _set_rf_trx_para() local
2554 struct rtw89_btc_dm *dm = &btc->dm; rtw89_btc_set_policy() local
2857 struct rtw89_btc_dm *dm = &btc->dm; rtw89_btc_set_policy_v1() local
3258 struct rtw89_btc_dm *dm = &btc->dm; _set_ant() local
3535 struct rtw89_btc_dm *dm = &btc->dm; _action_bt_a2dp() local
3636 struct rtw89_btc_dm *dm = &btc->dm; _action_bt_a2dp_hid() local
3916 struct rtw89_btc_dm *dm = &btc->dm; _set_wl_tx_limit() local
4220 struct rtw89_btc_dm *dm = &btc->dm; _action_wl_2g_scc_v1() local
4282 struct rtw89_btc_dm *dm = &btc->dm; _action_wl_2g_scc_v2() local
4936 struct rtw89_btc_dm *dm = &rtwdev->btc.dm; rtw89_coex_act1_work() local
4957 struct rtw89_btc_dm *dm = &rtwdev->btc.dm; rtw89_coex_bt_devinfo_work() local
4973 struct rtw89_btc_dm *dm = &rtwdev->btc.dm; rtw89_coex_rfk_chk_work() local
5080 struct rtw89_btc_dm *dm = &rtwdev->btc.dm; _run_coex() local
5287 struct rtw89_btc_dm *dm = &btc->dm; _set_init_info() local
5302 struct rtw89_btc_dm *dm = &rtwdev->btc.dm; rtw89_btc_ntfy_init() local
5940 struct rtw89_btc_dm *dm = &btc->dm; rtw89_btc_ntfy_wl_sta_iter() local
6067 struct rtw89_btc_dm *dm = &btc->dm; rtw89_btc_ntfy_wl_sta() local
6170 struct rtw89_btc_dm *dm = &btc->dm; _show_cx_info() local
6752 struct rtw89_btc_dm *dm = &btc->dm; _show_dm_step() local
6767 struct rtw89_btc_dm *dm = &btc->dm; _show_dm_info() local
6920 struct rtw89_btc_dm *dm = &btc->dm; _show_fbtc_slots() local
6947 struct rtw89_btc_dm *dm = &btc->dm; _show_fbtc_cysta_v2() local
7076 struct rtw89_btc_dm *dm = &btc->dm; _show_fbtc_cysta_v3() local
7206 struct rtw89_btc_dm *dm = &btc->dm; _show_fbtc_cysta_v4() local
7338 struct rtw89_btc_dm *dm = &btc->dm; _show_fbtc_cysta_v5() local
7936 struct rtw89_btc_dm *dm = &btc->dm; _show_summary_v1() local
8040 struct rtw89_btc_dm *dm = &btc->dm; _show_summary_v4() local
8152 struct rtw89_btc_dm *dm = &btc->dm; _show_summary_v5() local
8267 struct rtw89_btc_dm *dm = &btc->dm; _show_summary_v105() local
[all...]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_dm.c41 struct ib_dm *dm = uobject->object; in uverbs_free_dm() local
44 ret = ib_destroy_usecnt(&dm->usecnt, why, uobject); in uverbs_free_dm()
48 return dm->device->dealloc_dm(dm, attrs); in uverbs_free_dm()
59 struct ib_dm *dm; in UVERBS_HANDLER() local
75 dm = ib_dev->alloc_dm(ib_dev, attrs->context, &attr, attrs); in UVERBS_HANDLER()
76 if (IS_ERR(dm)) in UVERBS_HANDLER()
77 return PTR_ERR(dm); in UVERBS_HANDLER()
79 dm->device = ib_dev; in UVERBS_HANDLER()
80 dm->length = attr.length; in UVERBS_HANDLER()
81 dm->uobject = uobj; in UVERBS_HANDLER()
[all …]
H A Dib_uverbs_std_types_mr.c87 struct ib_dm *dm = in UVERBS_HANDLER() local
121 if (attr.offset > dm->length || attr.length > dm->length || in UVERBS_HANDLER()
122 attr.length > dm->length - attr.offset) in UVERBS_HANDLER()
125 mr = pd->device->reg_dm_mr(pd, dm, &attr, attrs); in UVERBS_HANDLER()
132 mr->dm = dm; in UVERBS_HANDLER()
135 atomic_inc(&dm->usecnt); in UVERBS_HANDLER()
/freebsd/lib/libdevinfo/
H A Ddevinfo.c270 struct devinfo_i_rman *dm; in devinfo_init_resources() local
325 if ((dm = malloc(sizeof(*dm))) == NULL) in devinfo_init_resources()
327 dm->dm_rman.dm_handle = urman.rm_handle; in devinfo_init_resources()
328 dm->dm_rman.dm_start = urman.rm_start; in devinfo_init_resources()
329 dm->dm_rman.dm_size = urman.rm_size; in devinfo_init_resources()
330 snprintf(dm->dm_desc, DEVINFO_STRLEN, "%s", urman.rm_descr); in devinfo_init_resources()
331 dm->dm_rman.dm_desc = &dm->dm_desc[0]; in devinfo_init_resources()
332 TAILQ_INSERT_TAIL(&devinfo_rman, dm, dm_link); in devinfo_init_resources()
391 struct devinfo_i_rman *dm; in devinfo_free() local
398 while ((dm = TAILQ_FIRST(&devinfo_rman)) != NULL) { in devinfo_free()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td427 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm),
428 IIC_fpALU64, "vadd", ".f64\t$Dd, $Dn, $Dm",
429 [(set DPR:$Dd, (fadd DPR:$Dn, (f64 DPR:$Dm)))]>,
452 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm),
453 IIC_fpALU64, "vsub", ".f64\t$Dd, $Dn, $Dm",
454 [(set DPR:$Dd, (fsub DPR:$Dn, (f64 DPR:$Dm)))]>,
477 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm),
478 IIC_fpDIV64, "vdiv", ".f64\t$Dd, $Dn, $Dm",
479 [(set DPR:$Dd, (fdiv DPR:$Dn, (f64 DPR:$Dm)))]>,
498 (outs DPR:$Dd), (ins DPR:$Dn, DPR:$Dm),
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk55 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${tests}
59 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests}
63 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests}
67 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} ${filter_tests}
71 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} WRAPPER= ${filter_tests}
75 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_CMP_FILTER \
80 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} -DWITH_LOCAL_CMP_FILTER \
/freebsd/contrib/netbsd-tests/dev/dm/
H A Dh_dm.c48 #include <dev/dm/netbsd-dm.h>
54 * Test simple dm versions command on device-mapper device.
72 err(1, "Open dm device failed"); in dm_test_versions()
81 err(1, "Dm control ioctl failed"); in dm_test_versions()
94 * Test simple dm targets command on device-mapper device.
112 err(1, "Open dm device failed"); in dm_test_targets()
121 err(1, "Dm control ioctl failed"); in dm_test_targets()
/freebsd/share/man/man4/
H A Dpim.454 Protocol Independent Multicast - Dense Mode (PIM-DM).
63 PIM-DM is a multicast routing protocol that uses the underlying
69 Both PIM-SM and PIM-DM are fairly complex protocols,
71 To enable PIM-SM or PIM-DM multicast routing in a router,
76 and must run a PIM-SM or PIM-DM capable user-level process.
175 The PIM-DM protocol is specified in
176 .%T draft-ietf-pim-dm-new-v2-* ) .
/freebsd/sys/contrib/openzfs/udev/
H A Dvdev_id15 # A multipath mode is supported in which dm-mpath devices are
276 # Use first running component device if we're handling a dm-mpath device
287 # dm devices we get DEVTYPE=disk even for partitions so
302 # Utilize DM device name to gather subordinate block devices
305 # If our DEVNAME is something like /dev/dm-177, then we may be
314 # Use sysfs pointers in /sys/block/dm-X/slaves because using
317 # sd device member in dm device group regardless of string
399 # Add 'mix' slot type for environments where dm-multipath devices
508 # Use first running component device if we're handling a dm-mpath device
519 # dm devices we get DEVTYPE=disk even for partitions so
[all …]
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c409 * For example, dm_name = "/dev/dm-0" could return "/dev/sda". Symlinks to a
410 * DM device (like /dev/disk/by-vdev/A0) are also allowed.
412 * If the DM device has multiple underlying devices (like with multipath
413 * DM devices), then favor underlying devices that have a symlink back to their
418 * is not a DM device then return NULL.
437 /* dm name may be a symlink (like /dev/disk/by-vdev/A0) */ in dm_get_underlying_path()
444 * We just want the 'dm-N' part. in dm_get_underlying_path()
560 * name. If the device is a DM device with multiple underlying devices
577 * 4. /dev/dm-3 (mapped to /dev/sda)
578 * dev_name: /dev/dm-3
[all …]
/freebsd/contrib/wpa/hs20/client/
H A Doma_dm_client.c2 * Hotspot 2.0 - OMA DM client
116 "DevId from devinfo.xml is not available - cannot use OMA DM"); in oma_dm_build_hdr()
125 xml_node_create_text(ctx->xml, synchdr, NULL, "VerProto", "DM/1.2"); in oma_dm_build_hdr()
343 debug_dump_node(ctx, "OMA-DM Package 1 (sub reg)", syncml); in build_oma_dm_1_sub_reg()
357 debug_dump_node(ctx, "OMA-DM Package 1 (sub prov)", syncml); in build_oma_dm_1_sub_prov()
370 debug_dump_node(ctx, "OMA-DM Package 1 (pol upd)", syncml); in build_oma_dm_1_pol_upd()
384 debug_dump_node(ctx, "OMA-DM Package 1 (sub rem)", syncml); in build_oma_dm_1_sub_rem()
454 debug_dump_node(ctx, "OMA-DM getCertificate", getcert); in oma_dm_exec_get_cert()
954 wpa_printf(MSG_INFO, "Send OMA DM Package"); in oma_dm_send_recv()
955 write_summary(ctx, "Send OMA DM Package"); in oma_dm_send_recv()
[all …]
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c35 #include <dev/pms/RefTisa/discovery/api/dm.h>
39 #include <dev/pms/RefTisa/discovery/dm/dmdefs.h>
40 #include <dev/pms/RefTisa/discovery/dm/dmtypes.h>
41 #include <dev/pms/RefTisa/discovery/dm/dmproto.h>
96 #endif /* FDS_ DM */
H A Ddmtimer.c36 #include <dev/pms/RefTisa/discovery/api/dm.h>
40 #include <dev/pms/RefTisa/discovery/dm/dmdefs.h>
41 #include <dev/pms/RefTisa/discovery/dm/dmtypes.h>
42 #include <dev/pms/RefTisa/discovery/dm/dmproto.h>
161 #endif /* FDS_ DM */
H A Ddmport.c34 #include <dev/pms/RefTisa/discovery/api/dm.h>
38 #include <dev/pms/RefTisa/discovery/dm/dmdefs.h>
39 #include <dev/pms/RefTisa/discovery/dm/dmtypes.h>
40 #include <dev/pms/RefTisa/discovery/dm/dmproto.h>
48 * \param dmRoot: DM context handle.
163 * \param dmRoot: DM context handle.
295 #endif /* FDS_ DM */
/freebsd/sys/netinet/
H A Dpim.h93 #define PIM_HELLO 0x0 /* PIM-SM and PIM-DM */
96 #define PIM_JOIN_PRUNE 0x3 /* PIM-SM and PIM-DM */
98 #define PIM_ASSERT 0x5 /* PIM-SM and PIM-DM */
99 #define PIM_GRAFT 0x6 /* PIM-DM only */
100 #define PIM_GRAFT_ACK 0x7 /* PIM-DM only */
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddevname2devid.c63 * Example: 'dm-uuid-mpath-35000c5006304de3f' in udev_device_get_devid()
67 (void) snprintf(bufptr, buflen, "dm-uuid-%s", dm_uuid); in udev_device_get_devid()
103 * # ./devname2devid /dev/dm-1
104 * devid: 'dm-uuid-mpath-35000c5006304de3f'
/freebsd/sys/contrib/openzfs/man/man8/
H A Dvdev_id.845 A multipath mode is supported in which dm-mpath devices are handled by
79 Only handle dm-multipath devices.
80 If specified, examine the first running component disk of a dm-multipath
/freebsd/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62a.dtsi93 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM */
94 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM */
114 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
115 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Ddm-deps4 # looking up the /dev/sd* devices associated with a dm or multipath device.
28 echo "dm-deps=$val"

12345678910>>...17