Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c343 cp = pk->p_ob[x] = (caddr_t) malloc((unsigned) pk->p_xsize);
360 pk->p_osum[x] = chksum(pk->p_ob[x], pk->p_xsize);
383 free((char *) pk->p_ob[x]);
539 free((char *) pk->p_ob[i]); in pkclose()
H A Dpk.h75 char *p_ob[8]; /* output buffers */ member
H A Dpk1.c403 memcpy(buf+HDRSIZ, pk->p_ob[x], pk->p_xsize);