Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java36 public class Pool extends Element { class
53 Pool(Configuration conf, long pool) throws PoolsException in Pool() method in Pool
170 if (!(o instanceof Pool)) in equals()
172 Pool other = (Pool) o; in equals()
H A DConfiguration.java259 public Pool createPool(String name) throws PoolsException in createPool()
266 Pool p = new Pool(this, aPool); in createPool()
277 public void destroyPool(Pool aPool) throws PoolsException in destroyPool()
290 public Pool getPool(String name) throws PoolsException in getPool()
299 return ((Pool) elements.get("PoolInternal." + name)); in getPool()
301 Pool p = new Pool(this, aPool); in getPool()
347 aList.add(new Pool(this, in getPools()
H A DMakefile40 Pool.java \
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dlatin12 M�nchen, arbeite als Aufsicht und Postmaster im CIP-Pool der
/illumos-gate/usr/src/boot/efi/include/Pi/
H A DPiHob.h503 EFI_HOB_MEMORY_POOL *Pool; member
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java479 Pool pool = (Pool) itPool.next(); in solve()
/illumos-gate/usr/src/cmd/mandoc/
H A Dlib.in62 LINE("libpool", "Pool Configuration Manipulation Library (libpool, \\-lpool)")
H A Dmsec.in71 LINE("3POOL", "Pool Configuration Manipulation Library Functions")
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib952 log_note "Pool $pool not exists."
1251 log_note "Pool $pool is suspended; clearing" \
1280 log_note "Pool does not exist. ($pool)"
2131 log_note "Pool $pool is built from $ZVOLPOOL on $1"
2137 log_note "Pool $pool is built from $FILEPOOL on $1"
2143 log_note "Pool $pool is built from $ALTMOUNTPOOL on $1"
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids25102 07F PID Pool Report
25103 080 RAM Pool Size
25104 081 ROM Pool Size
25107 084 Pool Alignment
25108 085 PID Pool Move Report
25137 0A9 Device Managed Pool
25140 0AC RAM Pool Available
H A Dpci.ids7 # Maintained by Albert Pool, Martin Mares, and other volunteers from
18 # Martin Mares and Albert Pool.
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog553 Reported by Martin Pool <mbp@sourcefrog.net>.