Home
last modified time | relevance | path

Searched refs:dm (Results 51 – 75 of 227) sorted by relevance

12345678910

/netbsd/external/gpl3/gcc/dist/libquadmath/math/
H A Dcasinhq_kernel.c97 __float128 dm = f / dp; in __quadmath_kernel_casinhq() local
98 __float128 r1 = sqrtq ((dm + rx2) / 2); in __quadmath_kernel_casinhq()
153 __float128 dm = f / dp; in __quadmath_kernel_casinhq() local
157 __real__ res = log1pq (rx2 + dm + 2 * (rx * r1 + ix * r2)) / 2; in __quadmath_kernel_casinhq()
/netbsd/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcasinhq_kernel.c97 __float128 dm = f / dp; in __quadmath_kernel_casinhq() local
98 __float128 r1 = sqrtq ((dm + rx2) / 2); in __quadmath_kernel_casinhq()
153 __float128 dm = f / dp; in __quadmath_kernel_casinhq() local
157 __real__ res = log1pq (rx2 + dm + 2 * (rx * r1 + ix * r2)) / 2; in __quadmath_kernel_casinhq()
/netbsd/external/gpl2/lvm2/dist/include/
H A D.symlinks56 ../libdm/misc/dm-ioctl.h
57 ../libdm/misc/dm-logging.h
58 ../libdm/misc/dm-log-userspace.h
H A D.symlinks.in56 @top_srcdir@/libdm/misc/dm-ioctl.h
57 @top_srcdir@/libdm/misc/dm-logging.h
58 @top_srcdir@/libdm/misc/dm-log-userspace.h
/netbsd/external/gpl2/lvm2/dist/udev/
H A D13-dm-disk.rules17 SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}"
18 ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}"
/netbsd/sys/dev/dm/doc/
H A Dlocking.txt25 This structure stores every target part of dm device. Every device can have
27 mapping between logical/physical blocks in dm device.
35 used during IO. Every IO operation on dm device have to walk through dm_table_entries list.
63 Every device created in dm device-mapper is represented with this structure.
67 Locking in dm driver
/netbsd/external/gpl2/lvm2/dist/
H A DREADME26 dm-devel@redhat.com
27 Subscribe from https://www.redhat.com/mailman/listinfo/dm-devel
H A DWHATS_NEW_DM12 Remove strict default permissions for DM devices from 95-dm-notify.rules.
21 Add several examples to 12-dm-permissions.rules.
34 Add dm-log-userspace.h to tree for cmirrord builds.
68 Propagate the table size_changed property up the dm device tree.
74 If kernel supports only one dm major number, use in place of any supplied.
85 Split out dm-logging.h from log.h.
132 Update dm-ioctl.h after removal of compat code.
/netbsd/sys/arch/xen/xen/
H A Dxennetback_xenbus.c682 bus_dmamap_t dm = NULL; in xennetback_tx_copy_process() local
695 dm = xst->xs_dmamap; in xennetback_tx_copy_process()
702 for (; seg < dm->dm_nsegs && gsize > 0; seg++) { in xennetback_tx_copy_process()
703 bus_dma_segment_t *ds = &dm->dm_segs[seg]; in xennetback_tx_copy_process()
1062 const bus_dmamap_t dm = xst0->xs_dmamap; in xennetback_rx_copy_queue() local
1063 const bool multiseg = (dm->dm_nsegs > 1); in xennetback_rx_copy_queue()
1089 for (int seg = 0; seg < dm->dm_nsegs; seg++) { in xennetback_rx_copy_queue()
1090 ma = dm->dm_segs[seg].ds_addr; in xennetback_rx_copy_queue()
1091 segsize = dm->dm_segs[seg].ds_len; in xennetback_rx_copy_queue()
/netbsd/usr.bin/cal/
H A Dcal.c494 int day, dw, dm; in day_array() local
504 for (dm = month + year * 12, dw = 0; dw < 4; dw++) { in day_array()
505 if (dm == shift_days[julian][dw][MAXDAYS]) { in day_array()
513 dm = days_in_month[leap_year(year)][month]; in day_array()
516 while (dm--) { in day_array()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c1029 struct dc *dc = adev->dm.dc; in dtn_log_read()
1068 struct dc *dc = adev->dm.dc; in dtn_log_write()
1090 struct dc *dc = adev->dm.dc; in current_backlight_read()
1107 struct dc *dc = adev->dm.dc; in target_backlight_read()
1151 adev->dm.dc->debug.visual_confirm = (enum visual_confirm)val; in visual_confirm_set()
1164 *val = adev->dm.dc->debug.visual_confirm; in visual_confirm_get()
H A Damdgpu_dm_mst_types.h36 void amdgpu_dm_initialize_dp_connector(struct amdgpu_display_manager *dm,
H A Damdgpu_dm_crc.c118 mutex_lock(&adev->dm.dc_lock); in amdgpu_dm_crtc_configure_crc_source()
142 mutex_unlock(&adev->dm.dc_lock); in amdgpu_dm_crtc_configure_crc_source()
/netbsd/external/gpl2/lvm2/dist/lib/striped/
H A Dstriped.c164 static int _striped_add_target_line(struct dev_manager *dm, in _striped_add_target_line() argument
184 return add_areas_line(dm, seg, node, 0u, seg->area_count); in _striped_add_target_line()
/netbsd/sys/dev/i2o/
H A Diop.c1855 bus_dmamap_t dm; in iop_msg_map() local
1885 dm = ix->ix_map; in iop_msg_map()
1886 rv = bus_dmamap_load(sc->sc_dmat, dm, xferaddr, xfersize, up, in iop_msg_map()
1898 if (dm->dm_nsegs > nsegs) { in iop_msg_map()
1905 nsegs = dm->dm_nsegs; in iop_msg_map()
1916 for (i = nsegs, ds = dm->dm_segs; i > 1; i--, p += 2, ds++) { in iop_msg_map()
1959 bus_dmamap_t dm; in iop_msg_map_bio() local
1975 dm = ix->ix_map; in iop_msg_map_bio()
1989 if (dm->dm_nsegs > nsegs) { in iop_msg_map_bio()
1994 for (i = dm->dm_nsegs, ds = dm->dm_segs; i > 0; i--, ds++) { in iop_msg_map_bio()
[all …]
/netbsd/sys/modules/dm/dm_target_error/
H A DMakefile6 .PATH: ${S}/dev/dm
/netbsd/sys/modules/dm/dm_target_zero/
H A DMakefile6 .PATH: ${S}/dev/dm
/netbsd/sys/modules/dm/dm_target_mirror/
H A DMakefile6 .PATH: ${S}/dev/dm
/netbsd/sys/modules/dm/dm_target_snapshot/
H A DMakefile6 .PATH: ${S}/dev/dm
/netbsd/share/doc/smm/01.setup/
H A Dspell.ok270 dm
271 dm.conf
272 dm.config
/netbsd/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2udev18 ls /sys/block/dm-*/dev 1>/dev/null 2>&1
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_dmub_srv.h50 void *dm; member
/netbsd/usr.bin/make/unit-tests/
H A Ddepsrc-optional.mk21 .MAKEFLAGS: -dm
/netbsd/games/
H A DMakefile.inc15 SYMLINKS+= dm /usr/games/${PROG}
/netbsd/tests/dev/dm/
H A DMakefile6 TESTSDIR= ${TESTSBASE}/dev/dm

12345678910