Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 5 of 5) sorted by relevance

/arch/mips/sgi-ip22/
Dip22-setup.c36 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/
Dbootstd.h84 #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) \
Dmvme16xhw.h19 u_short clun, dlun, ctype, dnum; member
/arch/mips/sni/
Dsetup.c59 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/
Dchsc.h88 } ctype; member