Deleted Added
full compact
kernel.c (248571) kernel.c (254591)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 577 unchanged lines hidden (view full) ---

586
587 /*
588 * Are we just turning on all debugging?
589 */
590 if (dprintf_find_string("on"))
591 dprintf_print_all = 1;
592}
593
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 577 unchanged lines hidden (view full) ---

586
587 /*
588 * Are we just turning on all debugging?
589 */
590 if (dprintf_find_string("on"))
591 dprintf_print_all = 1;
592}
593
594int
595sysctl_handle_64(SYSCTL_HANDLER_ARGS)
596{
597 return (0);
598}
599
594/*
595 * =========================================================================
596 * debug printfs
597 * =========================================================================
598 */
599void
600__dprintf(const char *file, const char *func, int line, const char *fmt, ...)
601{

--- 485 unchanged lines hidden ---
600/*
601 * =========================================================================
602 * debug printfs
603 * =========================================================================
604 */
605void
606__dprintf(const char *file, const char *func, int line, const char *fmt, ...)
607{

--- 485 unchanged lines hidden ---