Searched refs:ttyp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 447 int ttyp; local 463 ttyp = POET_GET_TYPE(tagp); 464 if (ttyp == POETT_END) 469 switch (ttyp) { 507 switch (ttyp) { 572 (void) fprintf(out, "%s:%d ", poe_tagname(ttyp), tlen); 836 int ttyp; local 853 ttyp = POET_GET_TYPE(tagp); 854 if (ttyp == POETT_END) 857 switch (ttyp) { 1075 int tlen, ttyp; local 1251 int ttyp; local 1278 int ttyp; local 1323 int ttyp; local [all...] |
/illumos-gate/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) 383 ttyp = "notty"; 459 stat(ttyp, &stbuf); 461 chmod(ttyp, mode & ~0122); /* turn off writing for others */ 463 if (ttyp && *ttyp && mode) 464 chmod(ttyp, mod [all...] |
/illumos-gate/usr/src/cmd/ps/ |
H A D | ucbps.c | 156 struct tty *ttyp = tty; local 289 ttyp->tdev = PRNODEV; 298 ttyp->tdev = s.st_rdev; 300 ttyp++->tname = p; 340 ttyp->tname = NULL; 851 struct tty *ttyp; local 879 for (ttyp = tty; ttyp->tname != NULL; ttyp++) { 883 if (strcmp(tp, ttyp [all...] |
H A D | ps.c | 1297 struct tty *ttyp; local 1320 for (ttyp = tty; ttyp->tname != NULL; ttyp++) { 1324 if (strcmp(tp, ttyp->tname) == 0) { 1332 (ttyp->tdev != PRNODEV) && 1333 (psinfo->pr_ttydev == ttyp->tdev)) 1334 other = ttyp->tname; 1359 prcom(psinfo_t *psinfo, char *ttyp) argument 1375 pr_fields(psinfo, ttyp, print_zombie_fiel 1650 print_field(psinfo_t *psinfo, struct field *f, const char *ttyp) argument 2033 print_zombie_field(psinfo_t *psinfo, struct field *f, const char *ttyp) argument 2079 pr_fields(psinfo_t *psinfo, const char *ttyp, void (*print_fld)(psinfo_t *, struct field *, const char *)) argument [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 261 __u8 ttyp; member in struct:fw_filter_wr
|
Completed in 131 milliseconds