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

12

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h161 ibnex_node_type_t node_type; member in struct:ibnex_node_data_s
178 (((n)->node_type == IBNEX_PORT_COMMSVC_NODE) || \
179 ((n)->node_type == IBNEX_VPPA_COMMSVC_NODE) || \
180 ((n)->node_type == IBNEX_HCASVC_COMMSVC_NODE) || \
181 ((n)->node_type == IBNEX_IOC_NODE) || \
182 ((n)->node_type == IBNEX_PSEUDO_NODE))
185 (((n)->node_type == IBNEX_PORT_COMMSVC_NODE) || \
186 ((n)->node_type == IBNEX_VPPA_COMMSVC_NODE) || \
187 ((n)->node_type == IBNEX_HCASVC_COMMSVC_NODE))
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.h93 uint32_t node_type,
106 uint32_t node_type,
132 uint32_t node_type,
145 uint32_t node_type,
H A Disns_client.c55 uint32_t node_type; member in struct:isns_reg_arg
109 uint8_t *node_name, uint8_t *node_alias, uint32_t node_type);
164 uint8_t *node_name, uint8_t *node_alias, uint32_t node_type,
255 uint32_t node_type,
312 reg_args_p->node_type = node_type;
340 uint32_t node_type,
381 reg_args_p->node_type = node_type;
488 uint32_t node_type,
250 isns_reg(uint8_t *lhba_handle, uint8_t *node_name, size_t node_name_len, uint8_t *node_alias, size_t node_alias_len, uint32_t node_type, void (*scn_callback)(void *)) argument
334 isns_reg_one_server(entry_t *isns_server, uint8_t *lhba_handle, uint8_t *node_name, size_t node_name_len, uint8_t *node_alias, size_t node_alias_len, uint32_t node_type, void (*scn_callback)(void *)) argument
485 isns_query(uint8_t *lhba_handle, uint8_t *node_name, uint8_t *node_alias, uint32_t node_type, isns_portal_group_list_t **pg_list) argument
502 isns_query_one_server(iscsi_addr_t *isns_server_addr, uint8_t *lhba_handle, uint8_t *node_name, uint8_t *node_alias, uint32_t node_type, isns_portal_group_list_t **pg_list) argument
738 do_isns_dev_attr_reg(iscsi_addr_t *isns_server_addr, uint8_t *node_name, uint8_t *node_alias, uint32_t node_type) argument
1712 isns_create_dev_attr_reg_pdu( uint8_t *node_name, uint8_t *node_alias, uint32_t node_type, uint16_t *xid_p, isns_pdu_t **out_pdu) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c70 dacfc_match_create_minor(char *name, char *node_type, dev_info_t *dip, argument
80 if ((flag & CLONE_DEV) && (strcmp(node_type, DDI_NT_NET) != 0)) {
161 if (!r && node_type) {
162 r = dacf_match(DACF_OPID_POSTATTACH, DACF_DS_MIN_NT, node_type);
169 "%s, %s, %s\n", name, node_type, dev_pathp);
186 if (!r && node_type) {
187 r = dacf_match(DACF_OPID_PREDETACH, DACF_DS_MIN_NT, node_type);
194 "%s, %s, %s\n", name, node_type, dev_pathp);
H A Dsunddi.c5953 derive_devi_class(dev_info_t *dip, char *node_type, int flag) argument
5958 if (strncmp(node_type, DDI_NT_BLOCK,
5960 (node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' ||
5961 node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') &&
5962 strcmp(node_type, DDI_NT_FD) != 0) {
5966 } else if (strncmp(node_type, DDI_NT_NET,
5968 (node_type[sizeof (DDI_NT_NET) - 1] == '\0' ||
5969 node_type[sizeof (DDI_NT_NET) - 1] == ':')) {
5973 } else if (strncmp(node_type, DDI_NT_PRINTER,
5975 (node_type[sizeo
6020 ddi_create_minor_common(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag, ddi_minor_type mtype, const char *read_priv, const char *write_priv, mode_t priv_mode) argument
6143 ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag) argument
6151 ddi_create_priv_minor_node(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag, const char *rdpriv, const char *wrpriv, mode_t priv_mode) argument
6160 ddi_create_default_minor_node(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.h125 int node_type; member in struct:tree
H A Dbackend.c410 int node_type; local
419 /* node_type, object_index, column_index */
420 node_type = get_node_type(current);
421 current->node_type = node_type;
422 switch(node_type)
454 node_type, current->label);
534 int node_type; local
542 node_type = get_node_type(next);
543 if(node_type
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dgen_drv.c56 * NOTE: We save the node_type in the state structure. The node_type string
63 char *node_type; /* stable node_type copy */ member in struct:dstate
712 if (dstatep->node_type)
713 kmem_free(dstatep->node_type,
714 strlen(dstatep->node_type) + 1);
1370 char *node_type; member in struct:driver_serial_minor_data
1513 dmdp->node_type, NULL) != DDI_SUCCESS) {
1559 char *node_type; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c178 if (node_data->node_type ==
478 ibnex_node_type_t node_type; local
496 parent, devname, &cdip, &node_type);
500 if ((node_data) && (node_data->node_type ==
519 switch (node_type) {
569 if (node_type == IBNEX_HCA_CHILD_NODE) {
H A Dibnex_ioctl.c933 } else if (nodep->node_type == IBNEX_IOC_NODE) {
937 } else if (nodep->node_type == IBNEX_PSEUDO_NODE) {
1382 ibnex_node_type_t node_type)
1392 "node_type = %x", hca_guid, port_guid, svc_index, p_key, node_type);
1411 tmp->node_type = node_type;
1416 if (node_type == IBNEX_VPPA_COMMSVC_NODE) {
1451 nodep->node_type = IBNEX_IOC_NODE;
1496 node_datap->node_type, node_data
1380 ibnex_get_commsvcnode_snapshot(nvlist_t **nvlpp, ib_guid_t hca_guid, ib_guid_t port_guid, int svc_index, ib_pkey_t p_key, ibnex_node_type_t node_type) argument
2078 int node_type; local
[all...]
H A Dibnex.c859 ASSERT(node_data->node_type == IBNEX_IOC_NODE);
1071 "Node type %x", node_datap, node_datap->node_type);
1072 switch (node_datap->node_type) {
2966 int index, int node_type, ib_pkey_t pkey, int *rval, int flag)
2986 node_data = ibnex_is_node_data_present(node_type, (void *)port_attr,
3012 node_data = ibnex_init_child_nodedata(node_type, port_attr,
3028 switch (node_type) {
3376 ibnex_is_node_data_present(ibnex_node_type_t node_type, void *attr, argument
3381 if (node_type == IBNEX_IOC_NODE) {
3392 } else if (node_type
2965 ibnex_commsvc_initnode(dev_info_t *parent, ibdm_port_attr_t *port_attr, int index, int node_type, ib_pkey_t pkey, int *rval, int flag) argument
3453 char *node_type; local
3525 ibnex_init_child_nodedata(ibnex_node_type_t node_type, void *attr, int index, ib_pkey_t pkey) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcmlb.h251 * node_type minor node type (as used by ddi_create_minor_node)
308 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
H A Ddevinfo_impl.h296 di_off_t node_type; /* block, byte, serial, network */ member in struct:di_minor
H A Dsservice.h475 char *node_type; /* device node type */ member in struct:ss_make_device_node
H A Dddi_impldefs.h698 char *node_type; /* block, byte, serial, network */ member in struct:ddi_minor
748 #define ddm_node_type d_minor.node_type
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h143 uchar_t node_type; /* SCSI device type */ member in struct:sgen_type_node
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c73 if (device->node_type != RDMA_NODE_IB_CA)
362 * check node_type.
364 if (ret || cm_id->device->node_type != RDMA_NODE_IB_CA)
370 cm_id->device ? cm_id->device->node_type : -1);
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.h108 char *node_type; /* eg DDI_NT_TAPE, DDI_NT_BLOCK, etc */ member in struct:devfsadm_create
H A Ddevfsadm.c2012 if (create->create->node_type != NULL) {
2019 if (strcmp(create->create->node_type, m_nodetype) !=
2025 if (strncmp(create->create->node_type, m_nodetype,
2026 strlen(create->create->node_type)) != 0) {
2271 (create_reg->tblp[i].node_type == NULL)) {
2274 "node_type value in module create\n");
2294 create_reg->tblp[i].node_type,
2298 create_reg->tblp[i].node_type, n);
6588 char *node_type; local
6598 node_type
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h251 int node_type; member in struct:control_table
/opensolaris-onvv-gate/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 ==
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h84 rdma_node_get_transport(enum rdma_node_type node_type) __attribute_const__;
628 uint8_t node_type; member in struct:ib_device
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_uwp.c349 if (ctrl->node_type != MSU_NODE_USER) {
353 "ctrl node type = %d", ctrl->node_type);
/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c823 char *node_type; local
837 node_type = di_minor_nodetype(minor);
838 if ((desired_type != NULL) && ((node_type == NULL) ||
839 strncmp(desired_type, node_type, strlen(desired_type))
1436 if (DI_MINOR(minor)->node_type == 0)
1440 DI_MINOR(minor)->self + DI_MINOR(minor)->node_type);
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h978 char *node_type; /* device node type */ member in struct:devnode_desc_t
1221 char *node_type; /* device node type */ member in struct:devnode_desc

Completed in 385 milliseconds

12