Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/isa/
H A Disa.c96 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in isa_alloc_resource() local
101 if (!passthrough && !isdefault) { in isa_alloc_resource()
/f-stack/freebsd/mips/nlm/
H A Dxlp_simplebus.c176 int j, isdefault, passthrough, needsactivate; in xlp_simplebus_alloc_resource() local
186 isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in xlp_simplebus_alloc_resource()
187 if (isdefault) { in xlp_simplebus_alloc_resource()
/f-stack/freebsd/mips/atheros/
H A Dapb.c173 int isdefault, needactivate, passthrough; in apb_alloc_resource() local
175 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
197 if (isdefault) { in apb_alloc_resource()
/f-stack/freebsd/mips/mips/
H A Dnexus.c286 int isdefault, needactivate, passthrough; in nexus_alloc_resource() local
293 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end) && count == 1); in nexus_alloc_resource()
303 if (!passthrough && isdefault) { in nexus_alloc_resource()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c277 int isdefault, needactivate, passthrough; in apb_alloc_resource() local
279 isdefault = (RMAN_IS_DEFAULT_RANGE(start, end)); in apb_alloc_resource()
301 if (isdefault) { in apb_alloc_resource()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3414 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in resource_list_alloc() local
3443 if (isdefault) { in resource_list_alloc()