Searched refs:r_start (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dsubr_rman.c93 u_long r_start; /* index of the first entry in this resource */ member in struct:resource_i
173 r->r_start = start;
183 if (s->r_end + 1 >= r->r_start)
192 if (r->r_start <= s->r_end && r->r_end >= s->r_start) {
199 if (t && r->r_start <= t->r_end && r->r_end >= t->r_start) {
208 if (t && (r->r_end + 1 != t->r_start || t->r_flags != 0))
212 if (s->r_end + 1 == r->r_start && s->r_flags == 0) {
225 t->r_start
[all...]
/freebsd-10.0-release/sys/sys/
H A Drman.h73 u_long r_start; /* offset in resource space */ member in struct:u_resource
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3disk.c97 uint64_t r_start; member in struct:ps3disk_region
549 lv1_repository_string("start"), &sc->sc_reg[i].r_start,
/freebsd-10.0-release/lib/libdevinfo/
H A Ddevinfo.c340 dr->dr_res.dr_start = ures.r_start;

Completed in 94 milliseconds