Searched refs:identifier (Results 76 - 84 of 84) sorted by path

1234

/linux-master/net/wireless/
H A Dnl80211.h21 return (u64)wdev->identifier |
H A Dtrace.h36 ? wdev->identifier : 0)
3523 request->wdev->identifier : 0;
/linux-master/scripts/
H A Dkernel-doc246 # Name of the kernel-doc identifier for non-DOC markups
247 my $identifier;
1132 if ($identifier ne $declaration_name) {
1133 emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $decl_type $declaration_name instead\n");
1344 if ($identifier ne $declaration_name) {
1345 if ($identifier eq "") {
1346 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n");
1348 emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $declaration_name instead\n");
1415 if ($identifier ne $declaration_name) {
1416 emit_warning("${file}:$.", "expecting prototype for typedef $identifier
[all...]
/linux-master/scripts/mod/
H A Dfile2alias.c147 fatal("%s: sizeof(struct %s_device_id)=%lu is not a modulo of the size of section __mod_%s__<identifier>_device_table=%lu.\n"
1598 const char *name, *identifier; local
1609 /* All our symbols are of form __mod_<name>__<identifier>_device_table. */
1618 identifier = strstr(name, "__");
1619 if (!identifier)
1621 namelen = identifier - name;
/linux-master/tools/include/uapi/linux/
H A Dfscrypt.h96 * v2 policy keys are specified by a 16-byte key "identifier" which the kernel
112 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member in union:fscrypt_key_specifier::__anon146
/linux-master/tools/perf/
H A Dbuiltin-stat.c2849 stat_config.identifier = !(STAT_RECORD && perf_stat.data.is_pipe);
/linux-master/tools/perf/util/
H A Dstat.c772 if (config->identifier)
H A Dstat.h72 bool identifier; member in struct:perf_stat_config
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh585 )"1f:6a:"$( : ICMP request identifier

Completed in 352 milliseconds

1234