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

/u-boot/test/
H A Dbootm.c127 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
133 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
139 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
145 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
151 ut_assertok(bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
157 bootm_process_cmdline(buf, 12 * 2 - 1, BOOTM_CL_SUBST));
161 ut_assertok(bootm_process_cmdline(buf, 16 * 2, BOOTM_CL_SUBST));
171 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, 21, BOOTM_CL_SUBST));
174 ut_asserteq(0, bootm_process_cmdline(buf, 22, BOOTM_CL_SUBST));
179 ut_asserteq(0, bootm_process_cmdline(buf, BUF_SIZE, BOOTM_CL_SUBST));
[all...]
/u-boot/include/
H A Dbootm.h228 BOOTM_CL_SUBST = 1 << 1, /* Do substitution */ enumerator in enum:bootm_cmdline_t
/u-boot/boot/
H A Dbootm.c873 (flags & BOOTM_CL_SUBST)) {

Completed in 111 milliseconds