OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:v_data
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/fsck_lfs/
vnode.h
47
void *
v_data
;
member in struct:uvnode
/src/usr.sbin/makefs/ffs/
buf.h
62
void *
v_data
;
member in struct:vnode
/src/sys/sys/
vnode.h
139
* it from
v_data
.
181
void *
v_data
; /* - private data for fs */
member in struct:vnode
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c
258
uint8_t *
v_data
;
member in struct:zip
2854
free(zip->
v_data
);
2855
zip->
v_data
= NULL;
2860
if (zip->
v_data
== NULL) {
2861
zip->
v_data
= malloc(zip->v_size);
2862
if (zip->
v_data
== NULL)
2865
memcpy(zip->
v_data
, p, zip->v_size);
3258
free(zip->
v_data
);
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026