Searched refs:out_flags (Results 1 - 6 of 6) sorted by relevance

/external/vboot_reference/tests/
H A Dvboot_api_init_tests.c169 TEST_EQ(iparams.out_flags, 0, " out flags");
224 TEST_EQ(iparams.out_flags, 0, " out flags");
249 TEST_EQ(iparams.out_flags, VB_INIT_OUT_S3_DEBUG_BOOT, " out flags");
258 TEST_EQ(iparams.out_flags, 0, " out flags");
278 TEST_EQ(iparams.out_flags,
292 TEST_EQ(iparams.out_flags,
327 TEST_EQ(iparams.out_flags, VB_INIT_OUT_ENABLE_OPROM, " out flags");
335 TEST_EQ(iparams.out_flags,
348 TEST_EQ(iparams.out_flags,
359 TEST_EQ(iparams.out_flags,
[all...]
/external/vboot_reference/firmware/lib/
H A Dvboot_api_init.c44 iparams->out_flags = 0;
97 iparams->out_flags |= VB_INIT_OUT_S3_DEBUG_BOOT;
272 iparams->out_flags |= VB_INIT_OUT_ENABLE_OPROM;
276 iparams->out_flags |= VB_INIT_OUT_ENABLE_ALTERNATE_OS;
281 iparams->out_flags |= (VB_INIT_OUT_ENABLE_RECOVERY |
287 iparams->out_flags |= (VB_INIT_OUT_ENABLE_DEVELOPER |
294 iparams->out_flags |= VB_INIT_OUT_ENABLE_ALTERNATE_OS;
366 VBDEBUG(("VbInit() output flags 0x%x\n", iparams->out_flags));
/external/boringssl/include/openssl/
H A Ddh.h157 * |DH_CHECK_*| flags in |*out_flags| if it finds any errors. It returns one if
158 * |*out_flags| was successfully set and zero on error.
161 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags);
167 * DH group in |dh| and sets |DH_CHECK_PUBKEY_*| flags in |*out_flags| if it
168 * finds any errors. It returns one if |*out_flags| was successfully set and
171 int *out_flags);
/external/boringssl/src/include/openssl/
H A Ddh.h157 * |DH_CHECK_*| flags in |*out_flags| if it finds any errors. It returns one if
158 * |*out_flags| was successfully set and zero on error.
161 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags);
167 * DH group in |dh| and sets |DH_CHECK_PUBKEY_*| flags in |*out_flags| if it
168 * finds any errors. It returns one if |*out_flags| was successfully set and
171 int *out_flags);
/external/vboot_reference/firmware/include/
H A Dvboot_api.h234 * Output flags for VbInitParams.out_flags. Used to indicate potential boot
274 uint32_t out_flags; member in struct:VbInitParams
/external/kernel-headers/original/uapi/linux/
H A Dhdreg.h62 ide_reg_valid_t out_flags; member in struct:ide_task_request_s

Completed in 219 milliseconds