OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Volume
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
hand.c
306
EFI_FILE_IO_INTERFACE *
Volume
;
314
Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&
Volume
);
317
// Open the root directory of the
volume
321
Status = uefi_call_wrapper(
Volume
->OpenVolume, 2,
Volume
, &File);
/src/sys/coda/
coda.h
210
u_long
Volume
;
218
return (fid->Unique + (fid->Vnode<<10) + (fid->
Volume
<<20));
224
snprintf (fid_str, 35, "[%lx.%lx.%lx]", fid->
Volume
,
231
return (fid1->
Volume
== fid2->
Volume
&&
827
#define IS_CTL_FID(fidp) ((fidp)->
Volume
== -1 &&\
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025