Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/lib/libc/port/threads/
H A Dsynch.c2232 uberflags_t *gflags; in mutex_lock_impl() local
2285 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_lock_impl()
2286 (gflags->uf_trs_ted | in mutex_lock_impl()
2378 uberflags_t *gflags; in mutex_trylock() local
2413 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_trylock()
2414 (gflags->uf_trs_ted | in mutex_trylock()
2508 uberflags_t *gflags; in mutex_unlock() local
2551 if ((gflags = self->ul_schedctl_called) != NULL) { in mutex_unlock()
2552 if (((el = gflags->uf_trs_ted) | mtype) == 0) { in mutex_unlock()
3534 uberflags_t *gflags; in __cond_wait() local
[all …]
/titanic_50/usr/src/uts/common/xen/public/
H A Ddomctl.h488 uint32_t gflags; member
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h487 extern int grabh(register struct header *hp, int gflags, int subjtop);
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c3373 u_32_t gflags; local
3382 gflags = flags & FR_INOUT;
3387 fg->fg_flags = gflags;
3388 else if (gflags != fg->fg_flags)
3399 fg->fg_flags = gflags;