Searched refs:in_flags (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_recvmsg_op.hpp | 34 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_base() argument 39 in_flags_(in_flags), in reactive_socket_recvmsg_op_base() 73 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op() argument 76 in_flags, out_flags, &reactive_socket_recvmsg_op::do_complete), in reactive_socket_recvmsg_op()
|
D | reactive_socket_service_base.hpp | 322 socket_base::message_flags in_flags, in receive_with_flags() argument 329 bufs.buffers(), bufs.count(), in_flags, out_flags, ec); in receive_with_flags() 351 const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in async_receive_with_flags() argument 362 p.p = new (p.v) op(impl.socket_, buffers, in_flags, out_flags, handler); in async_receive_with_flags() 368 (in_flags & socket_base::message_out_of_band) in async_receive_with_flags() 371 (in_flags & socket_base::message_out_of_band) == 0, false); in async_receive_with_flags() 378 const null_buffers&, socket_base::message_flags in_flags, in async_receive_with_flags() argument 399 (in_flags & socket_base::message_out_of_band) in async_receive_with_flags()
|
D | socket_ops.hpp | 145 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/ |
D | rollback_index.c | 354 uint8_t in_flags; in SetupTPM() local 438 in_flags = rsf->flags; in SetupTPM() 460 (in_flags & FLAG_LAST_BOOT_DEVELOPER)) { in SetupTPM() 475 if (rsf->flags != in_flags) { in SetupTPM()
|
/external/kernel-headers/original/uapi/linux/ |
D | hdreg.h | 63 ide_reg_valid_t in_flags; member
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | socket_ops.ipp | 747 int in_flags, int& out_flags, asio::error_code& ec) 753 signed_size_type result = error_wrapper(::recvmsg(s, &msg, in_flags), ec); 765 buf* bufs, size_t count, int in_flags, int& out_flags, 779 s, bufs, count, in_flags, out_flags, ec); 799 buf* bufs, size_t count, int in_flags, int& out_flags, 806 s, bufs, count, in_flags, out_flags, ec);
|
/external/tcpdump/ |
D | print-decnet.c | 189 byte in_flags; /* route flags */ member
|