Searched refs:db_return (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c248 ps_err_e db_return; local
268 db_return = ps_pglobal_lookup(ph_p, TD_LIBRARY_NAME,
270 if (db_return == PS_NOSYM) {
272 db_return = ps_pglobal_lookup(ph_p, TD_LIBRARY_NAME_1,
275 if (db_return == PS_NOSYM) /* libc is not linked yet */
277 if (db_return != PS_OK)
279 db_return = ps_pglobal_lookup(ph_p,
282 if (db_return == PS_NOSYM) /* libc is not linked yet */
284 if (db_return != PS_OK)
897 ps_err_e db_return; local
[all...]

Completed in 24 milliseconds