Print this page
2574 mdb needs ::printf
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Approved by: ?


  32 #define _MDB_PRINT_H
  33 
  34 #include <mdb/mdb_tab.h>
  35 
  36 #ifdef  __cplusplus
  37 extern "C" {
  38 #endif
  39 
  40 #ifdef  _MDB
  41 
  42 extern int cmd_enum(uintptr_t, uint_t, int, const mdb_arg_t *);
  43 extern void enum_help(void);
  44 extern int cmd_sizeof(uintptr_t, uint_t, int, const mdb_arg_t *);
  45 extern int cmd_sizeof_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  46 extern int cmd_offsetof(uintptr_t, uint_t, int, const mdb_arg_t *);
  47 extern int cmd_list(uintptr_t, uint_t, int, const mdb_arg_t *);
  48 extern int cmd_array(uintptr_t, uint_t, int, const mdb_arg_t *);
  49 extern int cmd_print(uintptr_t, uint_t, int, const mdb_arg_t *);
  50 extern int cmd_print_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  51 extern void print_help(void);


  52 
  53 #endif  /* _MDB */
  54 
  55 #ifdef  __cplusplus
  56 }
  57 #endif
  58 
  59 #endif  /* _MDB_PRINT_H */


  32 #define _MDB_PRINT_H
  33 
  34 #include <mdb/mdb_tab.h>
  35 
  36 #ifdef  __cplusplus
  37 extern "C" {
  38 #endif
  39 
  40 #ifdef  _MDB
  41 
  42 extern int cmd_enum(uintptr_t, uint_t, int, const mdb_arg_t *);
  43 extern void enum_help(void);
  44 extern int cmd_sizeof(uintptr_t, uint_t, int, const mdb_arg_t *);
  45 extern int cmd_sizeof_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  46 extern int cmd_offsetof(uintptr_t, uint_t, int, const mdb_arg_t *);
  47 extern int cmd_list(uintptr_t, uint_t, int, const mdb_arg_t *);
  48 extern int cmd_array(uintptr_t, uint_t, int, const mdb_arg_t *);
  49 extern int cmd_print(uintptr_t, uint_t, int, const mdb_arg_t *);
  50 extern int cmd_print_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
  51 extern void print_help(void);
  52 extern int cmd_printf(uintptr_t, uint_t, int, const mdb_arg_t *);
  53 extern void printf_help(void);
  54 
  55 #endif  /* _MDB */
  56 
  57 #ifdef  __cplusplus
  58 }
  59 #endif
  60 
  61 #endif  /* _MDB_PRINT_H */