Home
last modified time | relevance | path

Searched refs:ps_pbrandname (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c99 ps_err_e (*ps_pbrandname)(struct ps_prochandle *, member
245 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname() function
251 return (ps_ops.ps_pbrandname(P, buf, len)); in ps_pbrandname()
331 if ((ps_ops.ps_pbrandname = (ps_err_e (*)()) in mdb_pservice_init()
333 ps_ops.ps_pbrandname = (ps_err_e (*)())ps_fail; in mdb_pservice_init()
/titanic_50/usr/src/head/
H A Dproc_service.h134 extern ps_err_e ps_pbrandname(struct ps_prochandle *, char *, size_t);
/titanic_50/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c181 ps_pbrandname_fp_t ps_pbrandname; in _rd_reset32() local
288 ps_pbrandname = (ps_pbrandname_fp_t)dlsym(RTLD_PROBE, "ps_pbrandname"); in _rd_reset32()
289 while ((ps_pbrandname != NULL) && in _rd_reset32()
290 (ps_pbrandname(php, brandname, MAXPATHLEN) == PS_OK)) { in _rd_reset32()
/titanic_50/usr/src/lib/libproc/common/
H A DPservice.c325 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname() function
H A Dmapfile-vers264 ps_pbrandname;
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c367 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname() function
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1207 6602294 ps_pbrandname breaks apps linked directly against librtld_db