/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu_queue_mgr.c | 28 static int amdgpu_queue_mapper_init(struct amdgpu_queue_mapper *mapper, in amdgpu_queue_mapper_init() argument 31 if (!mapper) in amdgpu_queue_mapper_init() 37 mapper->hw_ip = hw_ip; in amdgpu_queue_mapper_init() 38 lockinit(&mapper->lock, "aqml", 0, LK_CANRECURSE); in amdgpu_queue_mapper_init() 40 memset(mapper->queue_map, 0, sizeof(mapper->queue_map)); in amdgpu_queue_mapper_init() 45 static struct amdgpu_ring *amdgpu_get_cached_map(struct amdgpu_queue_mapper *mapper, in amdgpu_get_cached_map() argument 48 return mapper->queue_map[ring]; in amdgpu_get_cached_map() 51 static int amdgpu_update_cached_map(struct amdgpu_queue_mapper *mapper, in amdgpu_update_cached_map() argument 54 if (WARN_ON(mapper->queue_map[ring])) { in amdgpu_update_cached_map() 59 mapper->queue_map[ring] = pring; in amdgpu_update_cached_map() [all …]
|
/dflybsd-src/share/i18n/csmapper/ |
H A D | Makefile | 10 SRCS_mapper.dir+= mapper.dir.src 23 mapper.dir: ${SRCS_mapper.dir} 25 mapper.dir.db: mapper.dir 27 FILES+= mapper.dir mapper.dir.db 28 CLEANFILES+= mapper.dir mapper.dir.db
|
/dflybsd-src/contrib/lvm2/dist/ |
H A D | Makefile | 61 tools: lib device-mapper 64 libdm.device-mapper: include.device-mapper 65 daemons.device-mapper: libdm.device-mapper 66 tools.device-mapper: libdm.device-mapper 67 device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
|
H A D | Makefile.in | 61 tools: lib device-mapper 64 libdm.device-mapper: include.device-mapper 65 daemons.device-mapper: libdm.device-mapper 66 tools.device-mapper: libdm.device-mapper 67 device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
|
H A D | make.tmpl.in | 134 .PHONY: all install install_cluster pofile distclean clean cflow device-mapper 135 .PHONY: install_device-mapper install_lvm2 138 .PHONY: $(SUBDIRS.device-mapper) $(SUBDIRS.install-device-mapper) 140 SUBDIRS.device-mapper := $(SUBDIRS:=.device-mapper) 143 SUBDIRS.install_device-mapper := $(SUBDIRS:=.install_device-mapper) 156 install_device-mapper: $(SUBDIRS.install_device-mapper) 159 $(SUBDIRS): $(SUBDIRS.device-mapper) 162 $(SUBDIRS.device-mapper): 163 $(MAKE) -C $(@:.device-mapper=) device-mapper 171 $(SUBDIRS.install_device-mapper): device-mapper [all …]
|
H A D | make.tmpl | 134 .PHONY: all install install_cluster pofile distclean clean cflow device-mapper 135 .PHONY: install_device-mapper install_lvm2 138 .PHONY: $(SUBDIRS.device-mapper) $(SUBDIRS.install-device-mapper) 140 SUBDIRS.device-mapper := $(SUBDIRS:=.device-mapper) 143 SUBDIRS.install_device-mapper := $(SUBDIRS:=.install_device-mapper) 156 install_device-mapper: $(SUBDIRS.install_device-mapper) 159 $(SUBDIRS): $(SUBDIRS.device-mapper) 162 $(SUBDIRS.device-mapper): 163 $(MAKE) -C $(@:.device-mapper=) device-mapper 171 $(SUBDIRS.install_device-mapper): device-mapper [all …]
|
/dflybsd-src/share/i18n/csmapper/CP/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.CP 7 CLEANFILES+= mapper.dir.CP charset.pivot.CP 10 mapper.dir.CP: ${.CURDIR}/CP/CP.part ${.CURDIR}/CP/mapper.dir.CP.src 20 cat ${.CURDIR}/CP/mapper.dir.CP.src;\
|
/dflybsd-src/share/i18n/csmapper/CBM/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.CBM 7 CLEANFILES+= mapper.dir.CBM charset.pivot.CBM 11 mapper.dir.CBM: ${.CURDIR}/CBM/mapper.dir.CBM.src
|
/dflybsd-src/share/i18n/csmapper/TCVN/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.TCVN 7 CLEANFILES+= mapper.dir.TCVN charset.pivot.TCVN 13 mapper.dir.TCVN: ${.CURDIR}/TCVN/mapper.dir.TCVN.src
|
/dflybsd-src/share/i18n/csmapper/KAZAKH/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.KAZAKH 7 CLEANFILES+= mapper.dir.KAZAKH charset.pivot.KAZAKH 13 mapper.dir.KAZAKH: ${.CURDIR}/KAZAKH/mapper.dir.KAZAKH.src
|
/dflybsd-src/share/i18n/csmapper/KS/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.KS 7 CLEANFILES+= mapper.dir.KS charset.pivot.KS 15 mapper.dir.KS: ${.CURDIR}/KS/mapper.dir.KS.src
|
/dflybsd-src/share/i18n/csmapper/KOI/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.KOI 7 CLEANFILES+= mapper.dir.KOI charset.pivot.KOI 16 mapper.dir.KOI: ${.CURDIR}/KOI/KOI8.part mapper.dir.KOI.src 18 cat ${.CURDIR}/KOI/mapper.dir.KOI.src; \
|
/dflybsd-src/sys/dev/disk/dm/doc/ |
H A D | design.txt | 1 Device-mapper to libdevmapper protocol 5 1) Device mapper device in a POV of LVM it is an Logical Volume. 13 2) device mapper target is function which defines how are Logical blocks 20 Every device-mapper device consits from one or more tables. Table specify 201 out: list of all targets in device-mapper driver (linux use struct dm_target_versions) 222 Set geometry of device-mapper driver. 225 NetBSD device-mapper driver implementation 227 device-mapper devices -> devs dm_dev.c 230 about every device in device mapper driver. It has two slots for 235 device-mapper physical devices -> pdevs dm_pdev.c [all …]
|
/dflybsd-src/share/i18n/csmapper/MISC/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.MISC 7 CLEANFILES+= mapper.dir.MISC charset.pivot.MISC 23 mapper.dir.MISC: ${.CURDIR}/MISC/mapper.dir.MISC.src
|
/dflybsd-src/contrib/cryptsetup/tests/ |
H A D | compat-test | 24 [ -e /dev/mapper/$DEV_NAME2 ] && dmsetup remove $DEV_NAME2 25 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME 46 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME 75 [ -e /dev/mapper/$DEV_NAME ] || fail 149 echo "key0" | $CRYPTSETUP -q luksFormat /dev/mapper/$DEV_NAME || fail 150 echo "key0" | $CRYPTSETUP -q luksOpen /dev/mapper/$DEV_NAME $DEV_NAME2 || fail
|
/dflybsd-src/share/i18n/csmapper/GB/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.GB 7 CLEANFILES+= mapper.dir.GB charset.pivot.GB 27 mapper.dir.GB: ${.CURDIR}/GB/mapper.dir.GB.src
|
/dflybsd-src/share/i18n/csmapper/BIG5/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.BIG5 7 CLEANFILES+= mapper.dir.BIG5 charset.pivot.BIG5 25 mapper.dir.BIG5: ${.CURDIR}/BIG5/mapper.dir.BIG5.src
|
/dflybsd-src/share/i18n/csmapper/CNS/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.CNS 7 CLEANFILES+= mapper.dir.CNS charset.pivot.CNS 23 mapper.dir.CNS: ${.CURDIR}/CNS/mapper.dir.CNS.src
|
/dflybsd-src/share/i18n/csmapper/JIS/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.JIS 7 CLEANFILES+= mapper.dir.JIS charset.pivot.JIS 33 mapper.dir.JIS: ${.CURDIR}/JIS/mapper.dir.JIS.src
|
/dflybsd-src/contrib/lvm2/dist/include/ |
H A D | Makefile | 24 .PHONY: clean distclean all install pofile install_cluster install_device-mapper 39 device-mapper: all 47 install_device-mapper:
|
H A D | Makefile.in | 24 .PHONY: clean distclean all install pofile install_cluster install_device-mapper 39 device-mapper: all 47 install_device-mapper:
|
/dflybsd-src/share/i18n/csmapper/ISO646/ |
H A D | Makefile.inc | 5 SRCS_mapper.dir+= mapper.dir.ISO646 7 CLEANFILES+= mapper.dir.ISO646 charset.pivot.ISO646 11 mapper.dir.ISO646: ${.CURDIR}/ISO646/ISO646.part
|
/dflybsd-src/sys/dev/acpica/Osd/ |
H A D | OsdMemory.c | 53 } mapper, unmapper; member 111 track->mapper.func = caller; in _AcpiOsMapMemory() 112 track->mapper.line = line; in _AcpiOsMapMemory() 196 track->mapper.func, track->mapper.line, in _AcpiOsUnmapMemory()
|
/dflybsd-src/contrib/lvm2/dist/daemons/dmeventd/ |
H A D | Makefile.in | 47 ifneq ($(MAKECMDGOALS),device-mapper) 53 all: device-mapper 54 device-mapper: $(TARGETS) 106 install_device-mapper: install_include install_lib install_dmeventd
|
H A D | Makefile | 47 ifneq ($(MAKECMDGOALS),device-mapper) 53 all: device-mapper 54 device-mapper: $(TARGETS) 106 install_device-mapper: install_include install_lib install_dmeventd
|