/Zephyr-latest/subsys/net/lib/shell/ |
D | gptp.c | 34 PR("Port Interface \tRole\n"); in gptp_port_cb() 39 PR("%2d %p [%d] \t%s\n", port, iface, net_if_get_by_iface(iface), in gptp_port_cb() 300 PR("Port id : %d (%s)\n", port_ds->port_id.port_number, in gptp_print_port_info() 302 PR("Interface : %p [%d]\n", iface, net_if_get_by_iface(iface)); in gptp_print_port_info() 303 PR("Clock id : "); in gptp_print_port_info() 305 PR("%02x", port_ds->port_id.clk_id[i]); in gptp_print_port_info() 308 PR(":"); in gptp_print_port_info() 311 PR("\n"); in gptp_print_port_info() 313 PR("Version : %d\n", port_ds->version); in gptp_print_port_info() 314 PR("AS capable : %s\n", port_ds->as_capable ? "yes" : "no"); in gptp_print_port_info() [all …]
|
D | mem.c | 65 PR("%p\t%u\t%u\tETX\n", in context_info() 68 PR("%p\t%d\tETX\n", slab, slab->info.num_blocks); in context_info() 82 PR("%p\t%d\t%ld\tEDATA (%s)\n", pool, pool->buf_count, in context_info() 85 PR("%p\t%d\tEDATA\n", pool, pool->buf_count); in context_info() 108 PR("Fragment length %d bytes\n", CONFIG_NET_BUF_DATA_SIZE); in cmd_net_mem() 110 PR("Fragment RX data pool size %d bytes\n", CONFIG_NET_PKT_BUF_RX_DATA_POOL_SIZE); in cmd_net_mem() 111 PR("Fragment TX data pool size %d bytes\n", CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE); in cmd_net_mem() 114 PR("Network buffer pools:\n"); in cmd_net_mem() 117 PR("Address\t\tTotal\tAvail\tName\n"); in cmd_net_mem() 119 PR("%p\t%d\t%u\tRX\n", in cmd_net_mem() [all …]
|
D | iface.c | 72 PR("\t%s\n", eth_hw_caps[i].description); in print_supported_ethernet_capabilities() 90 PR("Ethernet link speed: %s ", PHY_LINK_IS_SPEED_1000M(link.speed) ? "1 Gbits" in print_phy_link_state() 94 PR("%s-duplex\n", PHY_LINK_IS_FULL_DUPLEX(link.speed) ? "full" : "half"); in print_phy_link_state() 196 PR("\nInterface %s (%p) (%s) [%d]\n", ifname, iface, iface2str(iface, &extra), in iface_cb() 199 PR("\nInterface %p (%s) [%d]\n", iface, iface2str(iface, &extra), in iface_cb() 202 PR("===========================%s\n", extra); in iface_cb() 225 PR("Virtual interfaces attached to this : "); in iface_cb() 233 PR("%d ", net_if_get_by_iface(ctx->virtual_iface)); in iface_cb() 236 PR("\n"); in iface_cb() 248 PR("Virtual name : %s\n", name); in iface_cb() [all …]
|
D | stats.c | 50 PR("Statistics for Ethernet interface %p [%d]\n", iface, in print_eth_stats() 53 PR("Bytes received : %u\n", data->bytes.received); in print_eth_stats() 54 PR("Bytes sent : %u\n", data->bytes.sent); in print_eth_stats() 55 PR("Packets received : %u\n", data->pkts.rx); in print_eth_stats() 56 PR("Packets sent : %u\n", data->pkts.tx); in print_eth_stats() 57 PR("Bcast received : %u\n", data->broadcast.rx); in print_eth_stats() 58 PR("Bcast sent : %u\n", data->broadcast.tx); in print_eth_stats() 59 PR("Mcast received : %u\n", data->multicast.rx); in print_eth_stats() 60 PR("Mcast sent : %u\n", data->multicast.tx); in print_eth_stats() 62 PR("Send errors : %u\n", data->errors.tx); in print_eth_stats() [all …]
|
D | ppp.c | 78 PR("PPP phase : %s (%d)\n", ppp_phase_str(ctx->phase), in cmd_net_ppp_status() 80 PR("LCP state : %s (%d)\n", in cmd_net_ppp_status() 82 PR("LCP retransmits : %u\n", ctx->lcp.fsm.retransmits); in cmd_net_ppp_status() 83 PR("LCP NACK loops : %u\n", ctx->lcp.fsm.nack_loops); in cmd_net_ppp_status() 84 PR("LCP NACKs recv : %u\n", ctx->lcp.fsm.recv_nack_loops); in cmd_net_ppp_status() 85 PR("LCP current id : %d\n", ctx->lcp.fsm.id); in cmd_net_ppp_status() 86 PR("LCP ACK received : %s\n", ctx->lcp.fsm.ack_received ? in cmd_net_ppp_status() 90 PR("IPCP state : %s (%d)\n", in cmd_net_ppp_status() 92 PR("IPCP retransmits : %u\n", ctx->ipcp.fsm.retransmits); in cmd_net_ppp_status() 93 PR("IPCP NACK loops : %u\n", ctx->ipcp.fsm.nack_loops); in cmd_net_ppp_status() [all …]
|
D | ipv6.c | 26 PR("\nIPv6 reassembly Id Remain " in ipv6_frag_cb() 32 PR("%p 0x%08x %5d %16s\t%16s\n", reass, reass->id, in ipv6_frag_cb() 40 PR("[%d] pkt %p->", i, reass->pkt[i]); in ipv6_frag_cb() 43 PR("%p", frag); in ipv6_frag_cb() 47 PR("->"); in ipv6_frag_cb() 51 PR("\n"); in ipv6_frag_cb() 71 PR("IPv6 privacy extension %s list filters :\n", in ipv6_pe_filter_cb() 75 PR("[%d] %s/64\n", *count, ipaddr); in ipv6_pe_filter_cb() 91 PR("\nIPv6 addresses for interface %d (%p) (%s)\n", in address_lifetime_cb() 93 PR("============================================%s\n", extra); in address_lifetime_cb() [all …]
|
D | http.c | 23 PR("%-15s\t%-12s\n", in cmd_net_http() 25 PR("\tResource type\tMethods\t\tEndpoint\n"); in cmd_net_http() 28 PR("\n"); in cmd_net_http() 29 PR("%s:%d\t%zu/%zu\n", in cmd_net_http() 55 PR("\t%12s\t", detail_type); in cmd_net_http() 61 PR("%s%s", print_comma ? "," : "", http_method_str(i)); in cmd_net_http() 69 PR("\t"); in cmd_net_http() 72 PR("\t%s\n", res->resource); in cmd_net_http() 80 PR("No HTTP services and resources found.\n"); in cmd_net_http() 82 PR("\n%d service%sand %d resource%sfound.\n", in cmd_net_http()
|
D | virtual.c | 33 PR("Interface Attached-To Description\n"); in virtual_iface_cb() 41 PR("%d %c %s\n", in virtual_iface_cb() 63 PR("Interface Below-of Description\n"); in attached_iface_cb() 67 PR("%d ", net_if_get_by_iface(iface)); in attached_iface_cb() 75 PR("%d ", net_if_get_by_iface(ctx->virtual_iface)); in attached_iface_cb() 83 PR(" %s\n", name); in attached_iface_cb() 104 PR("No virtual interfaces found."); in cmd_virtual_show() 108 PR("\n"); in cmd_virtual_show() 126 PR("No %s interface %s found.\n", "virtual", argv[1]); in cmd_virtual_attach() 132 PR("No %s interface %s found.\n", "such", argv[2]); in cmd_virtual_attach() [all …]
|
D | sockets.c | 68 PR("%25s %-12s %c%c%c\t%-5s%-13d %-10" PRId64 "%-10" PRId64 "\n", in walk_sockets() 126 PR("%32s %-5d %s\n", owner, svc->pev_len, pev_output); in walk_socket_services() 142 PR("%25s %-12s %-5s\t%-5s%-14s %-10s%-10s\n", in cmd_net_sockets() 145 PR("\n"); in cmd_net_sockets() 153 PR("No sockets found.\n"); in cmd_net_sockets() 156 PR("\n%d active socket%s found.\n", count.opened, in cmd_net_sockets() 162 PR("\n"); in cmd_net_sockets() 165 PR("%d closed socket%s found.\n", count.closed, in cmd_net_sockets() 171 PR("\n"); in cmd_net_sockets() 182 PR("Services:\n"); in cmd_net_sockets() [all …]
|
D | conn.c | 38 PR("[%2d] %p\t%d %c%c%c %16s\t%16s\n", in context_cb() 98 PR("[%2d] %p %p\t%s\t%16s\t%16s\n", in conn_handler_cb() 124 PR("%p %p %5u %5u %10u %10u %5u %s\n", in tcp_cb() 145 PR("\nTCP Ref Recv_win Send_win Pending " in tcp_sent_list_cb() 150 PR("%p %ld %u\t %u\t %zd\t %d\t %d/%d/%d %s\n", in tcp_sent_list_cb() 164 PR("\nTCP packets waiting ACK:\n"); in tcp_sent_list_cb() 165 PR("TCP net_pkt[ref/totlen]->net_buf[ref/len]..." in tcp_sent_list_cb() 169 PR("%p ", conn); in tcp_sent_list_cb() 178 PR("%p[%ld/%zd]", pkt, in tcp_sent_list_cb() 183 PR(" %p[%ld/%zd]", in tcp_sent_list_cb() [all …]
|
D | route.c | 29 PR("IPv6 prefix : %s/%d\n", net_sprint_ipv6_addr(&entry->addr), in route_cb() 43 PR("\tneighbor : %p\t", nexthop_route->nbr); in route_cb() 46 PR("addr : <unknown>\t"); in route_cb() 50 PR("addr : %s\t", net_sprint_ll_addr(lladdr->addr, in route_cb() 63 PR("lifetime : %s\n", remaining_str); in route_cb() 69 PR("\t<none>\n"); in route_cb() 79 PR("\nIPv6 routes for interface %d (%p) (%s)\n", in iface_per_route_cb() 82 PR("=========================================%s\n", extra); in iface_per_route_cb() 97 PR("IPv6 multicast route (%p)\n", entry); in route_mcast_cb() 98 PR("=================================\n"); in route_mcast_cb() [all …]
|
D | pkt.c | 108 PR("net_pkt %p buffer chain:\n", pkt); in net_pkt_buffer_info() 109 PR("%p[%ld]", pkt, atomic_get(&pkt->atomic_ref)); in net_pkt_buffer_info() 112 PR("->"); in net_pkt_buffer_info() 116 PR("%p[%ld/%u (%u/%u)]", buf, atomic_get(&pkt->atomic_ref), in net_pkt_buffer_info() 121 PR("->"); in net_pkt_buffer_info() 125 PR("\n"); in net_pkt_buffer_info() 138 PR("net_pkt %p buffer chain hexdump:\n", pkt); in net_pkt_buffer_hexdump() 141 PR("net_buf[%d] %p\n", i++, buf); in net_pkt_buffer_hexdump() 167 PR("\n"); in cmd_net_pkt()
|
D | allocs.c | 43 PR("%p/%ld\t%5s\t%5s\t%s():%d\n", in allocs_cb() 48 PR("%p\t%5s\t%5s\t%s():%d -> %s():%d\n", in allocs_cb() 61 PR("%p/%d\t%5s\t%5s\t%s():%d\n", in allocs_cb() 66 PR("%p\t%5s\t%5s\t%s():%d -> %s():%d\n", in allocs_cb() 87 PR("Network memory allocations\n\n"); in cmd_net_allocs() 88 PR("memory\t\tStatus\tPool\tFunction alloc -> freed\n"); in cmd_net_allocs()
|
D | dns.c | 46 PR("dns: %s\n", addr); in dns_result_cb() 51 PR("dns: All results received\n"); in dns_result_cb() 79 PR("DNS servers:\n"); in print_dns_info() 96 PR("\t%s:%u%s%s\n", in print_dns_info() 105 PR("\t[%s]:%u%s%s\n", in print_dns_info() 115 PR("Pending queries:\n"); in print_dns_info() 128 PR("\tIPv4[%u]: %s remaining %d\n", in print_dns_info() 133 PR("\tIPv6[%u]: %s remaining %d\n", in print_dns_info() 170 PR("Cancelled %d pending requests.\n", ret); in cmd_net_dns_cancel() 172 PR("No pending DNS requests.\n"); in cmd_net_dns_cancel() [all …]
|
D | ipv4.c | 26 PR("\nIPv4 addresses for interface %d (%p) (%s)\n", in ip_address_lifetime_cb() 28 PR("============================================%s\n", extra); in ip_address_lifetime_cb() 31 PR("No IPv4 config found for this interface.\n"); in ip_address_lifetime_cb() 35 PR("Type \tState \tRef\tAddress\n"); in ip_address_lifetime_cb() 43 PR("%s \t%s \t%ld\t%s/%s\n", in ip_address_lifetime_cb() 57 PR("IPv4 support : %s\n", in cmd_net_ipv4() 65 PR("IPv4 fragmentation support : %s\n", in cmd_net_ipv4() 68 PR("IPv4 conflict detection support : %s\n", in cmd_net_ipv4() 71 PR("Path MTU Discovery (PMTU) : %s\n", in cmd_net_ipv4() 78 PR("Max number of IPv4 network interfaces " in cmd_net_ipv4() [all …]
|
D | vlan.c | 42 PR("VLAN tag %d removed from interface %d (%p)\n", vlan_tag, in iface_vlan_del_cb() 62 PR(" Interface Name \tTag\tAttached\n"); in iface_vlan_cb() 67 PR("[%d] %p %-12s\t%d\t%d\n", net_if_get_by_iface(iface), iface, in iface_vlan_cb() 151 PR("VLAN tag %d set to interface %d (%p)\n", tag, in cmd_net_vlan_add() 157 PR("Usage:\n"); in cmd_net_vlan_add() 158 PR("\tvlan add <tag> <interface index>\n"); in cmd_net_vlan_add() 194 PR("Usage:\n"); in cmd_net_vlan_del() 195 PR("\tvlan del <tag>\n"); in cmd_net_vlan_del()
|
D | arp.c | 25 PR(" Interface Link Address\n"); in arp_cb() 28 PR("[%2d] %d %s %s\n", *count, in arp_cb() 64 PR("ARP cache is empty.\n"); in cmd_net_arp() 80 PR("Flushing ARP cache.\n"); in cmd_net_arp_flush()
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 5 # Script that operates on a merged PR and sends data to elasticsearch for 6 # further insepctions using the PR dashboard at 40 def process_pr(pr): argument 41 reviews = pr.get_reviews() 42 …print(f'#{pr.number}: {pr.title} - {pr.comments} Comments, reviews: {reviews.totalCount}, {len(pr.… 48 for label in pr.labels: 57 for assignee in pr.assignees: 63 if assignee_reviews > 0 or pr.merged_by.login in assignees: 64 # in case of assignee reviews or if PR was merged by an assignee 66 elif not pr.assignees or \ [all …]
|
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/ |
D | pinctrl_soc.h | 17 #define Z_PINCTRL_STATE_PIN_INIT(node, pr, idx) \ argument 18 (DT_PROP_BY_PHANDLE_IDX(node, pr, idx, pinmux) | \ 19 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, bias_pull_down) << XMC4XXX_PULL_DOWN_POS | \ 20 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, bias_pull_up) << XMC4XXX_PULL_UP_POS | \ 21 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, drive_push_pull) << XMC4XXX_PUSH_PULL_POS | \ 22 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, drive_open_drain) << XMC4XXX_OPEN_DRAIN_POS | \ 23 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, output_high) << XMC4XXX_OUT_HIGH_POS | \ 24 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, output_low) << XMC4XXX_OUT_LOW_POS | \ 25 DT_PROP_BY_PHANDLE_IDX(node, pr, idx, invert_input) << XMC4XXX_INV_INPUT_POS | \ 26 DT_ENUM_IDX(DT_PHANDLE_BY_IDX(node, pr, idx), drive_strength) << XMC4XXX_DRIVE_POS | \ [all …]
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 12 to allocate large blocks of time to review a large PR. 20 - Easier to revert if the PR breaks functionality. 34 - When adding a new large feature or API, the PR should address only one part of 49 - If introducing a new API, the PR must include an example usage of the API. 54 Multiple Commits on a Single PR 58 in mind each commit in the PR must still build cleanly and pass all the CI 62 the PR into multiple commits targeting these specific changes: 90 PR Requirements 93 - Each commit in the PR must provide a commit message following the 96 - The PR description must include a summary of the changes and their rationales. [all …]
|
/Zephyr-latest/.github/workflows/ |
D | doc-publish-pr.yml | 31 - name: Load PR number 40 - name: Check PR number 42 id: check-pr 43 uses: carpentries/actions/check-valid-pr@v0.14.0 45 pr: ${{ env.PR_NUM }} 48 - name: Validate PR number 51 steps.check-pr.outputs.VALID != 'true' 53 echo "ABORT: PR number validation failed!" 78 s3://builds.zephyrproject.org/${{ github.event.repository.name }}/pr/${PR_NUM}/docs \ 82 … s3://builds.zephyrproject.org/${{ github.event.repository.name }}/pr/${PR_NUM}/api-coverage \
|
D | stale_issue.yml | 14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more 25 stale-pr-label: 'Stale' 26 exempt-pr-labels: 'Blocked,In progress'
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 300 This has been fixed in a PR against Zephyr main. 330 This has been fixed in a PR against Zephyr main. 768 - `PR 31971 fix for main 781 - `PR 33272 fix for main 784 - `PR 33369 fix for 2.5 787 - `PR 33759 fix for 1.14.2 800 - `PR 33340 fix for main 803 - `PR 33369 fix for 2.5 816 - `PR 33278 fix for main 819 - `PR 33369 fix for 2.5 [all …]
|
/Zephyr-latest/scripts/ |
D | set_assignees.py | 61 pr = gh_repo.get_pull(number) 63 log(f"working on https://github.com/{args.org}/{args.repo}/pull/{pr.number} : {pr.title}") 71 fn = list(pr.get_files()) 77 if pr.commits == 1 and (pr.additions <= 1 and pr.deletions <= 1): 122 log(f"Submitted by: {pr.user.login}") 136 if pr.user.login in area.maintainers: 160 pr.add_to_labels(l) 168 revs = pr.get_reviews() 172 rl = pr.get_review_requests() 181 for event in pr.get_issue_events(): [all …]
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 194 PR("\n%-4s | %-32s %-5s | %-13s | %-4s | %-15s | %-17s | %-8s\n", in handle_wifi_scan_result() 201 PR("%-4d | %-32s %-5u | %-4u (%-6s) | %-4d | %-15s | %-17s | %-8s\n", in handle_wifi_scan_result() 263 PR("\n%-4s | %-13s | %-4s | %-15s | %-15s | %-32s\n", in handle_wifi_raw_scan_result() 271 PR("%-4d | %-4u (%-6s) | %-4d | %s | %-4d ", in handle_wifi_raw_scan_result() 280 PR("%02X ", *(raw->data + i)); in handle_wifi_raw_scan_result() 283 PR("\n"); in handle_wifi_raw_scan_result() 296 PR("Scan request done\n"); in handle_wifi_scan_done() 311 PR("Connected\n"); in handle_wifi_connect_result() 327 PR("Disconnection request done (%d)\n", status->status); in handle_wifi_disconnect_result() 331 PR("Disconnected\n"); in handle_wifi_disconnect_result() [all …]
|