Home
last modified time | relevance | path

Searched refs:lastop (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c397 if (pp.lastop) in ppop()
398 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0)); in ppop()
400 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0); in ppop()
401 pp.lastop->op = op; in ppop()
402 pp.lastop->value = p; in ppop()
917 pp.lastop = pp.firstop; in ppop()
919 free(pp.lastop); in ppop()
H A Dpplib.h271 struct oplist* lastop; /* last arg op */ \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …index; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* fi… member
437 …index; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* fi… member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7459 rfs4_check_seqid(seqid4 seqid, nfs_resop4 *lastop, in rfs4_check_seqid() argument
7463 if (seqid == rqst_seq && resop->resop == lastop->resop) { in rfs4_check_seqid()
7466 rfs4_copy_reply(resop, lastop); in rfs4_check_seqid()
7479 lastop->resop, resop->resop)); in rfs4_check_seqid()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4937 uchar_t lastop = un->un_lastop; in st_ioctl() local
4945 un->un_lastop = lastop; /* restore last operation */ in st_ioctl()
15533 optype lastop = un->un_lastop; in st_mtfsr_ioctl() local
15543 un->un_lastop = lastop; in st_mtfsr_ioctl()
15999 optype lastop = un->un_lastop; in st_mtbsr_ioctl() local
16009 un->un_lastop = lastop; in st_mtbsr_ioctl()