/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_util.h | 245 vn_util_init_device_proc_table(VkDevice dev, in vn_util_init_device_proc_table() argument 250 #define VN_GDPA(dev, cmd) (PFN_ ## cmd)vkGetDeviceProcAddr(dev, #cmd) in vn_util_init_device_proc_table() argument 251 proc_table->AllocateCommandBuffers = VN_GDPA(dev, vkAllocateCommandBuffers); in vn_util_init_device_proc_table() 252 proc_table->AllocateDescriptorSets = VN_GDPA(dev, vkAllocateDescriptorSets); in vn_util_init_device_proc_table() 253 proc_table->AllocateMemory = VN_GDPA(dev, vkAllocateMemory); in vn_util_init_device_proc_table() 254 proc_table->BeginCommandBuffer = VN_GDPA(dev, vkBeginCommandBuffer); in vn_util_init_device_proc_table() 255 proc_table->BindBufferMemory = VN_GDPA(dev, vkBindBufferMemory); in vn_util_init_device_proc_table() 257 api_version >= VK_API_VERSION_1_1 ? VN_GDPA(dev, vkBindBufferMemory2) : in vn_util_init_device_proc_table() 258 ext_table->KHR_bind_memory2 ? VN_GDPA(dev, vkBindBufferMemory2KHR) : in vn_util_init_device_proc_table() 260 proc_table->BindImageMemory = VN_GDPA(dev, vkBindImageMemory); in vn_util_init_device_proc_table() [all …]
|
/aosp_15_r20/device/google/zuma/conf/ |
D | ueventd.zuma.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/device/google/zumapro/conf/ |
D | ueventd.zumapro.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 45 ip link set dev $swp1 up 46 ip link set dev $swp2 up 53 ip link set dev $swp2 down 54 ip link set dev $swp1 down 59 ip link set dev $swp1 master br0 61 ip link set dev vxlan0 master br0 64 ip link set dev $swp1 nomaster 66 ip link set dev $swp1 master br0 72 ip link set dev $swp1 master br0 74 ip link set dev vxlan0 master br0 &> /dev/null [all …]
|
H A D | rtnetlink.sh | 49 ip link set dev $swp1 up 50 ip link set dev $swp2 up 57 ip link set dev $swp2 down 58 ip link set dev $swp1 down 68 ip link set dev $swp1 master vrf-test 70 ip -4 address add 192.0.2.1/24 dev vrf-test 72 ip -6 address add 2001:db8:1::1/64 dev vrf-test 77 ip link del dev vrf-test 87 ip addr add dev $swp1 192.0.2.1/28 92 ip link set dev br1 addr $swp2_mac [all …]
|
/aosp_15_r20/external/apache-commons-io/src/changes/ |
H A D | changes.xml | 52 <action dev="sebb" type="fix" issue="IO-810" due-to="Laurence Gonsalves"> 55 <action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory"> 58 <action dev="ggregory" type="fix" issue="IO-812" due-to="Adam Rauch, Gary Gregory"> 61 <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> 64 <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> 67 <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> 70 <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> 73 <action dev="ggregory" type="fix" issue="IO-814" due-to="Elliotte Rusty Harold, Gary Gregory"> 76 <action dev="ggregory" type="fix" issue="IO-414" due-to="Elliotte Rusty Harold, Gary Gregory"> 79 <action dev="ggregory" type="fix" issue="IO-814" due-to="Gary Gregory"> [all …]
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | pci_device.c | 30 u8 pci_moving_config8(struct device *dev, unsigned int reg) in pci_moving_config8() argument 34 value = pci_read_config8(dev, reg); in pci_moving_config8() 36 pci_write_config8(dev, reg, 0xff); in pci_moving_config8() 37 ones = pci_read_config8(dev, reg); in pci_moving_config8() 39 pci_write_config8(dev, reg, 0x00); in pci_moving_config8() 40 zeroes = pci_read_config8(dev, reg); in pci_moving_config8() 42 pci_write_config8(dev, reg, value); in pci_moving_config8() 47 u16 pci_moving_config16(struct device *dev, unsigned int reg) in pci_moving_config16() argument 51 value = pci_read_config16(dev, reg); in pci_moving_config16() 53 pci_write_config16(dev, reg, 0xffff); in pci_moving_config16() [all …]
|
/aosp_15_r20/device/google/gs201/conf/ |
D | ueventd.gs201.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/external/snakeyaml/src/changes/ |
H A D | changes.xml | 9 <action dev="asomov" type="fix" issue="543"> 12 <action dev="asomov" type="fix" issue="547"> 16 <action dev="asomov" type="update"> 22 <action dev="maslovalex" type="fix" issue="544"> 27 <action dev="maslovalex" type="update"> 30 <action dev="asomov" type="update" issue="539"> 33 <action dev="asomov" type="fix" issue="537"> 36 <action dev="asomov" type="fix" issue="530"> 40 <action dev="asomov" type="fix" issue="529"> 43 <action dev="asomov" type="fix" issue="525"> [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | ets.json | 10 "$IP link add dev $DUMMY type dummy || /bin/true" 12 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 2", 14 "verifyCmd": "$TC qdisc show dev $DUMMY", 18 "$TC qdisc del dev $DUMMY handle 1: root", 19 "$IP link del dev $DUMMY type dummy" 30 "$IP link add dev $DUMMY type dummy || /bin/true" 32 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets quanta 1000 900 800 700", 34 "verifyCmd": "$TC qdisc show dev $DUMMY", 38 "$TC qdisc del dev $DUMMY handle 1: root", 39 "$IP link del dev $DUMMY type dummy" [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_device.c | 44 hk_upload_rodata(struct hk_device *dev) in hk_upload_rodata() argument 46 dev->rodata.bo = in hk_upload_rodata() 47 agx_bo_create(&dev->dev, AGX_SAMPLER_LENGTH, 0, 0, "Read only data"); in hk_upload_rodata() 49 if (!dev->rodata.bo) in hk_upload_rodata() 52 uint8_t *map = dev->rodata.bo->map; in hk_upload_rodata() 56 agx_pack(&dev->rodata.txf_sampler, USC_SAMPLER, cfg) { in hk_upload_rodata() 59 cfg.buffer = dev->rodata.bo->va->addr + offs; in hk_upload_rodata() 73 agx_pack(&dev->rodata.image_heap, USC_UNIFORM, cfg) { in hk_upload_rodata() 76 cfg.buffer = dev->rodata.bo->va->addr + offs; in hk_upload_rodata() 79 uint64_t *image_heap_ptr = dev->rodata.bo->map + offs; in hk_upload_rodata() [all …]
|
/aosp_15_r20/device/google/gs101/conf/ |
D | ueventd.gs101.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | fw.json | 13 "$TC qdisc add dev $DEV1 ingress" 15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65535 fw action ok", 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw", 21 "$TC qdisc del dev $DEV1 ingress" 35 "$TC qdisc add dev $DEV1 ingress" 37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65536 fw action ok", 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw", 43 "$TC qdisc del dev $DEV1 ingress" 162 "$TC qdisc add dev $DEV1 ingress" 164 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action ok", [all …]
|
H A D | cgroup.json | 13 "$TC qdisc add dev $DEV1 ingress" 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'c… 17 "verifyCmd": "$TC filter show dev $DEV1 parent ffff:", 21 "$TC qdisc del dev $DEV1 ingress" 35 "$TC qdisc add dev $DEV1 ingress" 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'c… 39 "verifyCmd": "$TC filter show dev $DEV1 parent ffff:", 43 "$TC qdisc del dev $DEV1 ingress" 57 "$TC qdisc add dev $DEV1 ingress" 59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 cgroup match 'c… [all …]
|
H A D | basic.json | 13 "$TC qdisc add dev $DEV1 ingress" 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 21 "$TC qdisc del dev $DEV1 ingress" 35 "$TC qdisc add dev $DEV1 ingress" 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 43 "$TC qdisc del dev $DEV1 ingress" 57 "$TC qdisc add dev $DEV1 ingress" 59 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… [all …]
|
H A D | matchall.json | 10 "$IP link add dev $DUMMY type dummy || /bin/true", 11 "$TC qdisc add dev $DUMMY ingress" 13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act… 15 "verifyCmd": "$TC filter get dev $DUMMY parent ffff: handle 1 prio 1 protocol ip matchall", 19 "$TC qdisc del dev $DUMMY ingress", 20 "$IP link del dev $DUMMY type dummy" 31 "$IP link add dev $DUMMY type dummy || /bin/true", 32 "$TC qdisc add dev $DUMMY root handle 1: prio" 34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action… 36 "verifyCmd": "$TC filter get dev $DUMMY parent 1: handle 1 prio 1 protocol ip matchall", [all …]
|
/aosp_15_r20/device/google/zuma-sepolicy/vendor/ |
D | file_contexts | 54 /dev/bbd_pwrstat u:object_r:power_stats_… 55 /dev/edgetpu-soc u:object_r:edgetpu_devi… 56 /dev/block/sda u:object_r:sda_block_de… 57 /dev/block/platform/13200000\.ufs/by-name/persist u:object_r:persist_bloc… 58 /dev/block/platform/13200000\.ufs/by-name/efs u:object_r:efs_block_de… 59 /dev/block/platform/13200000\.ufs/by-name/efs_backup u:object_r:efs_block_de… 60 /dev/block/platform/13200000\.ufs/by-name/modem_userdata u:object_r:modem_userda… 61 /dev/block/platform/13200000\.ufs/by-name/modem_[ab] u:object_r:modem_block_… 62 /dev/block/platform/13200000\.ufs/by-name/abl_[ab] u:object_r:custom_ab_bl… 63 /dev/block/platform/13200000\.ufs/by-name/bl1_[ab] u:object_r:custom_ab_bl… [all …]
|
/aosp_15_r20/external/wmediumd/wmediumd/lib/ |
H A D | vhost.c | 53 cpu_to_virtio##bits(struct usfstl_vhost_user_dev_int *dev, \ 56 if (dev->ext.features & (1ULL << VIRTIO_F_VERSION_1)) \ 61 virtio_to_cpu##bits(struct usfstl_vhost_user_dev_int *dev, \ 64 if (dev->ext.features & (1ULL << VIRTIO_F_VERSION_1)) \ 74 usfstl_vhost_user_get_virtq_buf(struct usfstl_vhost_user_dev_int *dev, in usfstl_vhost_user_get_virtq_buf() argument 79 struct vring *virtq = &dev->virtqs[virtq_idx].virtq; in usfstl_vhost_user_get_virtq_buf() 80 uint16_t avail_idx = virtio_to_cpu16(dev, virtq->avail->idx); in usfstl_vhost_user_get_virtq_buf() 86 if (avail_idx == dev->virtqs[virtq_idx].last_avail_idx) in usfstl_vhost_user_get_virtq_buf() 92 idx = dev->virtqs[virtq_idx].last_avail_idx++; in usfstl_vhost_user_get_virtq_buf() 94 desc_idx = virtio_to_cpu16(dev, virtq->avail->ring[idx]); in usfstl_vhost_user_get_virtq_buf() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 12 # | tnl dev | | | tnl dev | (overlay network) 27 # tunnel dev <type>11, ex: gre11, IPv4: 10.1.1.200, IPv6: 1::22 (overlay) 32 # tunnel dev <type>00, ex: gre00, IPv4: 10.1.1.100, IPv6: 1::11 (overlay) 40 # 1) Route lookup shows 10.1.1.100/24 belongs to tnl dev, fwd to tnl dev. 46 # 6) Forward the packet to the overlay tnl dev 60 ip netns exec at_ns0 ip addr add 172.16.1.100/24 dev veth0 61 ip netns exec at_ns0 ip link set dev veth0 up 62 ip link set dev veth1 up mtu 1500 63 ip addr add dev veth1 172.16.1.200/24 70 ip link add dev $DEV_NS type $TYPE seq key 2 \ [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 38 ip link del dev "$devdummy" 44 dev="$1" 47 ip netconf show dev "$dev" > /dev/null 51 ip -$f netconf show dev "$dev" > /dev/null 56 echo "FAIL: ip netconf show $dev" 72 ip link set dev "$devdummy" master "$devbr" 80 ip addr add dev "$vlandev" 10.200.7.23/30 82 ip -6 addr add dev "$vlandev" dead:42::1234/64 84 ip -d link > /dev/null 86 ip r s t all > /dev/null [all …]
|
/aosp_15_r20/external/rootdev/ |
H A D | rootdev_test.sh | 83 out=$("${ROOTDEV}" --block $WORKDIR 2>/dev/null) 91 local dev=$2 93 mkdir -p $dev 96 echo "10:0" > $block/sda/dev 97 echo "10:1" > $block/sda/sda1/dev 98 echo "10:2" > $block/sda/sda2/dev 99 mknod $dev/sda1 b 10 1 100 mknod $dev/sda2 b 10 2 101 mknod $dev/sda b 10 0 106 local dev=$WORKDIR/dev [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | fib_offload_lib.sh | 14 | jq -e '.[]["flags"] | contains(["trap"])' &> /dev/null 64 ip -n $ns link set dev dummy$i up 67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024 68 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false 71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024 72 fib4_trap_check $ns "192.0.2.0/24 dev dummy2 tos 0 metric 1024" true 75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024 76 fib4_trap_check $ns "192.0.2.0/24 dev dummy3 tos 0 metric 1024" false 79 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" true 85 ip -n $ns link del dev dummy$i [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_device.c | 36 asahi_simple_ioctl(struct agx_device *dev, unsigned cmd, void *req) in asahi_simple_ioctl() argument 38 if (dev->is_virtio) { in asahi_simple_ioctl() 39 return agx_virtio_simple_ioctl(dev, cmd, req); in asahi_simple_ioctl() 41 return drmIoctl(dev->fd, cmd, req); in asahi_simple_ioctl() 73 agx_bo_free(struct agx_device *dev, struct agx_bo *bo) in agx_bo_free() argument 83 agx_va_free(dev, bo->va); in agx_bo_free() 94 drmIoctl(dev->fd, DRM_IOCTL_GEM_CLOSE, &args); in agx_bo_free() 98 agx_bo_bind(struct agx_device *dev, struct agx_bo *bo, uint64_t addr, in agx_bo_bind() argument 105 .vm_id = dev->vm_id, in agx_bo_bind() 111 int ret = drmIoctl(dev->fd, DRM_IOCTL_ASAHI_GEM_BIND, &gem_bind); in agx_bo_bind() [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | replay.c | 234 void buffer_mem_free(struct device *dev, struct buffer *buf); 262 device_get_buffer(struct device *dev, uint64_t iova) in device_get_buffer() argument 266 return (struct buffer *)rb_tree_search(&dev->buffers, &iova, in device_get_buffer() 271 device_mark_buffers(struct device *dev) in device_mark_buffers() argument 273 rb_tree_foreach_safe (struct buffer, buf, &dev->buffers, node) { in device_mark_buffers() 279 device_free_buffers(struct device *dev) in device_free_buffers() argument 281 rb_tree_foreach_safe (struct buffer, buf, &dev->buffers, node) { in device_free_buffers() 282 buffer_mem_free(dev, buf); in device_free_buffers() 283 rb_tree_remove(&dev->buffers, &buf->node); in device_free_buffers() 289 device_print_shader_log(struct device *dev) in device_print_shader_log() argument [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | run_cgpt_tests.sh | 25 if "$@" 2>/dev/null; then 36 DEV=fake_dev.bin 37 rm -f ${DEV} 38 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null 78 "${CGPT}" create "${MTD[@]}" ${DEV} 84 -l "${DATA_LABEL}" ${DEV} 86 -l "${KERN_LABEL}" ${DEV} 88 -t ${ROOTFS_GUID} -l "${ROOTFS_LABEL}" ${DEV} 90 -l "${ESP_LABEL}" ${DEV} 92 -t ${FUTURE_GUID} -l "${FUTURE_LABEL}" ${DEV} [all …]
|