Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c447 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 Doptions.c1889 int ttyp; in locate_service() local
1940 ttyp = POET_GET_TYPE(tagp); in locate_service()
1941 if (ttyp == POETT_END) in locate_service()
1944 switch (ttyp) { in locate_service()
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c156 struct tty *ttyp = tty; in ucbmain() local
288 ttyp->tdev = PRNODEV; in ucbmain()
297 ttyp->tdev = s.st_rdev; in ucbmain()
299 ttyp++->tname = p; in ucbmain()
339 ttyp->tname = NULL; in ucbmain()
853 struct tty *ttyp; in prcom() local
881 for (ttyp = tty; ttyp->tname != NULL; ttyp++) { in prcom()
885 if (strcmp(tp, ttyp->tname) == 0) { in prcom()
893 (psinfo->pr_ttydev == ttyp->tdev)) in prcom()
894 other = ttyp->tname; in prcom()
H A Dps.c1297 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 …]
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c80 char *ttyp; variable
379 if ((ttyp=ttyname(j=0)) != 0 || (ttyp=ttyname(j=1)) != 0 || (ttyp=ttyname(j=2)) != 0) in init2()
382 ttyp = "notty"; in init2()
458 stat(ttyp, &stbuf);
460 chmod(ttyp, mode & ~0122); /* turn off writing for others */
462 if (ttyp && *ttyp && mode)
463 chmod(ttyp, mode);
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c516 const char *ttyp = NULL; in update_cmdline() local
526 find_property_value(cl, mode, &ttyp, &ttylen); in update_cmdline()
529 if (*mode != '\0' && ttyp == NULL) in update_cmdline()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h322 __u8 ttyp; member
354 __u8 ttyp; member