Deleted Added
full compact
dt_errtags.h (250812) dt_errtags.h (253726)
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, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

185 D_DREC_COMM, /* data action after commit() */
186 D_PRINTA_PROTO, /* printa() prototype mismatch */
187 D_PRINTA_AGGARG, /* aggregation arg type mismatch */
188 D_PRINTA_AGGBAD, /* printa() aggregation not defined */
189 D_PRINTA_AGGKEY, /* printa() aggregation key mismatch */
190 D_PRINTA_AGGPROTO, /* printa() aggregation mismatch */
191 D_TRACE_VOID, /* trace() argument has void type */
192 D_TRACE_DYN, /* trace() argument has dynamic type */
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, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

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

185 D_DREC_COMM, /* data action after commit() */
186 D_PRINTA_PROTO, /* printa() prototype mismatch */
187 D_PRINTA_AGGARG, /* aggregation arg type mismatch */
188 D_PRINTA_AGGBAD, /* printa() aggregation not defined */
189 D_PRINTA_AGGKEY, /* printa() aggregation key mismatch */
190 D_PRINTA_AGGPROTO, /* printa() aggregation mismatch */
191 D_TRACE_VOID, /* trace() argument has void type */
192 D_TRACE_DYN, /* trace() argument has dynamic type */
193 D_TRACE_AGG, /* trace() argument is an aggregation */
193 D_PRINT_VOID, /* print() argument has void type */
194 D_PRINT_DYN, /* print() argument has dynamic type */
194 D_PRINT_VOID, /* print() argument has void type */
195 D_PRINT_DYN, /* print() argument has dynamic type */
196 D_PRINT_AGG, /* print() argument is an aggregation */
195 D_TRACEMEM_ADDR, /* tracemem() address bad type */
196 D_TRACEMEM_SIZE, /* tracemem() size bad type */
197 D_TRACEMEM_ARGS, /* tracemem() illegal number of args */
198 D_TRACEMEM_DYNSIZE, /* tracemem() dynamic size bad type */
199 D_STACK_PROTO, /* stack() prototype mismatch */
200 D_STACK_SIZE, /* stack() size argument bad type */
201 D_USTACK_FRAMES, /* ustack() frames arg bad type */
202 D_USTACK_STRSIZE, /* ustack() strsize arg bad type */

--- 74 unchanged lines hidden ---
197 D_TRACEMEM_ADDR, /* tracemem() address bad type */
198 D_TRACEMEM_SIZE, /* tracemem() size bad type */
199 D_TRACEMEM_ARGS, /* tracemem() illegal number of args */
200 D_TRACEMEM_DYNSIZE, /* tracemem() dynamic size bad type */
201 D_STACK_PROTO, /* stack() prototype mismatch */
202 D_STACK_SIZE, /* stack() size argument bad type */
203 D_USTACK_FRAMES, /* ustack() frames arg bad type */
204 D_USTACK_STRSIZE, /* ustack() strsize arg bad type */

--- 74 unchanged lines hidden ---