OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curchild
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/hfs/
hfs_vnops.c
868
uint32_t
curchild
; /* index of child we are stuffing into dirent */
local in function:hfs_vop_readdir
907
for (
curchild
= 0;
curchild
< numchildren && uio->uio_resid > 0;
908
curchild
++) {
910
childnames[
curchild
].unicode, childnames[
curchild
].length,
936
curent.d_fileno = children[
curchild
].file.cnid;
937
switch (hfs_catalog_keyed_record_vtype(children+
curchild
)) {
hfs_vnops.c
868
uint32_t
curchild
; /* index of child we are stuffing into dirent */
local in function:hfs_vop_readdir
907
for (
curchild
= 0;
curchild
< numchildren && uio->uio_resid > 0;
908
curchild
++) {
910
childnames[
curchild
].unicode, childnames[
curchild
].length,
936
curent.d_fileno = children[
curchild
].file.cnid;
937
switch (hfs_catalog_keyed_record_vtype(children+
curchild
)) {
Completed in 23 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025