OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/rdist/
expand.c
65
char *
entp
;
variable in typeref:typename:char *
429
sentp =
entp
;
430
entp
= s;
432
entp
= sentp;
505
s =
entp
;
/src/sys/ufs/ext2fs/
ext2fs_htree.c
716
struct ext2fs_htree_entry *
entp
, *start, *end, *middle, *found;
local in function:ext2fs_htree_find_leaf
752
entp
= (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) +
755
if (ext2fs_htree_get_limit(
entp
) !=
760
cnt = ext2fs_htree_get_count(
entp
);
761
if (cnt == 0 || cnt > ext2fs_htree_get_limit(
entp
))
764
start =
entp
+ 1;
765
end =
entp
+ cnt - 1;
777
level_info->h_entries =
entp
;
786
entp
= ((struct ext2fs_htree_node *)bp->b_data)->h_entries;
Completed in 102 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025