Searched refs:out_flags (Results 1 - 12 of 12) 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/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_recvmsg_op.hpp35 socket_base::message_flags& out_flags, func_type complete_func)
40 out_flags_(out_flags)
74 socket_base::message_flags& out_flags, Handler& handler)
76 in_flags, out_flags, &reactive_socket_recvmsg_op::do_complete),
33 reactive_socket_recvmsg_op_base(socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, func_type complete_func) argument
72 reactive_socket_recvmsg_op(socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
H A Dreactive_socket_service_base.hpp323 socket_base::message_flags& out_flags, asio::error_code& ec)
329 bufs.buffers(), bufs.count(), in_flags, out_flags, ec);
335 socket_base::message_flags& out_flags, asio::error_code& ec)
340 // Clear out_flags, since we cannot give it any other sensible value when
342 out_flags = 0;
352 socket_base::message_flags& out_flags, Handler& handler)
362 p.p = new (p.v) op(impl.socket_, buffers, in_flags, out_flags, handler);
379 socket_base::message_flags& out_flags, Handler& handler)
394 // Clear out_flags, since we cannot give it any other sensible value when
396 out_flags
320 receive_with_flags(base_implementation_type& impl, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, asio::error_code& ec) argument
333 receive_with_flags(base_implementation_type& impl, const null_buffers&, socket_base::message_flags, socket_base::message_flags& out_flags, asio::error_code& ec) argument
350 async_receive_with_flags(base_implementation_type& impl, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
377 async_receive_with_flags(base_implementation_type& impl, const null_buffers&, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
[all...]
H A Dsocket_ops.hpp145 size_t count, int in_flags, int& out_flags,
149 buf* bufs, size_t count, int in_flags, int& out_flags,
154 buf* bufs, size_t count, int in_flags, int& out_flags,
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_recvmsg_op.hpp35 socket_base::message_flags& out_flags, func_type complete_func)
40 out_flags_(out_flags)
74 socket_base::message_flags& out_flags, Handler& handler)
76 in_flags, out_flags, &reactive_socket_recvmsg_op::do_complete),
33 reactive_socket_recvmsg_op_base(socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, func_type complete_func) argument
72 reactive_socket_recvmsg_op(socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
H A Dreactive_socket_service_base.hpp323 socket_base::message_flags& out_flags, asio::error_code& ec)
329 bufs.buffers(), bufs.count(), in_flags, out_flags, ec);
335 socket_base::message_flags& out_flags, asio::error_code& ec)
340 // Clear out_flags, since we cannot give it any other sensible value when
342 out_flags = 0;
352 socket_base::message_flags& out_flags, Handler& handler)
362 p.p = new (p.v) op(impl.socket_, buffers, in_flags, out_flags, handler);
379 socket_base::message_flags& out_flags, Handler& handler)
394 // Clear out_flags, since we cannot give it any other sensible value when
396 out_flags
320 receive_with_flags(base_implementation_type& impl, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, asio::error_code& ec) argument
333 receive_with_flags(base_implementation_type& impl, const null_buffers&, socket_base::message_flags, socket_base::message_flags& out_flags, asio::error_code& ec) argument
350 async_receive_with_flags(base_implementation_type& impl, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
377 async_receive_with_flags(base_implementation_type& impl, const null_buffers&, socket_base::message_flags in_flags, socket_base::message_flags& out_flags, Handler& handler) argument
[all...]
H A Dsocket_ops.hpp145 size_t count, int in_flags, int& out_flags,
149 buf* bufs, size_t count, int in_flags, int& out_flags,
154 buf* bufs, size_t count, int in_flags, int& out_flags,
/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.h153 * |DH_CHECK_*| flags in |*out_flags| if it finds any errors. It returns one if
154 * |*out_flags| was successfully set and zero on error.
157 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags);
163 * DH group in |dh| and sets |DH_CHECK_PUBKEY_*| flags in |*out_flags| if it
164 * finds any errors. It returns one if |*out_flags| was successfully set and
167 int *out_flags);
/external/boringssl/src/include/openssl/
H A Ddh.h153 * |DH_CHECK_*| flags in |*out_flags| if it finds any errors. It returns one if
154 * |*out_flags| was successfully set and zero on error.
157 OPENSSL_EXPORT int DH_check(const DH *dh, int *out_flags);
163 * DH group in |dh| and sets |DH_CHECK_PUBKEY_*| flags in |*out_flags| if it
164 * finds any errors. It returns one if |*out_flags| was successfully set and
167 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 229 milliseconds