Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 25 of 41) sorted by relevance

12

/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java96 final static native String pool_conf_info(long conf, int deep); in pool_conf_info() argument
107 int deep); in pool_resource_info() argument
114 final static native String pool_info(long conf, long pool, int deep); in pool_info() argument
120 long comp, int deep); in pool_component_info() argument
H A DComponent.java91 public String getInformation(int deep) throws PoolsException in getInformation() argument
94 getComponent(), deep)); in getInformation()
H A DPool.java141 public String getInformation(int deep) throws PoolsException in getInformation() argument
144 deep)); in getInformation()
H A DResource.java155 public String getInformation(int deep) throws PoolsException in getInformation() argument
158 getResource(), deep)); in getInformation()
H A DConfiguration.java601 public String getInformation(int deep) in getInformation() argument
603 return (PoolInternal.pool_conf_info(_conf.getConf(), deep)); in getInformation()
H A DElement.java68 public abstract String getInformation(int deep) throws PoolsException; in getInformation() argument
/onnv-gate/usr/src/lib/libshell/common/fun/
H A Dpushd36 then print pushd: Directory stack not that deep.
97 then print pushd: Directory stack not that deep.
H A Dpopd36 then print pushd: Directory stack not that deep.
97 then print pushd: Directory stack not that deep.
H A Ddirs50 then print -u2 cd: Directory stack not that deep.
/onnv-gate/usr/src/lib/libpool/common/
H A Dpool.c330 pool_base_info(const pool_elem_t *pe, char_buf_t *cb, int deep) in pool_base_info() argument
350 (void) pool_base_info(pe, cb, deep); in pool_base_info()
416 if (deep == PO_TRUE) { in pool_base_info()
501 pool_info(const pool_conf_t *conf, const pool_t *pool, int deep) in pool_info() argument
512 if (pool_conf_status(conf) == POF_INVALID || (deep & ~1)) { in pool_info()
517 return (pool_base_info(pe, NULL, deep)); in pool_info()
530 int deep) in pool_resource_info() argument
541 if (pool_conf_status(conf) == POF_INVALID || (deep & ~1)) { in pool_resource_info()
546 return (pool_base_info(pe, NULL, deep)); in pool_resource_info()
559 int deep) in pool_component_info() argument
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm9 my ($running, $ready, $deep, $usrctxt, $evalarg,
51 $deep = 100;
65 $DB::single |= 4 if $#stack == $deep;
H A Dperl5db.pl3477 C<$deep>, C<sub> automatically turns on printing of the current depth by
3566 $single |= 4 if $stack_depth == $deep;
7739 $deep = 100;
/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
H A DSRMProvider.java297 boolean deep, in enumerateInstanceNames() argument
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL839 my($stack, $tstack, $t, $times, $ctimes, $name, $in, $tab, $deep, $outer) = @_;
/onnv-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s1169 ! On US-III, the prefetch instruction queue is 8 entries deep.
1179 ! Since the prefetch queue is 8 entries deep, we currently can
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfaq7.pod203 around when the subroutine was defined (deep binding).
511 =head2 What's the difference between deep and shallow binding?
513 In deep binding, lexical variables mentioned in anonymous subroutines
517 deep binding of lexical variables (i.e., those created with my()).
H A Dperldebguts.pod106 debugger's C<&DB::sub> depends on the C<$DB::deep> variable
107 (it defines how many levels of recursion deep into the debugger you can go
108 before a mandatory break). If C<$DB::deep> is not defined, subroutine
H A Dperlintro.pod484 Perl's regular expression support is both broad and deep, and is the
H A Dperlobj.pod102 copying. If you want a shallow or deep copy of an object, you'll have to
H A Dperl572delta.pod758 Self-tying of arrays and hashes is broken in rather deep and
H A Dperlfaq.pod1035 What's the difference between deep and shallow binding?
H A Dperl571delta.pod1019 Self-tying of arrays and hashes is broken in rather deep and
H A Dperltoot.pod379 used), Perl's deep binding of lexical variables guarantees that the
1262 function pointer in C++, but with deep binding of lexical variables).
H A Dperldebug.pod103 dumped only I<N> levels deep, as if the C<dumpDepth> option had been
H A Dperl5005delta.pod26 Starting with Perl 5.004_50 there were many deep and far-reaching changes

12