Home
last modified time | relevance | path

Searched refs:POE_PUTPROP (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libpool/common/
H A Dpool_internal.c436 pool_seterror(POE_PUTPROP); in elem_set_name()
445 pool_seterror(POE_PUTPROP); in elem_set_name()
454 pool_seterror(POE_PUTPROP); in elem_set_name()
516 pool_seterror(POE_PUTPROP); in system_set_allocate()
521 pool_seterror(POE_PUTPROP); in system_set_allocate()
557 pool_seterror(POE_PUTPROP); in pool_set_scheduler()
562 pool_seterror(POE_PUTPROP); in pool_set_scheduler()
578 pool_seterror(POE_PUTPROP); in res_set_max()
587 pool_seterror(POE_PUTPROP); in res_set_max()
591 pool_seterror(POE_PUTPROP); in res_set_max()
[all …]
H A Dpool.h87 #define POE_PUTPROP 6 macro
H A Dpool.c660 case POE_PUTPROP: in pool_strerror()
1204 pool_seterror(POE_PUTPROP); in pool_create()
H A Dpool_xml.c552 pool_seterror(POE_PUTPROP); in pool_xml_rm_property()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java176 public final static int POE_PUTPROP = 6; field in PoolInternal