Searched defs:nxb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c1075 struct netbuf *nxa, *nxb; local
1087 nxb = (b->ypbind_svcaddr =
1112 if (nxb)
1113 free(nxb);
1127 nxb->maxlen = nxa->maxlen;
1128 nxb->len = nxa->len;
1129 nxb->buf = malloc(nxa->maxlen);
1130 if (nxb->buf == NULL) {
1143 if (nxb)
1144 free(nxb);
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5065 blkcnt_t nxb; /* # extra blocks */ local
5079 nxb = (blkcnt_t)(seekval % (off_t)(SYS_BLOCK / TBLOCK));
5081 nxb, seekval);
5082 if (nxb && nxb > seekval) /* don't seek--we'll read */
5084 seekval -= nxb; /* don't seek quite so far */
5094 if (nxb) {
5101 recno = nxb; /* so we don't read in next readtape() */

Completed in 72 milliseconds