Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/
H A Dconf.py143 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 Dconf.py176 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 Dmodule.rs97 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 Dget_maintainer.pl161 "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 Dcheckpatch.pl2376 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 Dget_maintainer.pl161 "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 Dcheckpatch.pl2638 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 Drust_minimal.rs10 author: "Rust for Linux Contributors",
H A Drust_print.rs11 author: "Rust for Linux Contributors",
/kernel/linux/linux-5.10/fs/afs/
H A Dxdr_fs.h18 __be32 author; member
H A Dafs.h134 s64 author; /* author ID */ member
H A Dprotocol_yfs.h91 struct yfs_xdr_u64 author; member
H A Dfsclient.c100 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
H A Dyfsclient.c208 status->author = xdr_to_u64(xdr->author); in xdr_decode_YFSFetchStatus()
/kernel/linux/linux-6.6/fs/afs/
H A Dxdr_fs.h18 __be32 author; member
H A Dafs.h134 s64 author; /* author ID */ member
H A Dprotocol_yfs.h91 struct yfs_xdr_u64 author; member
H A Dfsclient.c101 status->author = ntohl(xdr->author); in xdr_decode_AFSFetchStatus()
H A Dyfsclient.c201 status->author = xdr_to_u64(xdr->author); in xdr_decode_YFSFetchStatus()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py84 author='Arnaldo Carvalho de Melo',
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py109 author='Arnaldo Carvalho de Melo',
/kernel/linux/linux-5.10/include/linux/
H A Dmodule.h238 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
/kernel/linux/linux-6.6/include/linux/
H A Dmodule.h236 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv4-large.S4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha1-armv4-large.S4 @ This code is taken from the OpenSSL project but the author (Andy Polyakov)

Completed in 33 milliseconds