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

/netbsd-6-1-5-RELEASE/sys/arch/i386/isa/
H A Dnpxvar.h69 enum npx_type { enum
83 enum npx_type sc_type;
88 enum npx_type npxprobe1(bus_space_tag_t, bus_space_handle_t, int);
H A Dnpx.c167 static enum npx_type npx_type; variable in typeref:enum:npx_type
207 enum npx_type
212 enum npx_type rv = NPX_NONE;
333 npx_type = sc->sc_type;
411 if (l == NULL || npx_type == NPX_NONE) {
412 printf("npxintr: l = %p, curproc = %p, npx_type = %d\n",
413 l, curproc, npx_type);
952 printf("%s: fpcurthread = %p, curthread = %p, npx_type = %d\n",
953 __func__, fl, l, npx_type);
[all...]
H A Dnpx_isa.c98 enum npx_type result;

Completed in 48 milliseconds