Searched refs:email (Results 1 - 104 of 104) sorted by relevance

/linux-4.4.14/scripts/
H A Dget_maintainer.pl21 my $email = 1;
90 # rfc822 email address - preloaded methods go here.
212 'email!' => \$email,
271 $email = 0;
280 my $selections = $email + $scm + $status + $subsystem + $web;
282 die "$P: Missing required option: email, scm, status, subsystem or web\n";
286 if ($email &&
290 die "$P: Please select at least 1 email option\n";
694 foreach my $email (@email_to, @list_to) {
695 $email->[0] = deduplicate_email($email->[0]);
699 if ($email &&
704 if ($email && $email_git_blame) {
709 if ($email) {
723 foreach my $email (@file_emails) {
724 my ($name, $address) = parse_email($email);
733 if ($email || $email_list) {
734 if ($email) {
774 --email => print email address(es) if any
793 --remove-duplicates => minimize duplicate email names/addresses
796 --file-emails => add email addresses found in -f file (default: 0 (off))
816 [--email --nogit --git-fallback --m --r --n --l --multiline --pattern-depth=0
830 Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
831 other automated tools that expect only ["name"] <email address>
832 may not work because of additional output after <email address>.
1188 my $email = format_email($name, $address, $email_usename);
1203 if ($email eq $entry->[0]
1244 my $email = format_email($name, $address, 1);
1248 if (exists $mailmap->{names}->{$email} ||
1249 exists $mailmap->{addresses}->{$email}) {
1250 if (exists $mailmap->{names}->{$email}) {
1251 $real_name = $mailmap->{names}->{$email};
1253 if (exists $mailmap->{addresses}->{$email}) {
1254 $real_address = $mailmap->{addresses}->{$email};
1282 foreach my $email (@emails) {
1283 my ($name, $address) = parse_email($email);
1286 $email = format_email($name, $address, 1);
1324 ## Reformat email addresses (with names) to avoid badly written signatures
1517 "*", "#", "email/list and role:stats";
1525 my $email = $entry->[0];
1529 my $commit_author = $commit_author_hash{$email};
1530 my $commit_signer = $commit_signer_hash{$email};
1535 printf STDERR "%1s %2d %-65s", $sel, $count + 1, $email;
1540 my $commit_author = $commit_author_hash{$email};
1546 my $commit_signer = $commit_signer_hash{$email};
1781 my ($email) = @_;
1784 my ($name, $address) = parse_email($email);
1785 $email = format_email($name, $address, 1);
1786 $email = mailmap_email($email);
1788 return $email if (!$email_remove_duplicates);
1790 ($name, $address) = parse_email($email);
1805 $email = format_email($name, $address, 1);
1806 $email = mailmap_email($email);
1807 return $email;
2144 foreach my $email (@file_emails) {
2145 $email =~ s/[\(\<\{]{0,1}([A-Za-z0-9_\.\+-]+\@[A-Za-z0-9\.-]+)[\)\>\}]{0,1}/\<$1\>/g;
2146 my ($name, $address) = parse_email($email);
H A Dcheckpatch.pl2235 my $email = $4;
2247 "$ucfirst_sign_off $email";
2255 "$ucfirst_sign_off $email";
2264 "$ucfirst_sign_off $email";
2268 my ($email_name, $email_address, $comment) = parse_email($email);
2272 "Unrecognized email address: '$email'\n" . $herecurr);
2277 # Don't force email to have quotes
2279 if ("$dequoted$comment" ne $email &&
2280 "<$email_address>$comment" ne $email &&
2281 "$suggested_email$comment" ne $email) {
2283 "email address '$email' might be better as '$suggested_email$comment'\n" . $herecurr);
2299 # Check email subject for common tools that don't need to be mentioned
4006 # Ignore email addresses <foo@bar>
/linux-4.4.14/fs/ufs/
H A Dfile.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dcylinder.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dnamei.c8 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dutil.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dialloc.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dutil.h5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dsuper.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
56 * write support Daniel Pirkl <daniel.pirkl@email.cz> 1998
H A Dballoc.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dinode.c5 * Daniel Pirkl <daniel.pirkl@email.cz>
H A Dufs_fs.h20 * Write support by Daniel Pirkl <daniel.pirkl@email.cz>
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dpalmtc.h8 * Holger Bocklet <bitz.email@gmx.net>
/linux-4.4.14/include/net/sctp/
H A Dchecksum.h26 * email address(es):
H A Dauth.h23 * email address(es):
H A Dulpqueue.h31 * email addresses:
H A Dulpevent.h32 * email address(es):
H A Dcommand.h26 * email address(es):
H A Dtsnmap.h29 * email address(es):
H A Dconstants.h26 * email address(es):
H A Dsm.h28 * email addresses:
H A Dsctp.h28 * email address(es):
H A Dstructs.h26 * email addresses:
32 * Qiaobing Xie <qxie1@email.mot.com>
/linux-4.4.14/scripts/package/
H A Dbuilddeb221 # Try to determine maintainer and email values
223 email=$DEBEMAIL
225 email=$EMAIL
227 email=$(id -nu)@$(hostname -f 2>/dev/null || hostname)
236 maintainer="$name <$email>"
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dni65.h7 * email: mhipp@student.uni-tuebingen.de
H A Dni65.c17 * email: hippm@informatik.uni-tuebingen.de
/linux-4.4.14/net/sctp/
H A Ddebug.c29 * email address(es):
H A Dssnmap.c25 * email address(es):
H A Dobjcnt.c27 * email address(es):
H A Dinqueue.c31 * email address(es):
H A Dprimitive.c30 * email address(es):
H A Dchunk.c25 * email address(es):
H A Dsysctl.c26 * email address(es):
H A Dtsnmap.c28 * email address(es):
H A Dbind_addr.c28 * email address(es):
H A Dendpointola.c30 * email address(es):
H A Dproc.c23 * email address(es):
H A Dsm_statetable.c29 * email address(es):
H A Dtransport.c31 * email address(es):
H A Dauth.c23 * email address(es):
H A Dinput.c30 * email address(es):
H A Dipv6.c28 * email address(es):
H A Doutput.c27 * email address(es):
H A Dulpevent.c29 * email address(es):
H A Dulpqueue.c28 * email address(es):
H A Dprotocol.c30 * email address(es):
H A Dsm_sideeffect.c29 * email address(es):
H A Dassociola.c29 * email address(es):
H A Doutqueue.c29 * email address(es):
H A Dsm_make_chunk.c30 * email address(es):
H A Dsm_statefuns.c29 * email address(es):
H A Dsocket.c35 * email address(es):
/linux-4.4.14/sound/pci/au88x0/
H A Dau88x0_game.c28 * driver. (email: mjander@embedded.cl).
H A Dau88x0.c348 "Please email the results of 'lspci -vv' to openvortex-dev@nongnu.org.\n"); snd_vortex_probe()
/linux-4.4.14/drivers/usb/serial/
H A Dvisor.h78 * from, send email to <greg@kroah.com>.
H A Dio_edgeport.c2806 "Device Reported %d serial ports vs. core thinking we have %d ports, email greg@kroah.com this information.\n", edge_startup()
/linux-4.4.14/drivers/scsi/
H A Dqlogicfas408.h37 If you are really curious, email me for a quick howto until I have
H A Dimm.h16 * 10 Apr 1998 (Good Friday) - Received EN144302 by email from Iomega.
H A DNCR53c406a.c546 printk("Please email linux-scsi@vger.kernel.org\n"); NCR53c406a_detect()
H A D53c700.c1671 " Please email James.Bottomley@HansenPartnership.com with the details\n",
H A Du14-34f.c256 * Alternate email: dario.ballabio@inwind.it, dario.ballabio@tiscalinet.it
H A Dwd33c93.c62 * or improvements are asked to pah-leeez email me (John Shifflett)
H A Deata.c314 * Alternate email: dario.ballabio@inwind.it, dario.ballabio@tiscalinet.it
H A Din2000.c105 * or improvements are asked to pah-leeez email me (John Shifflett)
H A Dst.c13 email Kai.Makisara@kolumbus.fi
H A Dosst.c17 email osst@riede.org
/linux-4.4.14/drivers/uwb/
H A Dscan.c28 * state here. Clarification request sent by email on
/linux-4.4.14/arch/x86/include/asm/
H A Dmtrr.h19 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dmtrr.h19 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.4.14/arch/alpha/kernel/
H A Dsrm_env.c8 * interface, so: thank you, Erik! He can be reached via email at
/linux-4.4.14/drivers/dio/
H A Ddio.c92 = "unknown DIO board -- please email <linux-m68k@lists.linux-m68k.org>!";
/linux-4.4.14/crypto/
H A Dxts.c2 * http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
H A Dlrw.c2 * http://grouper.ieee.org/groups/1619/email/pdf00017.pdf
H A Dtestmgr.h16682 /* from http://grouper.ieee.org/groups/1619/email/pdf00017.pdf */
16935 /* from http://grouper.ieee.org/groups/1619/email/pdf00017.pdf */
17189 /* http://grouper.ieee.org/groups/1619/email/pdf00086.pdf */
17531 /* http://grouper.ieee.org/groups/1619/email/pdf00086.pdf */
/linux-4.4.14/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c6 email : annabellesgarden@yahoo.de
/linux-4.4.14/include/linux/
H A Dsctp.h30 * email address(es):
43 * qxie1@email.mot.com
H A Dmodule.h212 * Author(s), use "Name <email>" or just "Name", for multiple
/linux-4.4.14/arch/arm/mach-omap1/
H A Dboard-ams-delta.c376 .name = "email",
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_rf_uw2453.c509 /* FIXME: shouldn't we go to SLEEP? sent email to zydas */ uw2453_switch_radio_off()
/linux-4.4.14/include/scsi/
H A Dosd_protocol.h499 u8 id[7]; /* if you know why 7 please email ooo@electrozaur.com */
/linux-4.4.14/include/uapi/linux/
H A Dsctp.h29 * email address(es):
39 * Q. Xie <qxie1@email.mot.com>
/linux-4.4.14/drivers/usb/storage/
H A Dunusual_devs.h40 * email address right above the entry (plus maybe a brief
1408 * email: car.busse@gmx.de
2130 * and Renato Perini <rperini@email.it>
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddas800.c28 Status: works, cio-das802/16 untested - email me if you have tested it
H A Ddas1800.c36 If you need it, send me (Frank Hess) an email.
/linux-4.4.14/drivers/misc/echo/
H A Decho.c100 Muthukrishnan for their suggestions and email discussions. Thanks
/linux-4.4.14/net/8021q/
H A Dvlan.c6 * Please send support related email to: netdev@vger.kernel.org
H A Dvlan_dev.c6 * Please send support related email to: netdev@vger.kernel.org
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2695 "please email this log to:\n"); em28xx_hint_board()
2727 "please email this log to:\n"); em28xx_hint_board()
2741 em28xx_errdev("Please send an email with this log to:\n"); em28xx_hint_board()
/linux-4.4.14/drivers/usb/mon/
H A Dmon_bin.c6 * Copyright (C) 2006 Paolo Abeni (paolo.abeni@email.it)
/linux-4.4.14/drivers/video/fbdev/
H A Dimxfb.c12 * email address:
H A Dsa1100fb.c14 * email address:
H A Dpxafb.c19 * email address:
/linux-4.4.14/drivers/net/can/
H A Ddev.c79 * email: pisa@cmp.felk.cvut.cz
/linux-4.4.14/drivers/input/mouse/
H A Dhgpk.c693 * sequence came from a long-lost email trail.
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Dmain.c20 Richard Gooch may be reached by email at rgooch@atnf.csiro.au
/linux-4.4.14/kernel/trace/
H A Dtrace_functions_graph.c489 * email: print_graph_cpu()
/linux-4.4.14/sound/drivers/
H A Dserial-u16550.c4 * Isaku Yamahata <yamahata@private.email.ne.jp>,
/linux-4.4.14/drivers/edac/
H A Damd64_edac.c1100 * was obtained from email communication with someone at AMD. k8_map_sysaddr_to_csrow()
1101 * (Wish the email was placed in this comment - norsk) k8_map_sysaddr_to_csrow()
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Ddst.c1162 dprintk(verbose, DST_ERROR, 1, "please email linux-dvb@linuxtv.org with this type in"); dst_get_device_id()
/linux-4.4.14/drivers/hwmon/
H A Dw83781d.c150 * received the information in an email from Winbond tech support
/linux-4.4.14/fs/ntfs/
H A Dmft.c412 static const char *ntfs_please_email = "Please email "
2045 "reports this as corruption, please email " ntfs_mft_record_layout()
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_h323_types.c83 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL},
/linux-4.4.14/drivers/usb/host/
H A Dxhci.c3021 xhci_warn(xhci, "Send email to xHCI maintainer and ask for " xhci_check_streams_endpoint()
/linux-4.4.14/drivers/net/wireless/
H A Dairo.c499 /* This structure came from an email sent to me from an engineer at

Completed in 3134 milliseconds