Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 25 of 53) sorted by relevance

123

/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp233 void print_msg_flags(VkFlags msgFlags, char *msg_flags) { in print_msg_flags() argument
236 msg_flags[0] = 0; in print_msg_flags()
238 strcat(msg_flags, "DEBUG"); in print_msg_flags()
243 strcat(msg_flags, ","); in print_msg_flags()
244 strcat(msg_flags, "INFO"); in print_msg_flags()
249 strcat(msg_flags, ","); in print_msg_flags()
250 strcat(msg_flags, "WARN"); in print_msg_flags()
255 strcat(msg_flags, ","); in print_msg_flags()
256 strcat(msg_flags, "PERF"); in print_msg_flags()
261 strcat(msg_flags, ","); in print_msg_flags()
[all …]
Dvk_layer_logging.h244 char msg_flags[30]; in log_callback() local
246 print_msg_flags(msgFlags, msg_flags); in log_callback()
248 …, "%s(%s): object: %#" PRIx64 " type: %d location: %lu msgCode: %d: %s\n", pLayerPrefix, msg_flags, in log_callback()
259 char msg_flags[30]; in win32_debug_output_msg() local
262 print_msg_flags(msgFlags, msg_flags); in win32_debug_output_msg()
265 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg); in win32_debug_output_msg()
Dvk_layer_config.h40 void print_msg_flags(VkFlags msgFlags, char *msg_flags);
Dobject_tracker.h303 VkFlags msg_flags,
311 …log_msg(mdd(dispatchable_object), msg_flags, pNode->objType, vkObj, __LINE__, OBJTRACK_UNKNOWN_OBJ…
320 …log_msg(mdd(dispatchable_object), msg_flags, (VkObjectType) 0, vkObj, __LINE__, OBJTRACK_UNKNOWN_O…
390 …ObjectStatusFlags status_mask, ObjectStatusFlags status_flag, VkFlags msg_flags, OBJECT_TRACK_ERRO…
/external/strace/tests/
Dmmsg.expected1 …"two", 3}], msg_controllen=0, msg_flags=0}, 6}, {{msg_name(0)=NULL, msg_iov(1)=[{"three", 5}], msg…
10 …"two", 3}], msg_controllen=0, msg_flags=0}, 6}, {{msg_name(0)=NULL, msg_iov(1)=[{"three", 5}], msg…
Dscm_rights-fd.test62 ${prefix}sendmsg\\(1<socket:\\[[0-9]+\\]>, $msg, \\[$rights\\], msg_flags=0\\}, 0\\) += $n
63 ${prefix}recvmsg\\(0<socket:\\[[0-9]+\\]>, $msg, \\[$creds, $rights\\], msg_flags=0\\}, 0\\) += $n
/external/iputils/ninfod/
Dni_ifaddrs.c151 msg.msg_flags = 0; in nl_recvmsg()
154 || (msg.msg_flags & MSG_TRUNC)) in nl_recvmsg()
157 *flags = msg.msg_flags; in nl_recvmsg()
169 int msg_flags; in nl_getmsg() local
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags); in nl_getmsg()
180 if (read_size < 0 || (msg_flags & MSG_TRUNC)) { in nl_getmsg()
/external/strace/
Dnet.c614 printflags(msg_flags, msg->msg_flags, "MSG_???"); in do_msghdr()
629 uint32_t /* int */ msg_flags; member
653 to_msg->msg_flags = from_msg32->msg_flags; in copy_from_msghdr32()
752 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in decode_mmsg()
896 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in SYS_FUNC()
908 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in SYS_FUNC()
925 printflags(msg_flags, tcp->u_arg[2], "MSG_???"); in SYS_FUNC()
939 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in SYS_FUNC()
960 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in SYS_FUNC()
982 printflags(msg_flags, tcp->u_arg[3], "MSG_???"); in SYS_FUNC()
[all …]
/external/dnsmasq/src/
Dnetlink.c89 msg.msg_flags = 0; in netlink_recv()
94 if (rc != -1 && (msg.msg_flags & MSG_TRUNC)) in netlink_recv()
107 msg.msg_flags = 0; in netlink_recv()
116 if (msg.msg_flags & MSG_TRUNC) in netlink_recv()
Ddhcp.c137 msg.msg_flags = 0; in dhcp_packet()
143 if (!(msg.msg_flags & MSG_TRUNC)) in dhcp_packet()
164 msg.msg_flags = 0; in dhcp_packet()
170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
203 if (!(msg.msg_flags & MSG_BCAST)) in dhcp_packet()
Dforward.c52 msg.msg_flags = 0; in send_from()
622 msg.msg_flags = 0; in receive_query()
632 (msg.msg_flags & MSG_TRUNC) || in receive_query()
/external/strace/xlat/
Dmsg_flags.h5 # error static const struct xlat msg_flags in mpers mode
10 const struct xlat msg_flags[] = { variable
/external/avahi/avahi-core/
Dsocket.c508 msg.msg_flags = 0; in avahi_send_dns_packet_ipv4()
597 msg.msg_flags = 0; in avahi_send_dns_packet_ipv6()
668 msg.msg_flags = 0; in avahi_recv_dns_packet_ipv4()
691 assert(!(msg.msg_flags & MSG_CTRUNC)); in avahi_recv_dns_packet_ipv4()
692 assert(!(msg.msg_flags & MSG_TRUNC)); in avahi_recv_dns_packet_ipv4()
830 msg.msg_flags = 0; in avahi_recv_dns_packet_ipv6()
849 assert(!(msg.msg_flags & MSG_CTRUNC)); in avahi_recv_dns_packet_ipv6()
850 assert(!(msg.msg_flags & MSG_TRUNC)); in avahi_recv_dns_packet_ipv6()
Dnetlink.c66 smsg.msg_flags = (block ? 0 : MSG_DONTWAIT); in avahi_netlink_work()
/external/netperf/src/
Dnettest_sctp.c1066 int msg_flags = 0; in recv_sctp_stream() local
1323 NULL, 0, NULL, &msg_flags)) != 0) { in recv_sctp_stream()
1346 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()
1347 msg_flags = 0; in recv_sctp_stream()
2216 int msg_flags = 0; in recv_sctp_stream_1toMany() local
2458 NULL, &msg_flags)) != 0) { in recv_sctp_stream_1toMany()
2470 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
2607 int msg_flags = 0; in send_sctp_rr() local
2929 msg_flags = 0; in send_sctp_rr()
2933 NULL, &msg_flags)) < 0) { in send_sctp_rr()
[all …]
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc161 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
/external/iproute2/lib/
Dlibnetlink.c311 if (msg.msg_flags & MSG_TRUNC) { in rtnl_dump_filter_l()
394 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
442 if (msg.msg_flags & MSG_TRUNC) { in rtnl_talk()
540 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
555 if (msg.msg_flags & MSG_TRUNC) { in rtnl_listen()
/external/avahi/avahi-daemon/
Dchroot.c134 msg.msg_flags = 0; in send_fd()
174 msg.msg_flags = 0; in recv_fd()
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c117 msg.msg_flags = 0; in netlink_recv()
129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
/external/libnl/lib/
Dnl.c413 .msg_flags = 0, in nl_recv()
450 msg.msg_flags & MSG_TRUNC) { in nl_recv()
456 } else if (msg.msg_flags & MSG_CTRUNC) { in nl_recv()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c534 msg.msg_flags = 0; in recvfrom_flags()
570 *flagsp = msg.msg_flags; /* pass back results */ in recvfrom_flags()
572 (msg.msg_flags & MSG_CTRUNC) || pktp == NULL) in recvfrom_flags()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc223 msg.msg_flags & ~MSG_TRUNC) in ClientEvent()
/external/iproute2/examples/bpf/
Dbpf_agent.c190 if (msg.hdr.msg_flags & MSG_CTRUNC) in bpf_map_set_recv()
/external/avahi/avahi-autoipd/
Diface-linux.c204 msghdr.msg_flags = 0; in process_response()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h406 int msg_flags; member
421 int msg_flags; member

123