Home
last modified time | relevance | path

Searched refs:savepos (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/troff/
H A Dn9.c421 int savepos; local
432 savepos = numtab[HP].val;
553 numtab[HP].val = savepos;
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c4610 tapepos_t savepos; in st_find_eod() local
4626 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4653 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4664 savepos.lgclblkno); in st_find_eod()
4721 COPY_POS(&savepos, &un->un_pos); in st_find_eod()
4727 "st_find_eod: %x\n", savepos.fileno); in st_find_eod()
4728 return (savepos.fileno); in st_find_eod()