/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 74 final static native void pool_conf_free(long conf); in pool_conf_free() 75 final static native int pool_conf_status(long conf); in pool_conf_status() 76 final static native int pool_conf_close(long conf); in pool_conf_close() 77 final static native int pool_conf_remove(long conf); in pool_conf_remove() 78 final static native int pool_conf_open(long conf, String location, in pool_conf_open() 80 final static native int pool_conf_rollback(long conf); in pool_conf_rollback() 81 final static native int pool_conf_commit(long conf, int active); in pool_conf_commit() 82 final static native int pool_conf_export(long conf, String location, in pool_conf_export() 84 final static native int pool_conf_validate(long conf, int level); in pool_conf_validate() 85 final static native int pool_conf_update(long conf); in pool_conf_update() [all …]
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.c | 175 pool_conf_status(const pool_conf_t *conf) in pool_conf_status() 186 pool_conf_t *conf; in pool_set_binding() local 212 pool_conf_t *conf; in pool_get_resource_binding() local 244 pool_conf_t *conf; in pool_get_binding() local 339 pool_conf_t *conf = TO_CONF(pe); in pool_base_info() local 501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info() 529 pool_resource_info(const pool_conf_t *conf, const pool_resource_t *res, in pool_resource_info() 558 pool_component_info(const pool_conf_t *conf, const pool_component_t *comp, in pool_component_info() 587 pool_conf_info(const pool_conf_t *conf, int deep) in pool_conf_info() 856 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, in pool_get_property() [all …]
|
H A D | pool_kernel.c | 91 const pool_conf_t *conf; member 303 load_group(pool_conf_t *conf, pool_knl_elem_t *elem, ea_object_t *ep, in load_group() 638 pool_knl_close(pool_conf_t *conf) in pool_knl_close() 670 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); in remove_dead_elems() local 692 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); in find_dead_elems() local 712 pool_knl_update(pool_conf_t *conf, int *changed) in pool_knl_update() 800 pool_knl_validate(const pool_conf_t *conf, pool_valid_level_t level) in pool_knl_validate() 810 pool_knl_commit(pool_conf_t *conf) in pool_knl_commit() 920 pool_knl_export(const pool_conf_t *conf, const char *location, in pool_knl_export() 1204 pool_knl_recover(pool_conf_t *conf) in pool_knl_recover() [all …]
|
H A D | pool_commit.c | 146 commit_create(pool_conf_t *conf, pool_elem_t **e1) in commit_create() 666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) in get_elem_list() 720 share_resources(pool_conf_t *conf) in share_resources() 1153 set_importance_cb(pool_conf_t *conf, pool_t *pool, void *unused) in set_importance_cb() 1195 unset_importance_cb(pool_conf_t *conf, pool_t *pool, void *unused) in unset_importance_cb() 1222 add_importance_props(pool_conf_t *conf) in add_importance_props() 1234 remove_importance_props(pool_conf_t *conf) in remove_importance_props() 1250 pool_conf_commit_sys(pool_conf_t *conf, int validate) in pool_conf_commit_sys() 1293 clone_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, in clone_element() 1328 clean_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, in clean_element()
|
H A D | pool_xml.c | 377 pool_xml_free_doc(pool_conf_t *conf) in pool_xml_free_doc() 937 pool_conf_t *conf = TO_CONF(pe); in pool_xml_get_properties() local 1144 pool_xml_close(pool_conf_t *conf) in pool_xml_close() 1170 pool_xml_remove(pool_conf_t *conf) in pool_xml_remove() 1195 pool_xml_validate(const pool_conf_t *conf, pool_valid_level_t level) in pool_xml_validate() 1233 pool_xml_commit(pool_conf_t *conf) in pool_xml_commit() 1274 pool_xml_export(const pool_conf_t *conf, const char *location, in pool_xml_export() 1302 pool_xml_rollback(pool_conf_t *conf) in pool_xml_rollback() 1325 pool_xml_elem_init(pool_conf_t *conf, pool_xml_elem_t *elem, in pool_xml_elem_init() 1367 pool_conf_t *conf = node->doc->_private; in pool_xml_elem_wrap() local [all …]
|
/titanic_50/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 72 config_print(pool_conf_t *conf) in config_print() 99 config_destroy(pool_conf_t *conf) in config_destroy() 109 config_commit(pool_conf_t *conf, const char *static_conf_name) in config_commit() 137 pool_conf_t *conf = NULL; in main() local
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Assert.java | 48 SLPConfig conf = SLPConfig.getSLPConfig(); in slpassert() local 55 printMessageAndDie(SLPConfig conf, String msgTag, Object[] params) { in printMessageAndDie() 69 SLPConfig conf = SLPConfig.getSLPConfig(); in nonNullParameter() local
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 901 vrrp_vr_conf_t conf; in vrrpd_initconf() local 1998 vrrp_vr_conf_t conf; in vrrpd_updateconf() local 2123 vrrpd_write_vrconf(char *line, size_t len, vrrp_vr_conf_t *conf) in vrrpd_write_vrconf() 2159 vrrpd_read_vrconf(char *line, vrrp_vr_conf_t *conf) in vrrpd_read_vrconf() 2195 vrrpd_readprop(const char *str, vrrp_vr_conf_t *conf) in vrrpd_readprop() 2224 vrrp_rd_prop_name(vrrp_vr_conf_t *conf, const char *str) in vrrp_rd_prop_name() 2231 vrrp_rd_prop_vrid(vrrp_vr_conf_t *conf, const char *str) in vrrp_rd_prop_vrid() 2240 vrrp_rd_prop_af(vrrp_vr_conf_t *conf, const char *str) in vrrp_rd_prop_af() 2252 vrrp_rd_prop_pri(vrrp_vr_conf_t *conf, const char *str) in vrrp_rd_prop_pri() 2261 vrrp_rd_prop_adver_int(vrrp_vr_conf_t *conf, const char *str) in vrrp_rd_prop_adver_int() [all …]
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemMonitor.java | 51 private Configuration conf; field in SystemMonitor 115 public SystemMonitor(Configuration conf) in SystemMonitor() 133 public void initialize(Configuration conf) throws PoolsException, in initialize()
|
H A D | Objective.java | 81 public double calculate(Configuration conf, Move move, Element elem) in calculate() 119 public boolean examine(Configuration conf, Solver solver, in examine() 134 abstract public double calculate(Configuration conf, Move move, in calculate() 352 public boolean examine(Configuration conf, Solver solver, in examine() 513 public double calculate(Configuration conf, Move move, Element elem) in calculate() 956 public double calculate(Configuration conf, Move move, Element elem) in calculate() 1096 public boolean examine(Configuration conf, Solver solver, in examine() 1180 public double calculate(Configuration conf, Move move, Element elem) in calculate()
|
H A D | Poold.java | 250 private Configuration conf; field in Poold 505 Configuration conf) throws ConfigurationException in initializeWithConfiguration() 605 public static void initialize(Configuration conf) in initialize()
|
H A D | Solver.java | 50 public void initialize(Configuration conf) throws PoolsException; in initialize()
|
H A D | Monitor.java | 53 public void initialize(Configuration conf) throws PoolsException, in initialize()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 208 switch_policy_str(struct __nsw_switchconfig *conf) in switch_policy_str() 226 no_switch_policy(struct __nsw_switchconfig *conf) in no_switch_policy() 232 is_switch_policy(struct __nsw_switchconfig *conf, char *target) in is_switch_policy() 245 struct __nsw_switchconfig *conf; in first_and_only_switch_policy() local 297 struct __nsw_switchconfig *conf; in check_switch_policy() local
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | conftab.c | 46 const Conf_t conf[] = variable
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | conftab.c | 46 const Conf_t conf[] = variable
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | conftab.c | 46 const Conf_t conf[] = variable
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | conftab.c | 46 const Conf_t conf[] = variable
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_check.c | 151 struct netconfig *conf; in rpcb_log() local 195 struct netconfig *conf; in rpcb_check() local
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlmgmt.c | 412 dladm_write_conf(dladm_handle_t handle, dladm_conf_t conf) in dladm_write_conf() 439 dladm_get_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, in dladm_get_conf_field() 491 dladm_getnext_conf_linkprop(dladm_handle_t handle, dladm_conf_t conf, in dladm_getnext_conf_linkprop() 636 dladm_set_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, in dladm_set_conf_field() 673 dladm_unset_conf_field(dladm_handle_t handle, dladm_conf_t conf, in dladm_unset_conf_field() 716 dladm_destroy_conf(dladm_handle_t handle, dladm_conf_t conf) in dladm_destroy_conf()
|
H A D | libdlib.c | 161 dladm_conf_t conf; in i_dladm_part_info_persist() local 363 dladm_conf_t conf; in dladm_part_persist_conf() local 611 dladm_conf_t conf; in i_dladm_part_up() local
|
H A D | libdlsim.c | 137 dladm_conf_t conf; in i_dladm_get_simnet_info_persist() local 227 dladm_conf_t conf; in i_dladm_simnet_update_conf() local 476 dladm_conf_t conf; in dladm_simnet_persist_conf() local
|
/titanic_50/usr/src/cmd/cdrw/ |
H A D | dumpinfo.c | 43 uchar_t *toc, *p, *conf; in info() local
|
/titanic_50/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss_misc.c | 223 bool_t conf; local 315 int conf; local
|
/titanic_50/usr/src/cmd/rcap/common/ |
H A D | rcapd_conf.c | 166 modify_config(rcfg_t *conf) in modify_config()
|