Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c129 if (gflags & GTO) { in grabh()
134 if (gflags & GSUBJECT && subjtop) { in grabh()
139 if (gflags & GCC) { in grabh()
144 if (gflags & GBCC) { in grabh()
149 if (gflags & GSUBJECT && !subjtop) { in grabh()
464 grabh(struct header *hp, int gflags, int subjtop) in grabh() argument
494 if (gflags & GTO) { in grabh()
503 if (gflags & GSUBJECT && subjtop) { in grabh()
512 if (gflags & GCC) { in grabh()
521 if (gflags & GBCC) { in grabh()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2233 uberflags_t *gflags; in mutex_lock_impl() local
2293 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_lock_impl()
2294 (gflags->uf_trs_ted | in mutex_lock_impl()
2387 uberflags_t *gflags; in mutex_trylock() local
2422 if ((gflags = self->ul_schedctl_called) != NULL && in mutex_trylock()
2423 (gflags->uf_trs_ted | in mutex_trylock()
2517 uberflags_t *gflags; in mutex_unlock() local
2560 if ((gflags = self->ul_schedctl_called) != NULL) { in mutex_unlock()
2561 if (((el = gflags->uf_trs_ted) | mtype) == 0) { in mutex_unlock()
3543 uberflags_t *gflags; in __cond_wait() local
[all …]
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h488 uint32_t gflags; member
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h488 extern int grabh(register struct header *hp, int gflags, int subjtop);
/illumos-gate/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;