Home
last modified time | relevance | path

Searched refs:MX (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c200 #define MX 75 macro
211 C4, M2, M2, 32, M2, 57, MX, M2, M2, 37, 49, M2, 40, M2, M2, 44,
212 C5, M2, M2, 33, M2, 61, 4, M2, M2, MX, 53, M2, 45, M2, M2, 41,
213 M2, 0, 1, M2, 10, M2, M2, MX, 15, M2, M2, MX, M2, M3, M3, M2,
214 C6, M2, M2, 42, M2, 59, 39, M2, M2, MX, 51, M2, 34, M2, M2, 46,
215 M2, 25, 29, M2, 27, M4, M2, MX, 31, M2, M4, MX, M2, MX, MX, M2,
216 M2, MX, 36, M2, 7, M2, M2, 54, MX, M2, M2, 62, M2, 48, 56, M2,
217 M3, M2, M2, MX, M2, MX, 22, M2, M2, 18, MX, M2, M3, M2, M2, MX,
218 C7, M2, M2, 47, M2, 63, MX, M2, M2, 6, 55, M2, 35, M2, M2, 43,
219 M2, 5, MX, M2, MX, M2, M2, 50, 38, M2, M2, 58, M2, 52, 60, M2,
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dbestmx_is_local.m431 # If we are the best MX for a site, then we want to accept
34 # listed us as their best MX.
37 # lower cost method is to list all the expected best MX hosts
H A Drelay_based_on_MX.m419 # MX map (to allow relaying to hosts that we MX for)
/illumos-gate/usr/src/data/zoneinfo/
H A Dzone_sun.tab301 MX +1924-09909 America/Mexico_City - Central Mexico
302 MX +2105-08646 America/Cancun - Quintana Roo
303 MX +2058-08937 America/Merida - Campeche, Yucatan
304 MX +2540-10019 America/Monterrey - Durango; Coahuila, Nuevo Leon, Tamaulipas (most areas)
305 MX +2550-09730 America/Matamoros - Coahuila, Nuevo Leon, Tamaulipas (US border)
306 MX +2838-10605 America/Chihuahua - Chihuahua (most areas)
307 MX +3144-10629 America/Ciudad_Juarez - Chihuahua (US border - west)
308 MX +2934-10425 America/Ojinaga - Chihuahua (US border - east)
309 MX +2313-10625 America/Mazatlan - Baja California Sur, Nayarit (most areas), Sinaloa
310 MX +2048-10515 America/Bahia_Banderas - Bahia de Banderas
[all …]
H A Dzone.tab.txt278 MX +1924-09909 America/Mexico_City Central Mexico
279 MX +2105-08646 America/Cancun Quintana Roo
280 MX +2058-08937 America/Merida Campeche, Yucatan
281 MX +2540-10019 America/Monterrey Durango; Coahuila, Nuevo Leon, Tamaulipas (most areas)
282 MX +2550-09730 America/Matamoros Coahuila, Nuevo Leon, Tamaulipas (US border)
283 MX +2838-10605 America/Chihuahua Chihuahua (most areas)
284 MX +3144-10629 America/Ciudad_Juarez Chihuahua (US border - west)
285 MX +2934-10425 America/Ojinaga Chihuahua (US border - east)
286 MX +2313-10625 America/Mazatlan Baja California Sur, Nayarit (most areas), Sinaloa
287 MX +2048-10515 America/Bahia_Banderas Bahia de Banderas
[all …]
H A Dcountry.tab187 MX Mexico
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4396 # perform initial split of envelope without checking MX records
473 # fallback MX host
479 # if we are the best MX host for a site, try it directly instead of config err
1721 dnl do "we" ($=w) act as backup MX server for the destination domain?
1722 R<NO> $* < @ $+ > $: <MX> < : $(mxserved $2 $) : > < $1 < @$2 > >
1723 R<MX> < : $* <TEMP> : > $* $#TEMP $@ 4.4.0 $: "450 Can not check MX records for recipient host " $1
1725 R<MX> < $* : $=w. : $* > < $+ > $: <RELAY> $4
1727 R<MX> < : $* : > < $+ > $: <NO> $2', `dnl')
1957 # Look up MX records and ferret away a copy of the original address.
1959 R$+ $:<MX><$1><:$(mxlist $1$):><:>
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A Dsendmail.mc14 # if MX records are unavailable. A short-cut rule is also defined, which
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c488 qp->qh_type = (i < QHASHSIZE)? MX : CV; in queue_alloc()
525 qtype = ((qp - udp->queue_head) < QHASHSIZE)? MX : CV; in QVERIFY()
565 ASSERT(qtype == MX || qtype == CV); in queue_lock()
1628 qp = queue_lock(mp, MX); in mutex_wakeup()
1667 qp = queue_lock(mp, MX); in mutex_wakeup_all()
1812 qp = queue_lock(mp, MX); in mutex_lock_queue()
1837 qp = queue_lock(mp, MX); in mutex_lock_queue()
1853 self->ul_qtype == MX && in mutex_lock_queue()
3286 mqp = queue_lock(mp, MX); in cond_sleep_queue()
3878 mqp = queue_lock(mp, MX); in cond_signal()
[all …]
H A Drwlock.c389 qp = queue_lock(rwlp, MX); in rw_queue_release()
599 qp = queue_lock(rwlp, MX); in rwlock_lock()
676 qp = queue_lock(rwlp, MX); in rwlock_lock()
H A Dthr.c1684 qp->qh_type = (i < QHASHSIZE)? MX : CV; in postfork1_child()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c263 (ulwp.ul_qtype == MX ? STACKS_SOBJ_MX : STACKS_SOBJ_CV)); in stacks_findstack()
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME454 a variant on SMTP) is used. WARNING: if you have a wildcard MX
962 lists us as the best possible MX record. This generates
968 WILDCARD MX RECORDS!!! If you have a wildcard MX record
1008 Turns on the ability to allow relaying based on the MX
1010 is, if an MX record for host foo.com points to your site,
1059 MX record in DNS). If you are inside a firewall that has
1276 e-mails to. Note that MX records will be used if the
1402 resolves to a "bad" MX record. By default these are
1403 MX records which resolve to A records that match the
1534 via MX records. For example, you might have:
[all …]
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h435 #define MX 0 macro
442 & (QHASHSIZE - 1)) + (((type) == MX)? 0 : QHASHSIZE))
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Dhelpfile112 -bt /mx host :returns the MX records for `host'.
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids389 1028 1fd4 PERC H745P MX
559 1028 1fd1 PERC H730P MX
781 1028 1fd2 HBA330 MX
813 1028 2117 PERC H965i MX
818 1028 213e PERC H765i MX
935 1028 200e HBA350i MX Invalid
945 1028 200e HBA350i MX
956 1028 200e HBA350i MX
979 1028 200e HBA350i MX Tampered
1061 1028 1ae3 PERC H755 MX - Invalid Device
[all …]
H A Dusb.ids2707 0076 MX-Board 3.0 G80-3850
2708 0077 MX BOARD 3.0S FL NBL Keyboard
2709 0079 MX BOARD 3.0S FL RGB Keyboard
2712 0083 MX BOARD 3.0S FL RGB (KOREAN) Keyboard
2716 00ab MX 1.0 FL BL Keyboard
2717 00ac MX BOARD 1.0 TKL RGB Keyboard
2718 00b7 MX BOARD 8.0 TKL RGB Keyboard
2719 00bb MX BOARD 10.0 FL RGB Keyboard
2721 00c4 MX BOARD 2.0S FL RGB Keyboard
2724 00c9 CCF MX 8.0 TKL BL Keyboard
[all …]