Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 117) sorted by relevance

12345

/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java74 final static native void pool_conf_free(long conf); in pool_conf_free() argument
75 final static native int pool_conf_status(long conf); in pool_conf_status() argument
76 final static native int pool_conf_close(long conf); in pool_conf_close() argument
77 final static native int pool_conf_remove(long conf); in pool_conf_remove() argument
78 final static native int pool_conf_open(long conf, String location, in pool_conf_open() argument
80 final static native int pool_conf_rollback(long conf); in pool_conf_rollback() argument
81 final static native int pool_conf_commit(long conf, int active); in pool_conf_commit() argument
82 final static native int pool_conf_export(long conf, String location, in pool_conf_export() argument
84 final static native int pool_conf_validate(long conf, int level); in pool_conf_validate() argument
85 final static native int pool_conf_update(long conf); in pool_conf_update() argument
86 pool_get_pool(long conf, String name) pool_get_pool() argument
87 pool_query_pools(long conf, java.util.List props) pool_query_pools() argument
89 pool_get_resource(long conf, String type, String name) pool_get_resource() argument
91 pool_query_resources(long conf, java.util.List props) pool_query_resources() argument
93 pool_query_components(long conf, java.util.List props) pool_query_components() argument
95 pool_conf_location(long conf) pool_conf_location() argument
96 pool_conf_info(long conf, int deep) pool_conf_info() argument
97 pool_resource_create(long conf, String type, String name) pool_resource_create() argument
99 pool_resource_destroy(long conf, long res) pool_resource_destroy() argument
100 pool_resource_transfer(long conf, long src, long tgt, long size) pool_resource_transfer() argument
102 pool_resource_xtransfer(long conf, long src, long tgt, java.util.List components) pool_resource_xtransfer() argument
105 pool_query_resource_components( long conf, long res, java.util.List props) pool_query_resource_components() argument
106 pool_resource_info(long conf, long res, int deep) pool_resource_info() argument
108 pool_create(long conf, String name) pool_create() argument
109 pool_destroy(long conf, long pool) pool_destroy() argument
110 pool_associate(long conf, long pool, long res) pool_associate() argument
112 pool_dissociate(long conf, long pool, long res) pool_dissociate() argument
114 pool_info(long conf, long pool, int deep) pool_info() argument
116 pool_query_pool_resources( long conf, long pool, java.util.List props) pool_query_pool_resources() argument
117 pool_get_owning_resource(long conf, long comp) pool_get_owning_resource() argument
119 pool_component_info(long conf, long comp, int deep) pool_component_info() argument
121 pool_get_property(long conf, long elem, String name, long val) pool_get_property() argument
123 pool_put_property(long conf, long elem, String name, long val) pool_put_property() argument
125 pool_rm_property(long conf, long elem, String name) pool_rm_property() argument
127 pool_walk_properties(long conf, long elem, long user, long callback) pool_walk_properties() argument
129 pool_conf_to_elem(long conf) pool_conf_to_elem() argument
130 pool_to_elem(long conf, long pool) pool_to_elem() argument
131 pool_resource_to_elem(long conf, long res) pool_resource_to_elem() argument
132 pool_component_to_elem(long conf, long comp) pool_component_to_elem() argument
155 pool_walk_pools(long conf, long user, long callback) pool_walk_pools() argument
157 pool_walk_resources(long conf, long pool, long user, long callback) pool_walk_resources() argument
159 pool_walk_components(long conf, long res, long user, long callback) pool_walk_components() argument
[all...]
/titanic_52/usr/src/lib/libpool/common/
H A Dpool.c175 pool_conf_status(const pool_conf_t *conf) in pool_conf_status() argument
186 pool_conf_t *conf; in pool_set_binding() local
212 pool_conf_t *conf; pool_get_resource_binding() local
244 pool_conf_t *conf; pool_get_binding() local
339 pool_conf_t *conf = TO_CONF(pe); pool_base_info() local
501 pool_info(const pool_conf_t * conf,const pool_t * pool,int deep) pool_info() argument
529 pool_resource_info(const pool_conf_t * conf,const pool_resource_t * res,int deep) pool_resource_info() argument
558 pool_component_info(const pool_conf_t * conf,const pool_component_t * comp,int deep) pool_component_info() argument
587 pool_conf_info(const pool_conf_t * conf,int deep) pool_conf_info() argument
856 pool_get_property(const pool_conf_t * conf,const pool_elem_t * pe,const char * name,pool_value_t * val) pool_get_property() argument
916 pool_put_property(pool_conf_t * conf,pool_elem_t * pe,const char * name,const pool_value_t * val) pool_put_property() argument
981 pool_set_temporary(pool_conf_t * conf,pool_elem_t * pe) pool_set_temporary() argument
1097 pool_rm_property(pool_conf_t * conf,pool_elem_t * pe,const char * name) pool_rm_property() argument
1164 pool_create(pool_conf_t * conf,const char * name) pool_create() argument
1225 pool_resource_create(pool_conf_t * conf,const char * sz_type,const char * name) pool_resource_create() argument
1341 pool_component_create(pool_conf_t * conf,const pool_resource_t * res,int64_t sys_id) pool_component_create() argument
1409 pool_conf_location(const pool_conf_t * conf) pool_conf_location() argument
1422 pool_conf_close(pool_conf_t * conf) pool_conf_close() argument
1444 pool_conf_remove(pool_conf_t * conf) pool_conf_remove() argument
1463 pool_conf_t *conf; pool_conf_alloc() local
1477 pool_conf_free(pool_conf_t * conf) pool_conf_free() argument
1487 pool_conf_open(pool_conf_t * conf,const char * location,int oflags) pool_conf_open() argument
1564 pool_conf_rollback(pool_conf_t * conf) pool_conf_rollback() argument
1581 pool_conf_commit(pool_conf_t * conf,int active) pool_conf_commit() argument
1621 pool_conf_export(const pool_conf_t * conf,const char * location,pool_export_format_t fmt) pool_conf_export() argument
1636 pool_conf_validate(const pool_conf_t * conf,pool_valid_level_t level) pool_conf_validate() argument
1650 pool_conf_update(const pool_conf_t * conf,int * changed) pool_conf_update() argument
1674 pool_walk_properties(pool_conf_t * conf,pool_elem_t * elem,void * arg,int (* prop_callback)(pool_conf_t *,pool_elem_t *,const char *,pool_value_t *,void *)) pool_walk_properties() argument
1700 pool_walk_any_properties(pool_conf_t * conf,pool_elem_t * elem,void * arg,int (* prop_callback)(pool_conf_t *,pool_elem_t *,const char *,pool_value_t *,void *),int any) pool_walk_any_properties() argument
1818 pool_get_pool(const pool_conf_t * conf,const char * name) pool_get_pool() argument
1858 pool_query_pools(const pool_conf_t * conf,uint_t * size,pool_value_t ** props) pool_query_pools() argument
1901 pool_get_resource(const pool_conf_t * conf,const char * sz_type,const char * name) pool_get_resource() argument
1966 pool_query_resources(const pool_conf_t * conf,uint_t * size,pool_value_t ** props) pool_query_resources() argument
2017 pool_query_components(const pool_conf_t * conf,uint_t * size,pool_value_t ** props) pool_query_components() argument
2029 pool_destroy(pool_conf_t * conf,pool_t * pp) pool_destroy() argument
2056 pool_resource_destroy(pool_conf_t * conf,pool_resource_t * prs) pool_resource_destroy() argument
2162 pool_exec_query(const pool_conf_t * conf,const pool_elem_t * src,const char * src_attr,pool_elem_class_t classes,pool_value_t ** props) pool_exec_query() argument
2253 pool_conf_t *conf = TO_CONF(TO_ELEM(src)); choose_components() local
2311 setup_transfer(pool_conf_t * conf,pool_resource_t * src,pool_resource_t * tgt,uint64_t size,uint64_t * src_size,uint64_t * tgt_size) setup_transfer() argument
2374 pool_resource_transfer(pool_conf_t * conf,pool_resource_t * src,pool_resource_t * tgt,uint64_t size) pool_resource_transfer() argument
2416 pool_resource_xtransfer(pool_conf_t * conf,pool_resource_t * src,pool_resource_t * tgt,pool_component_t ** rl) pool_resource_xtransfer() argument
2484 pool_get_owning_resource(const pool_conf_t * conf,const pool_component_t * comp) pool_get_owning_resource() argument
2524 pool_conf_to_elem(const pool_conf_t * conf) pool_conf_to_elem() argument
2540 pool_to_elem(const pool_conf_t * conf,const pool_t * pp) pool_to_elem() argument
2550 pool_resource_to_elem(const pool_conf_t * conf,const pool_resource_t * prs) pool_resource_to_elem() argument
2560 pool_component_to_elem(const pool_conf_t * conf,const pool_component_t * pr) pool_component_to_elem() argument
2574 pool_walk_pools(pool_conf_t * conf,void * arg,int (* callback)(pool_conf_t * conf,pool_t * pool,void * arg)) pool_walk_pools() argument
2575 pool_walk_pools(pool_conf_t * conf,void * arg,int (* callback)(pool_conf_t * conf,pool_t * pool,void * arg)) pool_walk_pools() argument
2603 pool_walk_components(pool_conf_t * conf,pool_resource_t * prs,void * arg,int (* callback)(pool_conf_t * conf,pool_component_t * pr,void * arg)) pool_walk_components() argument
2604 pool_walk_components(pool_conf_t * conf,pool_resource_t * prs,void * arg,int (* callback)(pool_conf_t * conf,pool_component_t * pr,void * arg)) pool_walk_components() argument
2632 pool_query_pool_resources(const pool_conf_t * conf,const pool_t * pp,uint_t * size,pool_value_t ** props) pool_query_pool_resources() argument
2681 pool_walk_resources(pool_conf_t * conf,pool_t * pp,void * arg,int (* callback)(pool_conf_t *,pool_resource_t *,void *)) pool_walk_resources() argument
2708 pool_query_resource_components(const pool_conf_t * conf,const pool_resource_t * prs,uint_t * size,pool_value_t ** props) pool_query_resource_components() argument
2777 pool_associate(pool_conf_t * conf,pool_t * pool,const pool_resource_t * res) pool_associate() argument
2791 pool_dissociate(pool_conf_t * conf,pool_t * pool,const pool_resource_t * res) pool_dissociate() argument
2932 pool_conf_check(const pool_conf_t * conf) pool_conf_check() argument
[all...]
H A Dpool_kernel.c91 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() argument
638 pool_knl_close(pool_conf_t *conf) in pool_knl_close() argument
670 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); remove_dead_elems() local
692 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); find_dead_elems() local
712 pool_knl_update(pool_conf_t * conf,int * changed) pool_knl_update() argument
800 pool_knl_validate(const pool_conf_t * conf,pool_valid_level_t level) pool_knl_validate() argument
810 pool_knl_commit(pool_conf_t * conf) pool_knl_commit() argument
920 pool_knl_export(const pool_conf_t * conf,const char * location,pool_export_format_t fmt) pool_knl_export() argument
1204 pool_knl_recover(pool_conf_t * conf) pool_knl_recover() argument
1223 pool_knl_rollback(pool_conf_t * conf) pool_knl_rollback() argument
1314 pool_knl_exec_query(const pool_conf_t * conf,const pool_elem_t * src,const char * src_attr,pool_elem_class_t classes,pool_value_t ** props) pool_knl_exec_query() argument
1383 destroy_pool_cb(pool_conf_t * conf,pool_t * pool,void * unused) destroy_pool_cb() argument
1399 pool_knl_remove(pool_conf_t * conf) pool_knl_remove() argument
1431 pool_knl_get_binding(pool_conf_t * conf,pid_t pid) pool_knl_get_binding() argument
1486 pool_knl_set_binding(pool_conf_t * conf,const char * pool_name,idtype_t idtype,id_t id) pool_knl_set_binding() argument
1517 pool_knl_get_resource_binding(pool_conf_t * conf,pool_resource_elem_class_t type,pid_t pid) pool_knl_get_resource_binding() argument
1592 pool_knl_elem_wrap(pool_conf_t * conf,pool_elem_class_t class,pool_resource_elem_class_t res_class,pool_component_elem_class_t comp_class) pool_knl_elem_wrap() argument
1676 pool_knl_elem_create(pool_conf_t * conf,pool_elem_class_t class,pool_resource_elem_class_t res_class,pool_component_elem_class_t comp_class) pool_knl_elem_create() argument
2094 pool_knl_connection_alloc(pool_conf_t * conf,int oflags) pool_knl_connection_alloc() argument
2233 pool_conf_t *conf = TO_CONF(TO_ELEM(pke)); pool_knl_elem_free() local
2622 pool_knl_result_set_alloc(const pool_conf_t * conf) pool_knl_result_set_alloc() argument
3019 pool_conf_t *conf = li->li_log->l_conf; log_item_undo() local
[all...]
H A Dpool_commit.c146 commit_create(pool_conf_t *conf, pool_elem_t **e1) in commit_create() argument
666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) in get_elem_list() argument
720 share_resources(pool_conf_t *conf) in share_resources() argument
1153 set_importance_cb(pool_conf_t * conf,pool_t * pool,void * unused) set_importance_cb() argument
1195 unset_importance_cb(pool_conf_t * conf,pool_t * pool,void * unused) unset_importance_cb() argument
1222 add_importance_props(pool_conf_t * conf) add_importance_props() argument
1234 remove_importance_props(pool_conf_t * conf) remove_importance_props() argument
1250 pool_conf_commit_sys(pool_conf_t * conf,int validate) pool_conf_commit_sys() argument
1293 clone_element(pool_conf_t * conf,pool_elem_t * pe,const char * name,pool_value_t * pv,void * user) clone_element() argument
1328 clean_element(pool_conf_t * conf,pool_elem_t * pe,const char * name,pool_value_t * pv,void * user) clean_element() argument
[all...]
H A Dpool_xml.c377 pool_xml_free_doc(pool_conf_t *conf) in pool_xml_free_doc() argument
937 pool_conf_t *conf = TO_CONF(pe); pool_xml_get_properties() local
1144 pool_xml_close(pool_conf_t * conf) pool_xml_close() argument
1170 pool_xml_remove(pool_conf_t * conf) pool_xml_remove() argument
1195 pool_xml_validate(const pool_conf_t * conf,pool_valid_level_t level) pool_xml_validate() argument
1233 pool_xml_commit(pool_conf_t * conf) pool_xml_commit() argument
1274 pool_xml_export(const pool_conf_t * conf,const char * location,pool_export_format_t fmt) pool_xml_export() argument
1302 pool_xml_rollback(pool_conf_t * conf) pool_xml_rollback() argument
1325 pool_xml_elem_init(pool_conf_t * conf,pool_xml_elem_t * elem,pool_elem_class_t class,pool_resource_elem_class_t res_class,pool_component_elem_class_t comp_class) pool_xml_elem_init() argument
1367 pool_conf_t *conf = node->doc->_private; pool_xml_elem_wrap() local
1417 pool_conf_t *conf = TO_ELEM(pool)->pe_conf; pool_assoc_default_resource_type() local
1477 pool_xml_elem_create(pool_conf_t * conf,pool_elem_class_t class,pool_resource_elem_class_t res_class,pool_component_elem_class_t comp_class) pool_xml_elem_create() argument
1607 pool_xml_connection_alloc(pool_conf_t * conf,int oflags) pool_xml_connection_alloc() argument
1697 pool_xml_result_set_alloc(const pool_conf_t * conf) pool_xml_result_set_alloc() argument
2002 pool_xml_open_file(pool_conf_t * conf) pool_xml_open_file() argument
2094 pool_xml_exec_query(const pool_conf_t * conf,const pool_elem_t * src,const char * src_attr,pool_elem_class_t classes,pool_value_t ** props) pool_xml_exec_query() argument
2672 pool_xml_parse_document(pool_conf_t * conf) pool_xml_parse_document() argument
[all...]
/titanic_52/usr/src/cmd/pools/pooladm/
H A Dpooladm.c72 config_print(pool_conf_t *conf) in config_print() argument
99 config_destroy(pool_conf_t *conf) in config_destroy() argument
109 config_commit(pool_conf_t *conf, cons argument
137 pool_conf_t *conf = NULL; main() local
[all...]
/titanic_52/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java48 SLPConfig conf = SLPConfig.getSLPConfig(); in slpassert() local
55 printMessageAndDie(SLPConfig conf, String msgTag, Object[] params) { in printMessageAndDie() argument
69 SLPConfig conf = SLPConfig.getSLPConfig(); in nonNullParameter() local
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c901 vrrp_vr_conf_t conf; in vrrpd_initconf() local
1998 vrrp_vr_conf_t conf; vrrpd_updateconf() local
2123 vrrpd_write_vrconf(char * line,size_t len,vrrp_vr_conf_t * conf) vrrpd_write_vrconf() argument
2159 vrrpd_read_vrconf(char * line,vrrp_vr_conf_t * conf) vrrpd_read_vrconf() argument
2195 vrrpd_readprop(const char * str,vrrp_vr_conf_t * conf) vrrpd_readprop() argument
2224 vrrp_rd_prop_name(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_name() argument
2231 vrrp_rd_prop_vrid(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_vrid() argument
2240 vrrp_rd_prop_af(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_af() argument
2252 vrrp_rd_prop_pri(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_pri() argument
2261 vrrp_rd_prop_adver_int(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_adver_int() argument
2270 vrrp_rd_prop_preempt(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_preempt() argument
2282 vrrp_rd_prop_accept(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_accept() argument
2294 vrrp_rd_prop_enabled(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_enabled() argument
2306 vrrp_rd_prop_ifname(vrrp_vr_conf_t * conf,const char * str) vrrp_rd_prop_ifname() argument
2313 vrrp_wt_prop_name(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_name() argument
2319 vrrp_wt_prop_pri(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_pri() argument
2325 vrrp_wt_prop_adver_int(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_adver_int() argument
2331 vrrp_wt_prop_preempt(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_preempt() argument
2338 vrrp_wt_prop_accept(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_accept() argument
2345 vrrp_wt_prop_enabled(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_enabled() argument
2352 vrrp_wt_prop_vrid(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_vrid() argument
2358 vrrp_wt_prop_af(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_af() argument
2365 vrrp_wt_prop_ifname(vrrp_vr_conf_t * conf,char * str,size_t size) vrrp_wt_prop_ifname() argument
2384 vrrpd_create_vr(vrrp_vr_conf_t * conf) vrrpd_create_vr() argument
2562 vrrpd_create(vrrp_vr_conf_t * conf,boolean_t updateconf) vrrpd_create() argument
2651 vrrp_vr_conf_t *conf; vrrpd_enable() local
2768 vrrpd_modify(vrrp_vr_conf_t * conf,uint32_t mask) vrrpd_modify() argument
3244 vrrp_vr_conf_t *conf = &vr->vvr_conf; vrrpd_process_adv() local
[all...]
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java51 private Configuration conf; field in SystemMonitor
115 public SystemMonitor(Configuration conf) in SystemMonitor() argument
133 public void initialize(Configuration conf) throws PoolsException, in initialize() argument
[all...]
H A DObjective.java81 public double calculate(Configuration conf, Move move, Element elem) in calculate() argument
119 public boolean examine(Configuration conf, Solver solver, in examine() argument
134 abstract public double calculate(Configuration conf, Move move, in calculate() argument
352 public boolean examine(Configuration conf, Solver solver, in examine() argument
513 public double calculate(Configuration conf, Mov argument
956 calculate(Configuration conf, Move move, Element elem) calculate() argument
1096 examine(Configuration conf, Solver solver, Element elem) examine() argument
1180 calculate(Configuration conf, Move move, Element elem) calculate() argument
[all...]
H A DPoold.java250 private Configuration conf; field in Poold
505 Configuration conf) throws ConfigurationException in initializeWithConfiguration() argument
605 public static void initialize(Configuration conf) in initialize() argument
[all...]
H A DSolver.java50 public void initialize(Configuration conf) throws PoolsException; in initialize() argument
H A DMonitor.java53 public void initialize(Configuration conf) throws PoolsException, in initialize() argument
/titanic_52/usr/src/cmd/keyserv/
H A Dchkey_common.c208 switch_policy_str(struct __nsw_switchconfig *conf) in switch_policy_str() argument
226 no_switch_policy(struct __nsw_switchconfig *conf) in no_switch_policy() argument
232 is_switch_policy(struct __nsw_switchconfig *conf, char *target) in is_switch_policy() argument
245 struct __nsw_switchconfig *conf; first_and_only_switch_policy() local
297 struct __nsw_switchconfig *conf; check_switch_policy() local
[all...]
/titanic_52/usr/src/cmd/ast/libast/sparc/
H A Dconftab.c46 const Conf_t conf[] = variable
/titanic_52/usr/src/cmd/ast/libast/sparcv9/
H A Dconftab.c46 const Conf_t conf[] = variable
/titanic_52/usr/src/cmd/ast/libast/amd64/
H A Dconftab.c46 const Conf_t conf[] = variable
/titanic_52/usr/src/cmd/ast/libast/i386/
H A Dconftab.c46 const Conf_t conf[] = variable
/titanic_52/usr/src/cmd/rpcbind/
H A Drpcb_check.c151 struct netconfig *conf; in rpcb_log() local
195 struct netconfig *conf; in rpcb_check() local
[all...]
/titanic_52/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c412 dladm_write_conf(dladm_handle_t handle, dladm_conf_t conf) in dladm_write_conf() argument
439 dladm_get_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, in dladm_get_conf_field() argument
491 dladm_getnext_conf_linkprop(dladm_handle_t handle, dladm_conf_t conf, in dladm_getnext_conf_linkprop() argument
636 dladm_set_conf_field(dladm_handle_t handle,dladm_conf_t conf,const char * attr,dladm_datatype_t type,const void * attrval) dladm_set_conf_field() argument
673 dladm_unset_conf_field(dladm_handle_t handle,dladm_conf_t conf,const char * attr) dladm_unset_conf_field() argument
716 dladm_destroy_conf(dladm_handle_t handle,dladm_conf_t conf) dladm_destroy_conf() argument
[all...]
H A Dlibdlib.c161 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; i_dladm_part_up() local
[all...]
H A Dlibdlsim.c137 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; dladm_simnet_persist_conf() local
[all...]
/titanic_52/usr/src/cmd/cdrw/
H A Ddumpinfo.c43 uchar_t *toc, *p, *conf; in info() local
/titanic_52/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c223 bool_t conf; local
315 int conf; local
/titanic_52/usr/src/cmd/rcap/common/
H A Drcapd_conf.c166 modify_config(rcfg_t *conf) in modify_config() argument

12345