Searched defs:node_type (Results 1 - 22 of 22) sorted by relevance

/illumos-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 Ddevcfg.c7270 i_ddi_minor_node_count(dev_info_t *ddip, const char *node_type) argument
7278 if (strcmp(dp->ddm_node_type, node_type) == 0)
H A Dsunddi.c5616 derive_devi_class(dev_info_t *dip, char *node_type, int flag) argument
5621 if (strncmp(node_type, DDI_NT_BLOCK,
5623 (node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' ||
5624 node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') &&
5625 strcmp(node_type, DDI_NT_FD) != 0) {
5629 } else if (strncmp(node_type, DDI_NT_NET,
5631 (node_type[sizeof (DDI_NT_NET) - 1] == '\0' ||
5632 node_type[sizeof (DDI_NT_NET) - 1] == ':')) {
5636 } else if (strncmp(node_type, DDI_NT_PRINTER,
5638 (node_type[sizeo
5683 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
5806 ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag) argument
5814 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
5823 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...]
/illumos-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...]
/illumos-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
/illumos-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.c2013 if (create->create->node_type != NULL) {
2020 if (strcmp(create->create->node_type, m_nodetype) !=
2026 if (strncmp(create->create->node_type, m_nodetype,
2027 strlen(create->create->node_type)) != 0) {
2272 (create_reg->tblp[i].node_type == NULL)) {
2275 "node_type value in module create\n");
2295 create_reg->tblp[i].node_type,
2299 create_reg->tblp[i].node_type, n);
6589 char *node_type; local
6599 node_type
[all...]
/illumos-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))
/illumos-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...]
H A Dcmlb.c585 * node_type minor node type (as used by ddi_create_minor_node)
684 boolean_t is_removable, boolean_t is_hotpluggable, char *node_type,
705 cl->cl_node_type = node_type;
1420 minor_t minor_num, char *node_type, int flag, boolean_t internal)
1429 name, spec_type, minor_num, node_type, flag));
683 cmlb_attach(dev_info_t *devi, cmlb_tg_ops_t *tgopsp, int device_type, boolean_t is_removable, boolean_t is_hotpluggable, char *node_type, int alter_behavior, cmlb_handle_t cmlbhandle, void *tg_cookie) argument
1419 cmlb_create_minor(dev_info_t *dip, char *name, int spec_type, minor_t minor_num, char *node_type, int flag, boolean_t internal) argument
/illumos-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 ==
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
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...]
/illumos-gate/usr/src/uts/common/sys/
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.h699 char *node_type; /* block, byte, serial, network */ member in struct:ddi_minor
749 #define ddm_node_type d_minor.node_type
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h251 int node_type; member in struct:control_table
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c353 char *node_type; local
376 node_type = (DKTP_EXT->tg_nodetype);
410 node_type,
/illumos-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);
/illumos-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
/illumos-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

Completed in 265 milliseconds