Lines Matching refs:out

864  * 'cp', which is at address caddr, and place it in *out.
867 kmem_hash_lookup(kmem_cache_t *cp, uintptr_t caddr, void *buf, uintptr_t *out)
886 *out = (uintptr_t)bcp;
992 * Read the magtype out of the cache, after verifying the pointer's
1173 * First we need to figure out how many CPUs are configured in the
1174 * system to know how much to slurp out.
1359 * We have a buffer which has been allocated out of the
1391 uintptr_t out;
1405 out = (uintptr_t)tag.bt_bufctl;
1408 &out) == -1)
1411 ret = bufctl_walk_callback(cp, wsp, out);
1452 * out the freelist.
1526 mdb_warn("buf %p is out of range for "
2178 /* Everything's done and checked; print them out */
2216 /* for KMF_LITE caches, try to print out the previous callers */
2372 * If more then two buffers live on each slab, figure out if we're
2778 * If we have been passed an address, print out only log entries
2841 " filter out bufctls not involving the buffer at addr\n"
2843 " filter out bufctls without the function/PC in their stack trace\n"
2845 " filter out bufctls timestamped before earliest\n"
2847 " filter out bufctls timestamped after latest\n"
2849 " filter out bufctls not involving thread\n");
3223 * table mode, don't print out every corrupt buffer
3625 " filter out segments without the function/PC in their stack trace\n"
3627 " filter out segments timestamped before earliest\n"
3629 " filter out segments timestamped after latest\n"
3631 " filer out segments smaller than minsize\n"
3633 " filer out segments larger than maxsize\n"
3635 " filter out segments not involving thread\n"
3637 " filter out segments not of type 'type'\n"
4080 * When ::kmausers is invoked with the -f flag, we print out the information
4325 * Warn about swapped out threads, but drive on anyway
4328 mdb_warn("thread %p's stack swapped out\n", addr);