Lines Matching refs:tmp_buf
700 char tmp_buf[512]; in tnfw_b_fw_alloc() local
704 sprintf(tmp_buf, "tnfw_b_vw_alloc: begin\n"); in tnfw_b_fw_alloc()
705 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
709 sprintf(tmp_buf, "tnfw_b_vw_alloc: (1)hint=%p\n", hint); in tnfw_b_fw_alloc()
710 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
715 sprintf(tmp_buf, "tnfw_b_vw_alloc: (2)hint=%p,zone_end=%p\n", in tnfw_b_fw_alloc()
717 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
721 sprintf(tmp_buf, "tnfw_b_fw_alloc: fh = %p, next->alloc = %d\n", in tnfw_b_fw_alloc()
723 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
725 sprintf(tmp_buf, "tnfw_b_vw_alloc: about to deref hint\n"); in tnfw_b_fw_alloc()
726 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
728 sprintf(tmp_buf, "tnfw_b_vw_alloc: *hint=%ld\n", *hint); in tnfw_b_fw_alloc()
729 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
744 sprintf(tmp_buf, "tnfw_b_vw_alloc: (3)hint=%p\n", hint); in tnfw_b_fw_alloc()
745 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()
755 sprintf(tmp_buf, "tnfw_b_vw_alloc: returning %p", retval); in tnfw_b_fw_alloc()
756 (void) write(2, tmp_buf, strlen(tmp_buf)); in tnfw_b_fw_alloc()