Searched refs:isdefault (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/x86/isa/ |
| H A D | isa.c | 96 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 D | xlp_simplebus.c | 176 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 D | apb.c | 173 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 D | nexus.c | 286 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 D | apb.c | 277 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 D | subr_bus.c | 3414 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end); in resource_list_alloc() local 3443 if (isdefault) { in resource_list_alloc()
|