Searched refs:mapper (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-zero.c7 #include <linux/device-mapper.h>
H A Ddm-path-selector.h15 #include <linux/device-mapper.h>
H A Ddm-path-selector.c12 #include <linux/device-mapper.h>
H A Ddm-exception-store.h5 * Device-mapper snapshot exception store.
14 #include <linux/device-mapper.h>
110 /* For internal device-mapper use only. */
H A Ddm.h2 * Internal header file for device mapper
14 #include <linux/device-mapper.h>
109 * The device-mapper can be driven through one of two interfaces;
H A Ddm-linear.c13 #include <linux/device-mapper.h>
H A Ddm-round-robin.c12 #include <linux/device-mapper.h>
H A Ddm-log-userspace-transfer.c13 #include <linux/device-mapper.h>
H A Ddm-delay.c16 #include <linux/device-mapper.h>
H A Ddm-io.c10 #include <linux/device-mapper.h>
H A Ddm-log-userspace-base.c10 #include <linux/device-mapper.h>
H A Ddm-stripe.c7 #include <linux/device-mapper.h>
H A Ddm-kcopyd.c25 #include <linux/device-mapper.h>
H A Ddm-log.c15 #include <linux/device-mapper.h>
H A Ddm-crypt.c26 #include <linux/device-mapper.h>
172 * http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/454
H A Ddm-mpath.c8 #include <linux/device-mapper.h>
315 * Check whether bios must be queued in the device-mapper core rather
H A Ddm-raid1.c16 #include <linux/device-mapper.h>
H A Ddm-snap.c10 #include <linux/device-mapper.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A DMakefile14 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddm-dirty-log.h16 #include <linux/device-mapper.h>
32 /* For internal device-mapper use */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontmap.h41 // This is a singleton class, font mapper objects can only be accessed using
68 // set the singleton to 'mapper' instance and return previous one
69 static wxFontMapper *Set(wxFontMapper *mapper);
71 // delete the existing font mapper if any
129 // returns true for the base class and false for a "real" font mapper object
276 // the default font mapper for wxWidgets programs do NOT use! This is for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfontmap.tex109 Get the current font mapper object. If there is no current object, creates
217 \func{static wxFontMapper *}{Set}{\param{wxFontMapper *}{mapper}}
219 Set the current font mapper object and return previous one (may be NULL).
220 This method is only useful if you want to plug-in an alternative font mapper
H A Dapptraits.tex43 Creates the global font mapper object used for encodings/charset mapping.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfmapbase.cpp231 // clean up the font mapper object
241 // allow creating the real font mapper next time it is needed now that
304 // relies on always having a valid font mapper object
313 wxFontMapper *wxFontMapperBase::Set(wxFontMapper *mapper) argument
316 sm_instance = mapper;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1436 wxFontMapper mapper; local
1438 enc = mapper.CharsetToEncoding(encoding);

Completed in 122 milliseconds