Home
last modified time | relevance | path

Searched refs:ep_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c72 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()
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c55 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()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c417 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 Drdsib_ep.c358 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 Drdsib_ib.c762 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 Drdsib_cm.c908 cmp.cmp_eptype = ep->ep_type; in rds_open_rc_channel()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ep.h242 rds_ep_type_t ep_type; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1608 int ep_type = in ugen_epxs_minor_nodes_create() local
1647 if (ep_type == USB_EP_ATTR_CONTROL) { in ugen_epxs_minor_nodes_create()