Searched refs:ep_type (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | smb_dev.c | 72 smbios_entry_point_t ep_type; in smbios_open() local 142 ep_type = SMBIOS_ENTRY_POINT_30; in smbios_open() 145 ep_type = SMBIOS_ENTRY_POINT_21; in smbios_open() 149 ep_type = SMBIOS_ENTRY_POINT_30; in smbios_open() 152 ep_type = SMBIOS_ENTRY_POINT_21; in smbios_open() 156 if (ep_type == SMBIOS_ENTRY_POINT_21) { in smbios_open() 159 } else if (ep_type == SMBIOS_ENTRY_POINT_30) { in smbios_open() 165 switch (ep_type) { in smbios_open()
|
/titanic_44/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 55 smbios_entry_point_t ep_type; in smb_fileopen() local 67 ep_type = SMBIOS_ENTRY_POINT_21; in smb_fileopen() 71 ep_type = SMBIOS_ENTRY_POINT_30; in smb_fileopen() 80 if (ep_type == SMBIOS_ENTRY_POINT_21) { in smb_fileopen() 111 smbios_entry_point_t ep_type; in smb_biosopen() local 172 ep_type = SMBIOS_ENTRY_POINT_30; in smb_biosopen() 175 ep_type = SMBIOS_ENTRY_POINT_21; in smb_biosopen() 179 ep_type = SMBIOS_ENTRY_POINT_30; in smb_biosopen() 182 ep_type = SMBIOS_ENTRY_POINT_21; in smb_biosopen() 191 switch (ep_type) { in smb_biosopen()
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_buf.c | 417 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool() 448 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool() 503 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_send_pool() 584 if ((ep->ep_type == RDS_EP_TYPE_DATA) && in rds_reinit_send_pool() 618 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_reinit_send_pool() 662 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_free_recv_pool() 687 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_init_recv_pool() 872 if ((wait == 2) && (ep->ep_type == RDS_EP_TYPE_DATA)) { in rds_is_sendq_empty() 983 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_get_send_buf() 1154 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_free_recv_buf()
|
H A D | rdsib_ep.c | 358 RDS_DPRINTF3("rds_ep_fini", "Enter: EP(%p) type: %d", ep, ep->ep_type); in rds_ep_fini() 379 RDS_DPRINTF3("rds_ep_init", "Enter: EP(%p) Type: %d", ep, ep->ep_type); in rds_ep_init() 418 RDS_DPRINTF3("rds_ep_init", "Return: EP(%p) type: %d", ep, ep->ep_type); in rds_ep_init() 429 ep, ep->ep_type); in rds_ep_reinit() 443 ep, ep->ep_type); in rds_ep_reinit() 1252 dataep->ep_type = RDS_EP_TYPE_DATA; in rds_session_create() 1272 ctrlep->ep_type = RDS_EP_TYPE_CTRL; in rds_session_create()
|
H A D | rdsib_ib.c | 762 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_post_recv_buf() 997 if (ep->ep_type == RDS_EP_TYPE_DATA) { in rds_recvcq_handler() 1257 if (ep->ep_type == RDS_EP_TYPE_CTRL) { in rds_ep_alloc_rc_channel()
|
H A D | rdsib_cm.c | 908 cmp.cmp_eptype = ep->ep_type; in rds_open_rc_channel()
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rdsib_ep.h | 242 rds_ep_type_t ep_type; member
|
/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | usba_ugen.c | 1582 int ep_type = in ugen_epxs_minor_nodes_create() local 1621 if (ep_type == USB_EP_ATTR_CONTROL) { in ugen_epxs_minor_nodes_create()
|