HomeSort by: relevance | last modified time | path
    Searched refs:saved_offset (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 54 uint32_t saved_offset; /* offset in table after disc without sdp */ member in struct:siop_cmd
esiopvar.h 51 uint32_t saved_offset;/* contains scratchA if script saved an offset */ member in struct:esiop_xfer
esiop.c 1065 ESIOP_XFER(esiop_cmd, saved_offset) =
1129 * case, cmd_tables->saved_offset will have the proper value
1133 ESIOP_XFER(esiop_cmd, saved_offset) != htole32(SIOP_NOOFFSET))
1135 (le32toh(ESIOP_XFER(esiop_cmd, saved_offset)) >> 8) & 0xff;
1305 * scratcha was eventually saved in saved_offset by script.
1309 if (ESIOP_XFER(esiop_cmd, saved_offset) != htole32(SIOP_NOOFFSET))
1311 (le32toh(ESIOP_XFER(esiop_cmd, saved_offset)) >> 8) & 0xff;
1627 ESIOP_XFER(esiop_cmd, saved_offset) = htole32(SIOP_NOOFFSET);
siop.c 908 siop_cmd->saved_offset = SIOP_NOOFFSET;
920 siop_cmd->saved_offset = offset;
952 * case, siop_cmd->saved_offset will have the proper
956 siop_cmd->saved_offset != SIOP_NOOFFSET)
957 offset = siop_cmd->saved_offset;
1384 siop_cmd->saved_offset = SIOP_NOOFFSET;
aic7xxx.c 3045 u_int saved_offset; local
3064 saved_offset = offset = ahc->msgin_buf[4];
3077 ahc->msgin_buf[3], saved_offset,
3093 if (saved_offset != offset) {
3215 u_int saved_offset; local
3247 saved_offset = offset;
3274 || saved_offset != offset
3309 saved_offset, saved_ppr_options,
aic79xx.c 4214 u_int saved_offset; local
4233 saved_offset = offset = ahd->msgin_buf[4];
4244 ahd->msgin_buf[3], saved_offset,
4259 if (saved_offset != offset) {
4387 u_int saved_offset; local
4419 saved_offset = offset;
4442 || saved_offset != offset
4476 saved_offset, saved_ppr_options,
  /src/external/ibm-public/postfix/dist/src/global/
record.c 329 static off_t saved_offset; local
348 saved_offset = 0;
359 } else if (offset <= saved_offset && ++reverse_count > REVERSE_JUMP_LIMIT) {
367 saved_offset = offset;
  /src/sys/arch/prep/stand/boot/
siop.c 408 siop_cmd->saved_offset = SIOP_NOOFFSET;
428 * case, siop_cmd->saved_offset will have the proper
432 siop_cmd->saved_offset != SIOP_NOOFFSET)
433 offset = siop_cmd->saved_offset;
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 359 size_t offset, saved_offset, scno; local
724 saved_offset = lbclen;
731 offset = saved_offset;
  /src/sys/arch/bebox/stand/boot/
siop.c 429 siop_cmd->saved_offset = SIOP_NOOFFSET;
449 * case, siop_cmd->saved_offset will have the proper
453 siop_cmd->saved_offset != SIOP_NOOFFSET)
454 offset = siop_cmd->saved_offset;
  /src/external/gpl3/gdb.old/dist/gdb/
tracefile-tfile.c 653 off_t saved_offset = cur_offset; local
670 cur_offset = saved_offset;
  /src/external/gpl3/gdb/dist/gdb/
tracefile-tfile.c 653 off_t saved_offset = cur_offset; local
670 cur_offset = saved_offset;
  /src/external/gpl2/grep/dist/src/
grep.c 325 size_t saved_offset = buflim - save - buffer; local
367 memmove (bufbeg, buffer + saved_offset, save);
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 2062 int saved_offset = output_paragraph_offset;
2084 (*(entry->proc)) (END, saved_offset, output_paragraph_offset);
2052 int saved_offset = output_paragraph_offset; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.h 204 tree saved_offset; member in struct:gfc_array_info
trans-array.cc 3364 /* Make absolutely sure that the saved_offset is indeed saved
3367 info->saved_offset = info->offset;
4383 info->saved_offset = info->offset;
4612 ss_info->data.array.offset = ss_info->data.array.saved_offset;
11348 running offset. Use the saved_offset instead. */
11351 if (linfo->saved_offset
11352 && VAR_P (linfo->saved_offset))
11353 gfc_add_modify (&fblock, linfo->saved_offset, tmp);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.h 196 tree saved_offset; member in struct:gfc_array_info
trans-array.cc 3284 /* Make absolutely sure that the saved_offset is indeed saved
3287 info->saved_offset = info->offset;
4202 info->saved_offset = info->offset;
4431 ss_info->data.array.offset = ss_info->data.array.saved_offset;
10961 running offset. Use the saved_offset instead. */
10964 if (linfo->saved_offset
10965 && VAR_P (linfo->saved_offset))
10966 gfc_add_modify (&fblock, linfo->saved_offset, tmp);

Completed in 60 milliseconds