HomeSort by: relevance | last modified time | path
    Searched defs:ctype (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/hpc/
video_subr.c 291 } ctype[] = { local in function:video_reverse_color
302 for (ctypep = ctype; ctypep->normal != -1 ; ctypep++) {
  /src/sys/dev/i2c/
ihidev.c 1041 int ctype; local in function:ihidev_get_report
1043 if ((ctype = ihidev_report_type_conv(type)) < 0)
1046 rreq.type = ctype;
1065 int ctype; local in function:ihidev_set_report
1067 if ((ctype = ihidev_report_type_conv(type)) < 0)
1070 rreq.type = ctype;
  /src/sys/arch/arm/arm/
cpufunc.c 1395 u_int ctype, isize, dsize; local in function:get_cachetype_cp15
1398 ctype = armreg_ctr_read();
1407 if (ctype == cpu_idnum())
1411 if (CPU_CT_FORMAT(ctype) == 4) {
1414 if (CPU_CT4_L1IPOLICY(ctype) == CPU_CT4_L1_PIPT) {
1449 if ((ctype & CPU_CT_S) == 0)
1456 arm_pcache.cache_type = CPU_CT_CTYPE(ctype);
1459 isize = CPU_CT_ISIZE(ctype);
1484 dsize = CPU_CT_DSIZE(ctype);
  /src/bin/ksh/
sh.h 431 #define ctype(c, t) !!(ctypes[(unsigned char)(c)]&(t)) macro
432 #define letter(c) ctype(c, C_ALPHA)
433 #define digit(c) ctype(c, C_DIGIT)
434 #define letnum(c) ctype(c, C_ALPHA|C_DIGIT)
  /src/sys/dev/vme/
xdreg.h 252 volatile u_char ctype; /* controller type */ member in struct:xd_iopb_ctrl
  /src/sys/kern/
tty.c 787 int ctype; local in function:ttyinput_wlock
809 ctype = ISALPHA(c);
819 (alt == 0 || ISALPHA(c) == ctype));
  /src/sys/arch/sun3/dev/
xdreg.h 252 volatile u_char ctype; /* controller type */ member in struct:xd_iopb_ctrl
  /src/sys/net/
if_spppsubr.c 2007 u_char ctype; local in function:sppp_rcr_update_state
2017 ctype = CONF_ACK;
2023 cp->screply(cp, sp, ctype, ident, msglen, msg);
2029 cp->screply(cp, sp, ctype, ident, msglen, msg);
2034 cp->screply(cp, sp, ctype, ident, msglen, msg);
2040 cp->screply(cp, sp, ctype, ident, msglen, msg);
2058 ctype = type == CP_RCR_NAK ? CONF_NAK : CONF_REJ;
2065 cp->screply(cp, sp, ctype, ident, msglen, msg);
2071 cp->screply(cp, sp, ctype, ident, msglen, msg);
2076 cp->screply(cp, sp, ctype, ident, msglen, msg)
4212 int ctype = type == CP_RCR_REJ ? CONF_REJ : CONF_NAK; local in function:sppp_ipv6cp_confreq
4234 int ctype ; local in function:sppp_ipv6cp_confreq
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 1040 SVGA3dShaderConstType ctype; member in struct:__anon411ade0f3108

Completed in 25 milliseconds