Searched refs:d_fcn_ptr (Results 1 – 1 of 1) sorted by relevance
208 int32_t (*d_fcn_ptr)(ushort_t, ushort_t); in get_dev_library_handle() local245 d_fcn_ptr = (int32_t (*)(ushort_t, ushort_t))dlsym(handle, in get_dev_library_handle()247 if (d_fcn_ptr == NULL) { in get_dev_library_handle()252 ret_val = (*d_fcn_ptr)(dkinfo.dki_ctype, 0); in get_dev_library_handle()