Lines Matching refs:dlpi_impl_t

56 static int i_dlpi_style1_open(dlpi_impl_t *);
57 static int i_dlpi_style2_open(dlpi_impl_t *);
58 static int i_dlpi_checkstyle(dlpi_impl_t *, t_uscalar_t);
59 static int i_dlpi_attach(dlpi_impl_t *);
60 static void i_dlpi_passive(dlpi_impl_t *);
62 static int i_dlpi_strputmsg(dlpi_impl_t *, const dlpi_msg_t *, const void *,
64 static int i_dlpi_strgetmsg(dlpi_impl_t *, int, dlpi_msg_t *, t_uscalar_t,
66 static int i_dlpi_msg_common(dlpi_impl_t *, const dlpi_msg_t *, dlpi_msg_t *,
74 static int i_dlpi_notifyind_process(dlpi_impl_t *, dl_notify_ind_t *);
75 static boolean_t i_dlpi_notifyidexists(dlpi_impl_t *, dlpi_notifyent_t *);
76 static void i_dlpi_deletenotifyid(dlpi_impl_t *);
142 dlpi_impl_t *dip;
159 /* Allocate a new dlpi_impl_t. */
160 if ((dip = calloc(1, sizeof (dlpi_impl_t))) == NULL)
247 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
275 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
480 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
533 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
554 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
595 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
630 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
676 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
703 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
763 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
856 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
911 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
935 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
943 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
955 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
968 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
1185 i_dlpi_style1_open(dlpi_impl_t *dip)
1208 i_dlpi_style2_open(dlpi_impl_t *dip)
1251 i_dlpi_checkstyle(dlpi_impl_t *dip, t_uscalar_t style)
1267 i_dlpi_attach(dlpi_impl_t *dip)
1296 i_dlpi_passive(dlpi_impl_t *dip)
1309 * dlpi_impl_t *dip: internal dlpi handle to open stream
1317 i_dlpi_strputmsg(dlpi_impl_t *dip, const dlpi_msg_t *dlreqp,
1342 * dlpi_impl_t *dip: internal dlpi handle
1360 i_dlpi_strgetmsg(dlpi_impl_t *dip, int msec, dlpi_msg_t *dlreplyp,
1529 * dlpi_impl_t *dip: internal dlpi handle
1541 i_dlpi_msg_common(dlpi_impl_t *dip, const dlpi_msg_t *dlreqp,
1790 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp)
1884 i_dlpi_notifyidexists(dlpi_impl_t *dip, dlpi_notifyent_t *id)
1900 i_dlpi_deletenotifyid(dlpi_impl_t *dip)