Home
last modified time | relevance | path

Searched refs:ST_EOF (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sed/
H A Dmain.c222 static enum {ST_EOF, ST_FILE, ST_STRING} state = ST_EOF; in cu_fgets() enumerator
230 case ST_EOF: in cu_fgets()
268 state = ST_EOF; in cu_fgets()
284 state = ST_EOF; in cu_fgets()
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h722 ST_EOF, /* at filemark */ enumerator
1191 #define IN_EOF(pos) (pos.eof == ST_EOF_PENDING || pos.eof == ST_EOF)
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c3416 if ((minor & MT_BSD) && (un->un_pos.eof == ST_EOF)) { in st_close()
3480 case ST_EOF: in st_close()
4001 un->un_pos.eof = ST_EOF; in st_rw()
4350 un->un_pos.eof = ST_EOF; in st_queued_strategy()
4354 case ST_EOF: in st_queued_strategy()
4579 } else if (un->un_pos.eof > ST_EOF) { in st_space_fmks()
4710 if (un->un_pos.eof > ST_EOF) { in st_find_eod()
4714 if (un->un_pos.eof > ST_EOF) { in st_find_eod()
11840 if (un->un_pos.eof <= ST_EOF) { in st_set_state()
12134 un->un_pos.eof = ST_EOF; in st_set_state()
[all …]