Home
last modified time | relevance | path

Searched refs:Puname (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A Dmapfile-vers290 Puname;
H A Dlibproc.h551 extern int Puname(struct ps_prochandle *, struct utsname *);
H A Dllib-lproc216 int Puname(struct ps_prochandle *Pr, struct utsname *u);
H A DPgcore.c1085 (void) Puname(P, &uts); in Pfgcore()
H A DPsymtab.c2938 Puname(struct ps_prochandle *P, struct utsname *u) in Puname() function
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1585 (void) Puname(P, &uts); in pt_status_dcmd()
2270 uname(&u1) >= 0 && Puname(t->t_pshandle, &u2) == 0 && in pt_activate()
2405 return (Puname(t->t_pshandle, utsp)); in pt_uname()
5228 if (t->t_pshandle == NULL || Puname(t->t_pshandle, &uts) != 0) in pt_xd_utsname()