HomeSort by: relevance | last modified time | path
    Searched defs:PSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/fwctl/
fwmpegts.c 136 #define PSIZE 596
138 #define RBUFSIZE (PSIZE * NPACKET_R)
165 bufreq.rx.psize = PSIZE;
168 bufreq.tx.psize = 0;
fwdv.c 79 #define PSIZE 512
87 #define RBUFSIZE (PSIZE * NPACKET_R)
125 bufreq.rx.psize = PSIZE;
128 bufreq.tx.psize = 0;
142 while ((len = read(d, buf + tlen, PSIZE
155 if ((RBUFSIZE - tlen) < PSIZE)
295 bufreq.rx.psize = 0;
298 bufreq.tx.psize = PSIZE;
    [all...]
  /src/lib/libc/stdlib/
merge.c 77 #define PSIZE sizeof(u_char *)
103 /* Assumption: PSIZE is a power of 2. */
105 (((u_char *)(void *)(p) + PSIZE - 1 - (u_char *) 0) & ~(PSIZE - 1)))
123 if (size < PSIZE / 2) { /* Pointers must fit into 2 * size. */
139 if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)

Completed in 12 milliseconds