/linux-4.4.14/arch/parisc/kernel/ |
D | head.S | 38 .import init_thread_union,data 39 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */ 41 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */ 42 .import $global$ /* forward declaration */ 56 .import __bss_start,data 57 .import __bss_stop,data 284 .import smp_init_current_idle_task,data 285 .import smp_callin,code
|
D | entry.S | 48 .import pa_tlb_lock,data 170 .import os_hpmc, code 361 .import swapper_pg_dir,code 760 .import handle_interruption,code 761 .import do_cpu_irq_mask,code 886 .import do_notify_resume,code 950 .import schedule,code 986 .import preempt_schedule_irq,code 1636 .import handle_interruption,code 1807 .import do_signal,code [all …]
|
D | hpmc.S | 81 .import intr_save, code
|
D | syscall.S | 55 .import syscall_exit,code 56 .import syscall_exit_rfi,code
|
D | pacache.S | 195 .import cache_info,data 263 .import cache_info, data
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 858 static void import_handle_addref(void *import) in import_handle_addref() argument 860 class_import_get(import); in import_handle_addref() 868 struct obd_import *class_import_get(struct obd_import *import) in class_import_get() argument 870 atomic_inc(&import->imp_refcount); in class_import_get() 871 CDEBUG(D_INFO, "import %p refcount=%d obd=%s\n", import, in class_import_get() 872 atomic_read(&import->imp_refcount), in class_import_get() 873 import->imp_obd->obd_name); in class_import_get() 874 return import; in class_import_get() 951 void class_destroy_import(struct obd_import *import) in class_destroy_import() argument 953 LASSERT(import != NULL); in class_destroy_import() [all …]
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 135 int (*import)(struct ahash_request *req, const void *in); member 181 int (*import)(struct shash_desc *desc, const void *in); member 202 int (*import)(struct ahash_request *req, const void *in); member 455 return crypto_ahash_reqtfm(req)->import(req, in); in crypto_ahash_import() 810 return crypto_shash_alg(desc->tfm)->import(desc, in); in crypto_shash_import()
|
/linux-4.4.14/drivers/staging/skein/ |
D | skein_generic.c | 134 .import = skein256_import, 152 .import = skein512_import, 170 .import = skein1024_import,
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 128 import os 129 import sys 134 from perf_trace_context import * 135 from Core import * 162 At the top is a comment block followed by some import statements and a 215 import os 216 import sys 221 from perf_trace_context import * 222 from Core import * 278 import os [all …]
|
D | perf-stat.txt | 103 print counts using a CSV-style output to make it easy to import directly into
|
/linux-4.4.14/arch/s390/crypto/ |
D | sha256_s390.c | 72 .import = sha256_import, 109 .import = sha256_import,
|
D | sha512_s390.c | 77 .import = sha512_import, 116 .import = sha512_import,
|
D | sha1_s390.c | 79 .import = sha1_import,
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 29 import was successful the TCP/IP connection remains open and will be used 170 OP_REQ_IMPORT: Request to import (attach) a remote USB device. 176 2 | 2 | 0x8003 | Command code: import a remote USB device. 187 OP_REP_IMPORT: Reply to import (attach) a remote USB device. 193 2 | 2 | 0x0003 | Reply code: Reply to import.
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | lproc_mgc.c | 46 LPROC_SEQ_FOPS_RO_TYPE(mgc, import);
|
/linux-4.4.14/crypto/ |
D | ahash.c | 457 hash->import = ahash_no_import; in crypto_ahash_init_tfm() 474 if (alg->import) in crypto_ahash_init_tfm() 475 hash->import = alg->import; in crypto_ahash_init_tfm()
|
D | md5.c | 145 .import = md5_import,
|
D | shash.c | 363 if (alg->import) in crypto_init_shash_ops_async() 364 crt->import = shash_async_import; in crypto_init_shash_ops_async() 602 alg->import = shash_default_import; in shash_prepare_alg()
|
D | hmac.c | 235 inst->alg.import = hmac_import; in hmac_create()
|
D | mcryptd.c | 539 inst->alg.import = mcryptd_hash_import; in mcryptd_create_hash()
|
D | cryptd.c | 650 inst->alg.import = cryptd_hash_import; in cryptd_create_hash()
|
/linux-4.4.14/drivers/crypto/ |
D | padlock-sha.c | 251 .import = padlock_sha_import, 275 .import = padlock_sha_import, 498 .import = padlock_sha_import_nano, 517 .import = padlock_sha_import_nano,
|
D | sahara.c | 1261 .import = sahara_sha_import, 1288 .import = sahara_sha_import,
|
D | talitos.c | 2769 t_alg->algt.alg.hash.import = ahash_import; in talitos_alg_alloc()
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | sha256-spe-glue.c | 226 .import = ppc_spe_sha256_import, 243 .import = ppc_spe_sha256_import,
|
D | sha1.c | 129 .import = sha1_import,
|
D | md5-glue.c | 135 .import = ppc_md5_import,
|
D | sha1-spe-glue.c | 180 .import = ppc_spe_sha1_import,
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | Makefile | 13 ptlrpc_objs += llog_net.o llog_client.o import.o ptlrpcd.o
|
/linux-4.4.14/Documentation/DocBook/ |
D | crypto-API.xml.db | 83 API-crypto-ahash-import 97 API-crypto-shash-import
|
D | gpu.xml.db | 48 API-drm-gem-prime-import 83 API-drm-gem-cma-prime-import-sg-table
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_reint.c | 213 struct obd_import *import = exp->exp_obd->u.cli.cl_import; in mdc_create() local 214 int generation = import->imp_generation; in mdc_create() 291 if (generation == import->imp_generation) { in mdc_create()
|
D | lproc_mdc.c | 187 LPROC_SEQ_FOPS_RW_TYPE(mdc, import);
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 39 .import = sun4i_hash_import_md5, 67 .import = sun4i_hash_import_sha1,
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 902 .import = mv_cesa_md5_import, 965 .import = mv_cesa_sha1_import, 1028 .import = mv_cesa_sha256_import, 1264 .import = mv_cesa_md5_import, 1334 .import = mv_cesa_sha1_import, 1404 .import = mv_cesa_sha256_import,
|
/linux-4.4.14/arch/sparc/crypto/ |
D | sha1_glue.c | 135 .import = sha1_sparc64_import,
|
D | md5_glue.c | 140 .import = md5_sparc64_import,
|
D | sha256_glue.c | 165 .import = sha256_sparc64_import,
|
/linux-4.4.14/arch/mips/cavium-octeon/crypto/ |
D | octeon-md5.c | 178 .import = octeon_md5_import,
|
D | octeon-sha1.c | 211 .import = octeon_sha1_import,
|
D | octeon-sha256.c | 235 .import = octeon_sha256_import,
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 1630 .import = ahash_import, 1652 .import = ahash_import, 1674 .import = ahash_import, 1696 .import = ahash_import, 1718 .import = ahash_import, 1740 .import = ahash_import,
|
/linux-4.4.14/security/smack/ |
D | smackfs.c | 341 struct smack_parsed_rule *rule, int import, in smk_fill_rule() argument 347 if (import) { in smk_fill_rule() 393 int import) in smk_parse_rule() argument 399 import, SMK_LABELLEN); in smk_parse_rule() 413 int import, int tokens) in smk_parse_long_rule() argument 442 rc = smk_fill_rule(tok[0], tok[1], tok[2], tok[3], rule, import, 0); in smk_parse_long_rule()
|
/linux-4.4.14/drivers/pci/ |
D | Kconfig | 68 The PCI device frontend driver allows the kernel to import arbitrary
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-sha256.c | 284 .import = nx_sha256_import,
|
D | nx-sha512.c | 290 .import = nx_sha512_import,
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 392 alg->import = ccp_aes_cmac_import; in ccp_register_aes_cmac_algs()
|
D | ccp-crypto-sha.c | 447 alg->import = ccp_sha_import; in ccp_register_sha_alg()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 34 import/export - the same as above, but is accessible from outside,
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 515 alg->import = qce_ahash_import; in qce_ahash_register_one()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 683 .import = sha1_mb_import,
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 579 LPROC_SEQ_FOPS_RW_TYPE(osc, import);
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 434 a target device, the subsystem has no idea what block device to import.
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 82 custom patches. In those cases, userspace code may import
|