Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpp/common/
H A Dppop.c363 if (pp.lastop) in ppop()
364 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0)); in ppop()
366 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0); in ppop()
367 pp.lastop->op = op; in ppop()
368 pp.lastop->value = p; in ppop()
881 pp.lastop = pp.firstop; in ppop()
883 free(pp.lastop); in ppop()
H A Dpplib.h270 struct oplist* lastop; /* last arg op */ \
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7247 rfs4_check_seqid(seqid4 seqid, nfs_resop4 *lastop, in rfs4_check_seqid() argument
7251 if (seqid == rqst_seq && resop->resop == lastop->resop) { in rfs4_check_seqid()
7254 rfs4_copy_reply(resop, lastop); in rfs4_check_seqid()
7267 lastop->resop, resop->resop)); in rfs4_check_seqid()
/titanic_50/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()
15531 optype lastop = un->un_lastop; in st_mtfsr_ioctl() local
15541 un->un_lastop = lastop; in st_mtfsr_ioctl()
15997 optype lastop = un->un_lastop; in st_mtbsr_ioctl() local
16007 un->un_lastop = lastop; in st_mtbsr_ioctl()