OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argsread
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/hfs/
hfs_subr.c
252
hfs_libcb_argsread*
argsread
;
local in function:hfs_libcb_read
262
&& (
argsread
= (hfs_libcb_argsread*)cbargs->read) != NULL
263
&&
argsread
->cred != NULL)
264
cred =
argsread
->cred;
hfs_vfsops.c
345
hfs_libcb_argsread
argsread
;
local in function:hfs_mountfs
375
argsopen.cred =
argsread
.cred = cred;
376
argsopen.l =
argsread
.l = l;
378
cbargs.read = (void*)&
argsread
;
hfs_vnops.c
732
hfs_libcb_argsread
argsread
;
local in function:hfs_vop_bmap
752
argsread
.cred = NULL;
753
argsread
.l = NULL;
754
cbargs.read = &
argsread
;
864
hfs_libcb_argsread
argsread
;
local in function:hfs_vop_readdir
894
argsread
.cred = ap->a_cred;
895
argsread
.l = NULL;
896
cbargs.read = &
argsread
;
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025