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

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c86 u_int bleft, bs, dsn, bo; local
97 dsn = 0;
98 sdebug(4, "edtl=%x ddtl=%x bo=%x dsn=%x bs=%x maxX=%x",
99 edtl, ddtl, bo, dsn, bs, sp->opt.maxXmitDataSegmentLength);
123 cmd->dsn = htonl(dsn);
133 sdebug(6, "bs=%x bo=%x bp=%p dsn=%x error=%d", bs, bo, bp, dsn, error);
139 dsn++;
H A Discsi.h227 u_int dsn; // data seq. number member in struct:data_out
/freebsd-12-stable/sys/geom/part/
H A Dg_part_mbr.c269 uint32_t dsn; local
275 dsn = *(uint32_t *)(table->mbr + DOSDSNOFF);
277 if (dsn != 0)
278 *(uint32_t *)(table->mbr + DOSDSNOFF) = dsn;
316 uint32_t dsn; local
329 dsn = le32dec(table->mbr + DOSDSNOFF);
331 entry->base.gpe_index, dsn, (intmax_t)entry->base.gpe_start,
/freebsd-12-stable/contrib/sendmail/src/
H A Ddeliver.c4153 ** dsn -- the DSN associated with the address, if any.
4173 giveresponse(status, dsn, m, mci, ctladdr, xstart, e, to)
4175 char *dsn;
4327 if (dsn == NULL)
4331 dsn = dsnbuf;
4352 if (dsn == NULL)
4356 dsn = dsnbuf;
4382 logdelivery(m, mci, dsn, statmsg + off, ctladdr, xstart, e, to, status);
4385 sm_dprintf("giveresponse: status=%d, dsn=%s, e->e_message=%s, errnum=%d\n",
4387 dsn
[all...]
/freebsd-12-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 122 milliseconds