OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_index
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_extents.c
85
path->
ep_index
= l - 1;
86
*first_lbn = path->
ep_index
->ei_blk;
87
if (path->
ep_index
< last)
207
nblk = (daddr_t)path->
ep_index
->ei_leaf_hi << 32 |
208
path->
ep_index
->ei_leaf_lo;
227
path->
ep_index
= NULL;
ext2fs_extents.h
99
struct ext4_extent_index *
ep_index
;
member in struct:ext4_extent_path
/src/sys/arch/arm/rockchip/
rk_drm.c
381
int datalen, error, num_crtc,
ep_index
;
local in function:rk_drm_load
399
for (
ep_index
= 0; (ep = fdt_endpoint_get_from_index(sport->port, 0,
ep_index
)) != NULL;
ep_index
++) {
404
ep_index
, error);
rk_vop.c
689
const u_int
ep_index
= fdt_endpoint_index(ep);
local in function:rk_vop_ep_activate
690
if (
ep_index
>= VOP_NEP) {
691
DRM_ERROR("endpoint index %d out of range\n",
ep_index
);
/src/sys/dev/fdt/
fdt_port.c
104
int port_index, int
ep_index
)
113
if (ep->ep_id ==
ep_index
) {
123
int port_index, int
ep_index
)
128
ep_index
);
Completed in 14 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025