Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c110 pk->p_xsize = pk->p_rsize = xpacksize = packsize;
117 if ((bp = (char **) malloc((unsigned) pk->p_xsize)) == NULL)
403 memcpy(buf+HDRSIZ, pk->p_ob[x], pk->p_xsize);
404 if ((*Write)(pk->p_ofn, buf, pk->p_xsize + HDRSIZ) !=
405 pk->p_xsize + HDRSIZ) {
H A Dpk0.c70 pk->p_xsize = xpacksize = pksizes[val];
343 cp = pk->p_ob[x] = (caddr_t) malloc((unsigned) pk->p_xsize);
345 if ((int)icount < pk->p_xsize) {
347 fc = pk->p_xsize - cc;
356 cc = pk->p_xsize;
360 pk->p_osum[x] = chksum(pk->p_ob[x], pk->p_xsize);
H A Dpk.h54 short p_xsize; /* output packet size */ member