OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsdata
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/stand/libsa/
winfs.c
56
struct winfs *
fsdata
;
local
58
fsdata
= (struct winfs *)alloc(sizeof(*
fsdata
));
59
if (!
fsdata
) {
64
fsdata
->hDevice = CreateFile(wpath, GENERIC_READ, 0, NULL,
66
if (
fsdata
->hDevice == INVALID_HANDLE_VALUE) {
68
dealloc(
fsdata
, sizeof(*
fsdata
));
72
f->f_fsdata = (void *)
fsdata
;
81
struct winfs *
fsdata
= (struct winfs *) f->f_fsdata
local
96
struct winfs *
fsdata
= (struct winfs *) f->f_
fsdata
;
local
140
struct winfs *
fsdata
= (struct winfs *) f->f_
fsdata
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026