OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DevName
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h
29
const CHAR16 *
DevName
;
47
@param
DevName
Name of the device to add.
60
DeviceNode * EFIAPI __DevRegister( const CHAR16 *
DevName
, GUID *DevProto, FO_OPEN OpenFunc,
63
/** Find a DeviceNode matching
DevName
or DevProto, or both.
65
If
DevName
is NULL, then the device name is not used in the search.
68
If both
DevName
and DevProto are specified, then both must match.
71
@param
DevName
Name of the Device Abstraction to find.
76
@retval RETURN_INVALID_PARAMETER Both
DevName
and DevProto are NULL or Node is NULL.
79
EFI_STATUS EFIAPI __DevSearch( CHAR16 *
DevName
, GUID *DevProto, DeviceNode **Node);
/external/syslinux/dosutil/
eltorito.asm
945
mov si,
DevName
;Device Name is at ds:si
1086
DevName
db ' Device Name: ', 0
1088
db 'Usage: device=eltorito.sys /D:<
DevName
>',CR,0
Completed in 178 milliseconds