Home
last modified time | relevance | path

Searched refs:last_return_code (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c286 static unsigned int last_return_code; variable
553 rcode = last_return_code; in builtin_eval()
599 exit(last_return_code); in builtin_exit()
1641 return last_return_code;
1902 last_return_code=rcode;
1905 last_return_code = -rcode - 2;
1908 last_return_code=(rcode == 0) ? 0 : 1;
1916 flag_rep = !last_return_code;
1918 flag_rep = last_return_code;
2828 sprintf(buf, "%u", (unsigned int)last_return_code);
[all …]
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map