Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c32 sysevent_buf(uintptr_t addr, uint_t flags, uint_t opt_flags) in sysevent_buf() argument
39 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
63 if ((opt_flags & SYSEVENT_VERBOSE) == 0) { in sysevent_buf()
H A Dsysevent.h56 extern int sysevent_buf(uintptr_t addr, uint_t flags, uint_t opt_flags);
/titanic_50/usr/src/cmd/ctrun/
H A Dctrun.c57 uint_t opt_flags; member
132 if (match && (options->opt_flags & match) == 0) in str2bit()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c270 int opt_flags; member
570 if (!booting && (raopt->opt_flags & in main()
1347 raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING ? in ra_routing_opt_set_unset_cb()
1412 if (raopt->opt_flags & RA_SVC_FLAG_IPV4_ROUTING) { in ra_get_set_opt_common_cb()
1428 if (raopt->opt_flags & RA_SVC_FLAG_IPV6_ROUTING) { in ra_get_set_opt_common_cb()
2491 if (raopt->opt_flags & (RA_SVC_FLAG_IPV4_ROUTING | in ra_parseopt()