Searched refs:DDI_NT_NET (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | dacf_clnt.c | 80 if ((flag & CLONE_DEV) && (strcmp(node_type, DDI_NT_NET) != 0)) { in dacfc_match_create_minor()
|
H A D | sunddi.c | 5629 } 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 D | network_rcm.c | 653 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 D | softmac_main.c | 367 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 D | mac_provider.c | 410 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 D | picllibdevinfo.c | 335 if (strcmp(nodetype, DDI_NT_NET) == 0) { in probe_tree()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdllink.c | 319 (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 D | gen_drv.c | 1532 INST_TO_MINOR(instance), DDI_NT_NET, 0)); in gen_create_net()
|
H A D | pshot.c | 130 {"DDI_NT_NET", DDI_NT_NET}, 178 {"net", DDI_NT_NET, "gen_drv"},
|
H A D | gld.c | 734 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 D | sunddi.h | 189 #define DDI_NT_NET "ddi_network" /* DLPI network devices */ macro
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 682 DDI_NT_NET, CLONE_DEV) == DDI_FAILURE) { in idnattach()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1838 (strcmp(nt, DDI_NT_NET) == 0)) { in check_minor_type()
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 1014 ddi_get_instance(dip), DDI_NT_NET, CLONE_DEV) == DDI_SUCCESS) { in man_attach()
|