Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_rman.c247 if (r->r_flags & RF_ALLOCATED) { in rman_fini()
279 if (!(r->r_flags & RF_ALLOCATED)) { in rman_first_free_region()
297 if (!(r->r_flags & RF_ALLOCATED)) { in rman_last_free_region()
353 if (start < r->r_start && (s == NULL || (s->r_flags & RF_ALLOCATED) || in rman_adjust_resource()
358 if (end > r->r_end && (t == NULL || (t->r_flags & RF_ALLOCATED) || in rman_adjust_resource()
371 (start > r->r_start && s != NULL && !(s->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()
381 (end < r->r_end && t != NULL && !(t->r_flags & RF_ALLOCATED))) { in rman_adjust_resource()
405 if (s != NULL && !(s->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()
420 if (t != NULL && !(t->r_flags & RF_ALLOCATED)) { in rman_adjust_resource()
449 new_rflags = (flags & ~RF_FIRSTSHARE) | RF_ALLOCATED; in rman_reserve_resource_bound()
[all …]
/freebsd-9-stable/sys/sys/
Drman.h42 #define RF_ALLOCATED 0x0001 /* resource has been reserved */ macro
/freebsd-9-stable/sys/dev/digi/
Ddigi_isa.c295 0ul, ~0ul, sc->win_size, RF_ALLOCATED); in digi_isa_probe()
/freebsd-9-stable/sys/dev/ctau/
Dif_ct.c341 RF_ALLOCATED))) in ct_is_free_res()
/freebsd-9-stable/sys/dev/cx/
Dif_cx.c428 RF_ALLOCATED))) in cx_is_free_res()