Lines Matching defs:out

70 	 * Figure out which type of umem is being used; if it's not there
781 * 'cp', which is at address caddr, and place it in *out.
784 umem_hash_lookup(umem_cache_t *cp, uintptr_t caddr, void *buf, uintptr_t *out)
803 *out = (uintptr_t)bcp;
909 * Read the magtype out of the cache, after verifying the pointer's
1315 * We have a buffer which has been allocated out of the
1347 uintptr_t out;
1361 out = (uintptr_t)tag.bt_bufctl;
1364 &out) == -1)
1367 ret = bufctl_walk_callback(cp, wsp, out);
1401 * out the freelist.
1475 mdb_warn("buf %p is out of range for "
2194 * If more then two buffers live on each slab, figure out if we're
2423 * If we have been passed an address, we'll just print out that
2481 " filter out bufctls not involving the buffer at addr\n"
2483 " filter out bufctls without the function/PC in their stack trace\n"
2485 " filter out bufctls timestamped before earliest\n"
2487 " filter out bufctls timestamped after latest\n"
2489 " filter out bufctls not involving thread\n");
2879 * table mode, don't print out every corrupt buffer
3280 " filter out segments without the function/PC in their stack trace\n"
3282 " filter out segments timestamped before earliest\n"
3284 " filter out segments timestamped after latest\n"
3286 " filer out segments smaller than minsize\n"
3288 " filer out segments larger than maxsize\n"
3290 " filter out segments not involving thread\n"
3292 " filter out segments not of type 'type'\n"
3720 * When ::umausers is invoked with the -f flag, we print out the information
4016 get_umem_alloc_sizes(int **out, size_t *out_num)
4025 *out = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC);
4028 if (mdb_vread(*out, sym.st_size, sym.st_value) == -1) {
4030 *out = NULL;
4068 " -d dump the raw data out, without binning\n"