HomeSort by: relevance | last modified time | path
    Searched defs:offsetp (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_kclean.c 309 daddr_t *offsetp; local
320 offsetp = lffa->offsetp;
357 *offsetp += lfs_btofsb(fs, bytes);
380 error = rewrite_block(fs, vp, lbn, *offsetp,
387 *offsetp += lfs_btofsb(fs, size);
414 daddr_t *offsetp; local
423 offsetp = lffa->offsetp;
452 *offsetp += lfs_btofsb(fs, bytes)
643 daddr_t *offsetp; local
    [all...]
lfs_rfw.c 563 daddr_t *offsetp; local
571 offsetp = lffa->offsetp;
586 *offsetp, size, l);
589 *offsetp += lfs_btofsb(fs, size);
596 lfs_skip_superblock(struct lfs *fs, daddr_t *offsetp)
606 offset = *offsetp;
616 *offsetp = offset;
632 lfs_parse_pseg(struct lfs *fs, daddr_t *offsetp, u_int64_t nextserial,
652 KASSERT(offsetp != NULL)
    [all...]
lfs.h 1177 daddr_t *offsetp; /* Address of the first block */ member in struct:lfs_finfofuncarg
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 1335 char offsetp[6]; local
1379 snprintf (offsetp, 6, "[%s]", offset);
1381 snprintf (offsetp, 6, "(%s)", offset);
1387 snprintf (operands[op_num], 24, "*-%s%s", base, offsetp);
1391 snprintf (operands[op_num], 24, "*+%s%s", base, offsetp);
1401 offsetp);
1406 offsetp);
1411 offsetp);
1416 offsetp);
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 1335 char offsetp[6]; local
1379 snprintf (offsetp, 6, "[%s]", offset);
1381 snprintf (offsetp, 6, "(%s)", offset);
1387 snprintf (operands[op_num], 24, "*-%s%s", base, offsetp);
1391 snprintf (operands[op_num], 24, "*+%s%s", base, offsetp);
1401 offsetp);
1406 offsetp);
1411 offsetp);
1416 offsetp);
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 1335 char offsetp[6]; local
1379 snprintf (offsetp, 6, "[%s]", offset);
1381 snprintf (offsetp, 6, "(%s)", offset);
1387 snprintf (operands[op_num], 24, "*-%s%s", base, offsetp);
1391 snprintf (operands[op_num], 24, "*+%s%s", base, offsetp);
1401 offsetp);
1406 offsetp);
1411 offsetp);
1416 offsetp);
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 1335 char offsetp[6]; local
1379 snprintf (offsetp, 6, "[%s]", offset);
1381 snprintf (offsetp, 6, "(%s)", offset);
1387 snprintf (operands[op_num], 24, "*-%s%s", base, offsetp);
1391 snprintf (operands[op_num], 24, "*+%s%s", base, offsetp);
1401 offsetp);
1406 offsetp);
1411 offsetp);
1416 offsetp);

Completed in 38 milliseconds