Searched refs:list_replace (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dlist.h106 * list_replace - replace old entry by new one
112 static inline void list_replace(struct list_head *old, function
124 list_replace(old, new);
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h108 * list_replace - replace old entry by new one
114 static inline void list_replace(struct list_head *old, function
126 list_replace(old, new);
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h108 * list_replace - replace old entry by new one
114 static inline void list_replace(struct list_head *old, function
126 list_replace(old, new);

Completed in 97 milliseconds