Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dfileaccess.c21 int ior; in pushIor() local
23 ior = 0; in pushIor()
25 ior = errno; in pushIor()
26 stackPushINT(pVM->pStack, ior); in pushIor()
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c112 uint8_t ior[NCT_MAX_GROUP + 1]; /* direction, 1: input 0: output */ member
900 cache = &sc->cache.ior[group]; in nct_set_pin_reg()
925 return (nct_get_pin_cache(sc, pin_num, sc->cache.ior)); in nct_pin_is_input()
1223 sc->cache.ior[gp->grpnum] = nct_read_reg(sc, REG_IOR, gp->grpnum); in nct_attach()
1225 sc->cache.out_known[gp->grpnum] = ~sc->cache.ior[gp->grpnum]; in nct_attach()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c227 agsaIORequestDesc_t *ior; in saFastSSPCancel() local
246 ior = (agsaIORequestDesc_t*)((char*)saLlistIOGetHead(&fr->requests) - in saFastSSPCancel()
253 pDevice = ior->pDevice; in saFastSSPCancel()
254 saLlistIORemove(&pDevice->pendingIORequests, &ior->linkNode); in saFastSSPCancel()
255 saLlistIOAdd(&saRoot->freeIORequests, &ior->linkNode); in saFastSSPCancel()
257 tmp = (void*)saLlistGetNext(&fr->requests, &ior->fastLink); in saFastSSPCancel()
262 ior = (agsaIORequestDesc_t*)((char*)tmp - in saFastSSPCancel()
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr203 : strdup ( c-addr length -- c-addr2 length2 ior )
/freebsd/stand/forth/
H A Dsupport.4th1227 : process_module_errors ( addr ior -- )