Searched refs:lastop (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppop.c | 363 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 D | pplib.h | 270 struct oplist* lastop; /* last arg op */ \
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 7253 rfs4_check_seqid(seqid4 seqid, nfs_resop4 *lastop, in rfs4_check_seqid() argument 7257 if (seqid == rqst_seq && resop->resop == lastop->resop) { in rfs4_check_seqid() 7260 rfs4_copy_reply(resop, lastop); in rfs4_check_seqid() 7273 lastop->resop, resop->resop)); in rfs4_check_seqid()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 4937 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()
|