Searched refs:offs1 (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c224 int err, offs1, offs2; local
237 offs1 = (void *)mst1 - buf1;
239 (offs1 == 0 && !cor1)) {
248 if (offs1 == offs2) {
255 } else if (offs2 + sz == offs1) {
260 } else if (offs1 == 0 && offs2 + sz >= c->leb_size) {
273 if (offs1 != 0 || cor1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Drecovery.c224 int err, offs1, offs2; local
237 offs1 = (void *)mst1 - buf1;
239 (offs1 == 0 && !cor1)) {
248 if (offs1 == offs2) {
255 } else if (offs2 + sz == offs1) {
260 } else if (offs1 == 0 && offs2 + sz >= c->leb_size) {
273 if (offs1 != 0 || cor1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmutils.c643 pkt2pktcopy(osl_t *osh, void *p1, uint offs1, void *p2, uint offs2, int maxlen) argument
649 if (offs1 < (uint)PKTLEN(osh, p1))
651 offs1 -= PKTLEN(osh, p1);

Completed in 122 milliseconds