Lines Matching refs:ttyp
1297 struct tty *ttyp; in prfind() local
1320 for (ttyp = tty; ttyp->tname != NULL; ttyp++) { in prfind()
1324 if (strcmp(tp, ttyp->tname) == 0) { in prfind()
1332 (ttyp->tdev != PRNODEV) && in prfind()
1333 (psinfo->pr_ttydev == ttyp->tdev)) in prfind()
1334 other = ttyp->tname; in prfind()
1359 prcom(psinfo_t *psinfo, char *ttyp) in prcom() argument
1375 pr_fields(psinfo, ttyp, print_zombie_field); in prcom()
1387 pr_fields(psinfo, ttyp, print_field); in prcom()
1547 (void) printf(" %-8.14s", ttyp); /* TTY */ in prcom()
1650 print_field(psinfo_t *psinfo, struct field *f, const char *ttyp) in print_field() argument
1851 (void) printf("%-*s", width, ttyp); in print_field()
2033 print_zombie_field(psinfo_t *psinfo, struct field *f, const char *ttyp) in print_zombie_field() argument
2073 print_field(psinfo, f, ttyp); in print_zombie_field()
2079 pr_fields(psinfo_t *psinfo, const char *ttyp, in pr_fields() argument
2085 print_fld(psinfo, f, ttyp); in pr_fields()