/kernel/linux/linux-5.10/Documentation/ |
H A D | conf.py | 143 author = 'The kernel development community' variable 461 # author, documentclass [howto, manual, or own class]). 508 [author], 1) 518 # (source start file, target name, title, author, 522 author, 'TheLinuxKernel', 'One line description of project.', 543 epub_author = author 544 epub_publisher = author 612 # (source start file, target name, title, author, options).
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | conf.py | 176 author = 'The kernel development community' variable 437 # author, documentclass [howto, manual, or own class]). 489 [author], 1) 499 # (source start file, target name, title, author, 503 author, 'TheLinuxKernel', 'One line description of project.', 511 epub_author = author 512 epub_publisher = author 522 # (source start file, target name, title, author, options).
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | module.rs | 97 author: Option<String>, 107 &["type", "name", "author", "description", "license", "alias"]; in parse() 130 "author" => info.author = Some(expect_string(it)), in parse() 177 if let Some(author) = info.author { 178 modinfo.emit("author", &author);
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 161 "HgAuthor: {author}\\n" . 171 "HgAuthor: {author}\\n" . 1637 my $author = $1; 1638 my ($name, $address) = parse_email($author); 1639 $author = format_email($name, $address, 1); 1640 push(@authors, $author); 1866 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): "; 1908 if ($list[$i]->[1] =~ /^(author|commit|signer)/i); 2011 be matched to its commit author and that commits signers with blame. 2095 my $author [all...] |
H A D | checkpatch.pl | 2376 my $author = ''; 2692 $author = $1; 2695 $author .= $1; 2697 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i); 2698 $author =~ s/"//g; 2699 $author = reformat_email($author); 2706 if ($author ne '' && $authorsignoff != 1) { 2707 if (same_email_addresses($1, $author, [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 161 "HgAuthor: {author}\\n" . 171 "HgAuthor: {author}\\n" . 1638 my $author = $1; 1639 my ($name, $address) = parse_email($author); 1640 $author = format_email($name, $address, 1); 1641 push(@authors, $author); 1867 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): "; 1909 if ($list[$i]->[1] =~ /^(author|commit|signer)/i); 2012 be matched to its commit author and that commits signers with blame. 2096 my $author [all...] |
H A D | checkpatch.pl | 2638 my $author = ''; 2956 $author = $1; 2959 $author .= $1; 2961 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i); 2962 $author =~ s/"//g; 2963 $author = reformat_email($author); 2970 if ($author ne '' && $authorsignoff != 1) { 2971 if (same_email_addresses($1, $author)) { [all...] |
/kernel/linux/linux-6.6/samples/rust/ |
H A D | rust_minimal.rs | 10 author: "Rust for Linux Contributors",
|
H A D | rust_print.rs | 11 author: "Rust for Linux Contributors",
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | xdr_fs.h | 18 __be32 author; member
|
H A D | afs.h | 134 s64 author; /* author ID */ member
|
H A D | protocol_yfs.h | 91 struct yfs_xdr_u64 author; member
|
H A D | fsclient.c | 100 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
|
H A D | yfsclient.c | 208 status->author = xdr_to_u64(xdr->author); in xdr_decode_YFSFetchStatus()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | xdr_fs.h | 18 __be32 author; member
|
H A D | afs.h | 134 s64 author; /* author ID */ member
|
H A D | protocol_yfs.h | 91 struct yfs_xdr_u64 author; member
|
H A D | fsclient.c | 101 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
|
H A D | yfsclient.c | 201 status->author = xdr_to_u64(xdr->author); in xdr_decode_YFSFetchStatus()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 84 author='Arnaldo Carvalho de Melo',
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | setup.py | 109 author='Arnaldo Carvalho de Melo',
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | module.h | 238 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | module.h | 236 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)
|