Home
last modified time | relevance | path

Searched refs:bprops (Results 1 – 2 of 2) 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()
332 cfg->conn_backlog = get_prop_value_int(bprops, in populate_defaults()
446 free_instance_props(bprops); in destroy_inst_props()
476 free_instance_props(*bprops); in read_inst_props()
509 for (i = 0; bprops[i].ip_name != NULL; i++) { in valid_inst_props()
510 switch (bprops[i].ip_error) { in valid_inst_props()
512 if (!bprops[i].ip_default) in valid_inst_props()
520 bprops[i].ip_name, fmri); in valid_inst_props()
578 inetd_prop_t *bprops; in read_instance_cfg() local
608 bprops[PT_EXEC_INDEX].ip_error = IVE_UNSET; in read_instance_cfg()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c129 static bootprop_t *bprops = NULL; variable
385 b->bp_next = bprops; in bsetprop()
386 bprops = b; in bsetprop()
461 for (b = bprops; b != NULL; b = b->bp_next) { in do_bsys_getproptype()
478 for (b = bprops; b; b = b->bp_next) { in do_bsys_getproplen()
495 for (b = bprops; b; b = b->bp_next) { in do_bsys_getprop()
517 if (bprops == NULL) in do_bsys_nextprop()
519 return (bprops->bp_name); in do_bsys_nextprop()
522 for (b = bprops; b; b = b->bp_next) { in do_bsys_nextprop()