Home
last modified time | relevance | path

Searched refs:seq (Results 251 – 275 of 1995) sorted by relevance

1...<<11121314151617181920>>...80

/openbmc/qemu/tests/qemu-iotests/
H A D05325 seq=`basename $0`
26 echo "QA output created by $seq"
69 rm -f $seq.full
H A D01125 seq=`basename $0`
26 echo "QA output created by $seq"
73 rm -f $seq.full
H A D28222 seq=`basename $0`
23 echo "QA output created by $seq"
66 rm -f $seq.full
H A D06925 seq="$(basename $0)"
26 echo "QA output created by $seq"
57 rm -f $seq.full
H A D15025 seq="$(basename $0)"
26 echo "QA output created by $seq"
72 rm -f $seq.full
H A D03227 seq=`basename $0`
28 echo "QA output created by $seq"
67 rm -f $seq.full
H A D28622 seq=$(basename "$0")
23 echo "QA output created by $seq"
76 rm -f $seq.full
H A D11725 seq="$(basename $0)"
26 echo "QA output created by $seq"
84 rm -f $seq.full
H A D25925 seq=$(basename $0)
26 echo "QA output created by $seq"
62 rm -f $seq.full
H A D23127 seq=`basename $0`
28 echo "QA output created by $seq"
64 rm -f $seq.full
H A D05225 seq=`basename $0`
26 echo "QA output created by $seq"
64 rm -f $seq.full
H A D27022 seq=$(basename "$0")
23 echo "QA output created by $seq"
83 rm -f $seq.full
H A D00725 seq=`basename $0`
26 echo "QA output created by $seq"
67 rm -f $seq.full
H A D17425 seq=`basename $0`
26 echo "QA output created by $seq"
66 rm -f $seq.full
H A D17024 seq="$(basename $0)"
25 echo "QA output created by $seq"
66 rm -f "$seq.full"
H A D18725 seq=`basename $0`
26 echo "QA output created by $seq"
67 rm -f $seq.full
H A D12325 seq="$(basename $0)"
26 echo "QA output created by $seq"
60 rm -f $seq.full
/openbmc/linux/drivers/usb/storage/
H A Dkarma.c98 static unsigned char seq = 1; in rio_karma_send_command() local
105 us->iobuf[6] = seq; in rio_karma_send_command()
119 if (data->recv[5] == seq) in rio_karma_send_command()
130 seq++; in rio_karma_send_command()
131 if (seq == 0) in rio_karma_send_command()
132 seq = 1; in rio_karma_send_command()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c99 __be16 seq; in xdping_client() local
115 if (!pinginfo || pinginfo->seq != icmph->un.echo.sequence) in xdping_client()
141 seq = bpf_htons(bpf_ntohs(icmph->un.echo.sequence) + 1); in xdping_client()
142 icmph->un.echo.sequence = seq; in xdping_client()
146 pinginfo->seq = seq; in xdping_client()
/openbmc/u-boot/net/
H A Deth-uclass.c98 int seq = -1; in eth_get_dev_by_name() local
108 seq = simple_strtoul(startp, &endp, 10); in eth_get_dev_by_name()
125 (endp > startp && it->seq == seq)) in eth_get_dev_by_name()
177 return eth_get_dev()->seq; in eth_get_dev_index()
190 if (eth_get_ops(dev)->write_hwaddr && !eth_mac_skip(dev->seq)) { in eth_write_hwaddr()
426 printf("eth%d: %s", dev->seq, dev->name); in eth_initialize()
501 eth_env_get_enetaddr_by_index("eth", dev->seq, env_enetaddr); in eth_post_probe()
516 eth_env_set_enetaddr_by_index("eth", dev->seq, pdata->enetaddr); in eth_post_probe()
524 dev->name, dev->seq, pdata->enetaddr); in eth_post_probe()
/openbmc/linux/net/rose/
H A Drose_route.c1118 static void rose_node_stop(struct seq_file *seq, void *v) in rose_node_stop() argument
1124 static int rose_node_show(struct seq_file *seq, void *v) in rose_node_show() argument
1133 seq_printf(seq, "%-10s %04d %d", in rose_node_show()
1141 seq_puts(seq, "\n"); in rose_node_show()
1189 seq_puts(seq, in rose_neigh_show()
1211 seq_puts(seq, "\n"); in rose_neigh_show()
1259 seq_puts(seq, in rose_route_show()
1265 seq_printf(seq, in rose_route_show()
1272 seq_puts(seq, in rose_route_show()
1276 seq_printf(seq, in rose_route_show()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c473 nth->ack_seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_synack()
515 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn()
560 nth->seq = htonl(ntohl(th->ack_seq)); in synproxy_send_server_ack()
598 nth->seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_ack()
674 ntohl(th->seq) + 1); in ipv4_synproxy_hook()
701 ntohl(th->seq) + 1)) { in ipv4_synproxy_hook()
929 nth->seq = htonl(recv_seq - 1); in synproxy_send_server_syn_ipv6()
974 nth->seq = htonl(ntohl(th->ack_seq)); in synproxy_send_server_ack_ipv6()
1013 nth->seq = htonl(ntohl(th->seq) + 1); in synproxy_send_client_ack_ipv6()
1097 ntohl(th->seq) + 1); in ipv6_synproxy_hook()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-crypto-xts.c344 uint64_t seq; in test_xts() local
353 seq = data->seqnum; in test_xts()
354 STORE64L(seq, Torg); in test_xts()
379 uint64_t seq; in test_xts_split() local
389 seq = data->seqnum; in test_xts_split()
390 STORE64L(seq, Torg); in test_xts_split()
425 uint64_t seq; in test_xts_unaligned() local
434 seq = data->seqnum; in test_xts_unaligned()
435 STORE64L(seq, Torg); in test_xts_unaligned()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_usb_mcu.c37 static int mt76x02u_mcu_wait_resp(struct mt76_dev *dev, u8 seq) in mt76x02u_mcu_wait_resp() argument
56 if (seq == FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, rxfce) && in mt76x02u_mcu_wait_resp()
62 seq, FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, rxfce)); in mt76x02u_mcu_wait_resp()
73 u8 seq = 0; in __mt76x02u_mcu_send_msg() local
83 seq = ++dev->mcu.msg_seq & 0xf; in __mt76x02u_mcu_send_msg()
84 if (!seq) in __mt76x02u_mcu_send_msg()
85 seq = ++dev->mcu.msg_seq & 0xf; in __mt76x02u_mcu_send_msg()
88 info = FIELD_PREP(MT_MCU_MSG_CMD_SEQ, seq) | in __mt76x02u_mcu_send_msg()
101 ret = mt76x02u_mcu_wait_resp(dev, seq); in __mt76x02u_mcu_send_msg()
/openbmc/linux/net/ipv4/
H A Dinetpeer.c93 unsigned int seq, in lookup() argument
121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
185 unsigned int gc_cnt, seq; in inet_getpeer() local
192 seq = read_seqbegin(&base->lock); in inet_getpeer()
193 p = lookup(daddr, base, seq, NULL, &gc_cnt, &parent, &pp); in inet_getpeer()
194 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
211 p = lookup(daddr, base, seq, gc_stack, &gc_cnt, &parent, &pp); in inet_getpeer()

1...<<11121314151617181920>>...80