OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDT_ERR_NOSPACE
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/libfdt/dist/
fdt_wip.c
29
return -
FDT_ERR_NOSPACE
;
46
return -
FDT_ERR_NOSPACE
;
fdt_strerror.c
26
FDT_ERRTABENT(
FDT_ERR_NOSPACE
),
fdt_sw.c
114
return -
FDT_ERR_NOSPACE
;
160
return -
FDT_ERR_NOSPACE
;
191
return -
FDT_ERR_NOSPACE
;
223
return -
FDT_ERR_NOSPACE
;
238
return -
FDT_ERR_NOSPACE
;
303
return -
FDT_ERR_NOSPACE
;
309
return -
FDT_ERR_NOSPACE
;
344
return -
FDT_ERR_NOSPACE
;
fdt_rw.c
64
return -
FDT_ERR_NOSPACE
;
442
return -
FDT_ERR_NOSPACE
;
451
return -
FDT_ERR_NOSPACE
;
fdt.c
289
return -
FDT_ERR_NOSPACE
;
fdt_ro.c
532
return -
FDT_ERR_NOSPACE
;
558
return -
FDT_ERR_NOSPACE
;
fdt_overlay.c
278
if (ret == -
FDT_ERR_NOSPACE
)
libfdt.h
23
#define
FDT_ERR_NOSPACE
3
24
/*
FDT_ERR_NOSPACE
: Operation needed to expand the device
310
* -
FDT_ERR_NOSPACE
, bufsize is insufficient to contain the device tree
854
* -
FDT_ERR_NOSPACE
, the path of the given node is longer than (bufsize-1)
1244
* -
FDT_ERR_NOSPACE
, if len is not equal to the property's current length
1277
* -
FDT_ERR_NOSPACE
, if the property's length is not equal to 4
1312
* -
FDT_ERR_NOSPACE
, if the property's length is not equal to 8
1414
* -
FDT_ERR_NOSPACE
, bufsize is insufficient for a minimal fdt
1428
* -
FDT_ERR_NOSPACE
, bufsize is insufficient for a minimal fdt
1466
* -
FDT_ERR_NOSPACE
, standard meaning
[
all
...]
/src/external/gpl2/dtc/dist/tests/
get_path.c
38
if (len != -
FDT_ERR_NOSPACE
)
rw_oom.c
71
if (err != -
FDT_ERR_NOSPACE
)
sw_tree1.c
91
if (err == -
FDT_ERR_NOSPACE
) \
testutils.c
343
if (err == -
FDT_ERR_NOSPACE
) {
/src/external/gpl2/dtc/dist/
fdtoverlay.c
73
if (ret == -
FDT_ERR_NOSPACE
) {
76
} while (ret == -
FDT_ERR_NOSPACE
);
fdtput.c
168
if (err == -
FDT_ERR_NOSPACE
) {
Completed in 31 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026