Searched refs:df_get_bool (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | defaults.h | 62 boolean_t df_get_bool(const char *, boolean_t, uint_t);
|
H A D | init_reboot.c | 86 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6, DF_REQUEST_HOSTNAME)) { 253 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6,
|
H A D | select.c | 204 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6,
|
H A D | defaults.c | 254 * df_get_bool(): gets the boolean value of a given user-tunable parameter 263 df_get_bool(const char *if_name, boolean_t isv6, uint_t param) function 282 dhcpmsg(MSG_WARNING, "df_get_bool: parameter `%s' has invalid value "
|
H A D | states.c | 1321 if (df_get_bool(dsmp->dsm_name, isv6, 1323 df_get_bool(dsmp->dsm_name, isv6,
|
H A D | agent.c | 139 is_verbose = df_get_bool("", B_FALSE, DF_VERBOSE);
|
Completed in 64 milliseconds