Home
last modified time | relevance | path

Searched refs:ttymux_assoc32_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c95 ttymux_assoc32_t *assoc32; in mblk2assoc()
100 if (iobp->ioc_count < sizeof (ttymux_assoc32_t)) in mblk2assoc()
103 assoc32 = (ttymux_assoc32_t *)mp->b_cont->b_rptr; in mblk2assoc()
641 get_unconfigured_consoles32(sm_mux_state_t *ms, ttymux_assoc32_t *a) in get_unconfigured_consoles32()
838 ttymux_assoc32_t *assoc32; in ttymux_query_link_ioctl()
852 assoc32 = (ttymux_assoc32_t *)mp->b_cont->b_rptr; in ttymux_query_link_ioctl()
982 sz = cnt * sizeof (ttymux_assoc32_t); in ttymux_query_links_ioctl()
1004 ttymux_assoc32_t *assoc; in ttymux_query_links_ioctl()
1007 assoc = (ttymux_assoc32_t *)nmp->b_rptr; in ttymux_query_links_ioctl()
H A Dttymux_impl.h228 } ttymux_assoc32_t; typedef