Searched refs:dsn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c83 u_int bleft, bs, dsn, bo; local
94 dsn = 0;
95 sdebug(4, "edtl=%x ddtl=%x bo=%x dsn=%x bs=%x maxX=%x",
96 edtl, ddtl, bo, dsn, bs, sp->opt.maxXmitDataSegmentLength);
120 cmd->dsn = htonl(dsn);
130 sdebug(6, "bs=%x bo=%x bp=%p dsn=%x error=%d", bs, bo, bp, dsn, error);
136 dsn++;
H A Discsi.h225 u_int dsn; // data seq. number member in struct:data_out
/freebsd-10-stable/sys/geom/part/
H A Dg_part_mbr.c265 uint32_t dsn; local
271 dsn = *(uint32_t *)(table->mbr + DOSDSNOFF);
273 if (dsn != 0)
274 *(uint32_t *)(table->mbr + DOSDSNOFF) = dsn;
/freebsd-10-stable/contrib/sendmail/src/
H A Ddeliver.c3960 ** dsn -- the DSN associated with the address, if any.
3980 giveresponse(status, dsn, m, mci, ctladdr, xstart, e, to)
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);
4182 sm_dprintf("giveresponse: status=%d, dsn=%s, e->e_message=%s, errnum=%d\n",
4184 dsn
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c386 tree dsn;
392 dsn = DECL_SECTION_NAME (current_function_decl);
393 if (flag_function_sections && dsn)
395 name = alloca (TREE_STRING_LENGTH (dsn) + 1);
396 memcpy (name, TREE_STRING_POINTER (dsn), TREE_STRING_LENGTH (dsn) + 1);
385 tree dsn; local

Completed in 191 milliseconds