Home
last modified time | relevance | path

Searched refs:export (Results 1 – 200 of 222) sorted by relevance

12

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c619 struct obd_export *export; in class_conn2export() local
632 export = class_handle2object(conn->cookie); in class_conn2export()
633 return export; in class_conn2export()
680 static void export_handle_addref(void *export) in export_handle_addref() argument
682 class_export_get(export); in export_handle_addref()
725 struct obd_export *export; in class_new_export() local
729 export = kzalloc(sizeof(*export), GFP_NOFS); in class_new_export()
730 if (!export) in class_new_export()
733 export->exp_conn_cnt = 0; in class_new_export()
734 export->exp_lock_hash = NULL; in class_new_export()
[all …]
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt55 export ROOT=
56 export ROOTDELAY=
57 export ROOTFLAGS=
58 export ROOTFSTYPE=
59 export IP=
60 export BOOT=
61 export BOOTIF=
62 export UBIMTD=
63 export break=
64 export init=/sbin/init
[all …]
/linux-4.4.14/drivers/pwm/
Dsysfs.c38 struct pwm_export *export = child_to_pwm_export(child); in child_to_pwm_device() local
40 return export->pwm; in child_to_pwm_device()
186 struct pwm_export *export = child_to_pwm_export(child); in pwm_export_release() local
188 kfree(export); in pwm_export_release()
193 struct pwm_export *export; in pwm_export_child() local
199 export = kzalloc(sizeof(*export), GFP_KERNEL); in pwm_export_child()
200 if (!export) { in pwm_export_child()
205 export->pwm = pwm; in pwm_export_child()
207 export->child.release = pwm_export_release; in pwm_export_child()
208 export->child.parent = parent; in pwm_export_child()
[all …]
/linux-4.4.14/scripts/
Dnamespace.pl85 my %export = (); # $export{$name} exists if there is an EXPORT_... of $name
386 my ($kstrtab, $ksymtab, $export);
400 $export = 0;
404 $export = 1;
408 if ($export) {
409 $export{$name} = "";
460 my $export;
461 if (exists($export{$_})) {
462 $export = " (export only)";
464 $export = "";
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt11 export NDK=/path/to/android-ndk
15export NDK_TOOLCHAIN=${NDK}/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-…
16 export NDK_SYSROOT=${NDK}/platforms/android-9/arch-arm
18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.6/prebuilt/linux-x86/bin/i686-linux-android-
19 export NDK_SYSROOT=${NDK}/platforms/android-9/arch-x86
37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm
40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86
44 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/arm-linux-androideabi-
46 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/i686-linux-android-
Dintel-pt.txt107 approach is available to export the data to a postgresql database. Refer to
108 script export-to-postgresql.py for more details, and to script
/linux-4.4.14/scripts/mod/
Dmodpost.c45 enum export { enum
169 enum export export; /* Type of export */ member
206 enum export export) in new_symbol() argument
214 new->export = export; in new_symbol()
235 enum export export; member
237 { .str = "EXPORT_SYMBOL", .export = export_plain },
238 { .str = "EXPORT_UNUSED_SYMBOL", .export = export_unused },
239 { .str = "EXPORT_SYMBOL_GPL", .export = export_gpl },
240 { .str = "EXPORT_UNUSED_SYMBOL_GPL", .export = export_unused_gpl },
241 { .str = "EXPORT_SYMBOL_GPL_FUTURE", .export = export_gpl_future },
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-gpio9 "export" operation. If a given GPIO is not claimed for use by
11 Kernel code may export it for complete or partial access.
17 /export ... asks the kernel to export a GPIO to userspace
Dsysfs-bus-event_source-devices-format9 we want to export, so that userspace can deal with sane
Dsysfs-kernel-boot_params6 It is used to export the kernel boot parameters of an x86
Dsysfs-firmware-dmi-entries5 Many machines' firmware (x86 and ia64) export DMI /
85 This entry allows the firmware to export a log of
Dsysfs-class-pwm26 What: /sys/class/pwm/pwmchipN/export
Dsysfs-c2port58 The /sys/class/c2port/c2portX/flash_data file export
Dsysfs-class-cxl106 An AFU may optionally export one or more PCIe like configuration records, known
/linux-4.4.14/include/uapi/linux/nfsd/
DKbuild1 # UAPI Header export list
4 header-y += export.h
/linux-4.4.14/arch/parisc/kernel/
Dreal2.S21 .export pdc_result
22 .export pdc_result2
29 .export real_stack
30 .export real32_stack
31 .export real64_stack
Dhpmc.S303 .export os_hpmc_size
Dhead.S354 .export $global$,data
/linux-4.4.14/drivers/misc/
Dsram.c54 bool export; member
141 if (block->export) { in sram_add_partition()
226 block->export = true; in sram_reserve_regions()
231 if ((block->export || block->pool) && block->size) { in sram_reserve_regions()
251 block->export ? "exported " : "", block->label, in sram_reserve_regions()
291 if ((block->export || block->pool) && block->size) { in sram_reserve_regions()
/linux-4.4.14/include/crypto/
Dhash.h134 int (*export)(struct ahash_request *req, void *out); member
180 int (*export)(struct shash_desc *desc, void *out); member
201 int (*export)(struct ahash_request *req, void *out); member
439 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export()
794 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()
/linux-4.4.14/drivers/staging/skein/
Dskein_generic.c133 .export = skein256_export,
151 .export = skein512_export,
169 .export = skein1024_export,
/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c1566 struct caam_export_state *export = out; in ahash_export() local
1578 memcpy(export->buf, buf, len); in ahash_export()
1579 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export()
1580 export->buflen = len; in ahash_export()
1581 export->update = state->update; in ahash_export()
1582 export->final = state->final; in ahash_export()
1583 export->finup = state->finup; in ahash_export()
1591 const struct caam_export_state *export = in; in ahash_import() local
1594 memcpy(state->buf_0, export->buf, export->buflen); in ahash_import()
1595 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
[all …]
/linux-4.4.14/include/uapi/misc/
DKbuild1 # misc Header export list
/linux-4.4.14/include/uapi/linux/isdn/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/spi/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/sunrpc/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/android/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/wimax/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/mmc/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/rdma/hfi/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/hdlc/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/s390/crypto/
Dsha256_s390.c71 .export = sha256_export,
108 .export = sha256_export,
Dsha512_s390.c76 .export = sha512_export,
115 .export = sha512_export,
Dsha1_s390.c78 .export = sha1_export,
/linux-4.4.14/include/uapi/linux/hsi/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/byteorder/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/caif/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/raid/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/netfilter_arp/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/iio/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt44 "export" ... Userspace may ask the kernel to export control of
47 Example: "echo 19 > export" will create a "gpio19" node
53 node exported using the "export" file.
124 /* export the GPIO to userspace */
Dgpio-legacy.txt325 * GPIOF_EXPORT_DIR_FIXED - export gpio to sysfs, keep direction
326 * GPIOF_EXPORT_DIR_CHANGEABLE - also export, allow changing direction
664 "export" ... Userspace may ask the kernel to export control of
667 Example: "echo 19 > export" will create a "gpio19" node
673 node exported using the "export" file.
744 /* export the GPIO to userspace */
/linux-4.4.14/include/uapi/video/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/scsi/fc/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/xen/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/tc_ematch/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/arc/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/scsi/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/can/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/devicetree/bindings/misc/
Dsram.txt38 - export : indicates that the reserved SRAM area may be accessed outside
65 export;
/linux-4.4.14/arch/parisc/include/asm/
Dlinkage.h16 .export name !\
/linux-4.4.14/include/uapi/mtd/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/rdma/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/unicore32/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/dvb/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/openrisc/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/c6x/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/tc_act/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/sound/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/usb/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/metag/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/hexagon/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/kbuild/
D00-INDEX4 - how to export Linux headers for use by userspace
Dheaders_install.txt49 The kernel header export infrastructure is maintained by David Woodhouse
/linux-4.4.14/arch/tile/include/uapi/arch/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/linux/netfilter_bridge/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/blackfin/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/tile/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/arm/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h317 #define EXP_COUNTER_INCREMENT(export, op) \ argument
318 if ((export)->exp_obd->obd_stats != NULL) { \
320 coffset = (unsigned int)((export)->exp_obd->obd_cntr_base) + \
322 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \
323 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \
340 #define EXP_MD_COUNTER_INCREMENT(export, op) \ argument
341 if ((export)->exp_obd->obd_stats != NULL) { \
343 coffset = (unsigned int)((export)->exp_obd->md_cntr_base) + \
345 LASSERT(coffset < (export)->exp_obd->md_stats->ls_num); \
346 lprocfs_counter_incr((export)->exp_obd->md_stats, coffset); \
[all …]
/linux-4.4.14/arch/arm64/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/drm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/crypto/
Dahash.c456 hash->export = ahash_no_export; in crypto_ahash_init_tfm()
472 if (alg->export) in crypto_ahash_init_tfm()
473 hash->export = alg->export; in crypto_ahash_init_tfm()
Dshash.c361 if (alg->export) in crypto_init_shash_ops_async()
362 crt->export = shash_async_export; in crypto_init_shash_ops_async()
600 if (!alg->export) { in shash_prepare_alg()
601 alg->export = shash_default_export; in shash_prepare_alg()
Dmd5.c144 .export = md5_export,
Dhmac.c234 inst->alg.export = hmac_export; in hmac_create()
Dmcryptd.c538 inst->alg.export = mcryptd_hash_export; in mcryptd_create_hash()
Dcryptd.c649 inst->alg.export = cryptd_hash_export; in cryptd_create_hash()
/linux-4.4.14/drivers/crypto/
Dpadlock-sha.c250 .export = padlock_sha_export,
274 .export = padlock_sha_export,
497 .export = padlock_sha_export_nano,
516 .export = padlock_sha_export_nano,
Dtalitos.c1970 struct talitos_export_state *export = out; in ahash_export() local
1972 memcpy(export->hw_context, req_ctx->hw_context, in ahash_export()
1974 memcpy(export->buf, req_ctx->buf, req_ctx->nbuf); in ahash_export()
1975 export->swinit = req_ctx->swinit; in ahash_export()
1976 export->first = req_ctx->first; in ahash_export()
1977 export->last = req_ctx->last; in ahash_export()
1978 export->to_hash_later = req_ctx->to_hash_later; in ahash_export()
1979 export->nbuf = req_ctx->nbuf; in ahash_export()
1988 const struct talitos_export_state *export = in; in ahash_import() local
1995 memcpy(req_ctx->hw_context, export->hw_context, in ahash_import()
[all …]
Dsahara.c1260 .export = sahara_sha_export,
1287 .export = sahara_sha_export,
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-glue.c225 .export = ppc_spe_sha256_export,
242 .export = ppc_spe_sha256_export,
Dsha1.c128 .export = sha1_export,
Dmd5-glue.c134 .export = ppc_md5_export,
Dsha1-spe-glue.c179 .export = ppc_spe_sha1_export,
/linux-4.4.14/arch/xtensa/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/sh/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/zh_CN/
Dgpio.txt565 "export" ... 用户空间可以通过写其编号到这个文件,要求内核导出
568 例如: 如果内核代码没有申请 GPIO #19,"echo 19 > export"
573 例如: "echo 19 > unexport" 将会移除使用"export"文件导出的
/linux-4.4.14/arch/h8300/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/parisc/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/DocBook/
Dcrypto-API.xml.db82 API-crypto-ahash-export
96 API-crypto-shash-export
/linux-4.4.14/arch/mn10300/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/score/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/m32r/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/m68k/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/microblaze/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/avr32/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/frv/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/include/uapi/asm-generic/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/mips/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/fs/sysfs/
DKconfig7 export internal kernel objects, their attributes, and their
/linux-4.4.14/arch/cris/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/alpha/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/powerpc/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/hwmon/
Dnct790444 The driver checks sensor control registers and does not export the sensors
Dpc87360156 the driver will only export one for now. This may change later if there is
/linux-4.4.14/arch/sparc/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/ia64/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/s390/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/tools/usb/usbip/
DREADME112 driver. To export this device, we first mark the device as
114 remember you can not export a USB hub.
/linux-4.4.14/fs/nfsd/
DKconfig19 To export local file systems using NFS, you also need to install
80 To export files using NFSv4, you need to install additional user
Dvfs.c565 struct svc_export *export; in nfsd_access() local
574 export = fhp->fh_export; in nfsd_access()
592 err2 = nfsd_permission(rqstp, export, dentry, map->how); in nfsd_access()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c38 .export = sun4i_hash_export_md5,
66 .export = sun4i_hash_export_sha1,
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c901 .export = mv_cesa_md5_export,
964 .export = mv_cesa_sha1_export,
1027 .export = mv_cesa_sha256_export,
1263 .export = mv_cesa_md5_export,
1333 .export = mv_cesa_sha1_export,
1403 .export = mv_cesa_sha256_export,
/linux-4.4.14/Documentation/sound/alsa/
DJack-Controls.txt4 ALSA uses kcontrols to export audio controls(switch, volume, Mux, ...)
Dhdspm.txt101 one, I decided to export the hardware structure, so that of
/linux-4.4.14/arch/x86/include/uapi/asm/
DKbuild1 # UAPI Header export list
/linux-4.4.14/arch/sparc/crypto/
Dsha1_glue.c134 .export = sha1_sparc64_export,
Dmd5_glue.c139 .export = md5_sparc64_export,
Dsha256_glue.c164 .export = sha256_sparc64_export,
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt78 export FRU_VENDOR="CERN"
79 export FRU_NAME="FmcAdc100m14b4cha"
80 export FRU_PART="EDA-02063-V5-0"
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt12 directly control each PL022 chipselect. Hence, it is natural for SPEAr to export
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs-block-server.txt5 to handling all the metadata access to the NFS export also hands out layouts
Dnfs-rdma.txt269 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt
Drpc-cache.txt16 - mapping from client name and filesystem to export options
/linux-4.4.14/fs/pstore/
DKconfig28 When the option is enabled, pstore will export a character
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-md5.c177 .export = octeon_md5_export,
Docteon-sha1.c210 .export = octeon_sha1_export,
Docteon-sha256.c234 .export = octeon_sha256_export,
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.c87 bool export; member
Dvdso2c.h170 if (required_syms[i].export && syms[i]) in BITSFUNC()
/linux-4.4.14/include/uapi/linux/netfilter/
DKbuild1 # UAPI Header export list
/linux-4.4.14/Documentation/x86/
Dpat.txt95 Drivers wanting to export some pages to userspace do it by using mmap
108 wants to export a RAM region, it has to do set_memory_uc() or set_memory_wc()
/linux-4.4.14/Documentation/device-mapper/
Ddm-log.txt39 This log type simply provides a way to export the log API to userspace,
/linux-4.4.14/Documentation/filesystems/
Dsquashfs.txt84 | export |
96 written the completed inode, directory, fragment, export, uid/gid lookup and
204 location on disk, which is necessary when the export code reinstantiates
Dsysfs.txt15 a means to export kernel data structures, their attributes, and the
291 filesystem wanting to export attributes must create its own hierarchy
D9p.txt47 mount points. Each 9P export is seen by the client as a virtio device with an
Dautofs4-mount-control.txt76 /s1 shark:/autofs/export/testing/test/s1 \
85 /s1 shark:/autofs/export/testing/test/s1 \
Ddebugfs.txt137 can be used to export binary information, but there does not appear to be
/linux-4.4.14/arch/m68k/
DKconfig117 Say Y to export the bootinfo used to boot the kernel in a
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt132 bus's directory. In this directory, the driver can export an interface
198 Device drivers can export attributes via their sysfs directories.
Dbus.txt127 Bus drivers can export attributes using the BUS_ATTR macro that works
Dclass.txt120 Class drivers can export attributes using the DEVCLASS_ATTR macro that works
Doverview.txt117 A device-specific driver may also export files in its directory to expose
Dplatform.txt96 In some cases, boot firmware will export tables describing the devices
Dporting.txt66 shared header file and export the symbol.
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit.smp287 …tyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/root.x nfsaddrs=19…
288 … "console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/root.x nfsaddrs=19…
Ddot.gdbinit208 …x console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/rootfs nfsaddrs=19…
Ddot.gdbinit.nommu208 …tyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/root.bbox-httpd nf…
/linux-4.4.14/fs/btrfs/
DKconfig80 performance, or export extra information via sysfs.
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt17 ii. Unburden the low level drivers from having to export the
Dscsi-changer.txt34 import/export - the same as above, but is accessible from outside,
Dosd.txt29 to export a usable file system for users.
/linux-4.4.14/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu119 …tyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/rootfs nfsaddrs=19…
/linux-4.4.14/fs/cifs/
DKconfig165 bool "Allow nfsd to export CIFS file system"
168 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/linux-4.4.14/drivers/crypto/nx/
Dnx-sha256.c283 .export = nx_sha256_export,
Dnx-sha512.c289 .export = nx_sha512_export,
/linux-4.4.14/drivers/xen/
DKconfig175 The PCI device backend driver allows the kernel to export arbitrary
196 The SCSI backend driver allows the kernel to export its SCSI Devices
/linux-4.4.14/Documentation/
Dcputopology.txt54 drivers/base/topology.c, is to export the 6 or 9 attributes. The three book
Djava.txt139 export CLASSPATH=$CLASSBASE
141 export CLASSPATH=$CLASSBASE:$CLASSPATH
Ddma-buf-sharing.txt37 1. Exporter announces that it wishes to export a buffer
47 1. Exporter's announcement of buffer export
49 The buffer exporter announces its wish to export a buffer. In this, it
339 Being able to mmap an export dma-buf buffer object has 2 main use-cases:
Dpwm.txt60 export - Exports a PWM channel for use with sysfs (write-only).
DChanges274 appropriate export information to the kernel. This removes the
Doops-tracing.txt178 export symbol information from the module.
/linux-4.4.14/Documentation/s390/
Ddriver-model.txt36 All ccw devices export some data via sysfs.
50 The device drivers can add entries to export per-device data and interfaces.
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y222 %type <value> export ret f1_opcode f2_opcode jmp_jc_jnc_call jz_jnz je_jne
1033 export:
1040 export T_SYMBOL ':'
/linux-4.4.14/arch/m32r/platforms/mappi3/
Ddot.gdbinit193 …tyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/root.2.6_04 nfsadd…
/linux-4.4.14/tools/perf/util/
DBuild7 libperf-y += db-export.o
/linux-4.4.14/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2201 …tyS0,115200n8x root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/root.2.6 nfsaddrs=…
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB194 …x console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/rootfs,rsize=1024,…
Ddot.gdbinit_200MHz_16MB194 …x console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/rootfs,rsize=1024,…
Ddot.gdbinit_300MHz_32MB194 …x console=tty1 root=/dev/nfsroot nfsroot=192.168.0.1:/project/m32r-linux/export/rootfs,rsize=1024,…
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt116 used to export the defined tracepoints.
Dftrace-design.txt100 Don't forget to export mcount for modules !
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt5 for each block device. Note that stacked devices typically do not export
/linux-4.4.14/arch/m32r/platforms/opsput/
Ddot.gdbinit135 nfsroot=192.168.0.1:/project/m32r-linux/export/root.2.6 \
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c391 alg->export = ccp_aes_cmac_export; in ccp_register_aes_cmac_algs()
Dccp-crypto-sha.c446 alg->export = ccp_sha_export; in ccp_register_sha_alg()
/linux-4.4.14/drivers/net/phy/
DKconfig172 for use by low level drivers that export the ability to
/linux-4.4.14/drivers/input/
DKconfig33 Say Y here if you would like to export LEDs on input devices
/linux-4.4.14/drivers/gpio/
Dgpiolib-sysfs.c519 __ATTR(export, 0200, NULL, export_store),
/linux-4.4.14/drivers/crypto/qce/
Dsha.c514 alg->export = qce_ahash_export; in qce_ahash_register_one()
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt203 A: Most likely, no. This class is designed to export properties which are
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt136 There are two ways to extend the taskstats interface to export more
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt81 export values to sysfs.
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c682 .export = sha1_mb_export,
/linux-4.4.14/Documentation/devicetree/bindings/
Dxilinx.txt17 The new approach is to export the parameters into the device tree and
/linux-4.4.14/drivers/scsi/
DKconfig258 If you wish to export transport-specific information about
266 If you wish to export transport-specific information about
275 If you wish to export transport-specific information about
284 If you wish to export transport-specific information about
293 If you wish to export transport-specific information about
334 via sysfs to userspace. If you wish to export this information,
/linux-4.4.14/mm/
Dfilemap.c1249 goto export; in find_get_entries()
1259 export: in find_get_entries()
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt236 one should "export TERM=xterm" on the console. This tells ncurses
452 is to export TERM to the terminal type of your terminal emulator when you
/linux-4.4.14/net/ipv4/
DKconfig464 See http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/
472 See http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/cubic-paper.pdf
/linux-4.4.14/Documentation/fb/
Dframebuffer.txt59 export FRAMEBUFFER=/dev/fb1
/linux-4.4.14/drivers/video/backlight/
DKconfig177 export this as a PWM-based backlight control.
/linux-4.4.14/include/uapi/linux/
DKbuild1 # UAPI Header export list

12