Searched refs:ctype (Results 1 – 5 of 5) sorted by relevance
/arch/mips/sgi-ip22/ |
D | ip22-setup.c | 36 char *ctype; in plat_mem_setup() local 66 ctype = ArcGetEnvironmentVariable("console"); in plat_mem_setup() 69 if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) { in plat_mem_setup() 74 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0, in plat_mem_setup() 76 } else if (!ctype || *ctype != 'g') { in plat_mem_setup()
|
/arch/m68k/include/asm/ |
D | bootstd.h | 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 85 type name(atype a, btype b, ctype c) \ 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 116 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
D | mvme16xhw.h | 19 u_short clun, dlun, ctype, dnum; member
|
/arch/mips/sni/ |
D | setup.c | 59 char *ctype; in sni_console_setup() local 67 ctype = prom_getenv("console"); in sni_console_setup() 68 switch (*ctype) { in sni_console_setup()
|
/arch/s390/include/asm/ |
D | chsc.h | 88 } ctype; member
|