Searched defs:sending (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dinit.c46 int Daffbytecnt; /* Hold affbytecnt when sending Delivery Notification */
47 int Daffcnt; /* Hold affcnt when sending Delivery Notification */
200 char from_user[1024]; /* user's name specified w/ -f when sending */
217 int Drcvbytecnt; /* Hold rcvbytecnt when sending Delivery Notification */
244 int sending; /* TRUE==>sending mail; FALSE==>printing mail */ variable
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c4679 "Target %d didn't disconnect after sending %s",
4705 int sending, phase; local
4720 sending = (sp->cmd_flags & CFLAG_DMASEND)? 1 : 0;
4801 if ((phase == FAS_PHASE_DATA_IN) && !sending) {
4804 } else if ((phase == FAS_PHASE_DATA_OUT) && sending) {
4817 if (!sending && (fas_ptest_data_in & (1<<Tgt(sp)))) {
4928 * in the fifo if we were sending out the SCSI bus.
5522 * If we are sending a message in response to detecting
5978 * If we finish sending a message out, and we are
6263 IPRINTF1("sending wid
[all...]

Completed in 85 milliseconds