Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:offs

44     unsigned *offs = txn->offs;
49 fprintf(stderr," pid %8d uid %8d data %8d offs %8d\n",
53 obj = (void*) (((char*) txn->data) + *offs++);
183 data.txn.offs = 0;
187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
189 data.txn.offs = reply->offs0;
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0);
327 writebuf.txn.offs = msg->offs0;
397 bio->offs = bio->offs0 = txn->offs;
416 bio->offs = bio->offs0 = data;
457 *bio->offs++ = ((char*) obj) - ((char*) bio->data0);
595 if (bio->offs[n] == off)