Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c78 #define PSIZE 512 macro
86 #define RBUFSIZE (PSIZE * NPACKET_R)
118 bufreq.rx.psize = PSIZE; in dvrecv()
135 while ((len = read(d, buf + tlen, PSIZE in dvrecv()
147 if ((RBUFSIZE - tlen) < PSIZE) in dvrecv()
279 bufreq.tx.psize = PSIZE; in dvsend()
H A Dfwmpegts.c144 #define PSIZE 596 macro
146 #define RBUFSIZE (PSIZE * NPACKET_R)
173 bufreq.rx.psize = PSIZE; in mpegtsrecv()
/freebsd/lib/libc/stdlib/
H A Dmerge.c69 #define PSIZE sizeof(u_char *) macro
94 #define EVAL(p) (u_char **)roundup2((uintptr_t)p, PSIZE)
118 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */ in mergesort_b()
130 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL) in mergesort_b()