Searched refs:MPOOL (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_001_pos.ksh | 49 destroy_pool $MPOOL 69 run_and_verify -p "$MPOOL" "zpool create $MPOOL mirror $VDEV1 $VDEV2" 70 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" [all …]
|
H A D | history.cfg | 33 export MPOOL=mpool.$$
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.h | 73 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 D | mpool.c | 50 static BKT *mpool_bkt __P((MPOOL *)); 51 static BKT *mpool_look __P((MPOOL *, db_pgno_t)); 52 static int mpool_write __P((MPOOL *, BKT *)); 58 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() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_region.c | 59 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 D | mp_sync.c | 40 MPOOL *mp; 320 MPOOL *mp; 447 MPOOL *mp;
|
H A D | mp_fset.c | 37 MPOOL *mp;
|
H A D | mp_fput.c | 37 MPOOL *mp;
|
H A D | mp_fget.c | 39 MPOOL *mp;
|
H A D | mp_pr.c | 174 MPOOL *mp;
|
H A D | mp_bh.c | 267 MPOOL *mp;
|
H A D | mp_fopen.c | 502 MPOOL *mp;
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | mp.h | 12 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 D | hash.h | 115 MPOOL *mp; /* mpool for buffer management */
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | btree.h | 318 MPOOL *bt_mp; /* memory pool cookie */
|