Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/fwcontrol/
H A Dfwdv.c77 #define DSIZE 480 macro
107 pad = (char *)malloc(DSIZE*MAXBLOCKS); in dvrecv()
108 memset(pad, 0xff, DSIZE*MAXBLOCKS); in dvrecv()
206 npad *= DSIZE; in dvrecv()
227 wbuf[vec++].iov_len = DSIZE; in dvrecv()
266 pbuf = (char *)malloc(DSIZE * TNBUF); in dvsend()
318 while (tlen < DSIZE * TNBUF) { in dvsend()
319 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen); in dvsend()
335 dv = (struct dvdbc *)(pbuf + offset * DSIZE); in dvsend()
388 wbuf[vec++].iov_len = DSIZE; in dvsend()
[all …]
/dragonfly/lib/libc/db/hash/
H A Dhash.c210 "DIRECTORY SIZE ", hashp->DSIZE, in __hash_open()
282 hashp->DSIZE = DEF_DIRSIZE; in init_hash()
367 if (nsegs > hashp->DSIZE) in init_htab()
368 hashp->DSIZE = nsegs; in init_htab()
802 if (new_segnum >= hashp->DSIZE) { in __expand_table()
804 dirsize = hashp->DSIZE * sizeof(SEGMENT *); in __expand_table()
807 hashp->DSIZE = dirsize << 1; in __expand_table()
879 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) { in alloc_segs()
H A Dhash.h274 #define DSIZE hdr.dsize macro
/dragonfly/usr.sbin/ppp/
H A Dlink.c345 #define DSIZE (sizeof despatcher / sizeof despatcher[0]) macro
352 for (f = 0; f < DSIZE; f++) in Despatch()
362 f == DSIZE ? "Unknown" : "Unexpected", proto, in Despatch()
/dragonfly/contrib/gcc-4.7/libgcc/
H A DMakefile.in724 -DSIZE=`echo "$*" | sed 's/.*_//'` \
743 -DSIZE=`echo "$*" | sed 's/.*_//'` \