Home
last modified time | relevance | path

Searched refs:ahs (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/stdlib/
HDset_constraint_handler_s.c88 static const char ahs[] = "abort_handler_s : "; in abort_handler_s() local
90 (void) _write(STDERR_FILENO, ahs, sizeof(ahs) - 1); in abort_handler_s()
/dragonfly/sbin/iscontrol/
HDpdu.c83 if((pp->ahs = malloc(pp->ahs_size)) == NULL) { in sendPDU()
143 free(pp->ahs); in freePDU()
147 pp->ahs = NULL; in freePDU()
/dragonfly/sys/dev/disk/iscsi/initiator/
HDisc_soc.c125 bcopy(pp->ahs, (mh->m_data + mh->m_len), pp->ahs_len); in isc_sendPDU()
130 pq->pdu.hdr_dig = sp->hdrDigest(&pp->ahs, pp->ahs_len, pq->pdu.hdr_dig); in isc_sendPDU()
219 iv->iov_base = pp->ahs; in isc_sendPDU()
224 pq->pdu.hdr_dig = sp->hdrDigest(&pp->ahs, pp->ahs_len, pq->pdu.hdr_dig); in isc_sendPDU()
HDiscsi.h101 typedef struct ahs { struct
428 ahs_t *ahs; member
HDiscsi.c469 error = copyin(pp->ahs, bp, n); in i_send()
474 pp->ahs = (ahs_t *)bp; in i_send()
584 error = copyout(bp, (caddr_t)up->ahs, n); in i_recv()
594 up->ds = (caddr_t)up->ahs + n; in i_recv()