Searched refs:get_prop_value_int (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | config.c | 321 cfg->wait_fail_cnt = get_prop_value_int(bprops, 323 cfg->wait_fail_interval = get_prop_value_int(bprops, 325 cfg->max_copies = get_prop_value_int(bprops, PR_MAX_COPIES_NAME); 326 cfg->conn_rate_offline = get_prop_value_int(bprops, 328 cfg->conn_rate_max = get_prop_value_int(bprops, PR_CON_RATE_MAX_NAME); 329 cfg->bind_fail_interval = get_prop_value_int(bprops, 331 cfg->bind_fail_max = get_prop_value_int(bprops, PR_BIND_FAIL_MAX_NAME); 332 cfg->conn_backlog = get_prop_value_int(bprops,
|
/illumos-gate/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.h | 329 int64_t get_prop_value_int(const inetd_prop_t *, const char *);
|
H A D | inetsvc.c | 168 * get_prop_value_int takes an array of inetd_prop_t's together with the name of 173 get_prop_value_int(const inetd_prop_t *prop, const char *name) function
|
Completed in 69 milliseconds