Lines Matching refs:node_type

5536 derive_devi_class(dev_info_t *dip, const char *node_type, int flag)  in derive_devi_class()  argument
5541 if (strncmp(node_type, DDI_NT_BLOCK, in derive_devi_class()
5543 (node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' || in derive_devi_class()
5544 node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') && in derive_devi_class()
5545 strcmp(node_type, DDI_NT_FD) != 0) { in derive_devi_class()
5549 } else if (strncmp(node_type, DDI_NT_NET, in derive_devi_class()
5551 (node_type[sizeof (DDI_NT_NET) - 1] == '\0' || in derive_devi_class()
5552 node_type[sizeof (DDI_NT_NET) - 1] == ':')) { in derive_devi_class()
5556 } else if (strncmp(node_type, DDI_NT_PRINTER, in derive_devi_class()
5558 (node_type[sizeof (DDI_NT_PRINTER) - 1] == '\0' || in derive_devi_class()
5559 node_type[sizeof (DDI_NT_PRINTER) - 1] == ':')) { in derive_devi_class()
5563 } else if (strncmp(node_type, DDI_PSEUDO, in derive_devi_class()
5604 minor_t minor_num, const char *node_type, int flag, ddi_minor_type mtype, in ddi_create_minor_common() argument
5638 if (node_type == NULL) { in ddi_create_minor_common()
5639 node_type = DDI_PSEUDO; in ddi_create_minor_common()
5649 if (strcmp(node_type, DDI_NT_NET) == 0) { in ddi_create_minor_common()
5672 if (derive_devi_class(dip, node_type, KM_NOSLEEP) != in ddi_create_minor_common()
5692 dmdp->ddm_node_type = node_type; in ddi_create_minor_common()
5721 dacfc_match_create_minor(name, node_type, dip, dmdp, flag); in ddi_create_minor_common()
5727 minor_t minor_num, const char *node_type, int flag) in ddi_create_minor_node() argument
5730 node_type, flag, DDM_MINOR, NULL, NULL, 0)); in ddi_create_minor_node()
5735 minor_t minor_num, const char *node_type, int flag, in ddi_create_priv_minor_node() argument
5739 node_type, flag, DDM_MINOR, rdpriv, wrpriv, priv_mode)); in ddi_create_priv_minor_node()
5744 minor_t minor_num, const char *node_type, int flag) in ddi_create_default_minor_node() argument
5747 node_type, flag, DDM_DEFAULT, NULL, NULL, 0)); in ddi_create_default_minor_node()