Searched refs:dsn (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | helpfile | 98 dsn MAIL From:<sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ] 99 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] 100 dsn [ ORCPT=<recipient> ] 101 dsn SMTP Delivery Status Notifications. 102 dsn Descriptions: 103 dsn RET Return either the full message or only headers. 104 dsn ENVID Sender's "envelope identifier" for tracking. 105 dsn NOTIFY When to send a DSN. Multiple options are OK, comma- 106 dsn delimited. NEVER must appear by itself. 107 dsn ORCPT Original recipient.
|
| D | deliver.c | 3980 giveresponse(status, dsn, m, mci, ctladdr, xstart, e, to) in giveresponse() argument 3982 char *dsn; 4124 if (dsn == NULL) 4128 dsn = dsnbuf; 4149 if (dsn == NULL) 4153 dsn = dsnbuf; 4179 logdelivery(m, mci, dsn, statmsg + off, ctladdr, xstart, e, to, status); 4184 dsn == NULL ? "<NULL>" : dsn, 4232 logdelivery(m, mci, dsn, status, ctladdr, xstart, e, to, rcode) in logdelivery() argument 4235 char *dsn; [all …]
|
| /freebsd-10-stable/sys/dev/iscsi_initiator/ |
| D | iscsi_subr.c | 83 u_int bleft, bs, dsn, bo; in iscsi_r2t() local 94 dsn = 0; in iscsi_r2t() 96 edtl, ddtl, bo, dsn, bs, sp->opt.maxXmitDataSegmentLength); in iscsi_r2t() 120 cmd->dsn = htonl(dsn); in iscsi_r2t() 130 sdebug(6, "bs=%x bo=%x bp=%p dsn=%x error=%d", bs, bo, bp, dsn, error); in iscsi_r2t() 136 dsn++; in iscsi_r2t()
|
| D | iscsi.h | 225 u_int dsn; // data seq. number member
|
| /freebsd-10-stable/sys/geom/part/ |
| D | g_part_mbr.c | 265 uint32_t dsn; in g_part_mbr_bootcode() local 271 dsn = *(uint32_t *)(table->mbr + DOSDSNOFF); in g_part_mbr_bootcode() 273 if (dsn != 0) in g_part_mbr_bootcode() 274 *(uint32_t *)(table->mbr + DOSDSNOFF) = dsn; in g_part_mbr_bootcode()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | varasm.c | 385 tree dsn; in initialize_cold_section_name() local 391 dsn = DECL_SECTION_NAME (current_function_decl); in initialize_cold_section_name() 392 if (flag_function_sections && dsn) in initialize_cold_section_name() 394 name = alloca (TREE_STRING_LENGTH (dsn) + 1); in initialize_cold_section_name() 395 memcpy (name, TREE_STRING_POINTER (dsn), TREE_STRING_LENGTH (dsn) + 1); in initialize_cold_section_name()
|
| /freebsd-10-stable/contrib/sendmail/cf/cf/ |
| D | submit.cf | 297 #O Timeout.queuereturn.dsn=5d 302 #O Timeout.queuewarn.dsn=4h
|
| /freebsd-10-stable/contrib/sendmail/cf/m4/ |
| D | proto.m4 | 433 _OPTION(Timeout.queuereturn.dsn, `confTO_QUEUERETURN_DSN', `5d') 438 _OPTION(Timeout.queuewarn.dsn, `confTO_QUEUEWARN_DSN', `4h')
|
| /freebsd-10-stable/contrib/sendmail/cf/ |
| D | README | 3942 Timeout.queuereturn.dsn 3961 Timeout.queuewarn.dsn
|
| /freebsd-10-stable/contrib/sendmail/ |
| D | RELEASE_NOTES | 1349 Add Timeout.queuereturn.dsn and Timeout.queuewarn.dsn to control 4452 equate (dsn=).
|