Deleted Added
full compact
dt_errtags.h (249575) dt_errtags.h (250812)
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 *

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

21 */
22/*
23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27 /*
28 * Copyright (c) 2011, Joyent, Inc. All rights reserved.
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 *

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

21 */
22/*
23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27 /*
28 * Copyright (c) 2011, Joyent, Inc. All rights reserved.
29 * Copyright (c) 2011 by Delphix. All rights reserved.
29 * Copyright (c) 2012 by Delphix. All rights reserved.
30 */
31
32#ifndef _DT_ERRTAGS_H
33#define _DT_ERRTAGS_H
34
35#ifdef __cplusplus
36extern "C" {
37#endif

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

255 D_LLQUANT_NSTEPTYPE, /* llquantize() bad # steps type */
256 D_LLQUANT_NSTEPVAL, /* llquantize() bad # steps value */
257 D_LLQUANT_NSTEPMATCH, /* llquantize() mismatch on # steps */
258 D_LLQUANT_MAGRANGE, /* llquantize() bad magnitude range */
259 D_LLQUANT_FACTORNSTEPS, /* llquantize() # steps < factor */
260 D_LLQUANT_FACTOREVEN, /* llquantize() bad # steps/factor */
261 D_LLQUANT_FACTORSMALL, /* llquantize() magnitude too small */
262 D_LLQUANT_MAGTOOBIG, /* llquantize() high mag too large */
30 */
31
32#ifndef _DT_ERRTAGS_H
33#define _DT_ERRTAGS_H
34
35#ifdef __cplusplus
36extern "C" {
37#endif

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

255 D_LLQUANT_NSTEPTYPE, /* llquantize() bad # steps type */
256 D_LLQUANT_NSTEPVAL, /* llquantize() bad # steps value */
257 D_LLQUANT_NSTEPMATCH, /* llquantize() mismatch on # steps */
258 D_LLQUANT_MAGRANGE, /* llquantize() bad magnitude range */
259 D_LLQUANT_FACTORNSTEPS, /* llquantize() # steps < factor */
260 D_LLQUANT_FACTOREVEN, /* llquantize() bad # steps/factor */
261 D_LLQUANT_FACTORSMALL, /* llquantize() magnitude too small */
262 D_LLQUANT_MAGTOOBIG, /* llquantize() high mag too large */
263 D_NOREG, /* no available internal registers */
263 D_PRINTM_ADDR, /* printm() memref bad type */
264 D_PRINTM_SIZE, /* printm() size bad type */
265 D_PRINTT_ADDR, /* printt() typeref bad type */
266 D_PRINTT_SIZE /* printt() size bad type */
267} dt_errtag_t;
268
269extern const char *dt_errtag(dt_errtag_t);
270
271#ifdef __cplusplus
272}
273#endif
274
275#endif /* _DT_ERRTAGS_H */
264 D_PRINTM_ADDR, /* printm() memref bad type */
265 D_PRINTM_SIZE, /* printm() size bad type */
266 D_PRINTT_ADDR, /* printt() typeref bad type */
267 D_PRINTT_SIZE /* printt() size bad type */
268} dt_errtag_t;
269
270extern const char *dt_errtag(dt_errtag_t);
271
272#ifdef __cplusplus
273}
274#endif
275
276#endif /* _DT_ERRTAGS_H */