Searched refs:i_dlpi_open (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 54 static int i_dlpi_open(const char *, int *, uint_t, boolean_t); 1043 i_dlpi_open(const char *provider, int *fd, uint_t flags, boolean_t style1) in i_dlpi_open() function 1133 retval = i_dlpi_open(dip->dli_linkname, &fd, dip->dli_oflags, B_TRUE); in i_dlpi_style1_open() 1156 retval = i_dlpi_open(dip->dli_provider, &fd, dip->dli_oflags, B_FALSE); in i_dlpi_style2_open()
|