Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c321 cfg->wait_fail_cnt = get_prop_value_int(bprops, in populate_defaults()
323 cfg->wait_fail_interval = get_prop_value_int(bprops, in populate_defaults()
325 cfg->max_copies = get_prop_value_int(bprops, PR_MAX_COPIES_NAME); in populate_defaults()
326 cfg->conn_rate_offline = get_prop_value_int(bprops, in populate_defaults()
328 cfg->conn_rate_max = get_prop_value_int(bprops, PR_CON_RATE_MAX_NAME); in populate_defaults()
329 cfg->bind_fail_interval = get_prop_value_int(bprops, in populate_defaults()
331 cfg->bind_fail_max = get_prop_value_int(bprops, PR_BIND_FAIL_MAX_NAME); in populate_defaults()
332 cfg->conn_backlog = get_prop_value_int(bprops, in populate_defaults()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dmapfile-vers55 get_prop_value_int;
H A Dinetsvc.h329 int64_t get_prop_value_int(const inetd_prop_t *, const char *);
H A Dinetsvc.c173 get_prop_value_int(const inetd_prop_t *prop, const char *name) in get_prop_value_int() function