Home
last modified time | relevance | path

Searched refs:get_def (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c104 boolean_t get_def = (flags & MOD_PROP_DEFAULT); in mod_get_boolean() local
114 else if (get_def) in mod_get_boolean()
193 boolean_t get_def = (flags & MOD_PROP_DEFAULT); in mod_get_uint32() local
204 else if (get_def) in mod_get_uint32()
475 boolean_t get_def = (flags & MOD_PROP_DEFAULT); in mod_get_extra_privports() local
482 if (get_def) { in mod_get_extra_privports()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c106 boolean_t get_def = (flags & MOD_PROP_DEFAULT); in ip_get_forwarding() local
114 } else if (get_def) { in ip_get_forwarding()
186 boolean_t get_def = (flags & MOD_PROP_DEFAULT); in ip_get_debug() local
197 else if (get_def) in ip_get_debug()