Home
last modified time | relevance | path

Searched refs:DDI_NT_NET (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Ddacf_clnt.c80 if ((flag & CLONE_DEV) && (strcmp(node_type, DDI_NT_NET) != 0)) { in dacfc_match_create_minor()
H A Dsunddi.c5629 } else if (strncmp(node_type, DDI_NT_NET, in derive_devi_class()
5630 sizeof (DDI_NT_NET) - 1) == 0 && in derive_devi_class()
5631 (node_type[sizeof (DDI_NT_NET) - 1] == '\0' || in derive_devi_class()
5632 node_type[sizeof (DDI_NT_NET) - 1] == ':')) { in derive_devi_class()
5729 if (strcmp(node_type, DDI_NT_NET) == 0) { in ddi_create_minor_common()
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c653 if ((cp == NULL) || (strcmp(cp, DDI_NT_NET))) { in devfs_entry()
747 (void) di_walk_minor(root, DDI_NT_NET, DI_CHECK_ALIAS, NULL, in update_cache()
/titanic_44/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c367 if (i_ddi_minor_node_count(dip, DDI_NT_NET) > 2) { in softmac_create()
418 i_ddi_minor_node_count(dip, DDI_NT_NET); in softmac_create()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_provider.c410 DDI_NT_NET, CLONE_DEV) != DDI_SUCCESS) in mac_register()
416 mip->mi_minor, DDI_NT_NET, 0) != DDI_SUCCESS) in mac_register()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c335 if (strcmp(nodetype, DDI_NT_NET) == 0) { in probe_tree()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlibdllink.c319 (void) di_walk_minor(root, DDI_NT_NET, DI_CHECK_ALIAS, &dmw, in dladm_mac_walk()
/titanic_44/usr/src/uts/common/io/
H A Dgen_drv.c1532 INST_TO_MINOR(instance), DDI_NT_NET, 0)); in gen_create_net()
H A Dpshot.c130 {"DDI_NT_NET", DDI_NT_NET},
178 {"net", DDI_NT_NET, "gen_drv"},
H A Dgld.c734 0, DDI_NT_NET, CLONE_DEV) == DDI_FAILURE) { in gld_register()
747 GLD_STYLE1_PPA_TO_MINOR(macinfo->gldm_ppa), DDI_NT_NET, in gld_register()
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h189 #define DDI_NT_NET "ddi_network" /* DLPI network devices */ macro
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn.c682 DDI_NT_NET, CLONE_DEV) == DDI_FAILURE) { in idnattach()
/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1838 (strcmp(nt, DDI_NT_NET) == 0)) { in check_minor_type()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddman.c1014 ddi_get_instance(dip), DDI_NT_NET, CLONE_DEV) == DDI_SUCCESS) { in man_attach()