usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_netbios.c
268
char *nodetype;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_netbios.c
367
if (nodecode == 0) nodetype = "B";
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_netbios.c
368
if (nodecode == 1) nodetype = "P";
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_netbios.c
369
if (nodecode == 2) nodetype = "M";
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_netbios.c
373
"Unique NetBIOS Name", nodetype);
usr/src/cmd/devfsadm/devfsadm.c
6561
char *nodetype;
usr/src/cmd/devfsadm/devfsadm.c
6565
nodetype = di_minor_nodetype(minor);
usr/src/cmd/devfsadm/devfsadm.c
6566
assert(nodetype != NULL);
usr/src/cmd/devfsadm/devfsadm.c
6569
nodetype, dev_path,
usr/src/cmd/fm/eversholt/common/check.c
1257
ASSERTeq(rhs->t, (enum nodetype)arg, ptree_nodetype2str);
usr/src/cmd/fm/eversholt/common/check.c
1269
check_proplists(enum nodetype t, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
1282
check_proplists_lhs(enum nodetype t, struct node *lhs)
usr/src/cmd/fm/eversholt/common/check.c
222
check_reportlist(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
245
check_num(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
257
check_quote(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
268
check_action(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
280
check_num_func(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
291
check_fru_asru(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
319
check_engine(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
332
check_count(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
346
check_timeval(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
357
check_id(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
368
check_serd_method(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
381
check_serd_id(enum nodetype t, const char *s, struct node *np)
usr/src/cmd/fm/eversholt/common/check.c
410
check_stmt_allowed_properties(enum nodetype t,
usr/src/cmd/fm/eversholt/common/check.c
44
static int check_reportlist(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
45
static int check_num(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
46
static int check_quote(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
47
static int check_action(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
473
check_propnames(enum nodetype t, struct node *np, int from, int to)
usr/src/cmd/fm/eversholt/common/check.c
48
static int check_num_func(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
49
static int check_fru_asru(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
50
static int check_engine(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
51
static int check_count(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
52
static int check_timeval(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
53
static int check_id(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
54
static int check_serd_method(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
55
static int check_serd_id(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
61
static void check_proplists_lhs(enum nodetype t, struct node *lhs);
usr/src/cmd/fm/eversholt/common/check.c
64
enum nodetype t;
usr/src/cmd/fm/eversholt/common/check.c
67
int (*checker)(enum nodetype t, const char *s, struct node *np);
usr/src/cmd/fm/eversholt/common/check.c
715
enum nodetype t = (enum nodetype)arg;
usr/src/cmd/fm/eversholt/common/check.c
745
enum nodetype t = (enum nodetype)arg;
usr/src/cmd/fm/eversholt/common/check.h
45
void check_stmt_allowed_properties(enum nodetype t,
usr/src/cmd/fm/eversholt/common/check.h
47
void check_propnames(enum nodetype t, struct node *np, int from, int to);
usr/src/cmd/fm/eversholt/common/check.h
49
void check_proplists(enum nodetype t, struct node *np);
usr/src/cmd/fm/eversholt/common/ptree.c
486
ptree_nodetype2str(enum nodetype t)
usr/src/cmd/fm/eversholt/common/ptree.c
565
enum nodetype t;
usr/src/cmd/fm/eversholt/common/ptree.c
678
ptree_type_pattern(int flags, enum nodetype t, const char *pat)
usr/src/cmd/fm/eversholt/common/ptree.h
73
const char *ptree_nodetype2str(enum nodetype t);
usr/src/cmd/fm/eversholt/common/tree.c
1033
dodecl(enum nodetype t, const char *file, int line,
usr/src/cmd/fm/eversholt/common/tree.c
1097
tree_decl(enum nodetype t, struct node *np, struct node *nvpairs,
usr/src/cmd/fm/eversholt/common/tree.c
1257
tree_stmt(enum nodetype t, struct node *np, const char *file, int line)
usr/src/cmd/fm/eversholt/common/tree.c
172
nodesize(enum nodetype t, struct node *ret)
usr/src/cmd/fm/eversholt/common/tree.c
229
newnode(enum nodetype t, const char *file, int line)
usr/src/cmd/fm/eversholt/common/tree.c
336
tree_treecmp(struct node *np1, struct node *np2, enum nodetype t,
usr/src/cmd/fm/eversholt/common/tree.c
478
tree_expr(enum nodetype t, struct node *left, struct node *right)
usr/src/cmd/fm/eversholt/common/tree.c
958
nvpair2lut(struct node *np, struct lut *lutp, enum nodetype t)
usr/src/cmd/fm/eversholt/common/tree.h
272
struct node *newnode(enum nodetype t, const char *file, int line);
usr/src/cmd/fm/eversholt/common/tree.h
276
struct node *tree_expr(enum nodetype t, struct node *left, struct node *right);
usr/src/cmd/fm/eversholt/common/tree.h
309
struct node *tree_decl(enum nodetype t, struct node *enp, struct node *nvpairs,
usr/src/cmd/fm/eversholt/common/tree.h
311
struct node *tree_stmt(enum nodetype t, struct node *np,
usr/src/cmd/hal/hald/solaris/devinfo_usb.c
423
get_dev_link_path(di_node_t node, char *nodetype, char *re, char **devlink, char **minor_path, char **minor_name)
usr/src/cmd/hal/hald/solaris/devinfo_usb.c
454
if (strcmp(di_minor_nodetype(minor), nodetype) == 0) {
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2284
char nodetype[128];
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2291
if (mdb_readstr(nodetype, sizeof (nodetype),
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2293
*nodetype = '\0';
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2303
name, nodetype);
usr/src/cmd/sendmail/src/parseaddr.c
1521
int nodetype = rvp[0][0] & 0377;
usr/src/cmd/sendmail/src/parseaddr.c
1523
if (nodetype != CANONHOST &&
usr/src/cmd/sendmail/src/parseaddr.c
1524
nodetype != CANONUSER)
usr/src/cmd/sendmail/src/parseaddr.c
1543
switch (nodetype)
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.h
165
const char *nodetype;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3403
char *nodetype;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3407
((nodetype = di_minor_nodetype(minor)) != NULL)) {
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
3410
(strcmp(nodetype, device_list[i].ntype)
usr/src/lib/cfgadm_plugins/fp/common/cfga_utils.c
589
rv = di_walk_minor(root, up->walkmode.minor_args.nodetype, 0,
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
152
u.minor_args.nodetype = DDI_NT_SCSI_ATTACHMENT_POINT;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
851
char *nodetype;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
855
((nodetype = di_minor_nodetype(minor)) != NULL)) {
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
858
(strcmp(nodetype, device_list[i].ntype)
usr/src/lib/cfgadm_plugins/scsi/common/cfga_scsi.h
158
const char *nodetype;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
489
rv = di_walk_minor(walk_root, up->minor_args.nodetype, 0, arg,
usr/src/lib/libcfgadm/common/config_admin.c
2476
char nodetype[MAXPATHLEN];
usr/src/lib/libcfgadm/common/config_admin.c
2490
(void) snprintf(nodetype, sizeof (nodetype), "%s%s%s",
usr/src/lib/libcfgadm/common/config_admin.c
2514
(void) di_walk_minor(rnode, nodetype,
usr/src/lib/libdevinfo/devinfo_devlink.c
1353
free(cmnp->nodetype);
usr/src/lib/libdevinfo/devinfo_devlink.c
1391
const char *nodetype,
usr/src/lib/libdevinfo/devinfo_devlink.c
1435
*pp = minor_insert(hdp, vp, colon + 1, nodetype, pp);
usr/src/lib/libdevinfo/devinfo_devlink.c
2722
const char *nodetype,
usr/src/lib/libdevinfo/devinfo_devlink.c
2737
if (nodetype == NULL)
usr/src/lib/libdevinfo/devinfo_devlink.c
2738
nodetype = DDI_PSEUDO;
usr/src/lib/libdevinfo/devinfo_devlink.c
2746
cmnp->nodetype = strdup(nodetype);
usr/src/lib/libdevinfo/devinfo_devlink.c
2747
if (cmnp->name == NULL || cmnp->nodetype == NULL) {
usr/src/lib/libdevinfo/devinfo_devlink.c
2750
free(cmnp->nodetype);
usr/src/lib/libdevinfo/devinfo_devlink.c
3032
count_string(cmnp->nodetype, count);
usr/src/lib/libdevinfo/devinfo_devlink.c
596
char *name, *nodetype;
usr/src/lib/libdevinfo/devinfo_devlink.c
611
nodetype = get_string(hdp, dmp->nodetype);
usr/src/lib/libdevinfo/devinfo_devlink.c
613
cmnp = minor_insert(hdp, pcnp, name, nodetype, NULL);
usr/src/lib/libdevinfo/devinfo_devlink.c
895
dmp->nodetype = write_string(hdp, cmnp->nodetype, next);
usr/src/lib/libdevinfo/devinfo_devlink.c
896
if (dmp->name == DB_NIL || dmp->nodetype == DB_NIL) {
usr/src/lib/libdevinfo/devinfo_devlink.c
897
dmp->name = dmp->nodetype = DB_NIL;
usr/src/lib/libdevinfo/devinfo_devlink.h
110
char *nodetype; /* minor nodetype */
usr/src/lib/libdevinfo/devinfo_devlink.h
306
cache_node_t *pcnp, const char *name, const char *nodetype,
usr/src/lib/libdevinfo/devinfo_devlink.h
344
const char *nodetype, const int flags);
usr/src/lib/libdevinfo/devinfo_devlink.h
67
uint32_t nodetype; /* minor node type */
usr/src/lib/libshare/common/scfutil.c
246
scf_propertygroup_t *pg, char *nodetype, char *proto, char *sectype)
usr/src/lib/libshare/common/scfutil.c
259
node = xmlNewChild(root, NULL, (xmlChar *)nodetype, NULL);
usr/src/lib/libshare/common/scfutil.c
938
char *nodetype = "optionset";
usr/src/lib/libshare/common/scfutil.c
947
nodetype = "security";
usr/src/lib/libshare/common/scfutil.c
972
handle->pg, nodetype, proto,
usr/src/uts/common/fs/proc/prdata.h
100
(nodetype) + 2)
usr/src/uts/common/fs/proc/prdata.h
97
#define pmkino(tslot, pslot, nodetype) \
usr/src/uts/common/io/pshot.c
2943
char *nodetype;
usr/src/uts/common/io/pshot.c
2991
nodetype = pshot_devices[i].nodetype;
usr/src/uts/common/io/pshot.c
2995
compat_name, nodetype);
usr/src/uts/common/io/pshot.c
3005
nodetype)) != DDI_PROP_SUCCESS) {
usr/src/uts/common/io/pshot.c
3148
newdst[i + dstlen].nodetype =
usr/src/uts/common/io/pshot.c
3149
i_ddi_strdup(src[i].nodetype, KM_SLEEP);
usr/src/uts/common/io/pshot.c
3174
if (dp[i].nodetype)
usr/src/uts/common/io/pshot.c
3175
kmem_free(dp[i].nodetype, strlen(dp[i].nodetype) + 1);
usr/src/uts/common/io/pshot.c
3262
devarr[i].nodetype = i_ddi_strdup(str, KM_SLEEP);
usr/src/uts/common/sys/pshot.h
129
char *nodetype;
usr/src/uts/intel/io/mc-amd/mcamd_subr.c
100
uint_t nt = nodetype(node);
usr/src/uts/intel/io/mc-amd/mcamd_subr.c
157
uint_t nt = nodetype(node);
usr/src/uts/sun4u/io/sbd.c
1000
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
1019
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
1020
if (nodetype == SBD_COMP_MEM)
usr/src/uts/sun4u/io/sbd.c
1033
nodetype = sbd_get_devtype(hp, dip);
usr/src/uts/sun4u/io/sbd.c
1041
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
2185
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
2198
nodetype = get_node_type(sbp, dip, &unit);
usr/src/uts/sun4u/io/sbd.c
2200
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
2234
devlist = sbp->sb_devlist[NIX(nodetype)];
usr/src/uts/sun4u/io/sbd.c
2247
if (!SBD_DEV_IS_PRESENT(sbp, nodetype, unit)) {
usr/src/uts/sun4u/io/sbd.c
2249
SBD_DEV_SET_PRESENT(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
2252
if (nodetype == SBD_COMP_MEM) {
usr/src/uts/sun4u/io/sbd.c
2801
sbd_get_devlist(sbd_handle_t *hp, sbd_board_t *sbp, sbd_comp_type_t nodetype,
usr/src/uts/sun4u/io/sbd.c
2811
devlist = sbp->sb_devlist[NIX(nodetype)];
usr/src/uts/sun4u/io/sbd.c
2838
if (nodetype == SBD_COMP_CPU) {
usr/src/uts/sun4u/io/sbd.c
2870
SBD_DEV_IS_PRESENT(sbp, nodetype, ut) ? 1 : 0;
usr/src/uts/sun4u/io/sbd.c
2872
SBD_DEV_IS_ATTACHED(sbp, nodetype, ut) ? 1 : 0;
usr/src/uts/sun4u/io/sbd.c
2993
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3000
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3003
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3005
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3056
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3062
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3065
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3073
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3107
nodetype = sbd_get_devtype(hp, dip);
usr/src/uts/sun4u/io/sbd.c
3115
unit = sbd_check_unit_attached(sbp, dip, unit, nodetype, ep);
usr/src/uts/sun4u/io/sbd.c
3119
f, sbd_ct_str[(int)nodetype], sbp->sb_num, i);
usr/src/uts/sun4u/io/sbd.c
3123
SBD_DEV_SET_ATTACHED(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3124
SBD_DEVICE_TRANSITION(sbp, nodetype, unit,
usr/src/uts/sun4u/io/sbd.c
3312
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3315
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3318
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3320
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3404
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3410
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3411
ASSERT(nodetype >= SBD_COMP_CPU && nodetype <= SBD_COMP_IO);
usr/src/uts/sun4u/io/sbd.c
3414
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3420
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3445
f, (int)nodetype);
usr/src/uts/sun4u/io/sbd.c
3496
sbd_release_dev_done(sbd_board_t *sbp, sbd_comp_type_t nodetype, int unit)
usr/src/uts/sun4u/io/sbd.c
3498
SBD_DEV_SET_UNREFERENCED(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3499
SBD_DEVICE_TRANSITION(sbp, nodetype, unit, SBD_STATE_UNREFERENCED);
usr/src/uts/sun4u/io/sbd.c
350
sbd_comp_type_t nodetype,
usr/src/uts/sun4u/io/sbd.c
3503
sbd_release_done(sbd_handle_t *hp, sbd_comp_type_t nodetype, dev_info_t *dip)
usr/src/uts/sun4u/io/sbd.c
3530
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3537
sbd_release_dev_done(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3658
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3661
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3664
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3666
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3696
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
3703
nodetype = sbd_get_devtype(hp, devlist->dv_dip);
usr/src/uts/sun4u/io/sbd.c
3708
f, sbd_ct_str[(int)nodetype], (int)nodetype, devnum);
usr/src/uts/sun4u/io/sbd.c
3714
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3756
nodetype = sbd_get_devtype(hp, dip);
usr/src/uts/sun4u/io/sbd.c
3758
if (sbd_check_unit_attached(sbp, dip, unit, nodetype,
usr/src/uts/sun4u/io/sbd.c
3765
f, sbd_ct_str[(int)nodetype], sbp->sb_num,
usr/src/uts/sun4u/io/sbd.c
377
sbd_comp_type_t nodetype,
usr/src/uts/sun4u/io/sbd.c
3770
SBD_DEV_CLR_ATTACHED(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3771
SBD_DEV_CLR_RELEASED(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3772
SBD_DEV_CLR_UNREFERENCED(sbp, nodetype, unit);
usr/src/uts/sun4u/io/sbd.c
3773
SBD_DEVICE_TRANSITION(sbp, nodetype, unit,
usr/src/uts/sun4u/io/sbd.c
3822
sbd_comp_type_t nodetype, sbderror_t *ep)
usr/src/uts/sun4u/io/sbd.c
3835
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
3904
f, nodetype, (void *)dip);
usr/src/uts/sun4u/io/sbd.c
396
sbd_comp_type_t nodetype, sbderror_t *ep);
usr/src/uts/sun4u/io/sbd.c
855
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
879
nodetype = sbd_get_devtype(hp, dip);
usr/src/uts/sun4u/io/sbd.c
887
switch (nodetype) {
usr/src/uts/sun4u/io/sbd.c
933
sbd_comp_type_t nodetype;
usr/src/uts/sun4u/io/sbd.c
955
nodetype = sbd_get_devtype(hp, dip);
usr/src/uts/sun4u/io/sbd.c
963
if ((nodetype == SBD_COMP_MEM) &&
usr/src/uts/sun4u/io/sbd.c
969
sbd_release_done(hp, nodetype, dip);