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

/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c147 #define PSIZE 596 macro
149 #define RBUFSIZE (PSIZE * NPACKET_R)
176 bufreq.rx.psize = PSIZE;
H A Dfwdv.c82 #define PSIZE 512 macro
90 #define RBUFSIZE (PSIZE * NPACKET_R)
122 bufreq.rx.psize = PSIZE;
139 while ((len = read(d, buf + tlen, PSIZE
151 if ((RBUFSIZE - tlen) < PSIZE)
283 bufreq.tx.psize = PSIZE;
/freebsd-10.0-release/lib/libc/stdlib/
H A Dmerge.c65 #define PSIZE sizeof(u_char *) macro
89 /* Assumption: PSIZE is a power of 2. */
92 (((u_char *)p + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))
110 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */
126 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)

Completed in 82 milliseconds