Searched refs:node_type (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libiov/common/
H A Dlibiov.c54 char *node_type; local
64 node_type = di_minor_nodetype(minor);
65 if (strcmp(node_type, DDI_NT_NET) == 0)
104 (void) printf("node_type = %s\n",
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1802 int32_t node_type; local
1894 (void) nvpair_value_int32(nvp, &node_type);
1895 if (node_type == IBNEX_PORT_NODE_TYPE) {
1899 } else if (node_type == IBNEX_VPPA_NODE_TYPE) {
1903 } else if (node_type ==
1908 } else if (node_type == IBNEX_IOC_NODE_TYPE) {
1912 } else if (node_type ==
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c891 char *node_type; local
905 node_type = di_minor_nodetype(minor);
906 if ((desired_type != NULL) && ((node_type == NULL) ||
907 strncmp(desired_type, node_type, strlen(desired_type))
1541 if (DI_MINOR(minor)->node_type == 0)
1545 DI_MINOR(minor)->self + DI_MINOR(minor)->node_type);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dindex.c799 INDEX_HEADER_FLAGS node_type)
825 ib->index.flags = node_type;
798 ntfs_ib_alloc(VCN ib_vcn, u32 ib_size, INDEX_HEADER_FLAGS node_type) argument

Completed in 29 milliseconds