Lines Matching refs:bptr
353 uint8_t *bptr;
460 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
462 if (bptr == 0) {
468 if (mdb_vread(bptr, size, (uintptr_t)dump_txtfile.buffer)
477 mdb_printf("%s", bptr);
507 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
509 if (bptr == 0) {
515 if (mdb_vread(bptr, size, (uintptr_t)dump_dmpfile.buffer)
542 if ((*bptr >= 32) && (*bptr <= 126)) {
543 *cptr++ = *bptr;
548 mdb_printf("%02X ", *bptr++);
590 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC);
592 if (bptr == 0) {
598 if (mdb_vread(bptr, size, (uintptr_t)dump_ceefile.buffer)
625 if ((*bptr >= 32) && (*bptr <= 126)) {
626 *cptr++ = *bptr;
631 mdb_printf("%02X ", *bptr++);