Home
last modified time | relevance | path

Searched refs:registerType (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/lua/
H A Dconfig.lua912 hook.registerType("config.buildenv")
913 hook.registerType("config.loaded")
914 hook.registerType("config.reloaded")
915 hook.registerType("kernel.loaded")
916 hook.registerType("modules.loaded")
H A Dhook.lua43 function hook.registerType(hooktype) function
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c1366 (pSGpioReq->registerType > AGSA_SGPIO_GENERAL_PURPOSE_TRANSMIT_REG)) in tdsaSGpioIoctlSetup()
1373 if (AGSA_SGPIO_CONFIG_REG == pSGpioReq->registerType) in tdsaSGpioIoctlSetup()
H A Dtdport.c4629 pSGpioReq->registerType = regType; in SendSgpioRequest()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp272 RAW_METHOD_DUMP(OS, registerType); in dump()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2158 bit8 registerType; /* used only in request */ member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c2238 ((bit32)pSGpioReq->registerType << 16) | in saSgpio()