Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c79 #define DSIZE 480 macro
112 pad = malloc(DSIZE*MAXBLOCKS); in dvrecv()
113 memset(pad, 0xff, DSIZE*MAXBLOCKS); in dvrecv()
215 npad *= DSIZE; in dvrecv()
232 wbuf[vec++].iov_len = DSIZE; in dvrecv()
271 pbuf = malloc(DSIZE * TNBUF); in dvsend()
321 while (tlen < DSIZE * TNBUF) { in dvsend()
322 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen); in dvsend()
338 dv = (struct dvdbc *)(pbuf + offset * DSIZE); in dvsend()
390 wbuf[vec++].iov_len = DSIZE; in dvsend()
[all …]
/freebsd/lib/libc/db/hash/
H A Dhash.c207 "DIRECTORY SIZE ", hashp->DSIZE, in __hash_open()
279 hashp->DSIZE = DEF_DIRSIZE; in init_hash()
364 if (nsegs > hashp->DSIZE) in init_htab()
365 hashp->DSIZE = nsegs; in init_htab()
803 if (new_segnum >= hashp->DSIZE) { in __expand_table()
805 dirsize = hashp->DSIZE * sizeof(SEGMENT *); in __expand_table()
808 hashp->DSIZE = dirsize << 1; in __expand_table()
880 calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) { in alloc_segs()
H A Dhash.h272 #define DSIZE hdr.dsize macro
/freebsd/usr.sbin/ppp/
H A Dlink.c370 #define DSIZE (sizeof despatcher / sizeof despatcher[0]) macro
377 for (f = 0; f < DSIZE; f++) in Despatch()
387 f == DSIZE ? "Unknown" : "Unexpected", proto, in Despatch()
/freebsd/lib/libcompiler_rt/
H A DMakefile31 ACFLAGS.${lse_name}+= -DL_${pat} -DSIZE=${size} -DMODEL=${model} -I${CRTSRC}