Home
last modified time | relevance | path

Searched refs:opt_flags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c30 sysevent_buf(uintptr_t addr, uint_t flags, uint_t opt_flags) in sysevent_buf() argument
37 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
61 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
H A Dsysevent.h54 extern int sysevent_buf(uintptr_t addr, uint_t flags, uint_t opt_flags);
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c55 uint_t opt_flags; member
130 if (match && (options->opt_flags & match) == 0) in str2bit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c268 int opt_flags; member
568 if (!booting && (raopt->opt_flags & in main()
1345 raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING ? in ra_routing_opt_set_unset_cb()
1410 if (raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING) { in ra_get_set_opt_common_cb()
1426 if (raopt->opt_flags & RA_SVC_FLAG_IPV6_ROUTING) { in ra_get_set_opt_common_cb()
2489 if (raopt->opt_flags & (RA_SVC_FLAG_IPV4_ROUTING | in ra_parseopt()