Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/i386/isa/
Dnpx.c121 enum npx_type { enum
129 static enum npx_type npx_type; variable
231 npx_type = NPX_EXCEPTION; in npxprobe1()
237 npx_type = NPX_INTERRUPT; in npxprobe1()
242 npx_type = NPX_BROKEN; in npxprobe1()
252 npx_type = NPX_NONE; in npxprobe1()
274 npx_type = NPX_CPUID; in npxprobe()
369 switch (npx_type) { in npxattach()
381 npx_type = NPX_EXCEPTION; in npxattach()
385 npx_type = NPX_NONE; in npxattach()
[all …]