Home
last modified time | relevance | path

Searched refs:MPOOL (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_001_pos.ksh70 run_and_verify -p "$MPOOL" "zpool add -f $MPOOL spare $VDEV3"
71 run_and_verify -p "$MPOOL" "zpool remove $MPOOL $VDEV3"
72 run_and_verify -p "$MPOOL" "zpool offline $MPOOL $VDEV1"
73 run_and_verify -p "$MPOOL" "zpool online $MPOOL $VDEV1"
74 run_and_verify -p "$MPOOL" "zpool attach $MPOOL $VDEV1 $VDEV4"
75 run_and_verify -p "$MPOOL" "zpool detach $MPOOL $VDEV4"
76 run_and_verify -p "$MPOOL" "zpool replace -f $MPOOL $VDEV1 $VDEV4"
77 run_and_verify -p "$MPOOL" "zpool scrub $MPOOL"
78 run_and_verify -p "$MPOOL" "zpool clear $MPOOL"
83 commands=("zpool export $MPOOL" "zpool import -d $mntpnt $MPOOL"
[all …]
H A Dhistory.cfg33 export MPOOL=mpool.$$
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h73 typedef struct MPOOL { struct
98 } MPOOL; argument
117 MPOOL *mpool_open __P((void *, int, db_pgno_t, db_pgno_t));
118 void mpool_filter __P((MPOOL *, void (*)(void *, db_pgno_t, void *),
120 void *mpool_new __P((MPOOL *, db_pgno_t *, u_int));
121 void *mpool_get __P((MPOOL *, db_pgno_t, u_int));
122 int mpool_delete __P((MPOOL *, void *));
123 int mpool_put __P((MPOOL *, void *, u_int));
124 int mpool_sync __P((MPOOL *));
125 int mpool_close __P((MPOOL *));
[all …]
H A Dmpool.c58 MPOOL *
65 MPOOL *mp;
82 if ((mp = (MPOOL *)calloc(1, sizeof(MPOOL))) == NULL)
100 MPOOL *mp; in mpool_filter()
116 MPOOL *mp; in mpool_new()
153 MPOOL *mp; in mpool_delete()
184 MPOOL *mp; in mpool_get()
280 MPOOL *mp; in mpool_put()
309 MPOOL *mp; in mpool_close()
330 MPOOL *mp; in mpool_sync()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c59 MPOOL *mp;
212 MPOOL *mp;
279 dbmp->addr = (u_int8_t *)dbmp->mp + sizeof(MPOOL);
288 __db_shalloc_init(dbmp->addr, rlen - sizeof(MPOOL));
H A Dmp_sync.c40 MPOOL *mp;
320 MPOOL *mp;
447 MPOOL *mp;
H A Dmp_fset.c37 MPOOL *mp;
H A Dmp_fput.c37 MPOOL *mp;
H A Dmp_fget.c39 MPOOL *mp;
H A Dmp_pr.c174 MPOOL *mp;
H A Dmp_bh.c267 MPOOL *mp;
H A Dmp_fopen.c502 MPOOL *mp;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h12 struct __mpool; typedef struct __mpool MPOOL; typedef
133 MPOOL *mp; /* Address of the shared MPOOL. */
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h115 MPOOL *mp; /* mpool for buffer management */
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h318 MPOOL *bt_mp; /* memory pool cookie */