Home
last modified time | relevance | path

Searched refs:afd (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c
/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c113 int cfd, afd; in tcp_connect() local
128 afd = accept(listener, NULL, NULL); in tcp_connect()
129 if (afd == -1) in tcp_connect()
136 *accepted = afd; in tcp_connect()
460 int listener, cfd, afd, err; in TEST_F() local
463 tcp_connect(listener, 7, &cfd, &afd); in TEST_F()
465 err = getsockopt(afd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &freq, &freq_len); in TEST_F()
470 EXPECT_EQ(0, close(afd)); in TEST_F()
510 int listener, cfd, afd, err; in TEST_F() local
521 tcp_connect(listener, 8, &cfd, &afd); in TEST_F()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-health-afe440x4 Contact: Andrew F. Davis <afd@ti.com>
27 Contact: Andrew F. Davis <afd@ti.com>
36 Contact: Andrew F. Davis <afd@ti.com>
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_ip_encap.c354 int sfd, cfd, afd; in test_gso_fix() local
382 afd = accept(sfd, NULL, NULL); in test_gso_fix()
383 if (!ASSERT_OK_FD(afd, "accept")) in test_gso_fix()
392 bytes = read(afd, gso_packet, GSO_SIZE); in test_gso_fix()
399 close(afd); in test_gso_fix()
/linux/scripts/coccinelle/misc/
H A Dboolconv.cocci7 // Copyright: (C) 2016 Andrew F. Davis <afd@ti.com>
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-api.c932 struct tmComResAFeatureDescrHeader *afd; in saa7164_api_dump_subdevs() local
1184 afd = (struct tmComResAFeatureDescrHeader *)(buf + idx); in saa7164_api_dump_subdevs()
1187 afd->unitid); in saa7164_api_dump_subdevs()
1189 afd->sourceid); in saa7164_api_dump_subdevs()
1191 afd->controlsize); in saa7164_api_dump_subdevs()
1196 memcpy(&encport->audfeat, afd, in saa7164_api_dump_subdevs()
/linux/Documentation/hwmon/
H A Dina3221.rst16 Author: Andrew F. Davis <afd@ti.com>