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

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c222 static enum {ST_EOF, ST_FILE, ST_STRING} state = ST_EOF; enumerator in enum:__anon1348
230 case ST_EOF:
268 state = ST_EOF;
284 state = ST_EOF;
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h722 ST_EOF, /* at filemark */ enumerator in enum:__anon8995
1191 #define IN_EOF(pos) (pos.eof == ST_EOF_PENDING || pos.eof == ST_EOF)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c3416 if ((minor & MT_BSD) && (un->un_pos.eof == ST_EOF)) {
3480 case ST_EOF:
4001 un->un_pos.eof = ST_EOF;
4350 un->un_pos.eof = ST_EOF;
4354 case ST_EOF:
4579 } else if (un->un_pos.eof > ST_EOF) {
4582 "space_fmks, EIO > ST_EOF\n");
4710 if (un->un_pos.eof > ST_EOF) {
4714 if (un->un_pos.eof > ST_EOF) {
11840 if (un->un_pos.eof <= ST_EOF) {
[all...]

Completed in 74 milliseconds