Searched refs:afd (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/openat2/ |
| H A D | rename_attack_test.c | 86 int dfd, afd; in test_rename_attack() local 102 afd = openat(dfd, "a", O_PATH); in test_rename_attack() 103 if (afd < 0) in test_rename_attack() 113 fd = sys_openat2(afd, victim_path, &how); in test_rename_attack() 115 fd = sys_openat(afd, victim_path, &how); in test_rename_attack() 127 if (fdequal(fd, afd, NULL)) in test_rename_attack()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-health-afe440x | 4 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 D | lwt_ip_encap.c | 350 int sfd, cfd, afd; in test_gso_fix() local 378 afd = accept(sfd, NULL, NULL); in test_gso_fix() 379 if (!ASSERT_OK_FD(afd, "accept")) in test_gso_fix() 388 bytes = read(afd, gso_packet, GSO_SIZE); in test_gso_fix() 395 close(afd); in test_gso_fix()
|
| /linux/scripts/coccinelle/misc/ |
| H A D | boolconv.cocci | 7 // Copyright: (C) 2016 Andrew F. Davis <afd@ti.com>
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-api.c | 932 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 D | ina3221.rst | 16 Author: Andrew F. Davis <afd@ti.com>
|