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

1234567891011>>

/linux-master/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh42 description="$2"
48 echo $result $KTAP_TESTNO $description $directive_str
54 description="$1"
57 __ktap_test "$result" "$description"
63 description="$1"
67 __ktap_test "$result" "$description" "$directive"
73 description="$1"
76 __ktap_test "$result" "$description"
82 description="$1"
86 ktap_test_pass "$description"
[all...]
/linux-master/arch/mips/generic/
H A Dboard-ocelot.its.S5 description = "MSCC Ocelot PCB123 Device Tree"; define
16 description = "MSCC Ocelot PCB120 Device Tree"; define
29 description = "Ocelot Linux kernel"; define
35 description = "Ocelot Linux kernel"; define
H A Dboard-jaguar2.its.S5 description = "MSCC Jaguar2 PCB110 Device Tree"; define
15 description = "MSCC Jaguar2 PCB111 Device Tree"; define
28 description = "Jaguar2 Linux kernel"; define
34 description = "Jaguar2 Linux kernel"; define
H A Dboard-ni169445.its.S4 description = "NI 169445 device tree"; define
17 description = "NI 169445 Linux Kernel"; define
H A Dboard-serval.its.S5 description = "MSCC Serval PCB105 Device Tree"; define
18 description = "Serval Linux kernel"; define
H A Dboard-boston.its.S4 description = "img,boston Device Tree"; define
17 description = "Boston Linux kernel"; define
H A Dboard-luton.its.S5 description = "MSCC Luton PCB091 Device Tree"; define
18 description = "Luton Linux kernel"; define
H A Dboard-xilfpga.its.S4 description = "MIPSfpga (xilfpga) Device Tree"; define
17 description = "MIPSfpga Linux kernel"; define
H A Dboard-marduk.its.S4 description = "img,pistachio-marduk Device Tree"; define
17 description = "Marduk Linux kernel"; define
H A Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/linux-master/tools/testing/selftests/devices/
H A Dksft.py39 def _test_print(result, description, directive=None):
46 print(f"{result} {ksft_test_number} {description} {directive_str}")
50 def test_result_pass(description):
51 _test_print("ok", description)
55 def test_result_fail(description):
56 _test_print("not ok", description)
60 def test_result_skip(description):
61 _test_print("ok", description, "SKIP")
65 def test_result(condition, description=""):
67 test_result_pass(description)
[all...]
/linux-master/arch/mips/mobileye/
H A Dboard-epm5.its.S5 description = "Mobileeye MP5 Device Tree"; define
19 description = "Mobileye EPM5 Linux kernel"; define
H A Dvmlinux.its.S5 description = KERNEL_NAME; define
10 description = KERNEL_NAME; define
28 description = "Generic Linux kernel"; define
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.conf2 description "8kHz mono large periods"
11 description "8kHz stereo large periods"
20 description "44.1kHz stereo large periods"
29 description "48kHz stereo small periods"
38 description "48kHz stereo large periods"
47 description "48kHz 6 channel large periods"
56 description "96kHz stereo large periods"
/linux-master/include/keys/
H A Ddns_resolver-type.h15 extern int request_dns_resolver_key(const char *description,
/linux-master/fs/smb/client/
H A Dcifs_spnego.c92 char *description, *dp; local
112 description = kzalloc(desc_len, GFP_KERNEL);
113 if (description == NULL)
116 dp = description;
121 dp = description + strlen(description);
131 dp = description + strlen(description);
143 dp = description + strlen(description);
[all...]
/linux-master/include/linux/
H A Drv.h40 const char *description; member in struct:rv_reactor
47 const char *description; member in struct:rv_monitor
H A Ddm-kcopyd.h43 #define DECLARE_DM_KCOPYD_THROTTLE_WITH_MODULE_PARM(name, description) \
46 MODULE_PARM_DESC(name, description)
/linux-master/tools/verification/dot2/
H A Ddot2c21 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure')
/linux-master/security/integrity/ima/
H A Dima_asymmetric_keys.c49 * keyring->description points to the name of the keyring
64 keyring->description, KEY_CHECK, 0,
65 keyring->description, false, NULL, 0);
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c150 const char *description; member in struct:sysparm_test
156 .description = "open and close " DEVPATH " without issuing commands",
160 .description = "retrieve SPLPAR characteristics",
164 .description = "verify EOPNOTSUPP for known-bad parameter",
168 .description = "PAPR_SYSPARM_IOC_GET returns EFAULT on bad address",
172 .description = "PAPR_SYSPARM_IOC_SET returns EFAULT on bad address",
176 .description = "ensure EPERM on attempt to update HMC0",
180 .description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd",
191 if (test_harness(t->function, t->description))
/linux-master/net/handshake/
H A Dalert.c30 * @description: TLS Alert description
34 int tls_alert_send(struct socket *sock, u8 level, u8 description) argument
44 trace_tls_alert_send(sock->sk, level, description);
47 alert[1] = description;
94 * @description: OUT - TLS AlertDescription value
98 u8 *level, u8 *description)
106 *description = data[1];
108 trace_tls_alert_recv(sk, *level, *description);
97 tls_alert_recv(const struct sock *sk, const struct msghdr *msg, u8 *level, u8 *description) argument
/linux-master/arch/mips/loongson64/
H A Dboardinfo.c14 strcpy(bios_vendor, einter->description);
29 einter->description,
/linux-master/drivers/net/usb/
H A Dcdc_subset.c91 .description = "ALi M5632",
113 .description = "AnchorChips/Cypress 2720",
136 .description = "Belkin, eTEK, or compatible",
161 .description = "Epson USB Device",
179 .description = "KC Technology KC-190",
206 .description = "Linux Device",
212 .description = "Yopy",
218 .description = "Boot Loader OBject",
/linux-master/net/rxrpc/
H A Dserver_key.c7 * RxRPC keys should have a description of describing their purpose:
34 * description and the key material as the payload.
48 * Vet the description for an RxRPC server key.
113 seq_puts(m, key->description);
124 char *description; local
131 description = memdup_sockptr_nul(optval, optlen);
132 if (IS_ERR(description))
133 return PTR_ERR(description);
135 key = request_key(&key_type_keyring, description, NULL);
137 kfree(description);
[all...]

Completed in 164 milliseconds

1234567891011>>