Home
last modified time | relevance | path

Searched defs:r_start (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iores.c80 rman_res_t r_start, r_size; in bhnd_nvram_iores_new() local
/freebsd/sys/sys/
H A Drman.h78 rman_res_t r_start; /* offset in resource space */ member
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1187 rman_res_t r_start, r_size; in bhndb_activate_static_region() local
1230 rman_res_t r_start, r_size; in bhndb_retain_dynamic_window() local
1296 rman_res_t r_start, r_size; in bhndb_try_activate_resource() local
1511 rman_res_t r_start, r_size; in bhndb_activate_bhnd_resource() local
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c216 rman_res_t r_start, r_count, r_end; in bcma_dinfo_init_agent() local
/freebsd/sys/powerpc/ps3/
H A Dps3disk.c95 uint64_t r_start; member
/freebsd/sys/kern/
H A Dsubr_rman.c86 rman_res_t r_start; /* index of the first entry in this resource */ member
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c962 rman_res_t r_start, r_end, r_size; in chipc_try_activate_resource() local
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c1183 rman_res_t r_start, r_count, r_end; in siba_map_cfg_resources() local
/freebsd/stand/kshim/
H A Dbsd_kernel.h617 u_long r_start; /* index of the first entry in this resource */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h63 uint32_t r_start; /* Sequence number of the segment */ member
H A Dtcp_rack.h63 uint32_t r_start; /* Sequence number of the segment */ member
H A Dbbr.c6105 …er(struct tcp_bbr *bbr, uint32_t rtt_usecs, uint32_t rsm_send_time, uint32_t r_start, uint32_t tsi… in tcp_bbr_xmit_timer()