Searched refs:w_flags (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis_impl.h51 uint_t w_flags; /* see WHATIS_* for details */ member in struct:mdb_whatis
H A Dmdb_whatis.c120 if ((w->w_flags & WHATIS_ALL) || !w->w_addrfound[cur])
203 if (!(w->w_flags & WHATIS_ALL))
214 if (w->w_found == w->w_naddrs && !(w->w_flags & WHATIS_ALL))
299 return (w->w_flags & WHATIS_PUBLIC);
517 'b', MDB_OPT_SETBITS, WHATIS_BUFCTL, &w.w_flags, /* hidden */
519 'a', MDB_OPT_SETBITS, WHATIS_ALL, &w.w_flags,
520 'i', MDB_OPT_SETBITS, WHATIS_IDSPACE, &w.w_flags,
522 'q', MDB_OPT_SETBITS, WHATIS_QUIET, &w.w_flags,
523 'v', MDB_OPT_SETBITS, WHATIS_VERBOSE, &w.w_flags,
582 if (w.w_flags
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c434 } w_flags; member in union:WAKEUP
819 if (wakeup.w_flags.w_powerhit) {
878 if (wakeup.w_flags.w_usersignal) {
904 if (wakeup.w_flags.w_powerhit)
1229 if (wakeup.w_flags.w_powerhit) {
1230 wakeup.w_flags.w_powerhit = 0;
2330 wakeup.w_flags.w_usersignal = 1;
2383 wakeup.w_flags.w_childdeath = 1;
2412 wakeup.w_flags.w_childdeath = 1;
2436 wakeup.w_flags
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c37 uint_t w_flags; member in struct:__anon1773
502 if (wdp && (wdp->w_flags & RTLD_FLG_VERBOSE)) {
550 wdesc.w_flags = flg;
625 wdesc.w_flags = flg;

Completed in 82 milliseconds