Searched refs:xpacksize (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dgio.c44 extern int packsize, xpacksize;
108 if ((i = len % xpacksize) != 0) {
109 len = len + xpacksize - i;
H A Dpk1.c90 extern int xpacksize, packsize;
113 pk->p_xsize = pk->p_rsize = xpacksize = packsize;
H A Dpk0.c45 extern int xpacksize;
73 pk->p_xsize = xpacksize = pksizes[val];
H A Dline.c79 xpacksize = PACKSIZE; variable

Completed in 111 milliseconds