Home
last modified time | relevance | path

Searched defs:scx (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/dev/hpc/
H A Dhpcapm.c295 hpcapm_disconnect(void *scx) in hpcapm_disconnect()
300 hpcapm_enable(void *scx, int onoff) in hpcapm_enable()
305 hpcapm_set_powstate(void *scx, u_int devid, u_int powstat) in hpcapm_set_powstate()
365 hpcapm_get_powstat(void *scx, u_int batteryid, struct apm_power_info *pinfo) in hpcapm_get_powstat()
400 hpcapm_get_event(void *scx, u_int *event_type, u_int *event_info) in hpcapm_get_event()
429 hpcapm_cpu_busy(void *scx) in hpcapm_cpu_busy()
434 hpcapm_cpu_idle(void *scx) in hpcapm_cpu_idle()
439 hpcapm_get_capabilities(void *scx, u_int *numbatts, u_int *capflags) in hpcapm_get_capabilities()
H A Dbtnmgr.c270 btnmgr_wskbd_enable(void *scx, int on) in btnmgr_wskbd_enable()
286 btnmgr_wskbd_set_leds(void *scx, int leds) in btnmgr_wskbd_set_leds()
294 btnmgr_wskbd_ioctl(void *scx, u_long cmd, void *data, int flag, in btnmgr_wskbd_ioctl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c300 static Type *resolveBase(ClassDeclaration *cd, Scope *sc, Scope *&scx, Type *type) in resolveBase()
313 static void resolveBase(ClassDeclaration *cd, Scope *sc, Scope *&scx, ClassDeclaration *sym) in resolveBase()
345 Scope *scx = NULL; in semantic() local
1439 Scope *scx = NULL; in semantic() local
H A Dtraits.c784 Scope *scx = sc->push(); in semanticTraits() local
795 Scope *scx = sc->push(); in semanticTraits() local
807 Scope *scx = sc->push(); in semanticTraits() local
H A Dclone.c502 Scope scx; in buildXopEquals() local
582 Scope scx; in buildXopCmp() local
H A Ddstruct.c102 Scope scx; in semanticTypeInfo() local
1032 Scope *scx = NULL; in semantic() local
H A Ddenum.c105 Scope *scx = NULL; in semantic() local
H A Daccess.c280 for (Scope *scx = sc; scx; scx = scx->enclosing) in hasProtectedAccess() local
H A Dstatementsem.c2274 for (Scope *scx = sc; scx; scx = scx->enclosing) in visit() local
2433 for (Scope *scx = sc; scx; scx = scx->enclosing) in visit() local
3028 for (Scope *scx = sc; scx; scx = scx->enclosing) in visit() local
3099 Scope *scx; in visit() local
H A Ddeclaration.c137 for (Scope *scx = sc; scx; scx = scx->enclosing) in checkModify() local
876 Scope *scx = NULL; in semantic() local
H A Dexpressionsem.c317 for (Scope *scx = scwith; scx && scx->func == scwith->func; scx = scx->enclosing) in visit() local
1770 …for (Scope *scx = sc->enclosing; scx && (scx->func == sc->func || (scx->func && sc->func->fes)); s… in visit() local
4556 Scope *scx = sc; in visit() local
4903 Scope *scx = sc; in visit() local
H A Ddtemplate.c758 for (Scope *scx = sc; scx; scx = scx->enclosing) in evaluateConstraint() local
774 Scope *scx = paramscope->push(ti); in evaluateConstraint() local
2363 for (Scope *scx = sc; scx; scx = scx->enclosing) in functionResolve() local
2682 Scope *scx = sc2->push(); in doHeaderInstantiation() local
8354 Scope *scx = NULL; in semantic() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d218 private void deferDsymbolSemantic(Dsymbol s, Scope *scx) in deferDsymbolSemantic()
362 Scope* scx = null; in visit() local
2020 Scope* scx = null; in visit() local
2645 Scope* scx = null; in visit() local
4491 Scope* scx = null; in visit() local
4715 Scope* scx = null; in visit() local
5376 Scope* scx = null; in visit() local
5721 for (Scope* scx = sc; scx; scx = scx.enclosing) in templateInstanceSemantic() local
H A Daccess.d151 for (auto scx = sc; scx; scx = scx.enclosing) in hasProtectedAccess() local
H A Ddstruct.d104 Scope scx; in semanticTypeInfo() local
H A Dstatementsem.d2253 for (Scope* scx = sc; scx; scx = scx.enclosing) in package() local
2522 for (Scope* scx = sc; scx; scx = scx.enclosing) in package() local
3174 for (Scope* scx = sc; scx; scx = scx.enclosing) in package() local
3247 Scope* scx; in package() local
H A Dclone.d544 Scope scx; in buildXopEquals() local
618 Scope scx; in buildXopCmp() local
H A Dattrib.d365 auto scx = super.newScope(sc); in newScope() local
551 auto scx = sc.copy(); in newScope() local
H A Ddeclaration.d368 for (Scope* scx = sc; scx; scx = scx.enclosing) in checkModify() local
383 for (Scope* scx = sc; scx; scx = scx.enclosing) in checkModify() local
H A Ddtemplate.d814 for (Scope* scx = paramscope.callsc; scx; scx = scx.callsc) in evaluateConstraint() local
831 Scope* scx = paramscope.push(ti); in evaluateConstraint() local
2403 Scope* scx = sc2.push(); in doHeaderInstantiation() local
2880 for (Scope* scx = sc; scx; scx = scx.enclosing) in applyTemplate() local
H A Dexpressionsem.d399 for (Scope* scx = sc; scx; scx = scx.enclosing) in searchUFCS() local
2616 for (Scope* scx = scwith; scx && scx.func == scwith.func; scx = scx.enclosing) in visit() local
5305 …for (Scope* scx = sc.enclosing; scx && (scx.func == sc.func || (fes_enclosing_func && scx.func == … in visit() local
7921 Scope* scx = sc; in visit() local
8349 Scope* scx = sc; in visit() local
H A Dtraits.d1043 Scope* scx = sc.push(); in semanticTraits() local
/netbsd-src/sys/arch/hpcmips/vr/
H A Dvr4181giu.c247 vr4181giu_getchip(void* scx, int chipid) in vr4181giu_getchip()
H A Dvrc4172gpio.c464 vrc4172gpio_getchip(void* scx, int chipid) in vrc4172gpio_getchip()
H A Dvrgiu.c506 vrgiu_getchip(void* scx, int chipid) in vrgiu_getchip()

12