Searched refs:dlpi_impl_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 55 static int i_dlpi_style1_open(dlpi_impl_t *); 56 static int i_dlpi_style2_open(dlpi_impl_t *); 57 static int i_dlpi_checkstyle(dlpi_impl_t *, t_uscalar_t); 58 static int i_dlpi_attach(dlpi_impl_t *); 59 static void i_dlpi_passive(dlpi_impl_t *); 61 static int i_dlpi_strputmsg(dlpi_impl_t *, const dlpi_msg_t *, const void *, 63 static int i_dlpi_strgetmsg(dlpi_impl_t *, int, dlpi_msg_t *, t_uscalar_t, 65 static int i_dlpi_msg_common(dlpi_impl_t *, const dlpi_msg_t *, dlpi_msg_t *, 73 static int i_dlpi_notifyind_process(dlpi_impl_t *, dl_notify_ind_t *); 74 static boolean_t i_dlpi_notifyidexists(dlpi_impl_t *, dlpi_notifyent_t *); [all …]
|
H A D | libdlpi_impl.h | 127 } dlpi_impl_t; typedef
|