Searched refs:saved_offset (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsiopvar.h54 uint32_t saved_offset; /* offset in table after disc without sdp */ member in struct:siop_cmd
H A Desiopvar.h51 uint32_t saved_offset;/* contains scratchA if script saved an offset */ member in struct:esiop_xfer
H A Desiop.c1065 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);
H A Dsiop.c908 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;
H A Daic7xxx.c3045 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,
H A Daic79xx.c4214 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,
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drecord.c329 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;
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_subst.c359 size_t offset, saved_offset, scno; local
724 saved_offset = lbclen;
731 offset = saved_offset;
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c408 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;
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c429 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;
/netbsd-current/external/gpl2/grep/dist/src/
H A Dgrep.c325 size_t saved_offset = buflim - save - buffer; local
367 memmove (bufbeg, buffer + saved_offset, save);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracefile-tfile.c658 off_t saved_offset = cur_offset; local
675 cur_offset = saved_offset;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracefile-tfile.c658 off_t saved_offset = cur_offset; local
675 cur_offset = saved_offset;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c2062 int saved_offset = output_paragraph_offset;
2084 (*(entry->proc)) (END, saved_offset, output_paragraph_offset);
2052 int saved_offset = output_paragraph_offset; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h193 tree saved_offset; member in struct:gfc_array_info
H A Dtrans-array.c3161 /* Make absolutely sure that the saved_offset is indeed saved
3164 info->saved_offset = info->offset;
4072 info->saved_offset = info->offset;
4301 ss_info->data.array.offset = ss_info->data.array.saved_offset;
10704 running offset. Use the saved_offset instead. */
10707 if (linfo->saved_offset
10708 && VAR_P (linfo->saved_offset))
10709 gfc_add_modify (&fblock, linfo->saved_offset, tmp);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h196 tree saved_offset; member in struct:gfc_array_info
H A Dtrans-array.cc3258 /* Make absolutely sure that the saved_offset is indeed saved
3261 info->saved_offset = info->offset;
4176 info->saved_offset = info->offset;
4405 ss_info->data.array.offset = ss_info->data.array.saved_offset;
10892 running offset. Use the saved_offset instead. */
10895 if (linfo->saved_offset
10896 && VAR_P (linfo->saved_offset))
10897 gfc_add_modify (&fblock, linfo->saved_offset, tmp);

Completed in 535 milliseconds