Home | History | Annotate | Download | only in rump_allserver

Lines Matching defs:foffset

123 	off_t foffset;
164 long long flen, foffset;
168 flen = foffset = 0;
201 if (foffset != 0) {
221 if (foffset != 0) {
234 foffset = strsuftoll("-d offset", value,
237 foffset = strtoull(value, NULL, 10);
242 if (foffset != 0 || flen != 0) {
306 etfs[curetfs].foffset = foffset;
430 off_t foffset, flen, fendoff;
440 &foffset, &flen);
442 foffset = etfs[i].foffset;
454 fendoff = foffset + flen;
462 etfs[i].hostpath, etfs[i].type, foffset, flen)) != 0)
769 uint32_t foffset, flen;
780 foffset = dl.d_partitions[partition].p_offset << RUMPSERVER_DEVSHIFT;
783 foffset = bs32(foffset);
787 *foffp = (off_t)foffset;