ptree.h (7c478bd9) ptree.h (7aec1d6e)
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 *

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

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
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 *

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

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 *
26 * ptree.h -- public definitions for tree print module
27 *
28 * these routines are used to print the "struct node" data
29 * structures from tree.h. they call out() to do the printing.
30 */
31

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

61void ptree_name_iter(int flags, struct node *np);
62void ptree_all(int flags, const char *pat);
63void ptree_fault(int flags, const char *pat);
64void ptree_upset(int flags, const char *pat);
65void ptree_defect(int flags, const char *pat);
66void ptree_error(int flags, const char *pat);
67void ptree_ereport(int flags, const char *pat);
68void ptree_serd(int flags, const char *pat);
24 * Use is subject to license terms.
25 *
26 * ptree.h -- public definitions for tree print module
27 *
28 * these routines are used to print the "struct node" data
29 * structures from tree.h. they call out() to do the printing.
30 */
31

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

61void ptree_name_iter(int flags, struct node *np);
62void ptree_all(int flags, const char *pat);
63void ptree_fault(int flags, const char *pat);
64void ptree_upset(int flags, const char *pat);
65void ptree_defect(int flags, const char *pat);
66void ptree_error(int flags, const char *pat);
67void ptree_ereport(int flags, const char *pat);
68void ptree_serd(int flags, const char *pat);
69void ptree_stat(int flags, const char *pat);
69void ptree_config(int flags, const char *pat);
70void ptree_prop(int flags, const char *pat);
71void ptree_mask(int flags, const char *pat);
72void ptree_timeval(int flags, unsigned long long *ullp);
73void ptree_plut(void *name, void *val, void *arg);
74const char *ptree_nodetype2str(enum nodetype t);
75const char *ptree_nametype2str(enum nametype t);
76
77#ifdef __cplusplus
78}
79#endif
80
81#endif /* _ESC_COMMON_PTREE_H */
70void ptree_config(int flags, const char *pat);
71void ptree_prop(int flags, const char *pat);
72void ptree_mask(int flags, const char *pat);
73void ptree_timeval(int flags, unsigned long long *ullp);
74void ptree_plut(void *name, void *val, void *arg);
75const char *ptree_nodetype2str(enum nodetype t);
76const char *ptree_nametype2str(enum nametype t);
77
78#ifdef __cplusplus
79}
80#endif
81
82#endif /* _ESC_COMMON_PTREE_H */