HomeSort by: relevance | last modified time | path
    Searched refs:scx (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/hpc/
hpcapm.c 295 hpcapm_disconnect(void *scx)
300 hpcapm_enable(void *scx, int onoff)
305 hpcapm_set_powstate(void *scx, u_int devid, u_int powstat)
310 sc = scx;
365 hpcapm_get_powstat(void *scx, u_int batteryid, struct apm_power_info *pinfo)
370 sc = scx;
400 hpcapm_get_event(void *scx, u_int *event_type, u_int *event_info)
405 sc = scx;
429 hpcapm_cpu_busy(void *scx)
434 hpcapm_cpu_idle(void *scx)
    [all...]
btnmgr.c 270 btnmgr_wskbd_enable(void *scx, int on)
272 struct btnmgr_softc *sc = scx;
286 btnmgr_wskbd_set_leds(void *scx, int leds)
294 btnmgr_wskbd_ioctl(void *scx, u_long cmd, void *data, int flag,
298 struct btnmgr_softc *sc = scx;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
access.d 151 for (auto scx = sc; scx; scx = scx.enclosing)
153 if (!scx.scopesym)
155 auto cd2 = scx.scopesym.isClassDeclaration();
attrib.d 365 auto scx = super.newScope(sc);
367 if (scx == sc)
368 scx = sc.push();
369 scx.depdecl = this;
370 return scx;
551 auto scx = sc.copy();
552 scx.linkage = LINK.cpp;
553 scx.namespace = this;
554 return scx;
statementsem.d 2253 for (Scope* scx = sc; scx; scx = scx.enclosing)
2255 if (!scx.sw)
2257 foreach (cs; *scx.sw.cases)
2519 /* Find the outermost scope `scx` that set `sw`.
2520 * Then search scope `scx` for a declaration of `v`.
2522 for (Scope* scx = sc; scx; scx = scx.enclosing
    [all...]
declaration.d 368 for (Scope* scx = sc; scx; scx = scx.enclosing)
370 if (scx.func == parent && (scx.flags & SCOPE.contract))
383 for (Scope* scx = sc; scx; scx = scx.enclosing
    [all...]
dstruct.d 104 Scope scx;
105 scx._module = sd.getModule();
106 getTypeInfoType(sd.loc, t, &scx);
dsymbolsem.d 218 private void deferDsymbolSemantic(Dsymbol s, Scope *scx)
220 s._scope = scx ? scx : sc.copy();
362 Scope* scx = null;
366 scx = sc;
1061 dsym._scope = scx ? scx : sc.copy();
1145 dsym._scope = scx ? scx : sc.copy();
2020 Scope* scx = null
    [all...]
dtemplate.d 814 for (Scope* scx = paramscope.callsc; scx; scx = scx.callsc)
816 // The first scx might be identical for nested eponymeous templates, e.g.
818 if (scx == p.sc && scx !is paramscope.callsc)
831 Scope* scx = paramscope.push(ti);
832 scx.parent = ti;
833 scx.tinst = null
    [all...]
traits.d 1043 Scope* scx = sc.push();
1044 scx.flags |= SCOPE.ignoresymbolvisibility | SCOPE.noaccesscheck;
1045 scope (exit) scx.pop();
1051 ex = ex.trySemantic(scx);
1059 ex = ex.expressionSemantic(scx);
1068 ex = ex.expressionSemantic(scx);
1209 return tup.expressionSemantic(scx);
expressionsem.d 399 for (Scope* scx = sc; scx; scx = scx.enclosing)
401 if (!scx.scopesym)
403 if (scx.scopesym.isModule())
405 s = scx.scopesym.search(loc, ident, flags);
425 if (scx.scopesym.isModule() && !(scx.enclosing && !scx.enclosing.enclosing)
    [all...]
clone.d 544 Scope scx;
551 tfeqptr = cast(TypeFunction)tfeqptr.typeSemantic(Loc.initial, &scx);
618 Scope scx;
625 tfcmpptr = cast(TypeFunction)tfcmpptr.typeSemantic(Loc.initial, &scx);
doc.d 1188 Scope* scx = sc;
1192 scx.lastdc = sc.lastdc;
  /src/sys/arch/hpcmips/vr/
vr4181giu.c 247 vr4181giu_getchip(void* scx, int chipid)
249 struct vr4181giu_softc *sc = scx;
vrc4172gpio.c 464 vrc4172gpio_getchip(void* scx, int chipid)
466 struct vrc4172gpio_softc *sc = scx;
vrgiu.c 506 vrgiu_getchip(void* scx, int chipid)
508 struct vrgiu_softc *sc = scx;

Completed in 83 milliseconds