Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrft.h104 ushort_t evnt; /* FTEV_* value above */ member
/titanic_50/usr/src/uts/common/io/
H A Dstream.c4215 str_ftevent(fthdr_t *hp, void *p, ushort_t evnt, ushort_t data) in str_ftevent() argument
4272 evnt |= FTEV_CS; in str_ftevent()
4276 evnt |= FTEV_PS; in str_ftevent()
4283 if (evnt & FTEV_QMASK) { in str_ftevent()
4287 evnt |= FTEV_ISWR; in str_ftevent()
4297 if ((evnt & FTEV_MASK) == FTEV_PUTNEXT && qp->q_next != NULL) in str_ftevent()
4310 ep->evnt = evnt; in str_ftevent()
4313 hp->hash += (evnt << 16) | data; in str_ftevent()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1534 if (ev.evnt & FTEV_QMASK) in strftevent()
1539 if ((ev.evnt & FTEV_MASK) == FTEV_PUTNEXT) in strftevent()
1554 ft_printevent(ev.evnt); in strftevent()