OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDevicePathEnd
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/stand/efiboot/
efidev.c
31
for (i = 0; !
IsDevicePathEnd
(dp); dp = NextDevicePathNode(dp), i++) {
45
if (
IsDevicePathEnd
(dp))
58
if (
IsDevicePathEnd
(dpa) ||
IsDevicePathEnd
(dpb))
59
return ((
IsDevicePathEnd
(dpa) &&
IsDevicePathEnd
(dpb))
60
? 0 : (
IsDevicePathEnd
(dpa))? -1 : 1);
efinet.c
370
for (dp = dp0; !
IsDevicePathEnd
(dp); dp = NextDevicePathNode(dp)) {
/src/sys/arch/i386/stand/efiboot/
efidev.c
31
for (i = 0; !
IsDevicePathEnd
(dp); dp = NextDevicePathNode(dp), i++) {
45
if (
IsDevicePathEnd
(dpa) ||
IsDevicePathEnd
(dpb))
46
return ((
IsDevicePathEnd
(dpa) &&
IsDevicePathEnd
(dpb))
47
? 0 : (
IsDevicePathEnd
(dpa))? -1 : 1);
efiboot.c
81
for (dp = dp0; !
IsDevicePathEnd
(dp); dp = NextDevicePathNode(dp)) {
efinet.c
349
for (dp = dp0; !
IsDevicePathEnd
(dp); dp = NextDevicePathNode(dp)) {
370
!
IsDevicePathEnd
(dp);
boot.c
815
!
IsDevicePathEnd
(dp);
eficons.c
835
!
IsDevicePathEnd
(dp);
/src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c
300
while (!
IsDevicePathEnd
(DevPath)) {
356
if (
IsDevicePathEnd
(Src)) {
387
if (
IsDevicePathEnd
(Src)) {
422
while (!
IsDevicePathEnd
(DevPath)) {
454
if (
IsDevicePathEnd
(FilePath)) {
1156
while (!
IsDevicePathEnd
(DevPathNode)) {
sread.c
129
while (!
IsDevicePathEnd
(&FilePathNode->Header)) {
hand.c
243
if (
IsDevicePathEnd
(DevPath)) {
/src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h
59
#define
IsDevicePathEnd
(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) )
Completed in 17 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025