Searched refs:ahs_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/iscontrol/
H A Dpdu.c89 pp->ahs_size = 8 * 1024;
90 if((pp->ahs_addr = malloc(pp->ahs_size)) == NULL) {
149 if(pp->ahs_size)
156 pp->ahs_size = 0;
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Discsi.h427 u_int ahs_size; // the allocated size member in struct:__anon13366
H A Discsi.c544 n = MIN(up->ahs_size, need);
552 have = up->ahs_size - n;

Completed in 34 milliseconds