Print this page
4474 DTrace Userland CTF Support
4475 DTrace userland Keyword
4476 DTrace tests should be better citizens
4479 pid provider types
4480 dof emulation missing checks
Reviewed by: Bryan Cantrill <bryan@joyent.com>

@@ -21,16 +21,18 @@
  */
 /*
  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
+/*
+ * Copyright (c) 2013 by Delphix. All rights reserved.
+ * Copyright (c) 2013 Joyent, Inc. All rights reserved.
+ */
 
 #ifndef _DT_DECL_H
 #define _DT_DECL_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 #include <sys/types.h>
 #include <libctf.h>
 #include <dtrace.h>
 #include <stdio.h>
 

@@ -57,10 +59,11 @@
 #define DT_DA_LONGLONG  0x0010          /* long long integer value */
 #define DT_DA_CONST     0x0020          /* qualify type as const */
 #define DT_DA_RESTRICT  0x0040          /* qualify type as restrict */
 #define DT_DA_VOLATILE  0x0080          /* qualify type as volatile */
 #define DT_DA_PAREN     0x0100          /* parenthesis tag */
+#define DT_DA_USER      0x0200          /* user-land type specifier */
 
 typedef enum dt_dclass {
         DT_DC_DEFAULT,                  /* no storage class specified */
         DT_DC_AUTO,                     /* automatic storage */
         DT_DC_REGISTER,                 /* register storage */