Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dtty.c115 grabh(register struct header *hp, int gflags, int subjtop) in grabh() argument
131 if (gflags & GTO) { in grabh()
136 if (gflags & GSUBJECT && subjtop) { in grabh()
141 if (gflags & GCC) { in grabh()
146 if (gflags & GBCC) { in grabh()
151 if (gflags & GSUBJECT && !subjtop) { in grabh()
466 grabh(struct header *hp, int gflags, int subjtop) in grabh() argument
496 if (gflags & GTO) { in grabh()
505 if (gflags & GSUBJECT && subjtop) { in grabh()
514 if (gflags & GCC) { in grabh()
[all …]
/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c2231 uberflags_t *gflags; in mutex_lock_impl() local
2284 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_lock_impl()
2285 (gflags->uf_trs_ted | in mutex_lock_impl()
2354 uberflags_t *gflags; in mutex_trylock() local
2389 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_trylock()
2390 (gflags->uf_trs_ted | in mutex_trylock()
2484 uberflags_t *gflags; in mutex_unlock() local
2527 if ((gflags = self->ul_schedctl_called) != NULL) { in mutex_unlock()
2528 if (((el = gflags->uf_trs_ted) | mtype) == 0) { in mutex_unlock()
3491 uberflags_t *gflags; in __cond_wait() local
[all …]
/titanic_44/usr/src/uts/common/xen/public/
H A Ddomctl.h488 uint32_t gflags; member
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h487 extern int grabh(register struct header *hp, int gflags, int subjtop);
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c3371 u_32_t gflags; local
3380 gflags = flags & FR_INOUT;
3385 fg->fg_flags = gflags;
3386 else if (gflags != fg->fg_flags)
3397 fg->fg_flags = gflags;