Searched refs:ep_type (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 54 smbios_entry_point_t ep_type; in smb_fileopen() local 66 ep_type = SMBIOS_ENTRY_POINT_21; in smb_fileopen() 70 ep_type = SMBIOS_ENTRY_POINT_30; in smb_fileopen() 79 if (ep_type == SMBIOS_ENTRY_POINT_21) { in smb_fileopen() 110 smbios_entry_point_t ep_type; in smb_biosopen() local 140 ep_type = SMBIOS_ENTRY_POINT_21; in smb_biosopen() 146 ep_type = SMBIOS_ENTRY_POINT_30; in smb_biosopen() 161 switch (ep_type) { in smb_biosopen()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | smb_dev.c | 70 smbios_entry_point_t ep_type = SMBIOS_ENTRY_POINT_21; in smbios_open() local 111 ep_type = SMBIOS_ENTRY_POINT_30; in smbios_open() 127 if (ep_type == SMBIOS_ENTRY_POINT_21) { in smbios_open() 130 } else if (ep_type == SMBIOS_ENTRY_POINT_30) { in smbios_open() 136 switch (ep_type) { in smbios_open()
|
/titanic_41/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_41/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rdsib_ep.h | 242 rds_ep_type_t ep_type; member
|
/titanic_41/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()
|