Home
last modified time | relevance | path

Searched refs:dsn (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dhelpfile96 dsn MAIL From:<sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ]
97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ]
98 dsn [ ORCPT=<recipient> ]
99 dsn SMTP Delivery Status Notifications.
100 dsn Descriptions:
101 dsn RET Return either the full message or only headers.
102 dsn ENVID Sender's "envelope identifier" for tracking.
103 dsn NOTIFY When to send a DSN. Multiple options are OK, comma-
104 dsn delimited. NEVER must appear by itself.
105 dsn ORCPT Original recipient.
H A Ddeliver.c4386 char *dsn; local
4392 dsn = addr.q_host;
4394 dsn = NULL;
5036 char *dsn;
5211 if (dsn == NULL)
5215 dsn = dsnbuf;
5236 if (dsn == NULL)
5240 dsn = dsnbuf;
5271 dsn == NULL ? "<NULL>" : dsn,
5331 char *dsn;
[all …]
/freebsd/sys/geom/part/
H A Dg_part_mbr.c267 uint32_t dsn; in g_part_mbr_bootcode() local
273 dsn = *(uint32_t *)(table->mbr + DOSDSNOFF); in g_part_mbr_bootcode()
275 if (dsn != 0 && !gpp->gpp_skip_dsn) in g_part_mbr_bootcode()
276 *(uint32_t *)(table->mbr + DOSDSNOFF) = dsn; in g_part_mbr_bootcode()
312 uint32_t dsn; in g_part_mbr_efimedia() local
314 dsn = le32dec(table->mbr + DOSDSNOFF); in g_part_mbr_efimedia()
316 entry->base.gpe_index, dsn, (intmax_t)entry->base.gpe_start, in g_part_mbr_efimedia()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c326 char dsn[16]; in bnxt_mgmt_get_dev_info() local
363 snprintf(dsn, sizeof(dsn), "%02x%02x%02x%02x%02x%02x%02x%02x", in bnxt_mgmt_get_dev_info()
372 strncpy(dev_info.nic_info.device_serial_number, dsn, sizeof(dsn)); in bnxt_mgmt_get_dev_info()
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf300 #O Timeout.queuereturn.dsn=5d
305 #O Timeout.queuewarn.dsn=4h
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m4448 _OPTION(Timeout.queuereturn.dsn, `confTO_QUEUERETURN_DSN', `5d')
453 _OPTION(Timeout.queuewarn.dsn, `confTO_QUEUEWARN_DSN', `4h')
/freebsd/contrib/sendmail/cf/
H A DREADME3971 Timeout.queuereturn.dsn
3990 Timeout.queuewarn.dsn
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES142 dsn= entry might have been logged under some circumstances.
1765 Add Timeout.queuereturn.dsn and Timeout.queuewarn.dsn to control
4868 equate (dsn=).