Searched defs:opt_flags (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c32 sysevent_buf(uintptr_t addr, uint_t flags, uint_t opt_flags) argument
39 if ((opt_flags & SYSEVENT_VERBOSE) == 0) {
63 if ((opt_flags & SYSEVENT_VERBOSE) == 0) {
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c57 uint_t opt_flags; member in struct:optvect
125 * look at those options with the match bit set in its opt_flags
132 if (match && (options->opt_flags & match) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c270 int opt_flags; member in struct:raopt
570 if (!booting && (raopt->opt_flags &
1347 raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING ?
1412 if (raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING) {
1428 if (raopt->opt_flags & RA_SVC_FLAG_IPV6_ROUTING) {
2491 if (raopt->opt_flags & (RA_SVC_FLAG_IPV4_ROUTING |

Completed in 51 milliseconds