Searched defs:bprops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c307 * Write the default values contained in 'bprops', read by
312 populate_defaults(inetd_prop_t *bprops, basic_cfg_t *cfg) argument
314 cfg->do_tcp_wrappers = get_prop_value_boolean(bprops,
316 cfg->do_tcp_trace = get_prop_value_boolean(bprops,
318 cfg->do_tcp_keepalive = get_prop_value_boolean(bprops,
320 cfg->inherit_env = get_prop_value_boolean(bprops, PR_INHERIT_ENV_NAME);
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,
442 destroy_inst_props(inetd_prop_t *bprops, inetd_prop_t **mprops) argument
460 read_inst_props(const char *fmri, inetd_prop_t **bprops, inetd_prop_t **mprops, scf_error_t *err) argument
494 valid_inst_props(const char *fmri, inetd_prop_t *bprops, inetd_prop_t **mprops, basic_cfg_t **cfg) argument
578 inetd_prop_t *bprops; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c119 static bootprop_t *bprops = NULL; variable
384 b->bp_next = bprops;
385 bprops = b;
446 for (b = bprops; b; b = b->bp_next) {
463 for (b = bprops; b; b = b->bp_next) {
485 if (bprops == NULL)
487 return (bprops->bp_name);
490 for (b = bprops; b; b = b->bp_next) {

Completed in 667 milliseconds