Searched refs:ttyp (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 447 int ttyp; in display_pppoe() local 463 ttyp = POET_GET_TYPE(tagp); in display_pppoe() 464 if (ttyp == POETT_END) in display_pppoe() 469 switch (ttyp) { in display_pppoe() 507 switch (ttyp) { in display_pppoe() 572 (void) fprintf(out, "%s:%d ", poe_tagname(ttyp), tlen); in display_pppoe() 836 int ttyp; in send_padr() local 853 ttyp = POET_GET_TYPE(tagp); in send_padr() 854 if (ttyp == POETT_END) in send_padr() 857 switch (ttyp) { in send_padr() [all …]
|
H A D | options.c | 1888 int ttyp; in locate_service() local 1939 ttyp = POET_GET_TYPE(tagp); in locate_service() 1940 if (ttyp == POETT_END) in locate_service() 1943 switch (ttyp) { in locate_service()
|
/titanic_41/usr/src/cmd/ps/ |
H A D | ucbps.c | 156 struct tty *ttyp = tty; in ucbmain() local 289 ttyp->tdev = PRNODEV; in ucbmain() 298 ttyp->tdev = s.st_rdev; in ucbmain() 300 ttyp++->tname = p; in ucbmain() 340 ttyp->tname = NULL; in ucbmain() 851 struct tty *ttyp; in prcom() local 879 for (ttyp = tty; ttyp->tname != NULL; ttyp++) { in prcom() 883 if (strcmp(tp, ttyp->tname) == 0) { in prcom() 891 (psinfo->pr_ttydev == ttyp->tdev)) in prcom() 892 other = ttyp->tname; in prcom()
|
H A D | ps.c | 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() [all …]
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n1.c | 83 char *ttyp; variable 380 if ((ttyp=ttyname(j=0)) != 0 || (ttyp=ttyname(j=1)) != 0 || (ttyp=ttyname(j=2)) != 0) in init2() 383 ttyp = "notty"; in init2() 459 stat(ttyp, &stbuf); 461 chmod(ttyp, mode & ~0122); /* turn off writing for others */ 463 if (ttyp && *ttyp && mode) 464 chmod(ttyp, mode);
|
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 261 __u8 ttyp; member
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 494 - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
|