Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Drecord.c329 static off_t saved_offset; in rec_goto() local
348 saved_offset = 0; in rec_goto()
359 } else if (offset <= saved_offset && ++reverse_count > REVERSE_JUMP_LIMIT) { in rec_goto()
367 saved_offset = offset; in rec_goto()
/netbsd-src/sys/dev/ic/
H A Dsiopvar.h54 uint32_t saved_offset; /* offset in table after disc without sdp */ member
H A Desiopvar.h51 uint32_t saved_offset;/* contains scratchA if script saved an offset */ member
H A Desiop.c1065 ESIOP_XFER(esiop_cmd, saved_offset) = in esiop_intr()
1133 ESIOP_XFER(esiop_cmd, saved_offset) != htole32(SIOP_NOOFFSET)) in esiop_intr()
1135 (le32toh(ESIOP_XFER(esiop_cmd, saved_offset)) >> 8) & 0xff; in esiop_intr()
1309 if (ESIOP_XFER(esiop_cmd, saved_offset) != htole32(SIOP_NOOFFSET)) in esiop_checkdone()
1311 (le32toh(ESIOP_XFER(esiop_cmd, saved_offset)) >> 8) & 0xff; in esiop_checkdone()
1627 ESIOP_XFER(esiop_cmd, saved_offset) = htole32(SIOP_NOOFFSET); in esiop_scsipi_request()
H A Dsiop.c908 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_intr()
920 siop_cmd->saved_offset = offset; in siop_intr()
956 siop_cmd->saved_offset != SIOP_NOOFFSET) in siop_intr()
957 offset = siop_cmd->saved_offset; in siop_intr()
1384 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_scsipi_request()
H A Daic7xxx.c3045 u_int saved_offset; in ahc_parse_msg() local
3064 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3077 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3093 if (saved_offset != offset) { in ahc_parse_msg()
3215 u_int saved_offset; in ahc_parse_msg() local
3247 saved_offset = offset; in ahc_parse_msg()
3274 || saved_offset != offset in ahc_parse_msg()
3309 saved_offset, saved_ppr_options, in ahc_parse_msg()
H A Daic79xx.c4214 u_int saved_offset; in ahd_parse_msg() local
4233 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
4244 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
4259 if (saved_offset != offset) { in ahd_parse_msg()
4387 u_int saved_offset; in ahd_parse_msg() local
4419 saved_offset = offset; in ahd_parse_msg()
4442 || saved_offset != offset in ahd_parse_msg()
4476 saved_offset, saved_ppr_options, in ahd_parse_msg()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c359 size_t offset, saved_offset, scno; in s() local
724 saved_offset = lbclen; in s()
731 offset = saved_offset; in s()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dsiop.c408 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_intr()
432 siop_cmd->saved_offset != SIOP_NOOFFSET) in siop_intr()
433 offset = siop_cmd->saved_offset; in siop_intr()
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dsiop.c429 siop_cmd->saved_offset = SIOP_NOOFFSET; in siop_intr()
453 siop_cmd->saved_offset != SIOP_NOOFFSET) in siop_intr()
454 offset = siop_cmd->saved_offset; in siop_intr()
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c325 size_t saved_offset = buflim - save - buffer; in fillbuf() local
367 memmove (bufbeg, buffer + saved_offset, save); in fillbuf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h193 tree saved_offset; member
H A Dtrans-array.c3164 info->saved_offset = info->offset; in gfc_conv_ss_descriptor()
4072 info->saved_offset = info->offset; in gfc_trans_preloop_setup()
4301 ss_info->data.array.offset = ss_info->data.array.saved_offset; in gfc_trans_scalarized_loop_boundary()
10707 if (linfo->saved_offset in gfc_alloc_allocatable_for_assignment()
10708 && VAR_P (linfo->saved_offset)) in gfc_alloc_allocatable_for_assignment()
10709 gfc_add_modify (&fblock, linfo->saved_offset, tmp); in gfc_alloc_allocatable_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h196 tree saved_offset; member
H A Dtrans-array.cc3261 info->saved_offset = info->offset; in gfc_conv_ss_descriptor()
4176 info->saved_offset = info->offset; in gfc_trans_preloop_setup()
4405 ss_info->data.array.offset = ss_info->data.array.saved_offset; in gfc_trans_scalarized_loop_boundary()
10895 if (linfo->saved_offset in gfc_alloc_allocatable_for_assignment()
10896 && VAR_P (linfo->saved_offset)) in gfc_alloc_allocatable_for_assignment()
10897 gfc_add_modify (&fblock, linfo->saved_offset, tmp); in gfc_alloc_allocatable_for_assignment()
H A DChangeLog-2010284 in info.saved_offset.
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c2052 int saved_offset = output_paragraph_offset; in read_command() local
2074 (*(entry->proc)) (END, saved_offset, output_paragraph_offset); in read_command()