/external/vulkan-validation-layers/layers/ |
D | vk_layer_config.cpp | 233 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 …]
|
D | vk_layer_logging.h | 244 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()
|
D | vk_layer_config.h | 40 void print_msg_flags(VkFlags msgFlags, char *msg_flags);
|
D | object_tracker.h | 303 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/ |
D | mmsg.expected | 1 …"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…
|
D | scm_rights-fd.test | 62 ${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/ |
D | ni_ifaddrs.c | 151 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/ |
D | net.c | 614 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/ |
D | netlink.c | 89 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()
|
D | dhcp.c | 137 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()
|
D | forward.c | 52 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/ |
D | msg_flags.h | 5 # error static const struct xlat msg_flags in mpers mode 10 const struct xlat msg_flags[] = { variable
|
/external/avahi/avahi-core/ |
D | socket.c | 508 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()
|
D | netlink.c | 66 smsg.msg_flags = (block ? 0 : MSG_DONTWAIT); in avahi_netlink_work()
|
/external/netperf/src/ |
D | nettest_sctp.c | 1066 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/ |
D | unix_domain_socket_linux.cc | 161 if (msg.msg_flags & MSG_TRUNC || msg.msg_flags & MSG_CTRUNC) { in RecvMsgWithFlags()
|
/external/iproute2/lib/ |
D | libnetlink.c | 311 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/ |
D | chroot.c | 134 msg.msg_flags = 0; in send_fd() 174 msg.msg_flags = 0; in recv_fd()
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 117 msg.msg_flags = 0; in netlink_recv() 129 if (rc == -1 || !(msg.msg_flags & MSG_TRUNC)) in netlink_recv()
|
/external/libnl/lib/ |
D | nl.c | 413 .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/ |
D | mDNSUNP.c | 534 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/ |
D | crash_generation_server.cc | 223 msg.msg_flags & ~MSG_TRUNC) in ClientEvent()
|
/external/iproute2/examples/bpf/ |
D | bpf_agent.c | 190 if (msg.hdr.msg_flags & MSG_CTRUNC) in bpf_map_set_recv()
|
/external/avahi/avahi-autoipd/ |
D | iface-linux.c | 204 msghdr.msg_flags = 0; in process_response()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 406 int msg_flags; member 421 int msg_flags; member
|