Jörg Thalheim | 3e67e5c | 2017-05-01 02:26:56 +0200 | [diff] [blame] | 1 | #!/usr/bin/env python3 |
Yu Watanabe | db9ecf0 | 2020-11-09 13:23:58 +0900 | [diff] [blame] | 2 | # SPDX-License-Identifier: LGPL-2.1-or-later |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 3 | # |
| 4 | # sys-script.py |
| 5 | # |
Lennart Poettering | 810adae | 2018-06-12 17:15:23 +0200 | [diff] [blame] | 6 | # © 2017 Canonical Ltd. |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 7 | # Author: Dan Streetman <dan.streetman@canonical.com> |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 8 | |
| 9 | import os, sys |
Zbigniew Jędrzejewski-Szmek | 0bca795 | 2017-09-29 12:28:25 +0200 | [diff] [blame] | 10 | import shutil |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 11 | |
| 12 | def d(path, mode): |
| 13 | os.mkdir(path, mode) |
| 14 | |
| 15 | def l(path, src): |
| 16 | os.symlink(src, path) |
| 17 | |
| 18 | def f(path, mode, contents): |
| 19 | with open(path, "wb") as f: |
| 20 | f.write(contents) |
| 21 | os.chmod(path, mode) |
| 22 | |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 23 | if len(sys.argv) < 2: |
| 24 | exit("Usage: {} <target dir>".format(sys.argv[0])) |
| 25 | |
| 26 | if not os.path.isdir(sys.argv[1]): |
| 27 | exit("Target dir {} not found".format(sys.argv[1])) |
| 28 | |
| 29 | os.chdir(sys.argv[1]) |
| 30 | |
Zbigniew Jędrzejewski-Szmek | 0bca795 | 2017-09-29 12:28:25 +0200 | [diff] [blame] | 31 | if os.path.exists('sys'): |
| 32 | shutil.rmtree('sys') |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 33 | d('sys', 0o755) |
| 34 | d('sys/kernel', 0o775) |
| 35 | f('sys/kernel/kexec_crash_loaded', 0o664, b'0\n') |
| 36 | f('sys/kernel/kexec_loaded', 0o664, b'0\n') |
| 37 | f('sys/kernel/uevent_helper', 0o664, b'\n') |
| 38 | f('sys/kernel/vmcoreinfo', 0o664, b'f15380 1000\n') |
| 39 | f('sys/kernel/notes', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00Z\r!\x804\xc2\x8atA<"f5(\xe7m\xe8-i-') |
| 40 | f('sys/kernel/uevent_seqnum', 0o664, b'1407\n') |
| 41 | d('sys/kernel/slab', 0o775) |
| 42 | d('sys/kernel/slab/kmalloc-96', 0o775) |
| 43 | f('sys/kernel/slab/kmalloc-96/reclaim_account', 0o664, b'0\n') |
| 44 | f('sys/kernel/slab/kmalloc-96/ctor', 0o664, b'') |
| 45 | f('sys/kernel/slab/kmalloc-96/hwcache_align', 0o664, b'0\n') |
| 46 | f('sys/kernel/slab/kmalloc-96/slab_size', 0o664, b'168\n') |
| 47 | f('sys/kernel/slab/kmalloc-96/total_objects', 0o664, b'768\n') |
| 48 | f('sys/kernel/slab/kmalloc-96/slabs', 0o664, b'32\n') |
| 49 | f('sys/kernel/slab/kmalloc-96/poison', 0o664, b'1\n') |
| 50 | f('sys/kernel/slab/kmalloc-96/alloc_calls', 0o664, b''' 5 sched_create_group+0x1f/0x220 age=8351870/8359354/8366881 pid=1333-2177 cpus=0-1 |
| 51 | 10 __register_sysctl_paths+0x56/0x340 age=8370387/8378535/8379888 pid=1-901 cpus=0-1 |
| 52 | 15 __create_workqueue_key+0x31/0x290 age=8370409/8377818/8380009 pid=1-900 cpus=0-1 |
| 53 | 59 load_module+0x19c0/0x1b30 age=8303111/8368469/8376350 pid=105-2754 cpus=0-1 |
| 54 | 5 __vmalloc_area_node+0xfb/0x140 age=8355400/8371519/8376226 pid=147-1813 cpus=0 |
| 55 | 22 __register_chrdev_region+0x2d/0x1a0 age=8309177/8375269/8380004 pid=1-2711 cpus=0-1 |
| 56 | 1 do_sys_poll+0xdb/0x450 age=9671 pid=2262 cpus=1 |
| 57 | 98 d_alloc+0x19d/0x1f0 age=22395/7516545/8376320 pid=317-13453 cpus=0-1 |
| 58 | 8 sys_eventfd2+0x51/0xb0 age=8339333/8339377/8339421 pid=2400 cpus=0 |
| 59 | 1 mb_cache_create+0x62/0x1f0 age=8379846 pid=1 cpus=1 |
| 60 | 9 sysfs_setattr+0x19a/0x1f0 age=61999/6511912/8377277 pid=63-13308 cpus=0-1 |
| 61 | 1 sysfs_open_file+0x1c5/0x230 age=0 pid=13466 cpus=0 |
| 62 | 17 copy_semundo+0x71/0xc0 age=3847042/8077586/8366263 pid=1370-2590 cpus=0-1 |
| 63 | 2 __crypto_alloc_tfm+0x43/0x1b0 age=8373678/8373678/8373678 pid=126 cpus=1 |
| 64 | 2 pcim_iomap_table+0x45/0x60 age=8379289/8379547/8379805 pid=1 cpus=0-1 |
| 65 | 26 pci_create_attr+0x3d/0x140 age=8378994/8378994/8378995 pid=1 cpus=0 |
| 66 | 8 pci_enable_msi+0xb1/0x2b0 age=8356336/8373963/8379844 pid=1-1541 cpus=0-1 |
| 67 | 1 fb_add_videomode+0x89/0xf0 age=8379841 pid=1 cpus=1 |
| 68 | 1 soft_cursor+0x92/0x220 age=8379841 pid=1 cpus=1 |
| 69 | 20 acpi_os_create_semaphore+0x36/0xaa age=8379969/8380118/8380142 pid=0-1 cpus=0 |
| 70 | 6 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379981/8379985/8379993 pid=1 cpus=0 |
| 71 | 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379986/8379986/8379987 pid=1 cpus=0 |
| 72 | 1 acpi_ev_create_gpe_block+0x5f/0x3bf age=8379999 pid=1 cpus=0 |
| 73 | 62 pnp_new_resource+0x25/0x60 age=8379891/8379894/8379895 pid=1 cpus=0 |
| 74 | 1 tty_register_driver+0x1b3/0x2a0 age=8379806 pid=1 cpus=1 |
| 75 | 5 kbd_connect+0x4e/0xe0 age=8374352/8375743/8379035 pid=17-341 cpus=0-1 |
| 76 | 17 __class_create+0x3d/0xa0 age=8374616/8377737/8380008 pid=1-215 cpus=0-1 |
| 77 | 2 scsi_probe_and_add_lun+0x65e/0xd80 age=8379084/8379252/8379421 pid=1 cpus=0-1 |
| 78 | 3 inet_rtm_newaddr+0xdb/0x220 age=8325560/8353789/8367912 pid=1197-1541 cpus=0-1 |
| 79 | 2 cache_add_dev+0x7c/0x546 age=8379855/8379855/8379856 pid=1 cpus=0 |
| 80 | 22 kernel_param_sysfs_setup+0x2f/0xc9 age=8380005/8380005/8380005 pid=1 cpus=0 |
| 81 | 15 acpi_system_init+0x12e/0x260 age=8379898/8379898/8379899 pid=1 cpus=0 |
| 82 | 1 pci_mmcfg_insert_resources+0x5d/0x123 age=8378994 pid=1 cpus=0 |
| 83 | 1 0xffffffffa0065104 age=8356008 pid=1766 cpus=0 |
| 84 | 1 bitmap_create+0x373/0xad0 [md_mod] age=8370145 pid=916 cpus=0 |
| 85 | 256 r1bio_pool_alloc+0x2f/0x60 [raid1] age=8370154/8370154/8370154 pid=916 cpus=0 |
| 86 | 8 ip6addrlbl_add+0x75/0x330 [ipv6] age=8360215/8360215/8360215 pid=1549 cpus=0 |
| 87 | 1 ip6_route_net_init+0x22/0xd0 [ipv6] age=8360216 pid=1549 cpus=0 |
| 88 | 6 snd_mixer_oss_build_input+0x431/0x5c0 [snd_mixer_oss] age=8355594/8355594/8355595 pid=1813 cpus=0 |
| 89 | ''') |
| 90 | f('sys/kernel/slab/kmalloc-96/objs_per_slab', 0o664, b'24\n') |
| 91 | f('sys/kernel/slab/kmalloc-96/shrink', 0o664, b'') |
| 92 | f('sys/kernel/slab/kmalloc-96/trace', 0o664, b'0\n') |
| 93 | f('sys/kernel/slab/kmalloc-96/object_size', 0o664, b'96\n') |
| 94 | f('sys/kernel/slab/kmalloc-96/cpu_slabs', 0o664, b'0\n') |
| 95 | f('sys/kernel/slab/kmalloc-96/cache_dma', 0o664, b'0\n') |
| 96 | f('sys/kernel/slab/kmalloc-96/destroy_by_rcu', 0o664, b'0\n') |
| 97 | f('sys/kernel/slab/kmalloc-96/objects_partial', 0o664, b'95\n') |
| 98 | f('sys/kernel/slab/kmalloc-96/objects', 0o664, b'743\n') |
| 99 | f('sys/kernel/slab/kmalloc-96/order', 0o664, b'0\n') |
| 100 | f('sys/kernel/slab/kmalloc-96/sanity_checks', 0o664, b'1\n') |
| 101 | f('sys/kernel/slab/kmalloc-96/store_user', 0o664, b'1\n') |
| 102 | f('sys/kernel/slab/kmalloc-96/align', 0o664, b'8\n') |
| 103 | f('sys/kernel/slab/kmalloc-96/partial', 0o664, b'5\n') |
| 104 | f('sys/kernel/slab/kmalloc-96/validate', 0o664, b'') |
| 105 | f('sys/kernel/slab/kmalloc-96/red_zone', 0o664, b'1\n') |
| 106 | f('sys/kernel/slab/kmalloc-96/free_calls', 0o664, b''' 507 <not-available> age=4303047439 pid=0 cpus=0 |
| 107 | 1 free_notes_attrs+0x4b/0x50 age=8375086 pid=383 cpus=0 |
| 108 | 1 audit_send_list+0x88/0xa0 age=8361087 pid=1538 cpus=1 |
| 109 | 6 __vunmap+0xe9/0x120 age=8309178/8363011/8375091 pid=126-2711 cpus=0-1 |
| 110 | 1 do_sys_poll+0x32b/0x450 age=9672 pid=2262 cpus=1 |
| 111 | 30 d_callback+0x22/0x40 age=22587/7808930/8375651 pid=0-13433 cpus=0-1 |
| 112 | 20 sysfs_release+0x63/0xa0 age=22407/6699376/8376561 pid=165-13453 cpus=0-1 |
| 113 | 1 release_sysfs_dirent+0x22/0xd0 age=8367199 pid=1309 cpus=1 |
| 114 | 116 free_rb_tree_fname+0x5c/0xb0 age=53501/7931736/8376455 pid=163-13373 cpus=0-1 |
| 115 | 7 kobject_uevent_env+0x11a/0x470 age=67088/6542620/8379296 pid=1-419 cpus=0-1 |
| 116 | 1 msi_free_irqs+0xad/0x110 age=8356355 pid=1541 cpus=0 |
| 117 | 1 acpi_os_execute_deferred+0x34/0x39 age=8379958 pid=13 cpus=1 |
| 118 | 1 acpi_walk_resources+0xa4/0xbd age=8379895 pid=1 cpus=0 |
| 119 | 1 acpi_pci_irq_add_prt+0x30b/0x324 age=8379922 pid=1 cpus=0 |
| 120 | 6 scsi_execute_req+0x9f/0xf0 age=8335607/8359788/8379422 pid=1-1456 cpus=0-1 |
| 121 | 9 netlink_destroy_callback+0x21/0x30 age=8325561/8347615/8367913 pid=1197-2527 cpus=0-1 |
| 122 | 12 huft_free+0x1e/0x2f age=8379857/8379857/8379857 pid=1 cpus=0 |
| 123 | 2 r1bio_pool_free+0x9/0x10 [raid1] age=8364428/8364431/8364434 pid=0 cpus=0 |
| 124 | ''') |
| 125 | f('sys/kernel/slab/kmalloc-96/aliases', 0o664, b'0\n') |
| 126 | d('sys/kernel/slab/blkdev_requests', 0o775) |
| 127 | f('sys/kernel/slab/blkdev_requests/reclaim_account', 0o664, b'0\n') |
| 128 | f('sys/kernel/slab/blkdev_requests/ctor', 0o664, b'') |
| 129 | f('sys/kernel/slab/blkdev_requests/hwcache_align', 0o664, b'0\n') |
| 130 | f('sys/kernel/slab/blkdev_requests/slab_size', 0o664, b'376\n') |
| 131 | f('sys/kernel/slab/blkdev_requests/total_objects', 0o664, b'84\n') |
| 132 | f('sys/kernel/slab/blkdev_requests/slabs', 0o664, b'4\n') |
| 133 | f('sys/kernel/slab/blkdev_requests/poison', 0o664, b'1\n') |
| 134 | f('sys/kernel/slab/blkdev_requests/alloc_calls', 0o664, b' 12 mempool_alloc_slab+0x11/0x20 age=61529/5606309/8378864 pid=1-13295 cpus=0-1\n') |
| 135 | f('sys/kernel/slab/blkdev_requests/objs_per_slab', 0o664, b'21\n') |
| 136 | f('sys/kernel/slab/blkdev_requests/shrink', 0o664, b'') |
| 137 | f('sys/kernel/slab/blkdev_requests/trace', 0o664, b'0\n') |
| 138 | f('sys/kernel/slab/blkdev_requests/object_size', 0o664, b'304\n') |
| 139 | f('sys/kernel/slab/blkdev_requests/cpu_slabs', 0o664, b'0\n') |
| 140 | f('sys/kernel/slab/blkdev_requests/cache_dma', 0o664, b'0\n') |
| 141 | f('sys/kernel/slab/blkdev_requests/destroy_by_rcu', 0o664, b'0\n') |
| 142 | f('sys/kernel/slab/blkdev_requests/objects_partial', 0o664, b'8\n') |
| 143 | f('sys/kernel/slab/blkdev_requests/objects', 0o664, b'50\n') |
| 144 | f('sys/kernel/slab/blkdev_requests/order', 0o664, b'1\n') |
| 145 | f('sys/kernel/slab/blkdev_requests/sanity_checks', 0o664, b'1\n') |
| 146 | f('sys/kernel/slab/blkdev_requests/store_user', 0o664, b'1\n') |
| 147 | f('sys/kernel/slab/blkdev_requests/align', 0o664, b'0\n') |
| 148 | f('sys/kernel/slab/blkdev_requests/partial', 0o664, b'2\n') |
| 149 | f('sys/kernel/slab/blkdev_requests/validate', 0o664, b'') |
| 150 | f('sys/kernel/slab/blkdev_requests/red_zone', 0o664, b'1\n') |
| 151 | f('sys/kernel/slab/blkdev_requests/free_calls', 0o664, b''' 7 <not-available> age=4303046881 pid=0 cpus=0 |
| 152 | 5 mempool_free_slab+0x12/0x20 age=63050/1742015/8378750 pid=0-1456 cpus=0 |
| 153 | ''') |
| 154 | f('sys/kernel/slab/blkdev_requests/aliases', 0o664, b'0\n') |
| 155 | d('sys/kernel/slab/tw_sock_TCP', 0o775) |
| 156 | f('sys/kernel/slab/tw_sock_TCP/reclaim_account', 0o664, b'0\n') |
| 157 | f('sys/kernel/slab/tw_sock_TCP/ctor', 0o664, b'') |
| 158 | f('sys/kernel/slab/tw_sock_TCP/hwcache_align', 0o664, b'1\n') |
| 159 | f('sys/kernel/slab/tw_sock_TCP/slab_size', 0o664, b'256\n') |
| 160 | f('sys/kernel/slab/tw_sock_TCP/total_objects', 0o664, b'16\n') |
| 161 | f('sys/kernel/slab/tw_sock_TCP/slabs', 0o664, b'1\n') |
| 162 | f('sys/kernel/slab/tw_sock_TCP/poison', 0o664, b'1\n') |
| 163 | f('sys/kernel/slab/tw_sock_TCP/alloc_calls', 0o664, b'No data\n') |
| 164 | f('sys/kernel/slab/tw_sock_TCP/objs_per_slab', 0o664, b'16\n') |
| 165 | f('sys/kernel/slab/tw_sock_TCP/shrink', 0o664, b'') |
| 166 | f('sys/kernel/slab/tw_sock_TCP/trace', 0o664, b'0\n') |
| 167 | f('sys/kernel/slab/tw_sock_TCP/object_size', 0o664, b'136\n') |
| 168 | f('sys/kernel/slab/tw_sock_TCP/cpu_slabs', 0o664, b'0\n') |
| 169 | f('sys/kernel/slab/tw_sock_TCP/cache_dma', 0o664, b'0\n') |
| 170 | f('sys/kernel/slab/tw_sock_TCP/destroy_by_rcu', 0o664, b'0\n') |
| 171 | f('sys/kernel/slab/tw_sock_TCP/objects_partial', 0o664, b'0\n') |
| 172 | f('sys/kernel/slab/tw_sock_TCP/objects', 0o664, b'16\n') |
| 173 | f('sys/kernel/slab/tw_sock_TCP/order', 0o664, b'0\n') |
| 174 | f('sys/kernel/slab/tw_sock_TCP/sanity_checks', 0o664, b'1\n') |
| 175 | f('sys/kernel/slab/tw_sock_TCP/store_user', 0o664, b'1\n') |
| 176 | f('sys/kernel/slab/tw_sock_TCP/align', 0o664, b'0\n') |
| 177 | f('sys/kernel/slab/tw_sock_TCP/partial', 0o664, b'0\n') |
| 178 | f('sys/kernel/slab/tw_sock_TCP/validate', 0o664, b'') |
| 179 | f('sys/kernel/slab/tw_sock_TCP/red_zone', 0o664, b'1\n') |
| 180 | f('sys/kernel/slab/tw_sock_TCP/free_calls', 0o664, b'No data\n') |
| 181 | f('sys/kernel/slab/tw_sock_TCP/aliases', 0o664, b'0\n') |
| 182 | d('sys/kernel/slab/Acpi-Parse', 0o775) |
| 183 | f('sys/kernel/slab/Acpi-Parse/reclaim_account', 0o664, b'0\n') |
| 184 | f('sys/kernel/slab/Acpi-Parse/ctor', 0o664, b'') |
| 185 | f('sys/kernel/slab/Acpi-Parse/hwcache_align', 0o664, b'0\n') |
| 186 | f('sys/kernel/slab/Acpi-Parse/slab_size', 0o664, b'120\n') |
| 187 | f('sys/kernel/slab/Acpi-Parse/total_objects', 0o664, b'68\n') |
| 188 | f('sys/kernel/slab/Acpi-Parse/slabs', 0o664, b'2\n') |
| 189 | f('sys/kernel/slab/Acpi-Parse/poison', 0o664, b'1\n') |
| 190 | f('sys/kernel/slab/Acpi-Parse/alloc_calls', 0o664, b'No data\n') |
| 191 | f('sys/kernel/slab/Acpi-Parse/objs_per_slab', 0o664, b'34\n') |
| 192 | f('sys/kernel/slab/Acpi-Parse/shrink', 0o664, b'') |
| 193 | f('sys/kernel/slab/Acpi-Parse/trace', 0o664, b'0\n') |
| 194 | f('sys/kernel/slab/Acpi-Parse/object_size', 0o664, b'48\n') |
| 195 | f('sys/kernel/slab/Acpi-Parse/cpu_slabs', 0o664, b'0\n') |
| 196 | f('sys/kernel/slab/Acpi-Parse/cache_dma', 0o664, b'0\n') |
| 197 | f('sys/kernel/slab/Acpi-Parse/destroy_by_rcu', 0o664, b'0\n') |
| 198 | f('sys/kernel/slab/Acpi-Parse/objects_partial', 0o664, b'0\n') |
| 199 | f('sys/kernel/slab/Acpi-Parse/objects', 0o664, b'68\n') |
| 200 | f('sys/kernel/slab/Acpi-Parse/order', 0o664, b'0\n') |
| 201 | f('sys/kernel/slab/Acpi-Parse/sanity_checks', 0o664, b'1\n') |
| 202 | f('sys/kernel/slab/Acpi-Parse/store_user', 0o664, b'1\n') |
| 203 | f('sys/kernel/slab/Acpi-Parse/align', 0o664, b'0\n') |
| 204 | f('sys/kernel/slab/Acpi-Parse/partial', 0o664, b'0\n') |
| 205 | f('sys/kernel/slab/Acpi-Parse/validate', 0o664, b'') |
| 206 | f('sys/kernel/slab/Acpi-Parse/red_zone', 0o664, b'1\n') |
| 207 | f('sys/kernel/slab/Acpi-Parse/free_calls', 0o664, b'No data\n') |
| 208 | f('sys/kernel/slab/Acpi-Parse/aliases', 0o664, b'0\n') |
| 209 | d('sys/kernel/slab/sgpool-8', 0o775) |
| 210 | f('sys/kernel/slab/sgpool-8/reclaim_account', 0o664, b'0\n') |
| 211 | f('sys/kernel/slab/sgpool-8/ctor', 0o664, b'') |
| 212 | f('sys/kernel/slab/sgpool-8/hwcache_align', 0o664, b'1\n') |
| 213 | f('sys/kernel/slab/sgpool-8/slab_size', 0o664, b'384\n') |
| 214 | f('sys/kernel/slab/sgpool-8/total_objects', 0o664, b'42\n') |
| 215 | f('sys/kernel/slab/sgpool-8/slabs', 0o664, b'2\n') |
| 216 | f('sys/kernel/slab/sgpool-8/poison', 0o664, b'1\n') |
| 217 | f('sys/kernel/slab/sgpool-8/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379297/8379297/8379297 pid=1 cpus=0\n') |
| 218 | f('sys/kernel/slab/sgpool-8/objs_per_slab', 0o664, b'21\n') |
| 219 | f('sys/kernel/slab/sgpool-8/shrink', 0o664, b'') |
| 220 | f('sys/kernel/slab/sgpool-8/trace', 0o664, b'0\n') |
| 221 | f('sys/kernel/slab/sgpool-8/object_size', 0o664, b'256\n') |
| 222 | f('sys/kernel/slab/sgpool-8/cpu_slabs', 0o664, b'0\n') |
| 223 | f('sys/kernel/slab/sgpool-8/cache_dma', 0o664, b'0\n') |
| 224 | f('sys/kernel/slab/sgpool-8/destroy_by_rcu', 0o664, b'0\n') |
| 225 | f('sys/kernel/slab/sgpool-8/objects_partial', 0o664, b'0\n') |
| 226 | f('sys/kernel/slab/sgpool-8/objects', 0o664, b'42\n') |
| 227 | f('sys/kernel/slab/sgpool-8/order', 0o664, b'1\n') |
| 228 | f('sys/kernel/slab/sgpool-8/sanity_checks', 0o664, b'1\n') |
| 229 | f('sys/kernel/slab/sgpool-8/store_user', 0o664, b'1\n') |
| 230 | f('sys/kernel/slab/sgpool-8/align', 0o664, b'0\n') |
| 231 | f('sys/kernel/slab/sgpool-8/partial', 0o664, b'0\n') |
| 232 | f('sys/kernel/slab/sgpool-8/validate', 0o664, b'') |
| 233 | f('sys/kernel/slab/sgpool-8/red_zone', 0o664, b'1\n') |
| 234 | f('sys/kernel/slab/sgpool-8/free_calls', 0o664, b' 2 <not-available> age=4303046847 pid=0 cpus=0\n') |
| 235 | f('sys/kernel/slab/sgpool-8/aliases', 0o664, b'0\n') |
| 236 | d('sys/kernel/slab/dnotify_cache', 0o775) |
| 237 | f('sys/kernel/slab/dnotify_cache/reclaim_account', 0o664, b'0\n') |
| 238 | f('sys/kernel/slab/dnotify_cache/ctor', 0o664, b'') |
| 239 | f('sys/kernel/slab/dnotify_cache/hwcache_align', 0o664, b'0\n') |
| 240 | f('sys/kernel/slab/dnotify_cache/slab_size', 0o664, b'112\n') |
| 241 | f('sys/kernel/slab/dnotify_cache/total_objects', 0o664, b'0\n') |
| 242 | f('sys/kernel/slab/dnotify_cache/slabs', 0o664, b'0\n') |
| 243 | f('sys/kernel/slab/dnotify_cache/poison', 0o664, b'1\n') |
| 244 | f('sys/kernel/slab/dnotify_cache/alloc_calls', 0o664, b'No data\n') |
| 245 | f('sys/kernel/slab/dnotify_cache/objs_per_slab', 0o664, b'36\n') |
| 246 | f('sys/kernel/slab/dnotify_cache/shrink', 0o664, b'') |
| 247 | f('sys/kernel/slab/dnotify_cache/trace', 0o664, b'0\n') |
| 248 | f('sys/kernel/slab/dnotify_cache/object_size', 0o664, b'40\n') |
| 249 | f('sys/kernel/slab/dnotify_cache/cpu_slabs', 0o664, b'0\n') |
| 250 | f('sys/kernel/slab/dnotify_cache/cache_dma', 0o664, b'0\n') |
| 251 | f('sys/kernel/slab/dnotify_cache/destroy_by_rcu', 0o664, b'0\n') |
| 252 | f('sys/kernel/slab/dnotify_cache/objects_partial', 0o664, b'0\n') |
| 253 | f('sys/kernel/slab/dnotify_cache/objects', 0o664, b'0\n') |
| 254 | f('sys/kernel/slab/dnotify_cache/order', 0o664, b'0\n') |
| 255 | f('sys/kernel/slab/dnotify_cache/sanity_checks', 0o664, b'1\n') |
| 256 | f('sys/kernel/slab/dnotify_cache/store_user', 0o664, b'1\n') |
| 257 | f('sys/kernel/slab/dnotify_cache/align', 0o664, b'0\n') |
| 258 | f('sys/kernel/slab/dnotify_cache/partial', 0o664, b'0\n') |
| 259 | f('sys/kernel/slab/dnotify_cache/validate', 0o664, b'') |
| 260 | f('sys/kernel/slab/dnotify_cache/red_zone', 0o664, b'1\n') |
| 261 | f('sys/kernel/slab/dnotify_cache/free_calls', 0o664, b'No data\n') |
| 262 | f('sys/kernel/slab/dnotify_cache/aliases', 0o664, b'0\n') |
| 263 | d('sys/kernel/slab/kmalloc-16', 0o775) |
| 264 | f('sys/kernel/slab/kmalloc-16/reclaim_account', 0o664, b'0\n') |
| 265 | f('sys/kernel/slab/kmalloc-16/ctor', 0o664, b'') |
| 266 | f('sys/kernel/slab/kmalloc-16/hwcache_align', 0o664, b'0\n') |
| 267 | f('sys/kernel/slab/kmalloc-16/slab_size', 0o664, b'88\n') |
| 268 | f('sys/kernel/slab/kmalloc-16/total_objects', 0o664, b'2254\n') |
| 269 | f('sys/kernel/slab/kmalloc-16/slabs', 0o664, b'49\n') |
| 270 | f('sys/kernel/slab/kmalloc-16/poison', 0o664, b'1\n') |
| 271 | f('sys/kernel/slab/kmalloc-16/alloc_calls', 0o664, b''' 2 arch_acpi_processor_init_pdc+0x71/0x180 age=8375737/8375768/8375799 pid=330 cpus=0 |
| 272 | 2 arch_acpi_processor_init_pdc+0xab/0x180 age=8375737/8375768/8375799 pid=330 cpus=0 |
| 273 | 5 sched_create_group+0x40/0x220 age=8351840/8359324/8366851 pid=1333-2177 cpus=0-1 |
| 274 | 5 sched_create_group+0x62/0x220 age=8351840/8359324/8366851 pid=1333-2177 cpus=0-1 |
| 275 | 2 setup_modinfo_version+0x19/0x30 age=8374630/8375434/8376238 pid=122-126 cpus=0-1 |
| 276 | 365 load_module+0x1ac4/0x1b30 age=8303081/8369498/8376320 pid=105-2754 cpus=0-1 |
| 277 | 13 mempool_create_node+0x4b/0xf0 age=8379859/8379929/8379974 pid=1 cpus=0 |
| 278 | 1 krealloc+0x1e/0x60 age=8375802 pid=330 cpus=0 |
| 279 | 4 __vmalloc_area_node+0xfb/0x140 age=8374701/8375120/8375833 pid=126-392 cpus=0 |
| 280 | 7 alloc_vfsmnt+0x97/0x180 age=61473/7184623/8379853 pid=1-13348 cpus=0-1 |
| 281 | 2 proc_symlink+0x4d/0xb0 age=8380112/8380112/8380112 pid=0 cpus=0 |
| 282 | 1275 sysfs_new_dirent+0x10c/0x120 age=22645/7761348/8379979 pid=1-13295 cpus=0-1 |
| 283 | 2 ext3_fill_super+0x691/0x1a20 age=8369671/8374021/8378371 pid=1-962 cpus=0 |
| 284 | 406 kvasprintf+0x55/0x90 age=22645/7760583/8380112 pid=0-13295 cpus=0-1 |
| 285 | 1 bit_cursor+0x223/0x6a0 age=8356170 pid=7 cpus=0 |
| 286 | 12 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379944/8379946/8379954 pid=1 cpus=0 |
| 287 | 14 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379945/8379955/8379961 pid=1 cpus=0 |
| 288 | 2 acpi_ut_copy_simple_object+0x8f/0x11c age=8375657/8375665/8375674 pid=396 cpus=0 |
| 289 | 5 acpi_irq_stats_init+0x1bd/0x268 age=8379969/8379969/8379969 pid=1 cpus=0 |
| 290 | 14 pnp_add_id+0x1e/0xe0 age=8379861/8379863/8379866 pid=1 cpus=0 |
| 291 | 9 reserve_range+0x39/0x130 age=8379850/8379850/8379850 pid=1 cpus=0 |
| 292 | 1 trackpoint_detect+0x94/0x190 age=8378732 pid=17 cpus=0 |
| 293 | 2 proto_register+0xf2/0x260 age=8360199/8370021/8379844 pid=1-1549 cpus=0 |
| 294 | 2 neigh_sysctl_register+0x1cd/0x330 age=8360183/8366975/8373768 pid=126-1549 cpus=0-1 |
| 295 | 1 nl_pid_hash_rehash+0x180/0x1a0 age=8361057 pid=1533 cpus=0 |
| 296 | 1 genl_register_family+0x1b6/0x1e0 age=8379853 pid=1 cpus=0 |
| 297 | 1 __devinet_sysctl_register+0xb8/0x120 age=8373768 pid=126 cpus=1 |
| 298 | 1 pci_acpi_scan_root+0x3f/0x230 age=8379897 pid=1 cpus=0 |
| 299 | 1 acpi_parse_mcfg+0x61/0x140 age=8379976 pid=1 cpus=0 |
| 300 | 1 pci_mmcfg_arch_init+0x26/0x129 age=8379976 pid=1 cpus=0 |
| 301 | 1 icmp_sk_init+0x32/0x13f age=8379826 pid=1 cpus=0 |
| 302 | 5 hub_probe+0x26b/0x820 [usbcore] age=8374065/8374558/8374911 pid=143-147 cpus=0-1 |
| 303 | 12 usb_cache_string+0x65/0xa0 [usbcore] age=22646/4900582/8374931 pid=143-419 cpus=0-1 |
| 304 | 1 usb_create_ep_files+0x283/0x350 [usbcore] age=8374798 pid=143 cpus=0 |
| 305 | 1 0xffffffffa006595f age=8360191 pid=1549 cpus=0 |
| 306 | 13 snd_info_create_entry+0x30/0xa0 [snd] age=8355564/8372743/8374175 pid=107-1813 cpus=0-1 |
| 307 | 1 snd_oss_info_register+0x40/0xc0 [snd] age=8374813 pid=107 cpus=1 |
| 308 | 1 async_chainiv_givencrypt+0xf9/0x110 [crypto_blkcipher] age=8374570 pid=215 cpus=0 |
| 309 | 1 eseqiv_alloc+0x6d/0x80 [crypto_blkcipher] age=8374570 pid=215 cpus=0 |
| 310 | 1 run+0xa9/0x500 [raid1] age=8370124 pid=916 cpus=0 |
| 311 | 1 __addrconf_sysctl_register+0xcd/0x140 [ipv6] age=8360183 pid=1549 cpus=0 |
| 312 | ''') |
| 313 | f('sys/kernel/slab/kmalloc-16/objs_per_slab', 0o664, b'46\n') |
| 314 | f('sys/kernel/slab/kmalloc-16/shrink', 0o664, b'') |
| 315 | f('sys/kernel/slab/kmalloc-16/trace', 0o664, b'0\n') |
| 316 | f('sys/kernel/slab/kmalloc-16/object_size', 0o664, b'16\n') |
| 317 | f('sys/kernel/slab/kmalloc-16/cpu_slabs', 0o664, b'0\n') |
| 318 | f('sys/kernel/slab/kmalloc-16/cache_dma', 0o664, b'0\n') |
| 319 | f('sys/kernel/slab/kmalloc-16/destroy_by_rcu', 0o664, b'0\n') |
| 320 | f('sys/kernel/slab/kmalloc-16/objects_partial', 0o664, b'0\n') |
| 321 | f('sys/kernel/slab/kmalloc-16/objects', 0o664, b'2254\n') |
| 322 | f('sys/kernel/slab/kmalloc-16/order', 0o664, b'0\n') |
| 323 | f('sys/kernel/slab/kmalloc-16/sanity_checks', 0o664, b'1\n') |
| 324 | f('sys/kernel/slab/kmalloc-16/store_user', 0o664, b'1\n') |
| 325 | f('sys/kernel/slab/kmalloc-16/align', 0o664, b'8\n') |
| 326 | f('sys/kernel/slab/kmalloc-16/partial', 0o664, b'0\n') |
| 327 | f('sys/kernel/slab/kmalloc-16/validate', 0o664, b'') |
| 328 | f('sys/kernel/slab/kmalloc-16/red_zone', 0o664, b'1\n') |
| 329 | f('sys/kernel/slab/kmalloc-16/free_calls', 0o664, b''' 1912 <not-available> age=4303047409 pid=0 cpus=0 |
| 330 | 2 free_sched_group+0x62/0x80 age=8375109/8375395/8375681 pid=0-72 cpus=0-1 |
| 331 | 2 free_sched_group+0x6b/0x80 age=8375109/8375395/8375681 pid=0-72 cpus=0-1 |
| 332 | 3 free_sect_attrs+0x2e/0x50 age=8375055/8375055/8375055 pid=383 cpus=0 |
| 333 | 3 __vunmap+0xe9/0x120 age=8373650/8374619/8375152 pid=181-754 cpus=0 |
| 334 | 7 vfs_rename+0x301/0x450 age=125333/5028818/8367033 pid=829-13249 cpus=0 |
| 335 | 10 bio_free_map_data+0x14/0x30 age=23581/2550049/8379364 pid=0-1738 cpus=0-1 |
| 336 | 10 bio_free_map_data+0x1d/0x30 age=53581/4218001/8379379 pid=0-558 cpus=0-1 |
| 337 | 60 remove_kevent+0x44/0x60 age=61364/3011504/8354072 pid=1547-2544 cpus=0-1 |
| 338 | 49 release_sysfs_dirent+0x8c/0xd0 age=7824392/8263442/8379778 pid=1-2141 cpus=0-1 |
| 339 | 9 kobject_release+0xe1/0x140 age=7833231/8247578/8373891 pid=419-1541 cpus=0-1 |
| 340 | 70 kobject_uevent_env+0x11a/0x470 age=409229/8261185/8379979 pid=1-12942 cpus=0-1 |
| 341 | 2 bit_cursor+0x23b/0x6a0 age=8356171/8367984/8379797 pid=1-7 cpus=0-1 |
| 342 | 1 acpi_ds_create_operand+0x12c/0x209 age=8379867 pid=1 cpus=0 |
| 343 | 2 acpi_ns_get_node+0x92/0xa1 age=8374467/8374504/8374542 pid=215 cpus=0-1 |
| 344 | 8 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366439/8374588/8375781 pid=330-1358 cpus=0 |
| 345 | 16 acpi_ut_delete_internal_object_list+0x28/0x2f age=8374469/8378935/8379920 pid=1-396 cpus=0 |
| 346 | 2 reserve_range+0x11d/0x130 age=8379851/8379851/8379851 pid=1 cpus=0 |
| 347 | 3 release_firmware+0x57/0x70 age=8356214/8363521/8367182 pid=1285-1541 cpus=0-1 |
| 348 | 8 module_add_driver+0x66/0xd0 age=8373538/8375876/8379266 pid=1-181 cpus=0-1 |
| 349 | 1 power_supply_uevent+0x1a0/0x210 age=8375647 pid=7 cpus=0 |
| 350 | 2 get_modalias+0xd4/0x120 age=8355835/8367906/8379977 pid=1-1772 cpus=0 |
| 351 | 1 nl_pid_hash_rehash+0x18e/0x1a0 age=8356437 pid=1708 cpus=0 |
| 352 | 2 fib_hash_free+0x35/0x40 age=8367899/8367899/8367899 pid=1185 cpus=0 |
| 353 | 2 wireless_send_event+0x172/0x330 age=8329605/8342854/8356103 pid=1545 cpus=0-1 |
| 354 | 10 usb_get_configuration+0x42d/0x1480 [usbcore] age=22733/6708190/8374932 pid=143-419 cpus=0-1 |
| 355 | ''') |
| 356 | f('sys/kernel/slab/kmalloc-16/aliases', 0o664, b'0\n') |
| 357 | d('sys/kernel/slab/filp', 0o775) |
| 358 | f('sys/kernel/slab/filp/reclaim_account', 0o664, b'0\n') |
| 359 | f('sys/kernel/slab/filp/ctor', 0o664, b'') |
| 360 | f('sys/kernel/slab/filp/hwcache_align', 0o664, b'1\n') |
| 361 | f('sys/kernel/slab/filp/slab_size', 0o664, b'384\n') |
| 362 | f('sys/kernel/slab/filp/total_objects', 0o664, b'4158\n') |
| 363 | f('sys/kernel/slab/filp/slabs', 0o664, b'198\n') |
| 364 | f('sys/kernel/slab/filp/poison', 0o664, b'1\n') |
| 365 | f('sys/kernel/slab/filp/alloc_calls', 0o664, b' 4081 get_empty_filp+0x44/0x1a0 age=0/7917861/8378089 pid=1-20296 cpus=0-1\n') |
| 366 | f('sys/kernel/slab/filp/objs_per_slab', 0o664, b'21\n') |
| 367 | f('sys/kernel/slab/filp/shrink', 0o664, b'') |
| 368 | f('sys/kernel/slab/filp/trace', 0o664, b'0\n') |
| 369 | f('sys/kernel/slab/filp/object_size', 0o664, b'288\n') |
| 370 | f('sys/kernel/slab/filp/cpu_slabs', 0o664, b'0\n') |
| 371 | f('sys/kernel/slab/filp/cache_dma', 0o664, b'0\n') |
| 372 | f('sys/kernel/slab/filp/destroy_by_rcu', 0o664, b'0\n') |
| 373 | f('sys/kernel/slab/filp/objects_partial', 0o664, b'685\n') |
| 374 | f('sys/kernel/slab/filp/objects', 0o664, b'4064\n') |
| 375 | f('sys/kernel/slab/filp/order', 0o664, b'1\n') |
| 376 | f('sys/kernel/slab/filp/sanity_checks', 0o664, b'1\n') |
| 377 | f('sys/kernel/slab/filp/store_user', 0o664, b'1\n') |
| 378 | f('sys/kernel/slab/filp/align', 0o664, b'0\n') |
| 379 | f('sys/kernel/slab/filp/partial', 0o664, b'33\n') |
| 380 | f('sys/kernel/slab/filp/validate', 0o664, b'') |
| 381 | f('sys/kernel/slab/filp/red_zone', 0o664, b'1\n') |
| 382 | f('sys/kernel/slab/filp/free_calls', 0o664, b''' 866 <not-available> age=4303047162 pid=0 cpus=0 |
| 383 | 3217 file_free_rcu+0x16/0x20 age=10/7799670/8377025 pid=0-20296 cpus=0-1 |
| 384 | ''') |
| 385 | f('sys/kernel/slab/filp/aliases', 0o664, b'0\n') |
| 386 | d('sys/kernel/slab/kmalloc-2048', 0o775) |
| 387 | f('sys/kernel/slab/kmalloc-2048/reclaim_account', 0o664, b'0\n') |
| 388 | f('sys/kernel/slab/kmalloc-2048/ctor', 0o664, b'') |
| 389 | f('sys/kernel/slab/kmalloc-2048/hwcache_align', 0o664, b'0\n') |
| 390 | f('sys/kernel/slab/kmalloc-2048/slab_size', 0o664, b'2120\n') |
| 391 | f('sys/kernel/slab/kmalloc-2048/total_objects', 0o664, b'600\n') |
| 392 | f('sys/kernel/slab/kmalloc-2048/slabs', 0o664, b'40\n') |
| 393 | f('sys/kernel/slab/kmalloc-2048/poison', 0o664, b'1\n') |
| 394 | f('sys/kernel/slab/kmalloc-2048/alloc_calls', 0o664, b''' 53 load_module+0x18d5/0x1b30 age=8303006/8368517/8376245 pid=105-2754 cpus=0-1 |
| 395 | 1 mempool_create_node+0x4b/0xf0 age=8370049 pid=916 cpus=0 |
| 396 | 20 sget+0xc4/0x460 age=61397/7958673/8380037 pid=0-13348 cpus=0-1 |
| 397 | 15 alloc_fdtable+0x81/0x160 age=4219/6197046/8357231 pid=1532-12336 cpus=0-1 |
| 398 | 2 journal_init_common+0x1a/0x130 age=8369592/8373942/8378292 pid=1-962 cpus=0 |
| 399 | 15 alloc_disk_node+0x1b/0x120 age=61949/7263912/8379312 pid=1-13295 cpus=0-1 |
| 400 | 1 pci_create_bus+0x3a/0x240 age=8379822 pid=1 cpus=0 |
| 401 | 21 alloc_pci_dev+0x1a/0x40 age=8379818/8379820/8379822 pid=1 cpus=0 |
| 402 | 1 framebuffer_alloc+0x3a/0x80 age=8379737 pid=1 cpus=1 |
| 403 | 74 acpi_add_single_object+0x4e/0xd3c age=8379823/8379836/8379852 pid=1 cpus=0 |
| 404 | 1 acpi_irq_stats_init+0xcb/0x268 age=8379894 pid=1 cpus=0 |
| 405 | 11 pnp_alloc_dev+0x35/0x120 age=8379786/8379789/8379791 pid=1 cpus=0 |
| 406 | 11 init_dev+0x12e/0x6f0 age=7217110/8250882/8378132 pid=33-2593 cpus=0-1 |
| 407 | 3 init_dev+0x2aa/0x6f0 age=7217110/7969221/8364310 pid=1258-2593 cpus=0-1 |
| 408 | 1 tty_register_driver+0x1b3/0x2a0 age=8379706 pid=1 cpus=1 |
| 409 | 2 tty_write+0x160/0x280 age=913316/4463710/8014104 pid=1206-3110 cpus=0 |
| 410 | 2 kobj_map_init+0x22/0xa0 age=8379899/8379968/8380037 pid=0-1 cpus=0 |
| 411 | 3 mousedev_create+0x36/0x2d0 age=53460/5603607/8378947 pid=1-419 cpus=0 |
| 412 | 1 atkbd_connect+0x33/0x290 age=8378940 pid=17 cpus=1 |
| 413 | 2 thermal_zone_device_register+0x6f/0x310 age=8374790/8374807/8374825 pid=329 cpus=0-1 |
| 414 | 15 sk_prot_alloc+0x83/0xb0 age=8328308/8367505/8379903 pid=1-2586 cpus=0-1 |
| 415 | 1 reqsk_queue_alloc+0x112/0x120 age=8356786 pid=1690 cpus=0 |
| 416 | 255 __netdev_alloc_skb+0x1f/0x40 age=8356300/8356301/8356303 pid=1541 cpus=0 |
| 417 | 10 neigh_sysctl_register+0x8d/0x330 age=8360107/8368337/8379760 pid=1-1549 cpus=0-1 |
| 418 | 6 __devinet_sysctl_register+0x74/0x120 age=8373573/8377097/8379760 pid=1-126 cpus=0-1 |
| 419 | 7 pci_add_new_bus+0x25/0x160 age=8379818/8379818/8379820 pid=1 cpus=0 |
| 420 | 1 i8042_create_aux_port+0x36/0x10f age=8378959 pid=1 cpus=0 |
| 421 | 1 i8042_probe+0x190/0x68d age=8378959 pid=1 cpus=0 |
| 422 | 1 netdev_init+0x32/0xc2 age=8379782 pid=1 cpus=0 |
| 423 | 1 netdev_init+0x66/0xc2 age=8379782 pid=1 cpus=0 |
| 424 | 1 fib_net_init+0x21/0x14c age=8379760 pid=1 cpus=0 |
| 425 | 10 usb_alloc_dev+0x36/0x2c0 [usbcore] age=22875/5876181/8374868 pid=143-419 cpus=0-1 |
| 426 | 2 acpi_thermal_add+0x36/0x4bb [thermal] age=8374792/8374809/8374827 pid=329 cpus=0-1 |
| 427 | 5 evdev_open+0xaf/0x1e0 [evdev] age=8364377/8364927/8365226 pid=1443 cpus=0-1 |
| 428 | 8 evdev_connect+0x54/0x1f0 [evdev] age=53452/7334685/8375002 pid=187-419 cpus=0-1 |
| 429 | 1 rtc_device_register+0xa4/0x260 [rtc_core] age=8374707 pid=208 cpus=0 |
| 430 | 1 iwl3945_bg_request_scan+0x5d3/0x660 [iwl3945] age=8356027 pid=733 cpus=0 |
| 431 | 1 iwl3945_pci_probe+0xd26/0x1020 [iwl3945] age=8373700 pid=126 cpus=1 |
| 432 | 1 patch_ad1981+0x1b/0x1d0 [snd_hda_intel] age=8374101 pid=107 cpus=1 |
| 433 | 1 rfkill_allocate+0x24/0xc0 [rfkill] age=8374401 pid=215 cpus=0 |
| 434 | 1 fuse_fill_super+0x26d/0x6d0 [fuse] age=8335736 pid=2476 cpus=0 |
| 435 | ''') |
| 436 | f('sys/kernel/slab/kmalloc-2048/objs_per_slab', 0o664, b'15\n') |
| 437 | f('sys/kernel/slab/kmalloc-2048/shrink', 0o664, b'') |
| 438 | f('sys/kernel/slab/kmalloc-2048/trace', 0o664, b'0\n') |
| 439 | f('sys/kernel/slab/kmalloc-2048/object_size', 0o664, b'2048\n') |
| 440 | f('sys/kernel/slab/kmalloc-2048/cpu_slabs', 0o664, b'0\n') |
| 441 | f('sys/kernel/slab/kmalloc-2048/cache_dma', 0o664, b'0\n') |
| 442 | f('sys/kernel/slab/kmalloc-2048/destroy_by_rcu', 0o664, b'0\n') |
| 443 | f('sys/kernel/slab/kmalloc-2048/objects_partial', 0o664, b'59\n') |
| 444 | f('sys/kernel/slab/kmalloc-2048/objects', 0o664, b'584\n') |
| 445 | f('sys/kernel/slab/kmalloc-2048/order', 0o664, b'3\n') |
| 446 | f('sys/kernel/slab/kmalloc-2048/sanity_checks', 0o664, b'1\n') |
| 447 | f('sys/kernel/slab/kmalloc-2048/store_user', 0o664, b'1\n') |
| 448 | f('sys/kernel/slab/kmalloc-2048/align', 0o664, b'8\n') |
| 449 | f('sys/kernel/slab/kmalloc-2048/partial', 0o664, b'5\n') |
| 450 | f('sys/kernel/slab/kmalloc-2048/validate', 0o664, b'') |
| 451 | f('sys/kernel/slab/kmalloc-2048/red_zone', 0o664, b'1\n') |
| 452 | f('sys/kernel/slab/kmalloc-2048/free_calls', 0o664, b''' 424 <not-available> age=4303047334 pid=0 cpus=0 |
| 453 | 1 __vunmap+0xe9/0x120 age=8374513 pid=107 cpus=1 |
| 454 | 79 free_fdtable_rcu+0x71/0xb0 age=7254/7749386/8377555 pid=0-13365 cpus=0-1 |
| 455 | 4 show_stat+0x50e/0x530 age=23516/2125165/8360113 pid=1258-1868 cpus=0 |
| 456 | 4 acpi_add_single_object+0xc9a/0xd3c age=8379824/8379831/8379839 pid=1 cpus=0 |
| 457 | 20 release_one_tty+0x145/0x190 age=8352386/8360775/8370275 pid=55-2136 cpus=0-1 |
| 458 | 1 atkbd_connect+0x1ae/0x290 age=8378923 pid=17 cpus=0 |
| 459 | 8 sk_free+0xcd/0x100 age=656267/7395001/8360982 pid=1533-12333 cpus=0-1 |
| 460 | 18 skb_release_data+0x85/0xd0 age=61516/7352252/8379750 pid=1-13343 cpus=0-1 |
| 461 | 5 __scm_destroy+0x41/0x50 age=7217111/8111550/8352414 pid=2135-2593 cpus=0-1 |
| 462 | 1 huft_build+0x163/0x63e age=8379752 pid=1 cpus=0 |
| 463 | 1 inflate_fixed+0x17c/0x193 age=8379752 pid=1 cpus=0 |
| 464 | 1 usb_release_dev+0x59/0x70 [usbcore] age=53835 pid=419 cpus=0 |
| 465 | 1 acpi_processor_get_throttling_info+0x2e4/0x58c [processor] age=8375644 pid=330 cpus=0 |
| 466 | 1 acpi_thermal_add+0x457/0x4bb [thermal] age=8374828 pid=329 cpus=1 |
| 467 | 1 snd_ctl_ioctl+0x2cf/0x960 [snd] age=8373099 pid=786 cpus=0 |
| 468 | ''') |
| 469 | f('sys/kernel/slab/kmalloc-2048/aliases', 0o664, b'0\n') |
| 470 | d('sys/kernel/slab/cfq_queue', 0o775) |
| 471 | f('sys/kernel/slab/cfq_queue/reclaim_account', 0o664, b'0\n') |
| 472 | f('sys/kernel/slab/cfq_queue/ctor', 0o664, b'') |
| 473 | f('sys/kernel/slab/cfq_queue/hwcache_align', 0o664, b'0\n') |
| 474 | f('sys/kernel/slab/cfq_queue/slab_size', 0o664, b'208\n') |
| 475 | f('sys/kernel/slab/cfq_queue/total_objects', 0o664, b'95\n') |
| 476 | f('sys/kernel/slab/cfq_queue/slabs', 0o664, b'5\n') |
| 477 | f('sys/kernel/slab/cfq_queue/poison', 0o664, b'1\n') |
| 478 | f('sys/kernel/slab/cfq_queue/alloc_calls', 0o664, b' 67 cfq_get_queue+0xc6/0x220 age=168/7825503/8379604 pid=1-13466 cpus=0-1\n') |
| 479 | f('sys/kernel/slab/cfq_queue/objs_per_slab', 0o664, b'19\n') |
| 480 | f('sys/kernel/slab/cfq_queue/shrink', 0o664, b'') |
| 481 | f('sys/kernel/slab/cfq_queue/trace', 0o664, b'0\n') |
| 482 | f('sys/kernel/slab/cfq_queue/object_size', 0o664, b'136\n') |
| 483 | f('sys/kernel/slab/cfq_queue/cpu_slabs', 0o664, b'0\n') |
| 484 | f('sys/kernel/slab/cfq_queue/cache_dma', 0o664, b'0\n') |
| 485 | f('sys/kernel/slab/cfq_queue/destroy_by_rcu', 0o664, b'0\n') |
| 486 | f('sys/kernel/slab/cfq_queue/objects_partial', 0o664, b'35\n') |
| 487 | f('sys/kernel/slab/cfq_queue/objects', 0o664, b'92\n') |
| 488 | f('sys/kernel/slab/cfq_queue/order', 0o664, b'0\n') |
| 489 | f('sys/kernel/slab/cfq_queue/sanity_checks', 0o664, b'1\n') |
| 490 | f('sys/kernel/slab/cfq_queue/store_user', 0o664, b'1\n') |
| 491 | f('sys/kernel/slab/cfq_queue/align', 0o664, b'8\n') |
| 492 | f('sys/kernel/slab/cfq_queue/partial', 0o664, b'2\n') |
| 493 | f('sys/kernel/slab/cfq_queue/validate', 0o664, b'') |
| 494 | f('sys/kernel/slab/cfq_queue/red_zone', 0o664, b'1\n') |
| 495 | f('sys/kernel/slab/cfq_queue/free_calls', 0o664, b''' 11 <not-available> age=4303047621 pid=0 cpus=0 |
| 496 | 56 cfq_put_queue+0x6f/0xe0 age=45755/7905388/8375272 pid=163-26529 cpus=0-1 |
| 497 | ''') |
| 498 | f('sys/kernel/slab/cfq_queue/aliases', 0o664, b'0\n') |
| 499 | d('sys/kernel/slab/ext3_xattr', 0o775) |
| 500 | f('sys/kernel/slab/ext3_xattr/reclaim_account', 0o664, b'1\n') |
| 501 | f('sys/kernel/slab/ext3_xattr/ctor', 0o664, b'') |
| 502 | f('sys/kernel/slab/ext3_xattr/hwcache_align', 0o664, b'0\n') |
| 503 | f('sys/kernel/slab/ext3_xattr/slab_size', 0o664, b'160\n') |
| 504 | f('sys/kernel/slab/ext3_xattr/total_objects', 0o664, b'25\n') |
| 505 | f('sys/kernel/slab/ext3_xattr/slabs', 0o664, b'1\n') |
| 506 | f('sys/kernel/slab/ext3_xattr/poison', 0o664, b'1\n') |
| 507 | f('sys/kernel/slab/ext3_xattr/alloc_calls', 0o664, b' 4 mb_cache_entry_alloc+0x15/0x50 age=5766034/7671829/8319899 pid=2676-9046 cpus=0\n') |
| 508 | f('sys/kernel/slab/ext3_xattr/objs_per_slab', 0o664, b'25\n') |
| 509 | f('sys/kernel/slab/ext3_xattr/shrink', 0o664, b'') |
| 510 | f('sys/kernel/slab/ext3_xattr/trace', 0o664, b'0\n') |
| 511 | f('sys/kernel/slab/ext3_xattr/object_size', 0o664, b'88\n') |
| 512 | f('sys/kernel/slab/ext3_xattr/cpu_slabs', 0o664, b'0\n') |
| 513 | f('sys/kernel/slab/ext3_xattr/cache_dma', 0o664, b'0\n') |
| 514 | f('sys/kernel/slab/ext3_xattr/destroy_by_rcu', 0o664, b'0\n') |
| 515 | f('sys/kernel/slab/ext3_xattr/objects_partial', 0o664, b'0\n') |
| 516 | f('sys/kernel/slab/ext3_xattr/objects', 0o664, b'25\n') |
| 517 | f('sys/kernel/slab/ext3_xattr/order', 0o664, b'0\n') |
| 518 | f('sys/kernel/slab/ext3_xattr/sanity_checks', 0o664, b'1\n') |
| 519 | f('sys/kernel/slab/ext3_xattr/store_user', 0o664, b'1\n') |
| 520 | f('sys/kernel/slab/ext3_xattr/align', 0o664, b'0\n') |
| 521 | f('sys/kernel/slab/ext3_xattr/partial', 0o664, b'0\n') |
| 522 | f('sys/kernel/slab/ext3_xattr/validate', 0o664, b'') |
| 523 | f('sys/kernel/slab/ext3_xattr/red_zone', 0o664, b'1\n') |
| 524 | f('sys/kernel/slab/ext3_xattr/free_calls', 0o664, b' 4 <not-available> age=4303047503 pid=0 cpus=0\n') |
| 525 | f('sys/kernel/slab/ext3_xattr/aliases', 0o664, b'0\n') |
| 526 | d('sys/kernel/slab/bio', 0o775) |
| 527 | f('sys/kernel/slab/bio/reclaim_account', 0o664, b'0\n') |
| 528 | f('sys/kernel/slab/bio/ctor', 0o664, b'') |
| 529 | f('sys/kernel/slab/bio/hwcache_align', 0o664, b'1\n') |
| 530 | f('sys/kernel/slab/bio/slab_size', 0o664, b'192\n') |
| 531 | f('sys/kernel/slab/bio/total_objects', 0o664, b'42\n') |
| 532 | f('sys/kernel/slab/bio/slabs', 0o664, b'2\n') |
| 533 | f('sys/kernel/slab/bio/poison', 0o664, b'1\n') |
| 534 | f('sys/kernel/slab/bio/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379518/8379518/8379518 pid=1 cpus=0\n') |
| 535 | f('sys/kernel/slab/bio/objs_per_slab', 0o664, b'21\n') |
| 536 | f('sys/kernel/slab/bio/shrink', 0o664, b'') |
| 537 | f('sys/kernel/slab/bio/trace', 0o664, b'0\n') |
| 538 | f('sys/kernel/slab/bio/object_size', 0o664, b'104\n') |
| 539 | f('sys/kernel/slab/bio/cpu_slabs', 0o664, b'0\n') |
| 540 | f('sys/kernel/slab/bio/cache_dma', 0o664, b'0\n') |
| 541 | f('sys/kernel/slab/bio/destroy_by_rcu', 0o664, b'0\n') |
| 542 | f('sys/kernel/slab/bio/objects_partial', 0o664, b'0\n') |
| 543 | f('sys/kernel/slab/bio/objects', 0o664, b'42\n') |
| 544 | f('sys/kernel/slab/bio/order', 0o664, b'0\n') |
| 545 | f('sys/kernel/slab/bio/sanity_checks', 0o664, b'1\n') |
| 546 | f('sys/kernel/slab/bio/store_user', 0o664, b'1\n') |
| 547 | f('sys/kernel/slab/bio/align', 0o664, b'8\n') |
| 548 | f('sys/kernel/slab/bio/partial', 0o664, b'0\n') |
| 549 | f('sys/kernel/slab/bio/validate', 0o664, b'') |
| 550 | f('sys/kernel/slab/bio/red_zone', 0o664, b'1\n') |
| 551 | f('sys/kernel/slab/bio/free_calls', 0o664, b' 2 <not-available> age=4303046952 pid=0 cpus=0\n') |
| 552 | f('sys/kernel/slab/bio/aliases', 0o664, b'0\n') |
| 553 | d('sys/kernel/slab/TCP', 0o775) |
| 554 | f('sys/kernel/slab/TCP/reclaim_account', 0o664, b'0\n') |
| 555 | f('sys/kernel/slab/TCP/ctor', 0o664, b'') |
| 556 | f('sys/kernel/slab/TCP/hwcache_align', 0o664, b'1\n') |
| 557 | f('sys/kernel/slab/TCP/slab_size', 0o664, b'2304\n') |
| 558 | f('sys/kernel/slab/TCP/total_objects', 0o664, b'28\n') |
| 559 | f('sys/kernel/slab/TCP/slabs', 0o664, b'2\n') |
| 560 | f('sys/kernel/slab/TCP/poison', 0o664, b'1\n') |
| 561 | f('sys/kernel/slab/TCP/alloc_calls', 0o664, b' 3 sk_prot_alloc+0x1e/0xb0 age=926836/5879023/8356238 pid=1206-1920 cpus=0\n') |
| 562 | f('sys/kernel/slab/TCP/objs_per_slab', 0o664, b'14\n') |
| 563 | f('sys/kernel/slab/TCP/shrink', 0o664, b'') |
| 564 | f('sys/kernel/slab/TCP/trace', 0o664, b'0\n') |
| 565 | f('sys/kernel/slab/TCP/object_size', 0o664, b'2200\n') |
| 566 | f('sys/kernel/slab/TCP/cpu_slabs', 0o664, b'0\n') |
| 567 | f('sys/kernel/slab/TCP/cache_dma', 0o664, b'0\n') |
| 568 | f('sys/kernel/slab/TCP/destroy_by_rcu', 0o664, b'0\n') |
| 569 | f('sys/kernel/slab/TCP/objects_partial', 0o664, b'0\n') |
| 570 | f('sys/kernel/slab/TCP/objects', 0o664, b'28\n') |
| 571 | f('sys/kernel/slab/TCP/order', 0o664, b'3\n') |
| 572 | f('sys/kernel/slab/TCP/sanity_checks', 0o664, b'1\n') |
| 573 | f('sys/kernel/slab/TCP/store_user', 0o664, b'1\n') |
| 574 | f('sys/kernel/slab/TCP/align', 0o664, b'0\n') |
| 575 | f('sys/kernel/slab/TCP/partial', 0o664, b'0\n') |
| 576 | f('sys/kernel/slab/TCP/validate', 0o664, b'') |
| 577 | f('sys/kernel/slab/TCP/red_zone', 0o664, b'1\n') |
| 578 | f('sys/kernel/slab/TCP/free_calls', 0o664, b' 3 sk_free+0x80/0x100 age=932105/5881414/8356684 pid=0-1762 cpus=0\n') |
| 579 | f('sys/kernel/slab/TCP/aliases', 0o664, b'0\n') |
| 580 | d('sys/kernel/slab/nsproxy', 0o775) |
| 581 | f('sys/kernel/slab/nsproxy/reclaim_account', 0o664, b'0\n') |
| 582 | f('sys/kernel/slab/nsproxy/ctor', 0o664, b'') |
| 583 | f('sys/kernel/slab/nsproxy/hwcache_align', 0o664, b'0\n') |
| 584 | f('sys/kernel/slab/nsproxy/slab_size', 0o664, b'128\n') |
| 585 | f('sys/kernel/slab/nsproxy/total_objects', 0o664, b'0\n') |
| 586 | f('sys/kernel/slab/nsproxy/slabs', 0o664, b'0\n') |
| 587 | f('sys/kernel/slab/nsproxy/poison', 0o664, b'1\n') |
| 588 | f('sys/kernel/slab/nsproxy/alloc_calls', 0o664, b'No data\n') |
| 589 | f('sys/kernel/slab/nsproxy/objs_per_slab', 0o664, b'32\n') |
| 590 | f('sys/kernel/slab/nsproxy/shrink', 0o664, b'') |
| 591 | f('sys/kernel/slab/nsproxy/trace', 0o664, b'0\n') |
| 592 | f('sys/kernel/slab/nsproxy/object_size', 0o664, b'56\n') |
| 593 | f('sys/kernel/slab/nsproxy/cpu_slabs', 0o664, b'0\n') |
| 594 | f('sys/kernel/slab/nsproxy/cache_dma', 0o664, b'0\n') |
| 595 | f('sys/kernel/slab/nsproxy/destroy_by_rcu', 0o664, b'0\n') |
| 596 | f('sys/kernel/slab/nsproxy/objects_partial', 0o664, b'0\n') |
| 597 | f('sys/kernel/slab/nsproxy/objects', 0o664, b'0\n') |
| 598 | f('sys/kernel/slab/nsproxy/order', 0o664, b'0\n') |
| 599 | f('sys/kernel/slab/nsproxy/sanity_checks', 0o664, b'1\n') |
| 600 | f('sys/kernel/slab/nsproxy/store_user', 0o664, b'1\n') |
| 601 | f('sys/kernel/slab/nsproxy/align', 0o664, b'8\n') |
| 602 | f('sys/kernel/slab/nsproxy/partial', 0o664, b'0\n') |
| 603 | f('sys/kernel/slab/nsproxy/validate', 0o664, b'') |
| 604 | f('sys/kernel/slab/nsproxy/red_zone', 0o664, b'1\n') |
| 605 | f('sys/kernel/slab/nsproxy/free_calls', 0o664, b'No data\n') |
| 606 | f('sys/kernel/slab/nsproxy/aliases', 0o664, b'0\n') |
| 607 | d('sys/kernel/slab/inotify_watch_cache', 0o775) |
| 608 | f('sys/kernel/slab/inotify_watch_cache/reclaim_account', 0o664, b'0\n') |
| 609 | f('sys/kernel/slab/inotify_watch_cache/ctor', 0o664, b'') |
| 610 | f('sys/kernel/slab/inotify_watch_cache/hwcache_align', 0o664, b'0\n') |
| 611 | f('sys/kernel/slab/inotify_watch_cache/slab_size', 0o664, b'144\n') |
| 612 | f('sys/kernel/slab/inotify_watch_cache/total_objects', 0o664, b'168\n') |
| 613 | f('sys/kernel/slab/inotify_watch_cache/slabs', 0o664, b'6\n') |
| 614 | f('sys/kernel/slab/inotify_watch_cache/poison', 0o664, b'1\n') |
| 615 | f('sys/kernel/slab/inotify_watch_cache/alloc_calls', 0o664, b' 126 sys_inotify_add_watch+0x15e/0x1d0 age=60497/8227702/8376765 pid=72-13355 cpus=0-1\n') |
| 616 | f('sys/kernel/slab/inotify_watch_cache/objs_per_slab', 0o664, b'28\n') |
| 617 | f('sys/kernel/slab/inotify_watch_cache/shrink', 0o664, b'') |
| 618 | f('sys/kernel/slab/inotify_watch_cache/trace', 0o664, b'0\n') |
| 619 | f('sys/kernel/slab/inotify_watch_cache/object_size', 0o664, b'72\n') |
| 620 | f('sys/kernel/slab/inotify_watch_cache/cpu_slabs', 0o664, b'0\n') |
| 621 | f('sys/kernel/slab/inotify_watch_cache/cache_dma', 0o664, b'0\n') |
| 622 | f('sys/kernel/slab/inotify_watch_cache/destroy_by_rcu', 0o664, b'0\n') |
| 623 | f('sys/kernel/slab/inotify_watch_cache/objects_partial', 0o664, b'24\n') |
| 624 | f('sys/kernel/slab/inotify_watch_cache/objects', 0o664, b'164\n') |
| 625 | f('sys/kernel/slab/inotify_watch_cache/order', 0o664, b'0\n') |
| 626 | f('sys/kernel/slab/inotify_watch_cache/sanity_checks', 0o664, b'1\n') |
| 627 | f('sys/kernel/slab/inotify_watch_cache/store_user', 0o664, b'1\n') |
| 628 | f('sys/kernel/slab/inotify_watch_cache/align', 0o664, b'0\n') |
| 629 | f('sys/kernel/slab/inotify_watch_cache/partial', 0o664, b'1\n') |
| 630 | f('sys/kernel/slab/inotify_watch_cache/validate', 0o664, b'') |
| 631 | f('sys/kernel/slab/inotify_watch_cache/red_zone', 0o664, b'1\n') |
| 632 | f('sys/kernel/slab/inotify_watch_cache/free_calls', 0o664, b''' 122 <not-available> age=4303047477 pid=0 cpus=0 |
| 633 | 4 free_inotify_user_watch+0x60/0x70 age=104648/4219698/8334832 pid=2423-13211 cpus=0 |
| 634 | ''') |
| 635 | f('sys/kernel/slab/inotify_watch_cache/aliases', 0o664, b'0\n') |
| 636 | d('sys/kernel/slab/fs_cache', 0o775) |
| 637 | f('sys/kernel/slab/fs_cache/reclaim_account', 0o664, b'0\n') |
| 638 | f('sys/kernel/slab/fs_cache/ctor', 0o664, b'') |
| 639 | f('sys/kernel/slab/fs_cache/hwcache_align', 0o664, b'1\n') |
| 640 | f('sys/kernel/slab/fs_cache/slab_size', 0o664, b'192\n') |
| 641 | f('sys/kernel/slab/fs_cache/total_objects', 0o664, b'126\n') |
| 642 | f('sys/kernel/slab/fs_cache/slabs', 0o664, b'6\n') |
| 643 | f('sys/kernel/slab/fs_cache/poison', 0o664, b'1\n') |
| 644 | f('sys/kernel/slab/fs_cache/alloc_calls', 0o664, b' 79 __copy_fs_struct+0x28/0xc0 age=4126/7761540/8379883 pid=1-12336 cpus=0-1\n') |
| 645 | f('sys/kernel/slab/fs_cache/objs_per_slab', 0o664, b'21\n') |
| 646 | f('sys/kernel/slab/fs_cache/shrink', 0o664, b'') |
| 647 | f('sys/kernel/slab/fs_cache/trace', 0o664, b'0\n') |
| 648 | f('sys/kernel/slab/fs_cache/object_size', 0o664, b'104\n') |
| 649 | f('sys/kernel/slab/fs_cache/cpu_slabs', 0o664, b'0\n') |
| 650 | f('sys/kernel/slab/fs_cache/cache_dma', 0o664, b'0\n') |
| 651 | f('sys/kernel/slab/fs_cache/destroy_by_rcu', 0o664, b'0\n') |
| 652 | f('sys/kernel/slab/fs_cache/objects_partial', 0o664, b'75\n') |
| 653 | f('sys/kernel/slab/fs_cache/objects', 0o664, b'117\n') |
| 654 | f('sys/kernel/slab/fs_cache/order', 0o664, b'0\n') |
| 655 | f('sys/kernel/slab/fs_cache/sanity_checks', 0o664, b'1\n') |
| 656 | f('sys/kernel/slab/fs_cache/store_user', 0o664, b'1\n') |
| 657 | f('sys/kernel/slab/fs_cache/align', 0o664, b'0\n') |
| 658 | f('sys/kernel/slab/fs_cache/partial', 0o664, b'4\n') |
| 659 | f('sys/kernel/slab/fs_cache/validate', 0o664, b'') |
| 660 | f('sys/kernel/slab/fs_cache/red_zone', 0o664, b'1\n') |
| 661 | f('sys/kernel/slab/fs_cache/free_calls', 0o664, b''' 7 <not-available> age=4303047241 pid=0 cpus=0 |
| 662 | 72 put_fs_struct+0x37/0x40 age=7168/7706405/8375333 pid=145-20292 cpus=0-1 |
| 663 | ''') |
| 664 | f('sys/kernel/slab/fs_cache/aliases', 0o664, b'0\n') |
| 665 | d('sys/kernel/slab/kmalloc-512', 0o775) |
| 666 | f('sys/kernel/slab/kmalloc-512/reclaim_account', 0o664, b'0\n') |
| 667 | f('sys/kernel/slab/kmalloc-512/ctor', 0o664, b'') |
| 668 | f('sys/kernel/slab/kmalloc-512/hwcache_align', 0o664, b'0\n') |
| 669 | f('sys/kernel/slab/kmalloc-512/slab_size', 0o664, b'584\n') |
| 670 | f('sys/kernel/slab/kmalloc-512/total_objects', 0o664, b'504\n') |
| 671 | f('sys/kernel/slab/kmalloc-512/slabs', 0o664, b'36\n') |
| 672 | f('sys/kernel/slab/kmalloc-512/poison', 0o664, b'1\n') |
| 673 | f('sys/kernel/slab/kmalloc-512/alloc_calls', 0o664, b''' 14 __register_sysctl_paths+0x56/0x340 age=8360125/8372514/8379788 pid=1-1549 cpus=0 |
| 674 | 14 param_sysfs_setup+0x87/0x140 age=8355309/8375663/8379919 pid=1-1813 cpus=0-1 |
| 675 | 59 module_add_modinfo_attrs+0x25/0xf0 age=8303025/8368384/8376264 pid=105-2754 cpus=0-1 |
| 676 | 2 __vmalloc_area_node+0xfb/0x140 age=8374650/8375296/8375942 pid=126-144 cpus=0 |
| 677 | 1 dma_kmalloc_cache+0xca/0x150 age=8375776 pid=163 cpus=0 |
| 678 | 107 kmem_cache_create+0x4e/0x2e0 age=8360130/8377702/8380056 pid=0-1549 cpus=0-1 |
| 679 | 2 __percpu_alloc_mask+0xbc/0x140 age=8379768/8379768/8379768 pid=1 cpus=1 |
| 680 | 17 sys_inotify_init1+0xaa/0x220 age=8333709/8350157/8376641 pid=72-2544 cpus=0-1 |
| 681 | 4 sys_epoll_create1+0x41/0x100 age=2416994/6871289/8356805 pid=1690-20296 cpus=0-1 |
| 682 | 2 __crypto_alloc_tfm+0x43/0x1b0 age=8373592/8373592/8373592 pid=126 cpus=1 |
| 683 | 1 crypto_alloc_instance+0x2b/0xe0 age=8373592 pid=745 cpus=0 |
| 684 | 3 elevator_alloc+0x67/0xc0 age=62000/5606780/8379335 pid=1-13295 cpus=0-1 |
| 685 | 3 cfq_init_queue+0x1b/0x120 age=62000/5606780/8379335 pid=1-13295 cpus=0-1 |
| 686 | 1 fb_alloc_cmap+0x66/0x150 age=8379756 pid=1 cpus=1 |
| 687 | 1 fb_alloc_cmap+0x81/0x150 age=8379756 pid=1 cpus=1 |
| 688 | 1 fb_alloc_cmap+0x9c/0x150 age=8379756 pid=1 cpus=1 |
| 689 | 1 fbcon_startup+0xd6/0x2f0 age=8379755 pid=1 cpus=1 |
| 690 | 1 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379896 pid=1 cpus=0 |
| 691 | 1 make_acpi_ec+0x1a/0xcb age=8379913 pid=1 cpus=0 |
| 692 | 1 acpi_irq_stats_init+0x83/0x268 age=8379913 pid=1 cpus=0 |
| 693 | 1 acpi_irq_stats_init+0xa7/0x268 age=8379913 pid=1 cpus=0 |
| 694 | 5 alloc_tty_driver+0x1c/0x40 age=8309091/8365595/8379725 pid=1-2711 cpus=1 |
| 695 | 2 vt_ioctl+0x1874/0x1c30 age=8356613/8356613/8356613 pid=1703 cpus=0 |
| 696 | 8 set_inverse_transl+0xa0/0xb0 age=8355024/8367389/8379755 pid=1-1898 cpus=1 |
| 697 | 2 con_clear_unimap+0x2a/0xd0 age=8355024/8367389/8379755 pid=1-1898 cpus=1 |
| 698 | 7 vc_allocate+0x99/0x1b0 age=8356563/8358748/8368241 pid=1135-1729 cpus=0-1 |
| 699 | 1 hpet_alloc+0x6b/0x3c0 age=8379798 pid=1 cpus=0 |
| 700 | 4 uart_open+0x36c/0x4b0 age=8368845/8368914/8369120 pid=1059-1073 cpus=0-1 |
| 701 | 43 bus_add_driver+0x4f/0x280 age=8303025/8373842/8379841 pid=1-2754 cpus=0-1 |
| 702 | 9 bus_register+0x35/0x290 age=8373434/8378695/8379923 pid=1-770 cpus=0-1 |
| 703 | 30 __class_register+0x28/0x1e0 age=8374523/8378099/8379922 pid=1-352 cpus=0-1 |
| 704 | 1 mousedev_open+0xc8/0x1d0 age=8354269 pid=1738 cpus=0 |
| 705 | 1 cpufreq_add_dev+0x8f/0x5c0 age=8366381 pid=1358 cpus=0 |
| 706 | 4 sock_alloc_send_skb+0x1cd/0x200 age=8330763/8342704/8350746 pid=1738 cpus=0-1 |
| 707 | 1 alloc_netdev_mq+0x6c/0x180 age=8373712 pid=126 cpus=1 |
| 708 | 4 inetdev_init+0x28/0x190 age=8373592/8375784/8379779 pid=1-126 cpus=0-1 |
| 709 | 2 fib_hash_table+0x1c/0x80 age=8379779/8379779/8379779 pid=1 cpus=0 |
| 710 | 1 ioapic_init_sysfs+0x74/0xcf age=8379769 pid=1 cpus=1 |
| 711 | 3 snd_malloc_sgbuf_pages+0xbe/0x1f0 [snd_page_alloc] age=8374119/8374119/8374119 pid=107 cpus=1 |
| 712 | 1 usb_get_configuration+0x18f/0x1480 [usbcore] age=22677 pid=419 cpus=0 |
| 713 | 1 usb_get_configuration+0x5f2/0x1480 [usbcore] age=8372692 pid=419 cpus=0 |
| 714 | 2 acpi_processor_get_throttling_info+0x21f/0x58c [processor] age=8375662/8375686/8375710 pid=330 cpus=0 |
| 715 | 48 snd_info_create_entry+0x1b/0xa0 [snd] age=8355304/8371157/8374867 pid=107-1813 cpus=0-1 |
| 716 | 4 snd_timer_new+0x40/0x190 [snd_timer] age=8374097/8374262/8374757 pid=107 cpus=1 |
| 717 | 2 ieee80211_key_alloc+0x37/0xe0 [mac80211] age=3544694/3544694/3544694 pid=1545 cpus=0 |
| 718 | 3 snd_pcm_new_stream+0x161/0x520 [snd_pcm] age=8374119/8374119/8374119 pid=107 cpus=1 |
| 719 | 1 snd_hda_bus_new+0x31/0xf4 [snd_hda_intel] age=8374122 pid=107 cpus=1 |
| 720 | 1 crypto_blkcipher_type+0x54/0xffffffffffffff8e [crypto_blkcipher] age=8374450 pid=215 cpus=0 |
| 721 | 1 md_import_device+0x32/0x290 [md_mod] age=8370110 pid=916 cpus=0 |
| 722 | 1 bitmap_create+0x5e/0xad0 [md_mod] age=8370066 pid=916 cpus=0 |
| 723 | 1 run+0x42/0x500 [raid1] age=8370068 pid=916 cpus=0 |
| 724 | 1 ip6_route_net_init+0x4d/0xd0 [ipv6] age=8360130 pid=1549 cpus=0 |
| 725 | ''') |
| 726 | f('sys/kernel/slab/kmalloc-512/objs_per_slab', 0o664, b'14\n') |
| 727 | f('sys/kernel/slab/kmalloc-512/shrink', 0o664, b'') |
| 728 | f('sys/kernel/slab/kmalloc-512/trace', 0o664, b'0\n') |
| 729 | f('sys/kernel/slab/kmalloc-512/object_size', 0o664, b'512\n') |
| 730 | f('sys/kernel/slab/kmalloc-512/cpu_slabs', 0o664, b'0\n') |
| 731 | f('sys/kernel/slab/kmalloc-512/cache_dma', 0o664, b'0\n') |
| 732 | f('sys/kernel/slab/kmalloc-512/destroy_by_rcu', 0o664, b'0\n') |
| 733 | f('sys/kernel/slab/kmalloc-512/objects_partial', 0o664, b'79\n') |
| 734 | f('sys/kernel/slab/kmalloc-512/objects', 0o664, b'443\n') |
| 735 | f('sys/kernel/slab/kmalloc-512/order', 0o664, b'1\n') |
| 736 | f('sys/kernel/slab/kmalloc-512/sanity_checks', 0o664, b'1\n') |
| 737 | f('sys/kernel/slab/kmalloc-512/store_user', 0o664, b'1\n') |
| 738 | f('sys/kernel/slab/kmalloc-512/align', 0o664, b'8\n') |
| 739 | f('sys/kernel/slab/kmalloc-512/partial', 0o664, b'10\n') |
| 740 | f('sys/kernel/slab/kmalloc-512/validate', 0o664, b'') |
| 741 | f('sys/kernel/slab/kmalloc-512/red_zone', 0o664, b'1\n') |
| 742 | f('sys/kernel/slab/kmalloc-512/free_calls', 0o664, b''' 163 <not-available> age=4303047353 pid=0 cpus=0 |
| 743 | 4 __vunmap+0xe9/0x120 age=8374515/8375319/8376179 pid=122-215 cpus=0 |
| 744 | 1 kmem_cache_shrink+0x5d/0x1b0 age=8379872 pid=1 cpus=0 |
| 745 | 33 load_elf_binary+0xa7e/0x1e20 age=8303117/8365402/8377217 pid=62-2754 cpus=0-1 |
| 746 | 19 load_elf_binary+0xc37/0x1e20 age=8355044/8370854/8376371 pid=197-1912 cpus=0-1 |
| 747 | 1 crypto_larval_destroy+0x2b/0x40 age=8373593 pid=126 cpus=1 |
| 748 | 210 skb_release_data+0x85/0xd0 age=22792/8177097/8379923 pid=1-20296 cpus=0-1 |
| 749 | 1 acpi_processor_get_power_info+0x2eb/0x569 [processor] age=8375661 pid=330 cpus=1 |
| 750 | 1 skcipher_geniv_alloc+0xea/0x3f0 [crypto_blkcipher] age=8374478 pid=215 cpus=0 |
| 751 | 1 snd_mixer_oss_build_input+0x402/0x5c0 [snd_mixer_oss] age=8355509 pid=1813 cpus=0 |
| 752 | ''') |
| 753 | f('sys/kernel/slab/kmalloc-512/aliases', 0o664, b'0\n') |
| 754 | d('sys/kernel/slab/biovec-256', 0o775) |
| 755 | f('sys/kernel/slab/biovec-256/reclaim_account', 0o664, b'0\n') |
| 756 | f('sys/kernel/slab/biovec-256/ctor', 0o664, b'') |
| 757 | f('sys/kernel/slab/biovec-256/hwcache_align', 0o664, b'1\n') |
| 758 | f('sys/kernel/slab/biovec-256/slab_size', 0o664, b'4224\n') |
| 759 | f('sys/kernel/slab/biovec-256/total_objects', 0o664, b'7\n') |
| 760 | f('sys/kernel/slab/biovec-256/slabs', 0o664, b'1\n') |
| 761 | f('sys/kernel/slab/biovec-256/poison', 0o664, b'1\n') |
| 762 | f('sys/kernel/slab/biovec-256/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379465/8379465/8379465 pid=1 cpus=0\n') |
| 763 | f('sys/kernel/slab/biovec-256/objs_per_slab', 0o664, b'7\n') |
| 764 | f('sys/kernel/slab/biovec-256/shrink', 0o664, b'') |
| 765 | f('sys/kernel/slab/biovec-256/trace', 0o664, b'0\n') |
| 766 | f('sys/kernel/slab/biovec-256/object_size', 0o664, b'4096\n') |
| 767 | f('sys/kernel/slab/biovec-256/cpu_slabs', 0o664, b'0\n') |
| 768 | f('sys/kernel/slab/biovec-256/cache_dma', 0o664, b'0\n') |
| 769 | f('sys/kernel/slab/biovec-256/destroy_by_rcu', 0o664, b'0\n') |
| 770 | f('sys/kernel/slab/biovec-256/objects_partial', 0o664, b'2\n') |
| 771 | f('sys/kernel/slab/biovec-256/objects', 0o664, b'2\n') |
| 772 | f('sys/kernel/slab/biovec-256/order', 0o664, b'3\n') |
| 773 | f('sys/kernel/slab/biovec-256/sanity_checks', 0o664, b'1\n') |
| 774 | f('sys/kernel/slab/biovec-256/store_user', 0o664, b'1\n') |
| 775 | f('sys/kernel/slab/biovec-256/align', 0o664, b'0\n') |
| 776 | f('sys/kernel/slab/biovec-256/partial', 0o664, b'1\n') |
| 777 | f('sys/kernel/slab/biovec-256/validate', 0o664, b'') |
| 778 | f('sys/kernel/slab/biovec-256/red_zone', 0o664, b'1\n') |
| 779 | f('sys/kernel/slab/biovec-256/free_calls', 0o664, b' 2 <not-available> age=4303046899 pid=0 cpus=0\n') |
| 780 | f('sys/kernel/slab/biovec-256/aliases', 0o664, b'0\n') |
| 781 | d('sys/kernel/slab/kmalloc-128', 0o775) |
| 782 | f('sys/kernel/slab/kmalloc-128/reclaim_account', 0o664, b'0\n') |
| 783 | f('sys/kernel/slab/kmalloc-128/ctor', 0o664, b'') |
| 784 | f('sys/kernel/slab/kmalloc-128/hwcache_align', 0o664, b'0\n') |
| 785 | f('sys/kernel/slab/kmalloc-128/slab_size', 0o664, b'200\n') |
| 786 | f('sys/kernel/slab/kmalloc-128/total_objects', 0o664, b'360\n') |
| 787 | f('sys/kernel/slab/kmalloc-128/slabs', 0o664, b'18\n') |
| 788 | f('sys/kernel/slab/kmalloc-128/poison', 0o664, b'1\n') |
| 789 | f('sys/kernel/slab/kmalloc-128/alloc_calls', 0o664, b''' 17 param_sysfs_setup+0x87/0x140 age=8366402/8376536/8379939 pid=1-1358 cpus=0-1 |
| 790 | 1 mempool_create_node+0x4b/0xf0 age=8379025 pid=1 cpus=0 |
| 791 | 4 __vmalloc_area_node+0xfb/0x140 age=8303049/8349608/8370350 pid=900-2754 cpus=0 |
| 792 | 2 shmem_fill_super+0x38/0x200 age=8377584/8378686/8379788 pid=1-46 cpus=0-1 |
| 793 | 56 __percpu_alloc_mask+0xbc/0x140 age=61988/7483637/8379799 pid=1-13295 cpus=0-1 |
| 794 | 11 cdev_alloc+0x1a/0x50 age=61988/7621848/8379938 pid=1-13295 cpus=0-1 |
| 795 | 110 d_alloc+0x19d/0x1f0 age=22451/5346628/8376065 pid=401-13439 cpus=0-1 |
| 796 | 2 bm_register_write+0x63/0x630 age=8354053/8354053/8354053 pid=2054 cpus=1 |
| 797 | 2 alloc_disk_node+0x6c/0x120 age=62016/4220683/8379351 pid=1-13295 cpus=1 |
| 798 | 20 ida_pre_get+0x86/0x90 age=8298034/8372144/8380076 pid=0-2761 cpus=0-1 |
| 799 | 5 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379905/8379914/8379918 pid=1 cpus=0 |
| 800 | 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379921/8379921/8379921 pid=1 cpus=0 |
| 801 | 1 acpi_ev_create_gpe_block+0xb2/0x3bf age=8379933 pid=1 cpus=0 |
| 802 | 4 acpi_add_single_object+0x5d8/0xd3c age=8379862/8379869/8379873 pid=1 cpus=0 |
| 803 | 41 con_insert_unipair+0xd6/0x110 age=8355044/8369520/8379775 pid=1-1898 cpus=1 |
| 804 | 2 thermal_zone_bind_cooling_device+0xde/0x2a0 age=8374828/8374828/8374828 pid=329 cpus=0 |
| 805 | 4 led_trigger_register_simple+0x2b/0x80 age=8375615/8375659/8375793 pid=392-396 cpus=0 |
| 806 | 1 sock_kmalloc+0x5c/0x70 age=8328344 pid=2586 cpus=0 |
| 807 | 3 alloc_netdev_mq+0x6c/0x180 age=8373612/8376531/8379814 pid=1-126 cpus=0-1 |
| 808 | 2 neigh_table_init_no_netlink+0xd2/0x250 age=8360154/8369976/8379799 pid=1-1549 cpus=0 |
| 809 | 8 neigh_parms_alloc+0x5d/0x110 age=8360146/8367976/8379799 pid=1-1549 cpus=0-1 |
| 810 | 4 fz_hash_alloc+0x4a/0x60 age=8325493/8357250/8367862 pid=1185-1541 cpus=0-1 |
| 811 | 1 get_local_pda+0x39/0x9b age=8380015 pid=1 cpus=0 |
| 812 | 1 mnt_init+0xf9/0x202 age=8380076 pid=0 cpus=0 |
| 813 | 1 net_ns_init+0x49/0x16d age=8379942 pid=1 cpus=0 |
| 814 | 3 sg_add+0x8c/0x400 [sg] age=61988/5604850/8376284 pid=169-13295 cpus=0 |
| 815 | 3 usb_get_configuration+0x5f2/0x1480 [usbcore] age=22696/22696/22696 pid=419 cpus=0 |
| 816 | 15 usb_get_configuration+0x1388/0x1480 [usbcore] age=22696/3922325/8372712 pid=419 cpus=0 |
| 817 | 1 0xffffffffa0065117 age=8374777 pid=107 cpus=1 |
| 818 | 1 ieee80211_led_init+0x1b/0x230 [mac80211] age=8373612 pid=126 cpus=1 |
| 819 | 1 ieee80211_led_init+0x83/0x230 [mac80211] age=8373612 pid=126 cpus=1 |
| 820 | 1 ieee80211_led_init+0xeb/0x230 [mac80211] age=8373611 pid=126 cpus=1 |
| 821 | 1 ieee80211_led_init+0x153/0x230 [mac80211] age=8373611 pid=126 cpus=1 |
| 822 | 1 snd_hda_codec_new+0x1ec/0x559 [snd_hda_intel] age=8374142 pid=107 cpus=1 |
| 823 | 1 md_register_thread+0x35/0xd0 [md_mod] age=8370088 pid=916 cpus=0 |
| 824 | 1 fib6_net_init+0x7e/0x130 [ipv6] age=8360149 pid=1549 cpus=0 |
| 825 | ''') |
| 826 | f('sys/kernel/slab/kmalloc-128/objs_per_slab', 0o664, b'20\n') |
| 827 | f('sys/kernel/slab/kmalloc-128/shrink', 0o664, b'') |
| 828 | f('sys/kernel/slab/kmalloc-128/trace', 0o664, b'0\n') |
| 829 | f('sys/kernel/slab/kmalloc-128/object_size', 0o664, b'128\n') |
| 830 | f('sys/kernel/slab/kmalloc-128/cpu_slabs', 0o664, b'0\n') |
| 831 | f('sys/kernel/slab/kmalloc-128/cache_dma', 0o664, b'0\n') |
| 832 | f('sys/kernel/slab/kmalloc-128/destroy_by_rcu', 0o664, b'0\n') |
| 833 | f('sys/kernel/slab/kmalloc-128/objects_partial', 0o664, b'83\n') |
| 834 | f('sys/kernel/slab/kmalloc-128/objects', 0o664, b'343\n') |
| 835 | f('sys/kernel/slab/kmalloc-128/order', 0o664, b'0\n') |
| 836 | f('sys/kernel/slab/kmalloc-128/sanity_checks', 0o664, b'1\n') |
| 837 | f('sys/kernel/slab/kmalloc-128/store_user', 0o664, b'1\n') |
| 838 | f('sys/kernel/slab/kmalloc-128/align', 0o664, b'8\n') |
| 839 | f('sys/kernel/slab/kmalloc-128/partial', 0o664, b'5\n') |
| 840 | f('sys/kernel/slab/kmalloc-128/validate', 0o664, b'') |
| 841 | f('sys/kernel/slab/kmalloc-128/red_zone', 0o664, b'1\n') |
| 842 | f('sys/kernel/slab/kmalloc-128/free_calls', 0o664, b''' 197 <not-available> age=4303047372 pid=0 cpus=0 |
| 843 | 3 call_usermodehelper_freeinfo+0x27/0x30 age=8360145/8367948/8373612 pid=745-1532 cpus=0 |
| 844 | 2 __vunmap+0xe9/0x120 age=8375480/8375882/8376284 pid=105-169 cpus=0 |
| 845 | 5 percpu_free+0x2d/0x60 age=7838031/7838092/7838171 pid=419-3347 cpus=0 |
| 846 | 1 cdev_dynamic_release+0x19/0x20 age=7838171 pid=419 cpus=0 |
| 847 | 49 d_callback+0x22/0x40 age=53327/5302082/8375461 pid=0-13314 cpus=0-1 |
| 848 | 51 load_elf_binary+0xaf/0x1e20 age=25315/7326461/8377585 pid=46-21952 cpus=0-1 |
| 849 | 1 free_rb_tree_fname+0x5c/0xb0 age=8366816 pid=1274 cpus=0 |
| 850 | 1 disk_release+0x2e/0x50 age=7838031 pid=3347 cpus=0 |
| 851 | 2 free_bitmap+0x29/0x80 age=8368053/8369024/8369995 pid=55 cpus=0-1 |
| 852 | 1 acpi_evaluate_reference+0x100/0x117 age=8374829 pid=329 cpus=0 |
| 853 | 6 acpi_get_object_info+0x1b6/0x1d4 age=8379736/8379841/8379873 pid=1 cpus=0-1 |
| 854 | 4 do_acpi_find_child+0x48/0x51 age=8379209/8379658/8379850 pid=1 cpus=0-1 |
| 855 | 1 unpack_to_rootfs+0x105/0xa39 age=8379790 pid=1 cpus=0 |
| 856 | 1 sg_remove+0x1ca/0x240 [sg] age=7838171 pid=419 cpus=0 |
| 857 | 6 usb_release_interface_cache+0x2c/0x60 [usbcore] age=7833192/7833192/7833192 pid=419 cpus=1 |
| 858 | 2 usb_release_interface_cache+0x47/0x60 [usbcore] age=7833192/7833192/7833192 pid=419 cpus=1 |
| 859 | 1 acpi_processor_get_throttling_info+0x15e/0x58c [processor] age=8375683 pid=330 cpus=0 |
| 860 | ''') |
| 861 | f('sys/kernel/slab/kmalloc-128/aliases', 0o664, b'0\n') |
| 862 | d('sys/kernel/slab/ip_dst_cache', 0o775) |
| 863 | f('sys/kernel/slab/ip_dst_cache/reclaim_account', 0o664, b'0\n') |
| 864 | f('sys/kernel/slab/ip_dst_cache/ctor', 0o664, b'') |
| 865 | f('sys/kernel/slab/ip_dst_cache/hwcache_align', 0o664, b'1\n') |
| 866 | f('sys/kernel/slab/ip_dst_cache/slab_size', 0o664, b'384\n') |
| 867 | f('sys/kernel/slab/ip_dst_cache/total_objects', 0o664, b'42\n') |
| 868 | f('sys/kernel/slab/ip_dst_cache/slabs', 0o664, b'2\n') |
| 869 | f('sys/kernel/slab/ip_dst_cache/poison', 0o664, b'1\n') |
| 870 | f('sys/kernel/slab/ip_dst_cache/alloc_calls', 0o664, b' 1 dst_alloc+0x2b/0x90 age=920684 pid=1206 cpus=0\n') |
| 871 | f('sys/kernel/slab/ip_dst_cache/objs_per_slab', 0o664, b'21\n') |
| 872 | f('sys/kernel/slab/ip_dst_cache/shrink', 0o664, b'') |
| 873 | f('sys/kernel/slab/ip_dst_cache/trace', 0o664, b'0\n') |
| 874 | f('sys/kernel/slab/ip_dst_cache/object_size', 0o664, b'312\n') |
| 875 | f('sys/kernel/slab/ip_dst_cache/cpu_slabs', 0o664, b'0\n') |
| 876 | f('sys/kernel/slab/ip_dst_cache/cache_dma', 0o664, b'0\n') |
| 877 | f('sys/kernel/slab/ip_dst_cache/destroy_by_rcu', 0o664, b'0\n') |
| 878 | f('sys/kernel/slab/ip_dst_cache/objects_partial', 0o664, b'0\n') |
| 879 | f('sys/kernel/slab/ip_dst_cache/objects', 0o664, b'42\n') |
| 880 | f('sys/kernel/slab/ip_dst_cache/order', 0o664, b'1\n') |
| 881 | f('sys/kernel/slab/ip_dst_cache/sanity_checks', 0o664, b'1\n') |
| 882 | f('sys/kernel/slab/ip_dst_cache/store_user', 0o664, b'1\n') |
| 883 | f('sys/kernel/slab/ip_dst_cache/align', 0o664, b'0\n') |
| 884 | f('sys/kernel/slab/ip_dst_cache/partial', 0o664, b'0\n') |
| 885 | f('sys/kernel/slab/ip_dst_cache/validate', 0o664, b'') |
| 886 | f('sys/kernel/slab/ip_dst_cache/red_zone', 0o664, b'1\n') |
| 887 | f('sys/kernel/slab/ip_dst_cache/free_calls', 0o664, b' 1 <not-available> age=4303046733 pid=0 cpus=0\n') |
| 888 | f('sys/kernel/slab/ip_dst_cache/aliases', 0o664, b'0\n') |
| 889 | d('sys/kernel/slab/journal_head', 0o775) |
| 890 | f('sys/kernel/slab/journal_head/reclaim_account', 0o664, b'1\n') |
| 891 | f('sys/kernel/slab/journal_head/ctor', 0o664, b'') |
| 892 | f('sys/kernel/slab/journal_head/hwcache_align', 0o664, b'0\n') |
| 893 | f('sys/kernel/slab/journal_head/slab_size', 0o664, b'168\n') |
| 894 | f('sys/kernel/slab/journal_head/total_objects', 0o664, b'7680\n') |
| 895 | f('sys/kernel/slab/journal_head/slabs', 0o664, b'320\n') |
| 896 | f('sys/kernel/slab/journal_head/poison', 0o664, b'1\n') |
| 897 | f('sys/kernel/slab/journal_head/alloc_calls', 0o664, b' 7662 journal_add_journal_head+0x9f/0x1b0 age=0/2379/651354 pid=1336-13466 cpus=0-1\n') |
| 898 | f('sys/kernel/slab/journal_head/objs_per_slab', 0o664, b'24\n') |
| 899 | f('sys/kernel/slab/journal_head/shrink', 0o664, b'') |
| 900 | f('sys/kernel/slab/journal_head/trace', 0o664, b'0\n') |
| 901 | f('sys/kernel/slab/journal_head/object_size', 0o664, b'96\n') |
| 902 | f('sys/kernel/slab/journal_head/cpu_slabs', 0o664, b'0\n') |
| 903 | f('sys/kernel/slab/journal_head/cache_dma', 0o664, b'0\n') |
| 904 | f('sys/kernel/slab/journal_head/destroy_by_rcu', 0o664, b'0\n') |
| 905 | f('sys/kernel/slab/journal_head/objects_partial', 0o664, b'0\n') |
| 906 | f('sys/kernel/slab/journal_head/objects', 0o664, b'7680\n') |
| 907 | f('sys/kernel/slab/journal_head/order', 0o664, b'0\n') |
| 908 | f('sys/kernel/slab/journal_head/sanity_checks', 0o664, b'1\n') |
| 909 | f('sys/kernel/slab/journal_head/store_user', 0o664, b'1\n') |
| 910 | f('sys/kernel/slab/journal_head/align', 0o664, b'0\n') |
| 911 | f('sys/kernel/slab/journal_head/partial', 0o664, b'0\n') |
| 912 | f('sys/kernel/slab/journal_head/validate', 0o664, b'') |
| 913 | f('sys/kernel/slab/journal_head/red_zone', 0o664, b'1\n') |
| 914 | f('sys/kernel/slab/journal_head/free_calls', 0o664, b''' 7589 <not-available> age=4303047557 pid=0 cpus=0 |
| 915 | 74 __journal_remove_journal_head+0xcb/0x160 age=1585/52253/654521 pid=32-13248 cpus=0-1 |
| 916 | ''') |
| 917 | f('sys/kernel/slab/journal_head/aliases', 0o664, b'0\n') |
| 918 | d('sys/kernel/slab/scsi_data_buffer', 0o775) |
| 919 | f('sys/kernel/slab/scsi_data_buffer/reclaim_account', 0o664, b'0\n') |
| 920 | f('sys/kernel/slab/scsi_data_buffer/ctor', 0o664, b'') |
| 921 | f('sys/kernel/slab/scsi_data_buffer/hwcache_align', 0o664, b'0\n') |
| 922 | f('sys/kernel/slab/scsi_data_buffer/slab_size', 0o664, b'96\n') |
| 923 | f('sys/kernel/slab/scsi_data_buffer/total_objects', 0o664, b'0\n') |
| 924 | f('sys/kernel/slab/scsi_data_buffer/slabs', 0o664, b'0\n') |
| 925 | f('sys/kernel/slab/scsi_data_buffer/poison', 0o664, b'1\n') |
| 926 | f('sys/kernel/slab/scsi_data_buffer/alloc_calls', 0o664, b'No data\n') |
| 927 | f('sys/kernel/slab/scsi_data_buffer/objs_per_slab', 0o664, b'42\n') |
| 928 | f('sys/kernel/slab/scsi_data_buffer/shrink', 0o664, b'') |
| 929 | f('sys/kernel/slab/scsi_data_buffer/trace', 0o664, b'0\n') |
| 930 | f('sys/kernel/slab/scsi_data_buffer/object_size', 0o664, b'24\n') |
| 931 | f('sys/kernel/slab/scsi_data_buffer/cpu_slabs', 0o664, b'0\n') |
| 932 | f('sys/kernel/slab/scsi_data_buffer/cache_dma', 0o664, b'0\n') |
| 933 | f('sys/kernel/slab/scsi_data_buffer/destroy_by_rcu', 0o664, b'0\n') |
| 934 | f('sys/kernel/slab/scsi_data_buffer/objects_partial', 0o664, b'0\n') |
| 935 | f('sys/kernel/slab/scsi_data_buffer/objects', 0o664, b'0\n') |
| 936 | f('sys/kernel/slab/scsi_data_buffer/order', 0o664, b'0\n') |
| 937 | f('sys/kernel/slab/scsi_data_buffer/sanity_checks', 0o664, b'1\n') |
| 938 | f('sys/kernel/slab/scsi_data_buffer/store_user', 0o664, b'1\n') |
| 939 | f('sys/kernel/slab/scsi_data_buffer/align', 0o664, b'0\n') |
| 940 | f('sys/kernel/slab/scsi_data_buffer/partial', 0o664, b'0\n') |
| 941 | f('sys/kernel/slab/scsi_data_buffer/validate', 0o664, b'') |
| 942 | f('sys/kernel/slab/scsi_data_buffer/red_zone', 0o664, b'1\n') |
| 943 | f('sys/kernel/slab/scsi_data_buffer/free_calls', 0o664, b'No data\n') |
| 944 | f('sys/kernel/slab/scsi_data_buffer/aliases', 0o664, b'0\n') |
| 945 | d('sys/kernel/slab/fuse_request', 0o775) |
| 946 | f('sys/kernel/slab/fuse_request/reclaim_account', 0o664, b'0\n') |
| 947 | f('sys/kernel/slab/fuse_request/ctor', 0o664, b'') |
| 948 | f('sys/kernel/slab/fuse_request/hwcache_align', 0o664, b'0\n') |
| 949 | f('sys/kernel/slab/fuse_request/slab_size', 0o664, b'728\n') |
| 950 | f('sys/kernel/slab/fuse_request/total_objects', 0o664, b'44\n') |
| 951 | f('sys/kernel/slab/fuse_request/slabs', 0o664, b'2\n') |
| 952 | f('sys/kernel/slab/fuse_request/poison', 0o664, b'1\n') |
| 953 | f('sys/kernel/slab/fuse_request/alloc_calls', 0o664, b' 1 fuse_request_alloc+0x1a/0x40 [fuse] age=8336120 pid=2476 cpus=0\n') |
| 954 | f('sys/kernel/slab/fuse_request/objs_per_slab', 0o664, b'22\n') |
| 955 | f('sys/kernel/slab/fuse_request/shrink', 0o664, b'') |
| 956 | f('sys/kernel/slab/fuse_request/trace', 0o664, b'0\n') |
| 957 | f('sys/kernel/slab/fuse_request/object_size', 0o664, b'656\n') |
| 958 | f('sys/kernel/slab/fuse_request/cpu_slabs', 0o664, b'0\n') |
| 959 | f('sys/kernel/slab/fuse_request/cache_dma', 0o664, b'0\n') |
| 960 | f('sys/kernel/slab/fuse_request/destroy_by_rcu', 0o664, b'0\n') |
| 961 | f('sys/kernel/slab/fuse_request/objects_partial', 0o664, b'0\n') |
| 962 | f('sys/kernel/slab/fuse_request/objects', 0o664, b'44\n') |
| 963 | f('sys/kernel/slab/fuse_request/order', 0o664, b'2\n') |
| 964 | f('sys/kernel/slab/fuse_request/sanity_checks', 0o664, b'1\n') |
| 965 | f('sys/kernel/slab/fuse_request/store_user', 0o664, b'1\n') |
| 966 | f('sys/kernel/slab/fuse_request/align', 0o664, b'0\n') |
| 967 | f('sys/kernel/slab/fuse_request/partial', 0o664, b'0\n') |
| 968 | f('sys/kernel/slab/fuse_request/validate', 0o664, b'') |
| 969 | f('sys/kernel/slab/fuse_request/red_zone', 0o664, b'1\n') |
| 970 | f('sys/kernel/slab/fuse_request/free_calls', 0o664, b' 1 <not-available> age=4303047718 pid=0 cpus=0\n') |
| 971 | f('sys/kernel/slab/fuse_request/aliases', 0o664, b'0\n') |
| 972 | d('sys/kernel/slab/pid', 0o775) |
| 973 | f('sys/kernel/slab/pid/reclaim_account', 0o664, b'0\n') |
| 974 | f('sys/kernel/slab/pid/ctor', 0o664, b'') |
| 975 | f('sys/kernel/slab/pid/hwcache_align', 0o664, b'1\n') |
| 976 | f('sys/kernel/slab/pid/slab_size', 0o664, b'192\n') |
| 977 | f('sys/kernel/slab/pid/total_objects', 0o664, b'252\n') |
| 978 | f('sys/kernel/slab/pid/slabs', 0o664, b'12\n') |
| 979 | f('sys/kernel/slab/pid/poison', 0o664, b'1\n') |
| 980 | f('sys/kernel/slab/pid/alloc_calls', 0o664, b' 207 alloc_pid+0x26/0x430 age=4190/8015525/8379960 pid=0-13212 cpus=0-1\n') |
| 981 | f('sys/kernel/slab/pid/objs_per_slab', 0o664, b'21\n') |
| 982 | f('sys/kernel/slab/pid/shrink', 0o664, b'') |
| 983 | f('sys/kernel/slab/pid/trace', 0o664, b'0\n') |
| 984 | f('sys/kernel/slab/pid/object_size', 0o664, b'80\n') |
| 985 | f('sys/kernel/slab/pid/cpu_slabs', 0o664, b'0\n') |
| 986 | f('sys/kernel/slab/pid/cache_dma', 0o664, b'0\n') |
| 987 | f('sys/kernel/slab/pid/destroy_by_rcu', 0o664, b'0\n') |
| 988 | f('sys/kernel/slab/pid/objects_partial', 0o664, b'131\n') |
| 989 | f('sys/kernel/slab/pid/objects', 0o664, b'236\n') |
| 990 | f('sys/kernel/slab/pid/order', 0o664, b'0\n') |
| 991 | f('sys/kernel/slab/pid/sanity_checks', 0o664, b'1\n') |
| 992 | f('sys/kernel/slab/pid/store_user', 0o664, b'1\n') |
| 993 | f('sys/kernel/slab/pid/align', 0o664, b'8\n') |
| 994 | f('sys/kernel/slab/pid/partial', 0o664, b'7\n') |
| 995 | f('sys/kernel/slab/pid/validate', 0o664, b'') |
| 996 | f('sys/kernel/slab/pid/red_zone', 0o664, b'1\n') |
| 997 | f('sys/kernel/slab/pid/free_calls', 0o664, b''' 69 <not-available> age=4303047306 pid=0 cpus=0 |
| 998 | 138 put_pid+0x36/0x40 age=7228/7841898/8377070 pid=0-13258 cpus=0-1 |
| 999 | ''') |
| 1000 | f('sys/kernel/slab/pid/aliases', 0o664, b'0\n') |
| 1001 | d('sys/kernel/slab/ext2_inode_cache', 0o775) |
| 1002 | f('sys/kernel/slab/ext2_inode_cache/reclaim_account', 0o664, b'1\n') |
| 1003 | f('sys/kernel/slab/ext2_inode_cache/ctor', 0o664, b'init_once+0x0/0x60\n') |
| 1004 | f('sys/kernel/slab/ext2_inode_cache/hwcache_align', 0o664, b'0\n') |
| 1005 | f('sys/kernel/slab/ext2_inode_cache/slab_size', 0o664, b'1456\n') |
| 1006 | f('sys/kernel/slab/ext2_inode_cache/total_objects', 0o664, b'0\n') |
| 1007 | f('sys/kernel/slab/ext2_inode_cache/slabs', 0o664, b'0\n') |
| 1008 | f('sys/kernel/slab/ext2_inode_cache/poison', 0o664, b'1\n') |
| 1009 | f('sys/kernel/slab/ext2_inode_cache/alloc_calls', 0o664, b'No data\n') |
| 1010 | f('sys/kernel/slab/ext2_inode_cache/objs_per_slab', 0o664, b'22\n') |
| 1011 | f('sys/kernel/slab/ext2_inode_cache/shrink', 0o664, b'') |
| 1012 | f('sys/kernel/slab/ext2_inode_cache/trace', 0o664, b'0\n') |
| 1013 | f('sys/kernel/slab/ext2_inode_cache/object_size', 0o664, b'1384\n') |
| 1014 | f('sys/kernel/slab/ext2_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 1015 | f('sys/kernel/slab/ext2_inode_cache/cache_dma', 0o664, b'0\n') |
| 1016 | f('sys/kernel/slab/ext2_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1017 | f('sys/kernel/slab/ext2_inode_cache/objects_partial', 0o664, b'0\n') |
| 1018 | f('sys/kernel/slab/ext2_inode_cache/objects', 0o664, b'0\n') |
| 1019 | f('sys/kernel/slab/ext2_inode_cache/order', 0o664, b'3\n') |
| 1020 | f('sys/kernel/slab/ext2_inode_cache/sanity_checks', 0o664, b'1\n') |
| 1021 | f('sys/kernel/slab/ext2_inode_cache/store_user', 0o664, b'1\n') |
| 1022 | f('sys/kernel/slab/ext2_inode_cache/align', 0o664, b'0\n') |
| 1023 | f('sys/kernel/slab/ext2_inode_cache/partial', 0o664, b'0\n') |
| 1024 | f('sys/kernel/slab/ext2_inode_cache/validate', 0o664, b'') |
| 1025 | f('sys/kernel/slab/ext2_inode_cache/red_zone', 0o664, b'1\n') |
| 1026 | f('sys/kernel/slab/ext2_inode_cache/free_calls', 0o664, b'No data\n') |
| 1027 | f('sys/kernel/slab/ext2_inode_cache/aliases', 0o664, b'0\n') |
| 1028 | d('sys/kernel/slab/kmalloc-1024', 0o775) |
| 1029 | f('sys/kernel/slab/kmalloc-1024/reclaim_account', 0o664, b'0\n') |
| 1030 | f('sys/kernel/slab/kmalloc-1024/ctor', 0o664, b'') |
| 1031 | f('sys/kernel/slab/kmalloc-1024/hwcache_align', 0o664, b'0\n') |
| 1032 | f('sys/kernel/slab/kmalloc-1024/slab_size', 0o664, b'1096\n') |
| 1033 | f('sys/kernel/slab/kmalloc-1024/total_objects', 0o664, b'580\n') |
| 1034 | f('sys/kernel/slab/kmalloc-1024/slabs', 0o664, b'20\n') |
| 1035 | f('sys/kernel/slab/kmalloc-1024/poison', 0o664, b'1\n') |
| 1036 | f('sys/kernel/slab/kmalloc-1024/alloc_calls', 0o664, b''' 23 __register_sysctl_paths+0x56/0x340 age=8360116/8368981/8379769 pid=1-1549 cpus=0-1 |
| 1037 | 5 param_sysfs_setup+0x87/0x140 age=8355550/8371926/8379909 pid=1-1805 cpus=0-1 |
| 1038 | 5 load_module+0x18d5/0x1b30 age=8328407/8365286/8375764 pid=208-2578 cpus=0 |
| 1039 | 2 __vmalloc_area_node+0xfb/0x140 age=8360170/8367347/8374524 pid=107-1549 cpus=0 |
| 1040 | 4 __percpu_alloc_mask+0xbc/0x140 age=8379760/8379760/8379760 pid=1 cpus=0 |
| 1041 | 113 alloc_pipe_info+0x25/0x60 age=125624/8270722/8377065 pid=1-13212 cpus=0-1 |
| 1042 | 2 alloc_fdtable+0x81/0x160 age=2417000/5386894/8356789 pid=1690 cpus=0-1 |
| 1043 | 1 mb_cache_create+0xb6/0x1f0 age=8379750 pid=1 cpus=1 |
| 1044 | 1 mb_cache_create+0x11e/0x1f0 age=8379750 pid=1 cpus=1 |
| 1045 | 8 add_partition+0x45/0x250 age=61959/7339549/8379206 pid=1-13295 cpus=0 |
| 1046 | 2 __crypto_alloc_tfm+0x43/0x1b0 age=3544684/3544684/3544684 pid=1545 cpus=0 |
| 1047 | 1 pci_create_bus+0x82/0x240 age=8379831 pid=1 cpus=0 |
| 1048 | 14 pcie_port_device_register+0x254/0x4a0 age=8379746/8379746/8379748 pid=1 cpus=1 |
| 1049 | 1 acpi_ev_create_gpe_block+0x10b/0x3bf age=8379903 pid=1 cpus=0 |
| 1050 | 1 acpi_tb_resize_root_table_list+0x66/0xdb age=8375731 pid=330 cpus=0 |
| 1051 | 2 tty_buffer_request_room+0x136/0x190 age=8214639/8272696/8330753 pid=0-2262 cpus=0 |
| 1052 | 1 tty_register_driver+0x1b3/0x2a0 age=8309081 pid=2711 cpus=1 |
| 1053 | 10 tty_write+0x160/0x280 age=7214010/8238951/8377659 pid=34-2590 cpus=0-1 |
| 1054 | 2 set_inverse_trans_unicode+0xce/0xf0 age=8355014/8367379/8379745 pid=1-1898 cpus=1 |
| 1055 | 1 uart_register_driver+0x31/0x1c0 age=8379710 pid=1 cpus=1 |
| 1056 | 166 device_create_vargs+0x8c/0x100 age=22658/8173620/8379911 pid=1-13295 cpus=0-1 |
| 1057 | 8 platform_device_alloc+0x37/0x90 age=8367172/8376785/8379911 pid=1-1285 cpus=0-1 |
| 1058 | 3 scsi_alloc_target+0x63/0x2e0 age=61990/5606770/8379325 pid=1-13295 cpus=0-1 |
| 1059 | 2 sd_probe+0x86/0x430 age=61986/4220653/8379321 pid=1-13295 cpus=1 |
| 1060 | 1 ahci_port_start+0x34/0xe0 age=8379708 pid=1 cpus=1 |
| 1061 | 1 psmouse_connect+0x5b/0x2c0 age=8378898 pid=17 cpus=1 |
| 1062 | 2 thermal_cooling_device_register+0x7f/0x290 age=8375643/8375667/8375692 pid=330 cpus=0-1 |
| 1063 | 1 hid_add_field+0xcc/0x3a0 age=53473 pid=419 cpus=0 |
| 1064 | 4 sock_alloc_send_skb+0x1cd/0x200 age=8344775/8349266/8350926 pid=1738 cpus=0-1 |
| 1065 | 3 __rtnl_register+0x79/0x90 age=8360119/8373266/8379912 pid=1-1549 cpus=0 |
| 1066 | 6 qdisc_alloc+0x34/0xd0 age=8356043/8356079/8356257 pid=1541 cpus=0 |
| 1067 | 1 dmi_id_init+0x2a4/0x30c age=8379910 pid=1 cpus=0 |
| 1068 | 5 hub_probe+0xdd/0x820 [usbcore] age=8373999/8374492/8374845 pid=143-147 cpus=0-1 |
| 1069 | 5 usb_create_hcd+0x39/0x150 [usbcore] age=8374071/8374526/8374892 pid=143-147 cpus=0 |
| 1070 | 26 usb_set_configuration+0x441/0x5f0 [usbcore] age=22663/3237429/8374857 pid=143-419 cpus=0-1 |
| 1071 | 10 usb_get_configuration+0x92/0x1480 [usbcore] age=22667/5876069/8374865 pid=143-419 cpus=0-1 |
| 1072 | 34 usb_create_ep_files+0x51/0x350 [usbcore] age=22579/5431762/8374732 pid=143-419 cpus=0-1 |
| 1073 | 1 acpi_battery_add+0x29/0x1d3 [battery] age=8375630 pid=396 cpus=0 |
| 1074 | 1 snd_card_new+0x38/0x370 [snd] age=8374136 pid=107 cpus=0 |
| 1075 | 1 sta_info_alloc+0x3c/0x1d0 [mac80211] age=8329523 pid=742 cpus=0 |
| 1076 | 2 snd_pcm_new+0x47/0x130 [snd_pcm] age=8374109/8374109/8374109 pid=107 cpus=1 |
| 1077 | 1 rs_alloc_sta+0x25/0x120 [iwl3945] age=8329523 pid=742 cpus=0 |
| 1078 | 1 get_alloc_hash+0x9b/0x140 [snd_hda_intel] age=8373108 pid=786 cpus=0 |
| 1079 | 1 azx_probe+0xb3/0xc20 [snd_hda_intel] age=8374129 pid=107 cpus=0 |
| 1080 | 1 azx_probe+0x4a9/0xc20 [snd_hda_intel] age=8374122 pid=107 cpus=0 |
| 1081 | 1 snd_hda_codec_new+0x3e/0x559 [snd_hda_intel] age=8374112 pid=107 cpus=1 |
| 1082 | 1 md_probe+0xa1/0x360 [md_mod] age=8370183 pid=916 cpus=0 |
| 1083 | 8 loop_alloc+0x28/0x140 [loop] age=8369639/8369639/8369639 pid=951 cpus=0 |
| 1084 | 4 ipv6_add_dev+0x69/0x330 [ipv6] age=8360116/8360117/8360119 pid=1549 cpus=0 |
| 1085 | 1 ipv6_route_sysctl_init+0x22/0xb0 [ipv6] age=8360115 pid=1549 cpus=0 |
| 1086 | 2 snd_seq_create_port+0x35/0x180 [snd_seq] age=8355549/8355549/8355549 pid=1805 cpus=0 |
| 1087 | ''') |
| 1088 | f('sys/kernel/slab/kmalloc-1024/objs_per_slab', 0o664, b'29\n') |
| 1089 | f('sys/kernel/slab/kmalloc-1024/shrink', 0o664, b'') |
| 1090 | f('sys/kernel/slab/kmalloc-1024/trace', 0o664, b'0\n') |
| 1091 | f('sys/kernel/slab/kmalloc-1024/object_size', 0o664, b'1024\n') |
| 1092 | f('sys/kernel/slab/kmalloc-1024/cpu_slabs', 0o664, b'0\n') |
| 1093 | f('sys/kernel/slab/kmalloc-1024/cache_dma', 0o664, b'0\n') |
| 1094 | f('sys/kernel/slab/kmalloc-1024/destroy_by_rcu', 0o664, b'0\n') |
| 1095 | f('sys/kernel/slab/kmalloc-1024/objects_partial', 0o664, b'196\n') |
| 1096 | f('sys/kernel/slab/kmalloc-1024/objects', 0o664, b'544\n') |
| 1097 | f('sys/kernel/slab/kmalloc-1024/order', 0o664, b'3\n') |
| 1098 | f('sys/kernel/slab/kmalloc-1024/sanity_checks', 0o664, b'1\n') |
| 1099 | f('sys/kernel/slab/kmalloc-1024/store_user', 0o664, b'1\n') |
| 1100 | f('sys/kernel/slab/kmalloc-1024/align', 0o664, b'8\n') |
| 1101 | f('sys/kernel/slab/kmalloc-1024/partial', 0o664, b'8\n') |
| 1102 | f('sys/kernel/slab/kmalloc-1024/validate', 0o664, b'') |
| 1103 | f('sys/kernel/slab/kmalloc-1024/red_zone', 0o664, b'1\n') |
| 1104 | f('sys/kernel/slab/kmalloc-1024/free_calls', 0o664, b''' 216 <not-available> age=4303047343 pid=0 cpus=0 |
| 1105 | 1 __vunmap+0xe9/0x120 age=8360137 pid=1549 cpus=0 |
| 1106 | 64 __free_pipe_info+0x5c/0x70 age=55301/8227248/8377668 pid=34-13363 cpus=0-1 |
| 1107 | 19 acpi_ds_delete_walk_state+0xc9/0xcd age=8355814/8376228/8380000 pid=0-1772 cpus=0-1 |
| 1108 | 1 acpi_tb_resize_root_table_list+0xbf/0xdb age=8375732 pid=330 cpus=0 |
| 1109 | 2 release_one_tty+0xc7/0x190 age=8352476/8361380/8370284 pid=55-1253 cpus=0-1 |
| 1110 | 1 vt_ioctl+0x273/0x1c30 age=8356598 pid=1703 cpus=0 |
| 1111 | 14 device_create_release+0x9/0x10 age=8352395/8354628/8356598 pid=1703-2139 cpus=0-1 |
| 1112 | 1 fw_dev_release+0x20/0x30 age=8356148 pid=1541 cpus=0 |
| 1113 | 184 skb_release_data+0x85/0xd0 age=22639/7036434/8379911 pid=0-13303 cpus=0-1 |
| 1114 | ''') |
| 1115 | f('sys/kernel/slab/kmalloc-1024/aliases', 0o664, b'0\n') |
| 1116 | d('sys/kernel/slab/files_cache', 0o775) |
| 1117 | f('sys/kernel/slab/files_cache/reclaim_account', 0o664, b'0\n') |
| 1118 | f('sys/kernel/slab/files_cache/ctor', 0o664, b'') |
| 1119 | f('sys/kernel/slab/files_cache/hwcache_align', 0o664, b'1\n') |
| 1120 | f('sys/kernel/slab/files_cache/slab_size', 0o664, b'896\n') |
| 1121 | f('sys/kernel/slab/files_cache/total_objects', 0o664, b'108\n') |
| 1122 | f('sys/kernel/slab/files_cache/slabs', 0o664, b'6\n') |
| 1123 | f('sys/kernel/slab/files_cache/poison', 0o664, b'1\n') |
| 1124 | f('sys/kernel/slab/files_cache/alloc_calls', 0o664, b' 80 dup_fd+0x2e/0x420 age=4136/7769280/8379905 pid=0-12336 cpus=0-1\n') |
| 1125 | f('sys/kernel/slab/files_cache/objs_per_slab', 0o664, b'18\n') |
| 1126 | f('sys/kernel/slab/files_cache/shrink', 0o664, b'') |
| 1127 | f('sys/kernel/slab/files_cache/trace', 0o664, b'0\n') |
| 1128 | f('sys/kernel/slab/files_cache/object_size', 0o664, b'768\n') |
| 1129 | f('sys/kernel/slab/files_cache/cpu_slabs', 0o664, b'0\n') |
| 1130 | f('sys/kernel/slab/files_cache/cache_dma', 0o664, b'0\n') |
| 1131 | f('sys/kernel/slab/files_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1132 | f('sys/kernel/slab/files_cache/objects_partial', 0o664, b'29\n') |
| 1133 | f('sys/kernel/slab/files_cache/objects', 0o664, b'101\n') |
| 1134 | f('sys/kernel/slab/files_cache/order', 0o664, b'2\n') |
| 1135 | f('sys/kernel/slab/files_cache/sanity_checks', 0o664, b'1\n') |
| 1136 | f('sys/kernel/slab/files_cache/store_user', 0o664, b'1\n') |
| 1137 | f('sys/kernel/slab/files_cache/align', 0o664, b'0\n') |
| 1138 | f('sys/kernel/slab/files_cache/partial', 0o664, b'2\n') |
| 1139 | f('sys/kernel/slab/files_cache/validate', 0o664, b'') |
| 1140 | f('sys/kernel/slab/files_cache/red_zone', 0o664, b'1\n') |
| 1141 | f('sys/kernel/slab/files_cache/free_calls', 0o664, b''' 9 <not-available> age=4303047250 pid=0 cpus=0 |
| 1142 | 31 put_files_struct+0xb4/0xe0 age=7177/7367129/8366999 pid=1202-20292 cpus=0-1 |
| 1143 | 40 free_fdtable_rcu+0xa0/0xb0 age=61634/7953135/8376143 pid=0-12335 cpus=0-1 |
| 1144 | ''') |
| 1145 | f('sys/kernel/slab/files_cache/aliases', 0o664, b'0\n') |
| 1146 | d('sys/kernel/slab/UDP-Lite', 0o775) |
| 1147 | f('sys/kernel/slab/UDP-Lite/reclaim_account', 0o664, b'0\n') |
| 1148 | f('sys/kernel/slab/UDP-Lite/ctor', 0o664, b'') |
| 1149 | f('sys/kernel/slab/UDP-Lite/hwcache_align', 0o664, b'1\n') |
| 1150 | f('sys/kernel/slab/UDP-Lite/slab_size', 0o664, b'1344\n') |
| 1151 | f('sys/kernel/slab/UDP-Lite/total_objects', 0o664, b'0\n') |
| 1152 | f('sys/kernel/slab/UDP-Lite/slabs', 0o664, b'0\n') |
| 1153 | f('sys/kernel/slab/UDP-Lite/poison', 0o664, b'1\n') |
| 1154 | f('sys/kernel/slab/UDP-Lite/alloc_calls', 0o664, b'No data\n') |
| 1155 | f('sys/kernel/slab/UDP-Lite/objs_per_slab', 0o664, b'12\n') |
| 1156 | f('sys/kernel/slab/UDP-Lite/shrink', 0o664, b'') |
| 1157 | f('sys/kernel/slab/UDP-Lite/trace', 0o664, b'0\n') |
| 1158 | f('sys/kernel/slab/UDP-Lite/object_size', 0o664, b'1232\n') |
| 1159 | f('sys/kernel/slab/UDP-Lite/cpu_slabs', 0o664, b'0\n') |
| 1160 | f('sys/kernel/slab/UDP-Lite/cache_dma', 0o664, b'0\n') |
| 1161 | f('sys/kernel/slab/UDP-Lite/destroy_by_rcu', 0o664, b'0\n') |
| 1162 | f('sys/kernel/slab/UDP-Lite/objects_partial', 0o664, b'0\n') |
| 1163 | f('sys/kernel/slab/UDP-Lite/objects', 0o664, b'0\n') |
| 1164 | f('sys/kernel/slab/UDP-Lite/order', 0o664, b'2\n') |
| 1165 | f('sys/kernel/slab/UDP-Lite/sanity_checks', 0o664, b'1\n') |
| 1166 | f('sys/kernel/slab/UDP-Lite/store_user', 0o664, b'1\n') |
| 1167 | f('sys/kernel/slab/UDP-Lite/align', 0o664, b'0\n') |
| 1168 | f('sys/kernel/slab/UDP-Lite/partial', 0o664, b'0\n') |
| 1169 | f('sys/kernel/slab/UDP-Lite/validate', 0o664, b'') |
| 1170 | f('sys/kernel/slab/UDP-Lite/red_zone', 0o664, b'1\n') |
| 1171 | f('sys/kernel/slab/UDP-Lite/free_calls', 0o664, b'No data\n') |
| 1172 | f('sys/kernel/slab/UDP-Lite/aliases', 0o664, b'0\n') |
| 1173 | d('sys/kernel/slab/mnt_cache', 0o775) |
| 1174 | f('sys/kernel/slab/mnt_cache/reclaim_account', 0o664, b'0\n') |
| 1175 | f('sys/kernel/slab/mnt_cache/ctor', 0o664, b'') |
| 1176 | f('sys/kernel/slab/mnt_cache/hwcache_align', 0o664, b'1\n') |
| 1177 | f('sys/kernel/slab/mnt_cache/slab_size', 0o664, b'320\n') |
| 1178 | f('sys/kernel/slab/mnt_cache/total_objects', 0o664, b'36\n') |
| 1179 | f('sys/kernel/slab/mnt_cache/slabs', 0o664, b'3\n') |
| 1180 | f('sys/kernel/slab/mnt_cache/poison', 0o664, b'1\n') |
| 1181 | f('sys/kernel/slab/mnt_cache/alloc_calls', 0o664, b' 25 alloc_vfsmnt+0x1f/0x180 age=61162/8041266/8379801 pid=0-13348 cpus=0-1\n') |
| 1182 | f('sys/kernel/slab/mnt_cache/objs_per_slab', 0o664, b'12\n') |
| 1183 | f('sys/kernel/slab/mnt_cache/shrink', 0o664, b'') |
| 1184 | f('sys/kernel/slab/mnt_cache/trace', 0o664, b'0\n') |
| 1185 | f('sys/kernel/slab/mnt_cache/object_size', 0o664, b'224\n') |
| 1186 | f('sys/kernel/slab/mnt_cache/cpu_slabs', 0o664, b'0\n') |
| 1187 | f('sys/kernel/slab/mnt_cache/cache_dma', 0o664, b'0\n') |
| 1188 | f('sys/kernel/slab/mnt_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1189 | f('sys/kernel/slab/mnt_cache/objects_partial', 0o664, b'4\n') |
| 1190 | f('sys/kernel/slab/mnt_cache/objects', 0o664, b'28\n') |
| 1191 | f('sys/kernel/slab/mnt_cache/order', 0o664, b'0\n') |
| 1192 | f('sys/kernel/slab/mnt_cache/sanity_checks', 0o664, b'1\n') |
| 1193 | f('sys/kernel/slab/mnt_cache/store_user', 0o664, b'1\n') |
| 1194 | f('sys/kernel/slab/mnt_cache/align', 0o664, b'0\n') |
| 1195 | f('sys/kernel/slab/mnt_cache/partial', 0o664, b'1\n') |
| 1196 | f('sys/kernel/slab/mnt_cache/validate', 0o664, b'') |
| 1197 | f('sys/kernel/slab/mnt_cache/red_zone', 0o664, b'1\n') |
| 1198 | f('sys/kernel/slab/mnt_cache/free_calls', 0o664, b''' 24 <not-available> age=4303047098 pid=0 cpus=0 |
| 1199 | 1 free_vfsmnt+0x2c/0x40 age=7837771 pid=3347 cpus=0 |
| 1200 | ''') |
| 1201 | f('sys/kernel/slab/mnt_cache/aliases', 0o664, b'0\n') |
| 1202 | d('sys/kernel/slab/skbuff_head_cache', 0o775) |
| 1203 | f('sys/kernel/slab/skbuff_head_cache/reclaim_account', 0o664, b'0\n') |
| 1204 | f('sys/kernel/slab/skbuff_head_cache/ctor', 0o664, b'') |
| 1205 | f('sys/kernel/slab/skbuff_head_cache/hwcache_align', 0o664, b'1\n') |
| 1206 | f('sys/kernel/slab/skbuff_head_cache/slab_size', 0o664, b'320\n') |
| 1207 | f('sys/kernel/slab/skbuff_head_cache/total_objects', 0o664, b'588\n') |
| 1208 | f('sys/kernel/slab/skbuff_head_cache/slabs', 0o664, b'49\n') |
| 1209 | f('sys/kernel/slab/skbuff_head_cache/poison', 0o664, b'1\n') |
| 1210 | f('sys/kernel/slab/skbuff_head_cache/alloc_calls', 0o664, b' 550 __alloc_skb+0x44/0x150 age=1665/3999351/8355948 pid=733-1738 cpus=0-1\n') |
| 1211 | f('sys/kernel/slab/skbuff_head_cache/objs_per_slab', 0o664, b'12\n') |
| 1212 | f('sys/kernel/slab/skbuff_head_cache/shrink', 0o664, b'') |
| 1213 | f('sys/kernel/slab/skbuff_head_cache/trace', 0o664, b'0\n') |
| 1214 | f('sys/kernel/slab/skbuff_head_cache/object_size', 0o664, b'208\n') |
| 1215 | f('sys/kernel/slab/skbuff_head_cache/cpu_slabs', 0o664, b'0\n') |
| 1216 | f('sys/kernel/slab/skbuff_head_cache/cache_dma', 0o664, b'0\n') |
| 1217 | f('sys/kernel/slab/skbuff_head_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1218 | f('sys/kernel/slab/skbuff_head_cache/objects_partial', 0o664, b'18\n') |
| 1219 | f('sys/kernel/slab/skbuff_head_cache/objects', 0o664, b'570\n') |
| 1220 | f('sys/kernel/slab/skbuff_head_cache/order', 0o664, b'0\n') |
| 1221 | f('sys/kernel/slab/skbuff_head_cache/sanity_checks', 0o664, b'1\n') |
| 1222 | f('sys/kernel/slab/skbuff_head_cache/store_user', 0o664, b'1\n') |
| 1223 | f('sys/kernel/slab/skbuff_head_cache/align', 0o664, b'0\n') |
| 1224 | f('sys/kernel/slab/skbuff_head_cache/partial', 0o664, b'3\n') |
| 1225 | f('sys/kernel/slab/skbuff_head_cache/validate', 0o664, b'') |
| 1226 | f('sys/kernel/slab/skbuff_head_cache/red_zone', 0o664, b'1\n') |
| 1227 | f('sys/kernel/slab/skbuff_head_cache/free_calls', 0o664, b''' 333 <not-available> age=4303046979 pid=0 cpus=0 |
| 1228 | 217 __kfree_skb+0x3a/0xa0 age=1666/662694/8356220 pid=0-13466 cpus=0-1 |
| 1229 | ''') |
| 1230 | f('sys/kernel/slab/skbuff_head_cache/aliases', 0o664, b'0\n') |
| 1231 | d('sys/kernel/slab/fuse_inode', 0o775) |
| 1232 | f('sys/kernel/slab/fuse_inode/reclaim_account', 0o664, b'0\n') |
| 1233 | f('sys/kernel/slab/fuse_inode/ctor', 0o664, b'fuse_inode_init_once+0x0/0x10 [fuse]\n') |
| 1234 | f('sys/kernel/slab/fuse_inode/hwcache_align', 0o664, b'1\n') |
| 1235 | f('sys/kernel/slab/fuse_inode/slab_size', 0o664, b'1344\n') |
| 1236 | f('sys/kernel/slab/fuse_inode/total_objects', 0o664, b'12\n') |
| 1237 | f('sys/kernel/slab/fuse_inode/slabs', 0o664, b'1\n') |
| 1238 | f('sys/kernel/slab/fuse_inode/poison', 0o664, b'1\n') |
| 1239 | f('sys/kernel/slab/fuse_inode/alloc_calls', 0o664, b' 1 fuse_alloc_inode+0x1a/0xe0 [fuse] age=8336111 pid=2476 cpus=0\n') |
| 1240 | f('sys/kernel/slab/fuse_inode/objs_per_slab', 0o664, b'12\n') |
| 1241 | f('sys/kernel/slab/fuse_inode/shrink', 0o664, b'') |
| 1242 | f('sys/kernel/slab/fuse_inode/trace', 0o664, b'0\n') |
| 1243 | f('sys/kernel/slab/fuse_inode/object_size', 0o664, b'1248\n') |
| 1244 | f('sys/kernel/slab/fuse_inode/cpu_slabs', 0o664, b'0\n') |
| 1245 | f('sys/kernel/slab/fuse_inode/cache_dma', 0o664, b'0\n') |
| 1246 | f('sys/kernel/slab/fuse_inode/destroy_by_rcu', 0o664, b'0\n') |
| 1247 | f('sys/kernel/slab/fuse_inode/objects_partial', 0o664, b'1\n') |
| 1248 | f('sys/kernel/slab/fuse_inode/objects', 0o664, b'1\n') |
| 1249 | f('sys/kernel/slab/fuse_inode/order', 0o664, b'2\n') |
| 1250 | f('sys/kernel/slab/fuse_inode/sanity_checks', 0o664, b'1\n') |
| 1251 | f('sys/kernel/slab/fuse_inode/store_user', 0o664, b'1\n') |
| 1252 | f('sys/kernel/slab/fuse_inode/align', 0o664, b'0\n') |
| 1253 | f('sys/kernel/slab/fuse_inode/partial', 0o664, b'1\n') |
| 1254 | f('sys/kernel/slab/fuse_inode/validate', 0o664, b'') |
| 1255 | f('sys/kernel/slab/fuse_inode/red_zone', 0o664, b'1\n') |
| 1256 | f('sys/kernel/slab/fuse_inode/free_calls', 0o664, b' 1 <not-available> age=4303047710 pid=0 cpus=0\n') |
| 1257 | f('sys/kernel/slab/fuse_inode/aliases', 0o664, b'0\n') |
| 1258 | d('sys/kernel/slab/skbuff_fclone_cache', 0o775) |
| 1259 | f('sys/kernel/slab/skbuff_fclone_cache/reclaim_account', 0o664, b'0\n') |
| 1260 | f('sys/kernel/slab/skbuff_fclone_cache/ctor', 0o664, b'') |
| 1261 | f('sys/kernel/slab/skbuff_fclone_cache/hwcache_align', 0o664, b'1\n') |
| 1262 | f('sys/kernel/slab/skbuff_fclone_cache/slab_size', 0o664, b'512\n') |
| 1263 | f('sys/kernel/slab/skbuff_fclone_cache/total_objects', 0o664, b'32\n') |
| 1264 | f('sys/kernel/slab/skbuff_fclone_cache/slabs', 0o664, b'2\n') |
| 1265 | f('sys/kernel/slab/skbuff_fclone_cache/poison', 0o664, b'1\n') |
| 1266 | f('sys/kernel/slab/skbuff_fclone_cache/alloc_calls', 0o664, b'No data\n') |
| 1267 | f('sys/kernel/slab/skbuff_fclone_cache/objs_per_slab', 0o664, b'16\n') |
| 1268 | f('sys/kernel/slab/skbuff_fclone_cache/shrink', 0o664, b'') |
| 1269 | f('sys/kernel/slab/skbuff_fclone_cache/trace', 0o664, b'0\n') |
| 1270 | f('sys/kernel/slab/skbuff_fclone_cache/object_size', 0o664, b'420\n') |
| 1271 | f('sys/kernel/slab/skbuff_fclone_cache/cpu_slabs', 0o664, b'0\n') |
| 1272 | f('sys/kernel/slab/skbuff_fclone_cache/cache_dma', 0o664, b'0\n') |
| 1273 | f('sys/kernel/slab/skbuff_fclone_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1274 | f('sys/kernel/slab/skbuff_fclone_cache/objects_partial', 0o664, b'0\n') |
| 1275 | f('sys/kernel/slab/skbuff_fclone_cache/objects', 0o664, b'32\n') |
| 1276 | f('sys/kernel/slab/skbuff_fclone_cache/order', 0o664, b'1\n') |
| 1277 | f('sys/kernel/slab/skbuff_fclone_cache/sanity_checks', 0o664, b'1\n') |
| 1278 | f('sys/kernel/slab/skbuff_fclone_cache/store_user', 0o664, b'1\n') |
| 1279 | f('sys/kernel/slab/skbuff_fclone_cache/align', 0o664, b'0\n') |
| 1280 | f('sys/kernel/slab/skbuff_fclone_cache/partial', 0o664, b'0\n') |
| 1281 | f('sys/kernel/slab/skbuff_fclone_cache/validate', 0o664, b'') |
| 1282 | f('sys/kernel/slab/skbuff_fclone_cache/red_zone', 0o664, b'1\n') |
| 1283 | f('sys/kernel/slab/skbuff_fclone_cache/free_calls', 0o664, b'No data\n') |
| 1284 | f('sys/kernel/slab/skbuff_fclone_cache/aliases', 0o664, b'0\n') |
| 1285 | d('sys/kernel/slab/buffer_head', 0o775) |
| 1286 | f('sys/kernel/slab/buffer_head/reclaim_account', 0o664, b'1\n') |
| 1287 | f('sys/kernel/slab/buffer_head/ctor', 0o664, b'init_buffer_head+0x0/0x20\n') |
| 1288 | f('sys/kernel/slab/buffer_head/hwcache_align', 0o664, b'0\n') |
| 1289 | f('sys/kernel/slab/buffer_head/slab_size', 0o664, b'176\n') |
| 1290 | f('sys/kernel/slab/buffer_head/total_objects', 0o664, b'31487\n') |
| 1291 | f('sys/kernel/slab/buffer_head/slabs', 0o664, b'1369\n') |
| 1292 | f('sys/kernel/slab/buffer_head/poison', 0o664, b'1\n') |
| 1293 | f('sys/kernel/slab/buffer_head/alloc_calls', 0o664, b' 31488 alloc_buffer_head+0x19/0x50 age=1/3079345/8378152 pid=1-32767 cpus=0-1\n') |
| 1294 | f('sys/kernel/slab/buffer_head/objs_per_slab', 0o664, b'23\n') |
| 1295 | f('sys/kernel/slab/buffer_head/shrink', 0o664, b'') |
| 1296 | f('sys/kernel/slab/buffer_head/trace', 0o664, b'0\n') |
| 1297 | f('sys/kernel/slab/buffer_head/object_size', 0o664, b'104\n') |
| 1298 | f('sys/kernel/slab/buffer_head/cpu_slabs', 0o664, b'0\n') |
| 1299 | f('sys/kernel/slab/buffer_head/cache_dma', 0o664, b'0\n') |
| 1300 | f('sys/kernel/slab/buffer_head/destroy_by_rcu', 0o664, b'0\n') |
| 1301 | f('sys/kernel/slab/buffer_head/objects_partial', 0o664, b'0\n') |
| 1302 | f('sys/kernel/slab/buffer_head/objects', 0o664, b'31487\n') |
| 1303 | f('sys/kernel/slab/buffer_head/order', 0o664, b'0\n') |
| 1304 | f('sys/kernel/slab/buffer_head/sanity_checks', 0o664, b'1\n') |
| 1305 | f('sys/kernel/slab/buffer_head/store_user', 0o664, b'1\n') |
| 1306 | f('sys/kernel/slab/buffer_head/align', 0o664, b'0\n') |
| 1307 | f('sys/kernel/slab/buffer_head/partial', 0o664, b'0\n') |
| 1308 | f('sys/kernel/slab/buffer_head/validate', 0o664, b'') |
| 1309 | f('sys/kernel/slab/buffer_head/red_zone', 0o664, b'1\n') |
| 1310 | f('sys/kernel/slab/buffer_head/free_calls', 0o664, b''' 14436 <not-available> age=4303047199 pid=0 cpus=0 |
| 1311 | 17053 free_buffer_head+0x20/0x40 age=1227/1928220/8379062 pid=1-32759 cpus=0-1 |
| 1312 | ''') |
| 1313 | f('sys/kernel/slab/buffer_head/aliases', 0o664, b'0\n') |
| 1314 | d('sys/kernel/slab/blkdev_queue', 0o775) |
| 1315 | f('sys/kernel/slab/blkdev_queue/reclaim_account', 0o664, b'0\n') |
| 1316 | f('sys/kernel/slab/blkdev_queue/ctor', 0o664, b'') |
| 1317 | f('sys/kernel/slab/blkdev_queue/hwcache_align', 0o664, b'0\n') |
| 1318 | f('sys/kernel/slab/blkdev_queue/slab_size', 0o664, b'2496\n') |
| 1319 | f('sys/kernel/slab/blkdev_queue/total_objects', 0o664, b'26\n') |
| 1320 | f('sys/kernel/slab/blkdev_queue/slabs', 0o664, b'2\n') |
| 1321 | f('sys/kernel/slab/blkdev_queue/poison', 0o664, b'1\n') |
| 1322 | f('sys/kernel/slab/blkdev_queue/alloc_calls', 0o664, b' 12 blk_alloc_queue_node+0x1c/0xc0 age=61520/7678497/8378855 pid=1-13295 cpus=0-1\n') |
| 1323 | f('sys/kernel/slab/blkdev_queue/objs_per_slab', 0o664, b'13\n') |
| 1324 | f('sys/kernel/slab/blkdev_queue/shrink', 0o664, b'') |
| 1325 | f('sys/kernel/slab/blkdev_queue/trace', 0o664, b'0\n') |
| 1326 | f('sys/kernel/slab/blkdev_queue/object_size', 0o664, b'2424\n') |
| 1327 | f('sys/kernel/slab/blkdev_queue/cpu_slabs', 0o664, b'0\n') |
| 1328 | f('sys/kernel/slab/blkdev_queue/cache_dma', 0o664, b'0\n') |
| 1329 | f('sys/kernel/slab/blkdev_queue/destroy_by_rcu', 0o664, b'0\n') |
| 1330 | f('sys/kernel/slab/blkdev_queue/objects_partial', 0o664, b'10\n') |
| 1331 | f('sys/kernel/slab/blkdev_queue/objects', 0o664, b'23\n') |
| 1332 | f('sys/kernel/slab/blkdev_queue/order', 0o664, b'3\n') |
| 1333 | f('sys/kernel/slab/blkdev_queue/sanity_checks', 0o664, b'1\n') |
| 1334 | f('sys/kernel/slab/blkdev_queue/store_user', 0o664, b'1\n') |
| 1335 | f('sys/kernel/slab/blkdev_queue/align', 0o664, b'0\n') |
| 1336 | f('sys/kernel/slab/blkdev_queue/partial', 0o664, b'1\n') |
| 1337 | f('sys/kernel/slab/blkdev_queue/validate', 0o664, b'') |
| 1338 | f('sys/kernel/slab/blkdev_queue/red_zone', 0o664, b'1\n') |
| 1339 | f('sys/kernel/slab/blkdev_queue/free_calls', 0o664, b' 12 <not-available> age=4303046873 pid=0 cpus=0\n') |
| 1340 | f('sys/kernel/slab/blkdev_queue/aliases', 0o664, b'0\n') |
| 1341 | d('sys/kernel/slab/RAW', 0o775) |
| 1342 | f('sys/kernel/slab/RAW/reclaim_account', 0o664, b'0\n') |
| 1343 | f('sys/kernel/slab/RAW/ctor', 0o664, b'') |
| 1344 | f('sys/kernel/slab/RAW/hwcache_align', 0o664, b'1\n') |
| 1345 | f('sys/kernel/slab/RAW/slab_size', 0o664, b'1280\n') |
| 1346 | f('sys/kernel/slab/RAW/total_objects', 0o664, b'12\n') |
| 1347 | f('sys/kernel/slab/RAW/slabs', 0o664, b'1\n') |
| 1348 | f('sys/kernel/slab/RAW/poison', 0o664, b'1\n') |
| 1349 | f('sys/kernel/slab/RAW/alloc_calls', 0o664, b' 3 sk_prot_alloc+0x1e/0xb0 age=8379168/8379171/8379177 pid=1 cpus=0\n') |
| 1350 | f('sys/kernel/slab/RAW/objs_per_slab', 0o664, b'12\n') |
| 1351 | f('sys/kernel/slab/RAW/shrink', 0o664, b'') |
| 1352 | f('sys/kernel/slab/RAW/trace', 0o664, b'0\n') |
| 1353 | f('sys/kernel/slab/RAW/object_size', 0o664, b'1208\n') |
| 1354 | f('sys/kernel/slab/RAW/cpu_slabs', 0o664, b'0\n') |
| 1355 | f('sys/kernel/slab/RAW/cache_dma', 0o664, b'0\n') |
| 1356 | f('sys/kernel/slab/RAW/destroy_by_rcu', 0o664, b'0\n') |
| 1357 | f('sys/kernel/slab/RAW/objects_partial', 0o664, b'3\n') |
| 1358 | f('sys/kernel/slab/RAW/objects', 0o664, b'3\n') |
| 1359 | f('sys/kernel/slab/RAW/order', 0o664, b'2\n') |
| 1360 | f('sys/kernel/slab/RAW/sanity_checks', 0o664, b'1\n') |
| 1361 | f('sys/kernel/slab/RAW/store_user', 0o664, b'1\n') |
| 1362 | f('sys/kernel/slab/RAW/align', 0o664, b'0\n') |
| 1363 | f('sys/kernel/slab/RAW/partial', 0o664, b'1\n') |
| 1364 | f('sys/kernel/slab/RAW/validate', 0o664, b'') |
| 1365 | f('sys/kernel/slab/RAW/red_zone', 0o664, b'1\n') |
| 1366 | f('sys/kernel/slab/RAW/free_calls', 0o664, b' 3 <not-available> age=4303046751 pid=0 cpus=0\n') |
| 1367 | f('sys/kernel/slab/RAW/aliases', 0o664, b'0\n') |
| 1368 | d('sys/kernel/slab/blkdev_ioc', 0o775) |
| 1369 | f('sys/kernel/slab/blkdev_ioc/reclaim_account', 0o664, b'0\n') |
| 1370 | f('sys/kernel/slab/blkdev_ioc/ctor', 0o664, b'') |
| 1371 | f('sys/kernel/slab/blkdev_ioc/hwcache_align', 0o664, b'0\n') |
| 1372 | f('sys/kernel/slab/blkdev_ioc/slab_size', 0o664, b'200\n') |
| 1373 | f('sys/kernel/slab/blkdev_ioc/total_objects', 0o664, b'100\n') |
| 1374 | f('sys/kernel/slab/blkdev_ioc/slabs', 0o664, b'5\n') |
| 1375 | f('sys/kernel/slab/blkdev_ioc/poison', 0o664, b'1\n') |
| 1376 | f('sys/kernel/slab/blkdev_ioc/alloc_calls', 0o664, b' 64 alloc_io_context+0x19/0xa0 age=3410/8058449/8378873 pid=1-13466 cpus=0-1\n') |
| 1377 | f('sys/kernel/slab/blkdev_ioc/objs_per_slab', 0o664, b'20\n') |
| 1378 | f('sys/kernel/slab/blkdev_ioc/shrink', 0o664, b'') |
| 1379 | f('sys/kernel/slab/blkdev_ioc/trace', 0o664, b'0\n') |
| 1380 | f('sys/kernel/slab/blkdev_ioc/object_size', 0o664, b'128\n') |
| 1381 | f('sys/kernel/slab/blkdev_ioc/cpu_slabs', 0o664, b'0\n') |
| 1382 | f('sys/kernel/slab/blkdev_ioc/cache_dma', 0o664, b'0\n') |
| 1383 | f('sys/kernel/slab/blkdev_ioc/destroy_by_rcu', 0o664, b'0\n') |
| 1384 | f('sys/kernel/slab/blkdev_ioc/objects_partial', 0o664, b'38\n') |
| 1385 | f('sys/kernel/slab/blkdev_ioc/objects', 0o664, b'98\n') |
| 1386 | f('sys/kernel/slab/blkdev_ioc/order', 0o664, b'0\n') |
| 1387 | f('sys/kernel/slab/blkdev_ioc/sanity_checks', 0o664, b'1\n') |
| 1388 | f('sys/kernel/slab/blkdev_ioc/store_user', 0o664, b'1\n') |
| 1389 | f('sys/kernel/slab/blkdev_ioc/align', 0o664, b'0\n') |
| 1390 | f('sys/kernel/slab/blkdev_ioc/partial', 0o664, b'2\n') |
| 1391 | f('sys/kernel/slab/blkdev_ioc/validate', 0o664, b'') |
| 1392 | f('sys/kernel/slab/blkdev_ioc/red_zone', 0o664, b'1\n') |
| 1393 | f('sys/kernel/slab/blkdev_ioc/free_calls', 0o664, b''' 9 <not-available> age=4303046891 pid=0 cpus=0 |
| 1394 | 55 put_io_context+0xb2/0xd0 age=45025/8043308/8374605 pid=145-13349 cpus=0-1 |
| 1395 | ''') |
| 1396 | f('sys/kernel/slab/blkdev_ioc/aliases', 0o664, b'0\n') |
| 1397 | d('sys/kernel/slab/sigqueue', 0o775) |
| 1398 | f('sys/kernel/slab/sigqueue/reclaim_account', 0o664, b'0\n') |
| 1399 | f('sys/kernel/slab/sigqueue/ctor', 0o664, b'') |
| 1400 | f('sys/kernel/slab/sigqueue/hwcache_align', 0o664, b'0\n') |
| 1401 | f('sys/kernel/slab/sigqueue/slab_size', 0o664, b'232\n') |
| 1402 | f('sys/kernel/slab/sigqueue/total_objects', 0o664, b'34\n') |
| 1403 | f('sys/kernel/slab/sigqueue/slabs', 0o664, b'2\n') |
| 1404 | f('sys/kernel/slab/sigqueue/poison', 0o664, b'1\n') |
| 1405 | f('sys/kernel/slab/sigqueue/alloc_calls', 0o664, b'No data\n') |
| 1406 | f('sys/kernel/slab/sigqueue/objs_per_slab', 0o664, b'17\n') |
| 1407 | f('sys/kernel/slab/sigqueue/shrink', 0o664, b'') |
| 1408 | f('sys/kernel/slab/sigqueue/trace', 0o664, b'0\n') |
| 1409 | f('sys/kernel/slab/sigqueue/object_size', 0o664, b'160\n') |
| 1410 | f('sys/kernel/slab/sigqueue/cpu_slabs', 0o664, b'0\n') |
| 1411 | f('sys/kernel/slab/sigqueue/cache_dma', 0o664, b'0\n') |
| 1412 | f('sys/kernel/slab/sigqueue/destroy_by_rcu', 0o664, b'0\n') |
| 1413 | f('sys/kernel/slab/sigqueue/objects_partial', 0o664, b'0\n') |
| 1414 | f('sys/kernel/slab/sigqueue/objects', 0o664, b'34\n') |
| 1415 | f('sys/kernel/slab/sigqueue/order', 0o664, b'0\n') |
| 1416 | f('sys/kernel/slab/sigqueue/sanity_checks', 0o664, b'1\n') |
| 1417 | f('sys/kernel/slab/sigqueue/store_user', 0o664, b'1\n') |
| 1418 | f('sys/kernel/slab/sigqueue/align', 0o664, b'8\n') |
| 1419 | f('sys/kernel/slab/sigqueue/partial', 0o664, b'0\n') |
| 1420 | f('sys/kernel/slab/sigqueue/validate', 0o664, b'') |
| 1421 | f('sys/kernel/slab/sigqueue/red_zone', 0o664, b'1\n') |
| 1422 | f('sys/kernel/slab/sigqueue/free_calls', 0o664, b'No data\n') |
| 1423 | f('sys/kernel/slab/sigqueue/aliases', 0o664, b'0\n') |
| 1424 | d('sys/kernel/slab/TCPv6', 0o775) |
| 1425 | f('sys/kernel/slab/TCPv6/reclaim_account', 0o664, b'0\n') |
| 1426 | f('sys/kernel/slab/TCPv6/ctor', 0o664, b'') |
| 1427 | f('sys/kernel/slab/TCPv6/hwcache_align', 0o664, b'1\n') |
| 1428 | f('sys/kernel/slab/TCPv6/slab_size', 0o664, b'2432\n') |
| 1429 | f('sys/kernel/slab/TCPv6/total_objects', 0o664, b'26\n') |
| 1430 | f('sys/kernel/slab/TCPv6/slabs', 0o664, b'2\n') |
| 1431 | f('sys/kernel/slab/TCPv6/poison', 0o664, b'1\n') |
| 1432 | f('sys/kernel/slab/TCPv6/alloc_calls', 0o664, b'No data\n') |
| 1433 | f('sys/kernel/slab/TCPv6/objs_per_slab', 0o664, b'13\n') |
| 1434 | f('sys/kernel/slab/TCPv6/shrink', 0o664, b'') |
| 1435 | f('sys/kernel/slab/TCPv6/trace', 0o664, b'0\n') |
| 1436 | f('sys/kernel/slab/TCPv6/object_size', 0o664, b'2336\n') |
| 1437 | f('sys/kernel/slab/TCPv6/cpu_slabs', 0o664, b'0\n') |
| 1438 | f('sys/kernel/slab/TCPv6/cache_dma', 0o664, b'0\n') |
| 1439 | f('sys/kernel/slab/TCPv6/destroy_by_rcu', 0o664, b'0\n') |
| 1440 | f('sys/kernel/slab/TCPv6/objects_partial', 0o664, b'0\n') |
| 1441 | f('sys/kernel/slab/TCPv6/objects', 0o664, b'26\n') |
| 1442 | f('sys/kernel/slab/TCPv6/order', 0o664, b'3\n') |
| 1443 | f('sys/kernel/slab/TCPv6/sanity_checks', 0o664, b'1\n') |
| 1444 | f('sys/kernel/slab/TCPv6/store_user', 0o664, b'1\n') |
| 1445 | f('sys/kernel/slab/TCPv6/align', 0o664, b'0\n') |
| 1446 | f('sys/kernel/slab/TCPv6/partial', 0o664, b'0\n') |
| 1447 | f('sys/kernel/slab/TCPv6/validate', 0o664, b'') |
| 1448 | f('sys/kernel/slab/TCPv6/red_zone', 0o664, b'1\n') |
| 1449 | f('sys/kernel/slab/TCPv6/free_calls', 0o664, b'No data\n') |
| 1450 | f('sys/kernel/slab/TCPv6/aliases', 0o664, b'0\n') |
| 1451 | d('sys/kernel/slab/kioctx', 0o775) |
| 1452 | f('sys/kernel/slab/kioctx/reclaim_account', 0o664, b'0\n') |
| 1453 | f('sys/kernel/slab/kioctx/ctor', 0o664, b'') |
| 1454 | f('sys/kernel/slab/kioctx/hwcache_align', 0o664, b'1\n') |
| 1455 | f('sys/kernel/slab/kioctx/slab_size', 0o664, b'640\n') |
| 1456 | f('sys/kernel/slab/kioctx/total_objects', 0o664, b'0\n') |
| 1457 | f('sys/kernel/slab/kioctx/slabs', 0o664, b'0\n') |
| 1458 | f('sys/kernel/slab/kioctx/poison', 0o664, b'1\n') |
| 1459 | f('sys/kernel/slab/kioctx/alloc_calls', 0o664, b'No data\n') |
| 1460 | f('sys/kernel/slab/kioctx/objs_per_slab', 0o664, b'12\n') |
| 1461 | f('sys/kernel/slab/kioctx/shrink', 0o664, b'') |
| 1462 | f('sys/kernel/slab/kioctx/trace', 0o664, b'0\n') |
| 1463 | f('sys/kernel/slab/kioctx/object_size', 0o664, b'512\n') |
| 1464 | f('sys/kernel/slab/kioctx/cpu_slabs', 0o664, b'0\n') |
| 1465 | f('sys/kernel/slab/kioctx/cache_dma', 0o664, b'0\n') |
| 1466 | f('sys/kernel/slab/kioctx/destroy_by_rcu', 0o664, b'0\n') |
| 1467 | f('sys/kernel/slab/kioctx/objects_partial', 0o664, b'0\n') |
| 1468 | f('sys/kernel/slab/kioctx/objects', 0o664, b'0\n') |
| 1469 | f('sys/kernel/slab/kioctx/order', 0o664, b'1\n') |
| 1470 | f('sys/kernel/slab/kioctx/sanity_checks', 0o664, b'1\n') |
| 1471 | f('sys/kernel/slab/kioctx/store_user', 0o664, b'1\n') |
| 1472 | f('sys/kernel/slab/kioctx/align', 0o664, b'8\n') |
| 1473 | f('sys/kernel/slab/kioctx/partial', 0o664, b'0\n') |
| 1474 | f('sys/kernel/slab/kioctx/validate', 0o664, b'') |
| 1475 | f('sys/kernel/slab/kioctx/red_zone', 0o664, b'1\n') |
| 1476 | f('sys/kernel/slab/kioctx/free_calls', 0o664, b'No data\n') |
| 1477 | f('sys/kernel/slab/kioctx/aliases', 0o664, b'0\n') |
| 1478 | d('sys/kernel/slab/kmalloc-32', 0o775) |
| 1479 | f('sys/kernel/slab/kmalloc-32/reclaim_account', 0o664, b'0\n') |
| 1480 | f('sys/kernel/slab/kmalloc-32/ctor', 0o664, b'') |
| 1481 | f('sys/kernel/slab/kmalloc-32/hwcache_align', 0o664, b'0\n') |
| 1482 | f('sys/kernel/slab/kmalloc-32/slab_size', 0o664, b'104\n') |
| 1483 | f('sys/kernel/slab/kmalloc-32/total_objects', 0o664, b'624\n') |
| 1484 | f('sys/kernel/slab/kmalloc-32/slabs', 0o664, b'16\n') |
| 1485 | f('sys/kernel/slab/kmalloc-32/poison', 0o664, b'1\n') |
| 1486 | f('sys/kernel/slab/kmalloc-32/alloc_calls', 0o664, b''' 1 mtrr_file_add+0xb0/0xe0 age=8355511 pid=1738 cpus=0 |
| 1487 | 2 arch_acpi_processor_init_pdc+0x8e/0x180 age=8375727/8375758/8375789 pid=330 cpus=0 |
| 1488 | 1 pm_qos_add_requirement+0x34/0xe0 age=8376080 pid=122 cpus=1 |
| 1489 | 59 setup_modinfo_srcversion+0x19/0x30 age=8303075/8368435/8376316 pid=105-2754 cpus=0-1 |
| 1490 | 42 load_module+0x1455/0x1b30 age=8303075/8366312/8375832 pid=107-2754 cpus=0-1 |
| 1491 | 151 load_module+0x1ac4/0x1b30 age=8303071/8368871/8376310 pid=105-2754 cpus=0-1 |
| 1492 | 3 mempool_create_node+0x4b/0xf0 age=62046/5606826/8379381 pid=1-13295 cpus=0-1 |
| 1493 | 1 strndup_user+0x6d/0xc0 age=8374925 pid=107 cpus=0 |
| 1494 | 16 __vmalloc_area_node+0xfb/0x140 age=8328464/8366300/8376086 pid=107-2578 cpus=0-1 |
| 1495 | 1 do_kern_mount+0xca/0x110 age=8335800 pid=2476 cpus=0 |
| 1496 | 1 do_sys_poll+0xdb/0x450 age=1303 pid=1333 cpus=1 |
| 1497 | 1 alloc_vfsmnt+0x97/0x180 age=8335801 pid=2476 cpus=0 |
| 1498 | 1 single_open+0x3c/0xb0 age=8355816 pid=1738 cpus=0 |
| 1499 | 66 sysfs_new_dirent+0x10c/0x120 age=8360190/8377926/8379815 pid=1-1549 cpus=0-1 |
| 1500 | 30 do_shmat+0x169/0x410 age=8274161/8330033/8348616 pid=1738-2621 cpus=0-1 |
| 1501 | 21 register_blkdev+0x60/0x150 age=8369695/8377753/8379765 pid=1-951 cpus=0-1 |
| 1502 | 39 kvasprintf+0x55/0x90 age=8360190/8378048/8379814 pid=1-1549 cpus=0-1 |
| 1503 | 7 pci_save_state+0x1a4/0x250 age=8373637/8378406/8379803 pid=1-126 cpus=0-1 |
| 1504 | 2 pcim_enable_device+0x86/0xb0 age=8379255/8379510/8379765 pid=1 cpus=0-1 |
| 1505 | 15 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379932/8379938/8379947 pid=1 cpus=0 |
| 1506 | 21 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=3847501/7731852/8379949 pid=1-330 cpus=0 |
| 1507 | 1 acpi_install_gpe_handler+0xa7/0x13a age=8379959 pid=1 cpus=0 |
| 1508 | 1 acpi_ev_create_gpe_block+0x282/0x3bf age=8379959 pid=1 cpus=0 |
| 1509 | 1 acpi_pci_bind_root+0x8d/0x13e age=8379883 pid=1 cpus=0 |
| 1510 | 18 acpi_pci_bind+0x85/0x28d age=8379879/8379879/8379882 pid=1 cpus=0 |
| 1511 | 15 rand_initialize_disk+0x1d/0x30 age=62014/7263977/8379377 pid=1-13295 cpus=0-1 |
| 1512 | 1 ata_host_start+0xcb/0x1e0 age=8379764 pid=1 cpus=1 |
| 1513 | 1 hidinput_connect+0x2372/0x24e0 age=53529 pid=419 cpus=0 |
| 1514 | 1 sock_kmalloc+0x5c/0x70 age=8325518 pid=1849 cpus=1 |
| 1515 | 2 proto_register+0x7c/0x260 age=8360191/8370012/8379834 pid=1-1549 cpus=0 |
| 1516 | 2 neigh_hash_alloc+0x42/0x50 age=8325417/8327412/8329408 pid=0-1849 cpus=1 |
| 1517 | 1 nl_pid_hash_rehash+0x180/0x1a0 age=947530 pid=1189 cpus=0 |
| 1518 | 28 unix_bind+0xd8/0x3a0 age=8356458/8357177/8366824 pid=1336-1738 cpus=0-1 |
| 1519 | 3 ipc_init_proc_interface+0x2e/0x7c age=8379805/8379805/8379805 pid=1 cpus=1 |
| 1520 | 13 usb_cache_string+0x65/0xa0 [usbcore] age=22649/4521883/8374921 pid=143-419 cpus=0-1 |
| 1521 | 6 usb_get_configuration+0x18f/0x1480 [usbcore] age=67053/6989971/8374921 pid=143-419 cpus=0-1 |
| 1522 | 2 _snd_ctl_register_ioctl+0x2b/0x80 [snd] age=8374675/8374675/8374675 pid=107 cpus=0 |
| 1523 | 2 snd_oss_info_register+0x40/0xc0 [snd] age=8355350/8355452/8355555 pid=1813 cpus=0 |
| 1524 | 6 adjust_io+0xeb/0x120 [rsrc_nonstatic] age=8373110/8373182/8373542 pid=352-800 cpus=0 |
| 1525 | 5 adjust_memory+0xe5/0x1a0 [rsrc_nonstatic] age=8373110/8373278/8373535 pid=352-800 cpus=0 |
| 1526 | 1 ieee80211_sta_set_extra_ie+0x7d/0xe0 [mac80211] age=8329597 pid=1545 cpus=0 |
| 1527 | 2 ieee80211_rx_bss_info+0x4df/0xa20 [mac80211] age=8330170/8342783/8355397 pid=0 cpus=0 |
| 1528 | 2 ieee80211_rx_bss_info+0x568/0xa20 [mac80211] age=22736/4188782/8354829 pid=742-1951 cpus=0 |
| 1529 | 2 ieee80211_rx_bss_info+0x5f7/0xa20 [mac80211] age=22736/4189294/8355852 pid=742-1772 cpus=0 |
| 1530 | 1 rate_control_alloc+0x32/0x110 [mac80211] age=8373757 pid=126 cpus=1 |
| 1531 | 2 ieee80211_rate_control_register+0x72/0xf0 [mac80211] age=8374580/8374635/8374690 pid=126 cpus=0-1 |
| 1532 | 2 azx_probe+0x9a4/0xc20 [snd_hda_intel] age=8374165/8374165/8374165 pid=107 cpus=1 |
| 1533 | 1 async_chainiv_givencrypt+0x71/0x110 [crypto_blkcipher] age=8374560 pid=215 cpus=0 |
| 1534 | 1 run+0x66/0x500 [raid1] age=8370114 pid=916 cpus=0 |
| 1535 | 1 acpi_cpufreq_cpu_init+0x4d/0x45c [acpi_cpufreq] age=8366427 pid=1358 cpus=0 |
| 1536 | ''') |
| 1537 | f('sys/kernel/slab/kmalloc-32/objs_per_slab', 0o664, b'39\n') |
| 1538 | f('sys/kernel/slab/kmalloc-32/shrink', 0o664, b'') |
| 1539 | f('sys/kernel/slab/kmalloc-32/trace', 0o664, b'0\n') |
| 1540 | f('sys/kernel/slab/kmalloc-32/object_size', 0o664, b'32\n') |
| 1541 | f('sys/kernel/slab/kmalloc-32/cpu_slabs', 0o664, b'0\n') |
| 1542 | f('sys/kernel/slab/kmalloc-32/cache_dma', 0o664, b'0\n') |
| 1543 | f('sys/kernel/slab/kmalloc-32/destroy_by_rcu', 0o664, b'0\n') |
| 1544 | f('sys/kernel/slab/kmalloc-32/objects_partial', 0o664, b'149\n') |
| 1545 | f('sys/kernel/slab/kmalloc-32/objects', 0o664, b'617\n') |
| 1546 | f('sys/kernel/slab/kmalloc-32/order', 0o664, b'0\n') |
| 1547 | f('sys/kernel/slab/kmalloc-32/sanity_checks', 0o664, b'1\n') |
| 1548 | f('sys/kernel/slab/kmalloc-32/store_user', 0o664, b'1\n') |
| 1549 | f('sys/kernel/slab/kmalloc-32/align', 0o664, b'8\n') |
| 1550 | f('sys/kernel/slab/kmalloc-32/partial', 0o664, b'4\n') |
| 1551 | f('sys/kernel/slab/kmalloc-32/validate', 0o664, b'') |
| 1552 | f('sys/kernel/slab/kmalloc-32/red_zone', 0o664, b'1\n') |
| 1553 | f('sys/kernel/slab/kmalloc-32/free_calls', 0o664, b''' 409 <not-available> age=4303047399 pid=0 cpus=0 |
| 1554 | 4 __vunmap+0xe9/0x120 age=8366429/8372533/8374823 pid=215-1358 cpus=0-1 |
| 1555 | 1 vfs_rename+0x301/0x450 age=8274772 pid=2851 cpus=0 |
| 1556 | 8 do_sys_poll+0x32b/0x450 age=1304/6728883/8333312 pid=1333 cpus=0-1 |
| 1557 | 1 seq_release_private+0x2d/0x60 age=8352378 pid=2141 cpus=0 |
| 1558 | 5 single_release+0x2e/0x40 age=8343903/8358822/8366889 pid=1258-1806 cpus=0 |
| 1559 | 1 setxattr+0xa6/0x130 age=8355591 pid=1816 cpus=0 |
| 1560 | 6 bio_free_map_data+0x25/0x30 age=53571/4350975/8375998 pid=0-318 cpus=0 |
| 1561 | 6 remove_kevent+0x44/0x60 age=7219423/7961750/8346613 pid=2271-2423 cpus=0-1 |
| 1562 | 57 load_elf_binary+0xa72/0x1e20 age=22671/8213994/8376585 pid=102-13419 cpus=0-1 |
| 1563 | 1 generic_acl_set+0x15e/0x1a0 age=8355591 pid=1816 cpus=0 |
| 1564 | 67 kobject_uevent_env+0x11a/0x470 age=62016/8246870/8379965 pid=1-13295 cpus=0-1 |
| 1565 | 2 pci_get_subsys+0x74/0xa0 age=8375728/8375759/8375790 pid=330 cpus=0 |
| 1566 | 8 acpi_evaluate_integer+0xbf/0xd1 age=3847577/7810351/8379888 pid=1-2097 cpus=0 |
| 1567 | 3 acpi_ds_create_operand+0x12c/0x209 age=3847578/6867437/8379889 pid=1-2097 cpus=0 |
| 1568 | 3 acpi_ns_get_node+0x92/0xa1 age=8374447/8376288/8379960 pid=1-215 cpus=0-1 |
| 1569 | 5 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366428/8373878/8375771 pid=330-1358 cpus=0 |
| 1570 | 3 acpi_pci_bind+0x277/0x28d age=8379881/8379881/8379883 pid=1 cpus=0 |
| 1571 | 1 get_modalias+0xd4/0x120 age=8355825 pid=1772 cpus=0 |
| 1572 | 2 ioctl_standard_iw_point+0x179/0x350 age=63360/84363/105367 pid=1541 cpus=0 |
| 1573 | 1 pci_bus_assign_resources+0xfe/0x4d0 age=8379836 pid=1 cpus=0 |
| 1574 | 1 sg_clean+0x3e/0x80 [usbcore] age=59566 pid=13294 cpus=0 |
| 1575 | 9 usb_get_device_descriptor+0x9b/0xa0 [usbcore] age=22724/6523118/8374922 pid=143-419 cpus=0-1 |
| 1576 | 1 ieee80211_rx_bss_info+0x552/0xa20 [mac80211] age=22737 pid=742 cpus=0 |
| 1577 | 2 ieee80211_rx_bss_info+0x5e1/0xa20 [mac80211] age=22737/4189295/8355853 pid=742-1772 cpus=0 |
| 1578 | ''') |
| 1579 | f('sys/kernel/slab/kmalloc-32/aliases', 0o664, b'0\n') |
| 1580 | d('sys/kernel/slab/kmalloc-64', 0o775) |
| 1581 | f('sys/kernel/slab/kmalloc-64/reclaim_account', 0o664, b'0\n') |
| 1582 | f('sys/kernel/slab/kmalloc-64/ctor', 0o664, b'') |
| 1583 | f('sys/kernel/slab/kmalloc-64/hwcache_align', 0o664, b'0\n') |
| 1584 | f('sys/kernel/slab/kmalloc-64/slab_size', 0o664, b'136\n') |
| 1585 | f('sys/kernel/slab/kmalloc-64/total_objects', 0o664, b'15300\n') |
| 1586 | f('sys/kernel/slab/kmalloc-64/slabs', 0o664, b'510\n') |
| 1587 | f('sys/kernel/slab/kmalloc-64/poison', 0o664, b'1\n') |
| 1588 | f('sys/kernel/slab/kmalloc-64/alloc_calls', 0o664, b''' 30 alternatives_smp_module_add+0x81/0x160 age=8303055/8368397/8380085 pid=0-2754 cpus=0-1 |
| 1589 | 39 __request_region+0x39/0x120 age=8373811/8378273/8379949 pid=1-352 cpus=0-1 |
| 1590 | 1 audit_log_start+0x353/0x3f0 age=8379797 pid=1 cpus=1 |
| 1591 | 16 request_irq+0x9a/0xf0 age=8356279/8374005/8379942 pid=1-1541 cpus=0-1 |
| 1592 | 3 devm_request_irq+0x4b/0xc0 age=8379232/8379403/8379747 pid=1 cpus=0-1 |
| 1593 | 1 strndup_user+0x6d/0xc0 age=8374545 pid=215 cpus=0 |
| 1594 | 95 __get_vm_area_node+0x9b/0x220 age=8303058/8371551/8380085 pid=0-2754 cpus=0-1 |
| 1595 | 17 __vmalloc_area_node+0xfb/0x140 age=8309125/8366469/8376299 pid=105-2711 cpus=0-1 |
| 1596 | 1 add_swap_extent+0x57/0xc0 age=8372039 pid=867 cpus=0 |
| 1597 | 33 dma_pool_alloc+0x6d/0x200 age=8309120/8340771/8374904 pid=143-2711 cpus=0-1 |
| 1598 | 40 alloc_kmem_cache_cpu+0x81/0x90 age=8360159/8368022/8379787 pid=1-1549 cpus=0-1 |
| 1599 | 164 __percpu_alloc_mask+0x52/0x140 age=61997/8067718/8380085 pid=0-13295 cpus=0-1 |
| 1600 | 184 __percpu_alloc_mask+0xbc/0x140 age=62029/8100825/8380085 pid=0-13295 cpus=0-1 |
| 1601 | 604 d_alloc+0x19d/0x1f0 age=22685/7859083/8376462 pid=72-24701 cpus=0-1 |
| 1602 | 17 alloc_fdtable+0x57/0x160 age=4267/6101781/8357279 pid=1532-12336 cpus=0-1 |
| 1603 | 17 alloc_fdtable+0xb4/0x160 age=4267/6101781/8357279 pid=1532-12336 cpus=0-1 |
| 1604 | 1 bioset_create+0x21/0xc0 age=8379947 pid=1 cpus=0 |
| 1605 | 1 bd_claim_by_disk+0x6f/0x270 age=8370131 pid=916 cpus=0 |
| 1606 | 14 posix_acl_alloc+0x1b/0x30 age=53326/7759393/8352180 pid=2175-13390 cpus=0-1 |
| 1607 | 5 proc_reg_open+0x3f/0x170 age=8355799/8361268/8366755 pid=1327-1738 cpus=0 |
| 1608 | 12754 ext3_init_block_alloc_info+0x22/0x80 age=1/498494/8368528 pid=1-23373 cpus=0-1 |
| 1609 | 4 ext3_readdir+0x617/0x650 age=8352064/8352079/8352114 pid=1370 cpus=0 |
| 1610 | 8 ext3_htree_store_dirent+0x37/0x130 age=8352064/8352072/8352099 pid=1370 cpus=0 |
| 1611 | 277 kobject_create+0x1a/0x40 age=22618/7771015/8380085 pid=0-13295 cpus=0-1 |
| 1612 | 1 pci_create_sysfs_dev_files+0x23e/0x3b0 age=8378937 pid=1 cpus=0 |
| 1613 | 11 acpi_os_validate_address+0x3d/0xa3 age=8379914/8379927/8379932 pid=1 cpus=0 |
| 1614 | 124 acpi_ds_build_internal_package_obj+0xaf/0x1df age=3847484/8233379/8379936 pid=1-330 cpus=0 |
| 1615 | 6 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379920/8379925/8379934 pid=1 cpus=0 |
| 1616 | 1 acpi_ev_system_memory_region_setup+0x68/0x8f age=8379914 pid=1 cpus=0 |
| 1617 | 3 acpi_add_single_object+0x596/0xd3c age=8379878/8379880/8379882 pid=1 cpus=0 |
| 1618 | 3 acpi_add_single_object+0x5d8/0xd3c age=8379886/8379888/8379890 pid=1 cpus=0 |
| 1619 | 27 acpi_add_single_object+0x9f7/0xd3c age=8379871/8379888/8379900 pid=1 cpus=0 |
| 1620 | 55 acpi_ec_add_query_handler+0x31/0x91 age=8379870/8379870/8379870 pid=1 cpus=0 |
| 1621 | 1 find_dock+0x2c9/0x426 age=8379950 pid=1 cpus=0 |
| 1622 | 6 find_dock_devices+0x5e/0x92 age=8379950/8379950/8379950 pid=1 cpus=0 |
| 1623 | 8 acpi_pci_link_add+0x32/0x1db age=8379843/8379844/8379846 pid=1 cpus=0 |
| 1624 | 39 acpi_pci_irq_add_prt+0x181/0x324 age=8379862/8379863/8379865 pid=1 cpus=0 |
| 1625 | 15 init_dev+0x3c8/0x6f0 age=7217158/8282400/8378180 pid=33-2593 cpus=0-1 |
| 1626 | 15 init_dev+0x437/0x6f0 age=7217158/8282400/8378180 pid=33-2593 cpus=0-1 |
| 1627 | 3 init_dev+0x5b2/0x6f0 age=7217158/7969269/8364358 pid=1258-2593 cpus=0-1 |
| 1628 | 3 init_dev+0x637/0x6f0 age=7217158/7969269/8364358 pid=1258-2593 cpus=0-1 |
| 1629 | 2 kobj_map_init+0x36/0xa0 age=8379947/8380016/8380085 pid=0-1 cpus=0 |
| 1630 | 38 kobj_map+0x79/0x1a0 age=61997/7936136/8379947 pid=1-13295 cpus=0-1 |
| 1631 | 3 dmam_alloc_coherent+0x3f/0xa0 age=8379232/8379403/8379747 pid=1 cpus=0-1 |
| 1632 | 1 scsi_probe_and_add_lun+0x65e/0xd80 age=62028 pid=13295 cpus=0 |
| 1633 | 170 scsi_dev_info_list_add+0x3d/0x120 age=8379831/8379831/8379831 pid=1 cpus=0 |
| 1634 | 1 ahci_init_one+0x137/0xcb0 age=8379748 pid=1 cpus=1 |
| 1635 | 1 cpufreq_stat_notifier_policy+0xa1/0x2e0 age=8366410 pid=1358 cpus=0 |
| 1636 | 1 cpufreq_stat_notifier_policy+0x17e/0x2e0 age=8366410 pid=1358 cpus=0 |
| 1637 | 1 hid_parse_report+0xa9/0x2c0 age=53512 pid=419 cpus=0 |
| 1638 | 10 __dev_addr_add+0x69/0xe0 age=8325501/8345496/8360156 pid=8-1849 cpus=0-1 |
| 1639 | ''') |
| 1640 | f('sys/kernel/slab/kmalloc-64/objs_per_slab', 0o664, b'30\n') |
| 1641 | f('sys/kernel/slab/kmalloc-64/shrink', 0o664, b'') |
| 1642 | f('sys/kernel/slab/kmalloc-64/trace', 0o664, b'0\n') |
| 1643 | f('sys/kernel/slab/kmalloc-64/object_size', 0o664, b'64\n') |
| 1644 | f('sys/kernel/slab/kmalloc-64/cpu_slabs', 0o664, b'0\n') |
| 1645 | f('sys/kernel/slab/kmalloc-64/cache_dma', 0o664, b'0\n') |
| 1646 | f('sys/kernel/slab/kmalloc-64/destroy_by_rcu', 0o664, b'0\n') |
| 1647 | f('sys/kernel/slab/kmalloc-64/objects_partial', 0o664, b'0\n') |
| 1648 | f('sys/kernel/slab/kmalloc-64/objects', 0o664, b'15300\n') |
| 1649 | f('sys/kernel/slab/kmalloc-64/order', 0o664, b'0\n') |
| 1650 | f('sys/kernel/slab/kmalloc-64/sanity_checks', 0o664, b'1\n') |
| 1651 | f('sys/kernel/slab/kmalloc-64/store_user', 0o664, b'1\n') |
| 1652 | f('sys/kernel/slab/kmalloc-64/align', 0o664, b'8\n') |
| 1653 | f('sys/kernel/slab/kmalloc-64/partial', 0o664, b'0\n') |
| 1654 | f('sys/kernel/slab/kmalloc-64/validate', 0o664, b'') |
| 1655 | f('sys/kernel/slab/kmalloc-64/red_zone', 0o664, b'1\n') |
| 1656 | f('sys/kernel/slab/kmalloc-64/free_calls', 0o664, b''' 13029 <not-available> age=4303047386 pid=0 cpus=0 |
| 1657 | 1 iounmap+0xc2/0x100 age=8379917 pid=1 cpus=0 |
| 1658 | 1 memtype_get_idx+0x75/0xc0 age=782 pid=13466 cpus=0 |
| 1659 | 2 __release_region+0xc6/0xd0 age=8379754/8379754/8379754 pid=1 cpus=1 |
| 1660 | 3 __request_region+0x86/0x120 age=8379828/8379828/8379828 pid=1 cpus=0 |
| 1661 | 1 generic_smp_call_function_single_interrupt+0xce/0xe0 age=8355499 pid=0 cpus=1 |
| 1662 | 53 __stop_machine+0x216/0x220 age=8303059/8367652/8376299 pid=105-2754 cpus=0-1 |
| 1663 | 2 free_irq+0xef/0x190 age=8356302/8367658/8379015 pid=1-1541 cpus=0 |
| 1664 | 28 __vunmap+0xcd/0x120 age=8309125/8366969/8376298 pid=105-2711 cpus=0-1 |
| 1665 | 8 __vunmap+0xe9/0x120 age=8328457/8364062/8376068 pid=107-2578 cpus=0-1 |
| 1666 | 1 percpu_free+0x2d/0x60 age=61987 pid=13295 cpus=0 |
| 1667 | 10 do_sys_poll+0x32b/0x450 age=61481/7500944/8334758 pid=1333-2262 cpus=0-1 |
| 1668 | 187 d_callback+0x22/0x40 age=22704/7997936/8376459 pid=0-2156 cpus=0-1 |
| 1669 | 198 free_fdtable_rcu+0x7a/0xb0 age=1292/3883175/8376371 pid=0-13456 cpus=0-1 |
| 1670 | 224 free_fdtable_rcu+0x82/0xb0 age=1292/3491449/8377150 pid=0-13456 cpus=0-1 |
| 1671 | 42 proc_reg_release+0x96/0x120 age=3564/7013222/8376067 pid=126-2586 cpus=0-1 |
| 1672 | 50 proc_reg_open+0x138/0x170 age=656297/2956669/8367924 pid=1184-12336 cpus=0-1 |
| 1673 | 1046 free_rb_tree_fname+0x5c/0xb0 age=5905/4315279/8376402 pid=102-24701 cpus=0-1 |
| 1674 | 79 ext3_htree_free_dir_info+0x19/0x20 age=5905/6235661/8376402 pid=102-24701 cpus=0-1 |
| 1675 | 26 ext3_clear_inode+0xa5/0xb0 age=12954/2421572/8354304 pid=1253-8445 cpus=0-1 |
| 1676 | 1 dynamic_kobj_release+0x2c/0x40 age=8356191 pid=1541 cpus=0 |
| 1677 | 66 kobject_uevent_env+0x11a/0x470 age=22624/7608199/8379955 pid=1-2711 cpus=0-1 |
| 1678 | 16 acpi_ds_call_control_method+0xfe/0x180 age=3020/4710292/8379848 pid=1-13466 cpus=0-1 |
| 1679 | 1 acpi_ev_execute_reg_method+0x129/0x13a age=8379946 pid=1 cpus=0 |
| 1680 | 1 acpi_ev_asynch_execute_gpe_method+0xcc/0x119 age=8379905 pid=12 cpus=1 |
| 1681 | 33 acpi_evaluate_object+0x1ea/0x1fc age=3015/5838124/8379955 pid=1-13466 cpus=0-1 |
| 1682 | 4 acpi_get_object_info+0x1c4/0x1d4 age=8379876/8379888/8379895 pid=1 cpus=0 |
| 1683 | 1 acpi_walk_resources+0xa4/0xbd age=8379755 pid=1 cpus=1 |
| 1684 | 41 acpi_ut_evaluate_object+0x18d/0x19b age=8379223/8379861/8379919 pid=1 cpus=0-1 |
| 1685 | 4 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366416/8373412/8375744 pid=330-1358 cpus=0 |
| 1686 | 7 acpi_bus_get_ejd+0x73/0x80 age=8379955/8379955/8379955 pid=1 cpus=0 |
| 1687 | 11 pnp_show_options+0x459/0x600 age=1578/1602/1627 pid=13466 cpus=0 |
| 1688 | 11 pnp_show_current_resources+0x16f/0x180 age=1578/1603/1628 pid=13466 cpus=0 |
| 1689 | 19 release_one_tty+0x53/0x190 age=804540/7566113/8370327 pid=55-2106 cpus=0-1 |
| 1690 | 24 release_one_tty+0x60/0x190 age=804540/7729452/8370327 pid=55-2141 cpus=0-1 |
| 1691 | 6 release_one_tty+0x167/0x190 age=8352429/8353224/8354794 pid=1967-2141 cpus=0 |
| 1692 | 4 devres_remove_group+0x9e/0xe0 age=8379026/8379313/8379753 pid=1 cpus=0-1 |
| 1693 | 1 ata_acpi_on_devcfg+0x385/0x6a0 age=8379406 pid=25 cpus=0 |
| 1694 | 3 serio_free_event+0x1d/0x30 age=8378463/8378812/8378999 pid=17 cpus=0-1 |
| 1695 | 6 input_register_device+0x17c/0x230 age=53514/6988336/8378983 pid=17-803 cpus=0-1 |
| 1696 | 1 ip_cork_release+0x1f/0x50 age=8333854 pid=2536 cpus=1 |
| 1697 | 1 unix_sock_destructor+0x75/0xd0 age=7217178 pid=2344 cpus=0 |
| 1698 | 13 huft_free+0x1e/0x2f age=8379804/8379804/8379804 pid=1 cpus=0 |
| 1699 | 6 hub_port_init+0x522/0x740 [usbcore] age=22825/4210550/8374275 pid=419 cpus=0-1 |
| 1700 | 1 usb_release_interface_cache+0x2c/0x60 [usbcore] age=8373868 pid=419 cpus=0 |
| 1701 | 1 usb_release_interface_cache+0x47/0x60 [usbcore] age=8373868 pid=419 cpus=0 |
| 1702 | 1 __param_str_act+0x16c/0xfffffffffffffb13 [thermal] age=8375113 pid=383 cpus=0 |
| 1703 | 3 snd_card_file_remove+0x73/0x130 [snd] age=8333050/8337203/8339297 pid=2400-2425 cpus=0 |
| 1704 | 2 hid_probe+0x222/0xf30 [usbhid] age=53517/4212911/8372306 pid=419-803 cpus=0 |
| 1705 | ''') |
| 1706 | f('sys/kernel/slab/kmalloc-64/aliases', 0o664, b'0\n') |
| 1707 | d('sys/kernel/slab/sgpool-128', 0o775) |
| 1708 | f('sys/kernel/slab/sgpool-128/reclaim_account', 0o664, b'0\n') |
| 1709 | f('sys/kernel/slab/sgpool-128/ctor', 0o664, b'') |
| 1710 | f('sys/kernel/slab/sgpool-128/hwcache_align', 0o664, b'1\n') |
| 1711 | f('sys/kernel/slab/sgpool-128/slab_size', 0o664, b'4224\n') |
| 1712 | f('sys/kernel/slab/sgpool-128/total_objects', 0o664, b'14\n') |
| 1713 | f('sys/kernel/slab/sgpool-128/slabs', 0o664, b'2\n') |
| 1714 | f('sys/kernel/slab/sgpool-128/poison', 0o664, b'1\n') |
| 1715 | f('sys/kernel/slab/sgpool-128/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379262/8379262/8379262 pid=1 cpus=0\n') |
| 1716 | f('sys/kernel/slab/sgpool-128/objs_per_slab', 0o664, b'7\n') |
| 1717 | f('sys/kernel/slab/sgpool-128/shrink', 0o664, b'') |
| 1718 | f('sys/kernel/slab/sgpool-128/trace', 0o664, b'0\n') |
| 1719 | f('sys/kernel/slab/sgpool-128/object_size', 0o664, b'4096\n') |
| 1720 | f('sys/kernel/slab/sgpool-128/cpu_slabs', 0o664, b'0\n') |
| 1721 | f('sys/kernel/slab/sgpool-128/cache_dma', 0o664, b'0\n') |
| 1722 | f('sys/kernel/slab/sgpool-128/destroy_by_rcu', 0o664, b'0\n') |
| 1723 | f('sys/kernel/slab/sgpool-128/objects_partial', 0o664, b'0\n') |
| 1724 | f('sys/kernel/slab/sgpool-128/objects', 0o664, b'14\n') |
| 1725 | f('sys/kernel/slab/sgpool-128/order', 0o664, b'3\n') |
| 1726 | f('sys/kernel/slab/sgpool-128/sanity_checks', 0o664, b'1\n') |
| 1727 | f('sys/kernel/slab/sgpool-128/store_user', 0o664, b'1\n') |
| 1728 | f('sys/kernel/slab/sgpool-128/align', 0o664, b'0\n') |
| 1729 | f('sys/kernel/slab/sgpool-128/partial', 0o664, b'0\n') |
| 1730 | f('sys/kernel/slab/sgpool-128/validate', 0o664, b'') |
| 1731 | f('sys/kernel/slab/sgpool-128/red_zone', 0o664, b'1\n') |
| 1732 | f('sys/kernel/slab/sgpool-128/free_calls', 0o664, b' 2 <not-available> age=4303046812 pid=0 cpus=0\n') |
| 1733 | f('sys/kernel/slab/sgpool-128/aliases', 0o664, b'0\n') |
| 1734 | d('sys/kernel/slab/kcopyd_job', 0o775) |
| 1735 | f('sys/kernel/slab/kcopyd_job/reclaim_account', 0o664, b'0\n') |
| 1736 | f('sys/kernel/slab/kcopyd_job/ctor', 0o664, b'') |
| 1737 | f('sys/kernel/slab/kcopyd_job/hwcache_align', 0o664, b'0\n') |
| 1738 | f('sys/kernel/slab/kcopyd_job/slab_size', 0o664, b'544\n') |
| 1739 | f('sys/kernel/slab/kcopyd_job/total_objects', 0o664, b'0\n') |
| 1740 | f('sys/kernel/slab/kcopyd_job/slabs', 0o664, b'0\n') |
| 1741 | f('sys/kernel/slab/kcopyd_job/poison', 0o664, b'1\n') |
| 1742 | f('sys/kernel/slab/kcopyd_job/alloc_calls', 0o664, b'No data\n') |
| 1743 | f('sys/kernel/slab/kcopyd_job/objs_per_slab', 0o664, b'15\n') |
| 1744 | f('sys/kernel/slab/kcopyd_job/shrink', 0o664, b'') |
| 1745 | f('sys/kernel/slab/kcopyd_job/trace', 0o664, b'0\n') |
| 1746 | f('sys/kernel/slab/kcopyd_job/object_size', 0o664, b'472\n') |
| 1747 | f('sys/kernel/slab/kcopyd_job/cpu_slabs', 0o664, b'0\n') |
| 1748 | f('sys/kernel/slab/kcopyd_job/cache_dma', 0o664, b'0\n') |
| 1749 | f('sys/kernel/slab/kcopyd_job/destroy_by_rcu', 0o664, b'0\n') |
| 1750 | f('sys/kernel/slab/kcopyd_job/objects_partial', 0o664, b'0\n') |
| 1751 | f('sys/kernel/slab/kcopyd_job/objects', 0o664, b'0\n') |
| 1752 | f('sys/kernel/slab/kcopyd_job/order', 0o664, b'1\n') |
| 1753 | f('sys/kernel/slab/kcopyd_job/sanity_checks', 0o664, b'1\n') |
| 1754 | f('sys/kernel/slab/kcopyd_job/store_user', 0o664, b'1\n') |
| 1755 | f('sys/kernel/slab/kcopyd_job/align', 0o664, b'8\n') |
| 1756 | f('sys/kernel/slab/kcopyd_job/partial', 0o664, b'0\n') |
| 1757 | f('sys/kernel/slab/kcopyd_job/validate', 0o664, b'') |
| 1758 | f('sys/kernel/slab/kcopyd_job/red_zone', 0o664, b'1\n') |
| 1759 | f('sys/kernel/slab/kcopyd_job/free_calls', 0o664, b'No data\n') |
| 1760 | f('sys/kernel/slab/kcopyd_job/aliases', 0o664, b'0\n') |
| 1761 | d('sys/kernel/slab/dm_target_io', 0o775) |
| 1762 | f('sys/kernel/slab/dm_target_io/reclaim_account', 0o664, b'0\n') |
| 1763 | f('sys/kernel/slab/dm_target_io/ctor', 0o664, b'') |
| 1764 | f('sys/kernel/slab/dm_target_io/hwcache_align', 0o664, b'0\n') |
| 1765 | f('sys/kernel/slab/dm_target_io/slab_size', 0o664, b'96\n') |
| 1766 | f('sys/kernel/slab/dm_target_io/total_objects', 0o664, b'0\n') |
| 1767 | f('sys/kernel/slab/dm_target_io/slabs', 0o664, b'0\n') |
| 1768 | f('sys/kernel/slab/dm_target_io/poison', 0o664, b'1\n') |
| 1769 | f('sys/kernel/slab/dm_target_io/alloc_calls', 0o664, b'No data\n') |
| 1770 | f('sys/kernel/slab/dm_target_io/objs_per_slab', 0o664, b'42\n') |
| 1771 | f('sys/kernel/slab/dm_target_io/shrink', 0o664, b'') |
| 1772 | f('sys/kernel/slab/dm_target_io/trace', 0o664, b'0\n') |
| 1773 | f('sys/kernel/slab/dm_target_io/object_size', 0o664, b'24\n') |
| 1774 | f('sys/kernel/slab/dm_target_io/cpu_slabs', 0o664, b'0\n') |
| 1775 | f('sys/kernel/slab/dm_target_io/cache_dma', 0o664, b'0\n') |
| 1776 | f('sys/kernel/slab/dm_target_io/destroy_by_rcu', 0o664, b'0\n') |
| 1777 | f('sys/kernel/slab/dm_target_io/objects_partial', 0o664, b'0\n') |
| 1778 | f('sys/kernel/slab/dm_target_io/objects', 0o664, b'0\n') |
| 1779 | f('sys/kernel/slab/dm_target_io/order', 0o664, b'0\n') |
| 1780 | f('sys/kernel/slab/dm_target_io/sanity_checks', 0o664, b'1\n') |
| 1781 | f('sys/kernel/slab/dm_target_io/store_user', 0o664, b'1\n') |
| 1782 | f('sys/kernel/slab/dm_target_io/align', 0o664, b'8\n') |
| 1783 | f('sys/kernel/slab/dm_target_io/partial', 0o664, b'0\n') |
| 1784 | f('sys/kernel/slab/dm_target_io/validate', 0o664, b'') |
| 1785 | f('sys/kernel/slab/dm_target_io/red_zone', 0o664, b'1\n') |
| 1786 | f('sys/kernel/slab/dm_target_io/free_calls', 0o664, b'No data\n') |
| 1787 | f('sys/kernel/slab/dm_target_io/aliases', 0o664, b'0\n') |
| 1788 | d('sys/kernel/slab/signal_cache', 0o775) |
| 1789 | f('sys/kernel/slab/signal_cache/reclaim_account', 0o664, b'0\n') |
| 1790 | f('sys/kernel/slab/signal_cache/ctor', 0o664, b'') |
| 1791 | f('sys/kernel/slab/signal_cache/hwcache_align', 0o664, b'1\n') |
| 1792 | f('sys/kernel/slab/signal_cache/slab_size', 0o664, b'1024\n') |
| 1793 | f('sys/kernel/slab/signal_cache/total_objects', 0o664, b'160\n') |
| 1794 | f('sys/kernel/slab/signal_cache/slabs', 0o664, b'10\n') |
| 1795 | f('sys/kernel/slab/signal_cache/poison', 0o664, b'1\n') |
| 1796 | f('sys/kernel/slab/signal_cache/alloc_calls', 0o664, b' 124 copy_process+0x93c/0x1220 age=4145/7851187/8379914 pid=0-12336 cpus=0-1\n') |
| 1797 | f('sys/kernel/slab/signal_cache/objs_per_slab', 0o664, b'16\n') |
| 1798 | f('sys/kernel/slab/signal_cache/shrink', 0o664, b'') |
| 1799 | f('sys/kernel/slab/signal_cache/trace', 0o664, b'0\n') |
| 1800 | f('sys/kernel/slab/signal_cache/object_size', 0o664, b'896\n') |
| 1801 | f('sys/kernel/slab/signal_cache/cpu_slabs', 0o664, b'0\n') |
| 1802 | f('sys/kernel/slab/signal_cache/cache_dma', 0o664, b'0\n') |
| 1803 | f('sys/kernel/slab/signal_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1804 | f('sys/kernel/slab/signal_cache/objects_partial', 0o664, b'70\n') |
| 1805 | f('sys/kernel/slab/signal_cache/objects', 0o664, b'150\n') |
| 1806 | f('sys/kernel/slab/signal_cache/order', 0o664, b'2\n') |
| 1807 | f('sys/kernel/slab/signal_cache/sanity_checks', 0o664, b'1\n') |
| 1808 | f('sys/kernel/slab/signal_cache/store_user', 0o664, b'1\n') |
| 1809 | f('sys/kernel/slab/signal_cache/align', 0o664, b'0\n') |
| 1810 | f('sys/kernel/slab/signal_cache/partial', 0o664, b'5\n') |
| 1811 | f('sys/kernel/slab/signal_cache/validate', 0o664, b'') |
| 1812 | f('sys/kernel/slab/signal_cache/red_zone', 0o664, b'1\n') |
| 1813 | f('sys/kernel/slab/signal_cache/free_calls', 0o664, b''' 42 <not-available> age=4303047259 pid=0 cpus=0 |
| 1814 | 82 __cleanup_signal+0x20/0x30 age=7186/7586663/8375843 pid=1-13288 cpus=0-1 |
| 1815 | ''') |
| 1816 | f('sys/kernel/slab/signal_cache/aliases', 0o664, b'0\n') |
| 1817 | d('sys/kernel/slab/radix_tree_node', 0o775) |
| 1818 | f('sys/kernel/slab/radix_tree_node/reclaim_account', 0o664, b'1\n') |
| 1819 | f('sys/kernel/slab/radix_tree_node/ctor', 0o664, b'radix_tree_node_ctor+0x0/0x10\n') |
| 1820 | f('sys/kernel/slab/radix_tree_node/hwcache_align', 0o664, b'0\n') |
| 1821 | f('sys/kernel/slab/radix_tree_node/slab_size', 0o664, b'624\n') |
| 1822 | f('sys/kernel/slab/radix_tree_node/total_objects', 0o664, b'6747\n') |
| 1823 | f('sys/kernel/slab/radix_tree_node/slabs', 0o664, b'519\n') |
| 1824 | f('sys/kernel/slab/radix_tree_node/poison', 0o664, b'1\n') |
| 1825 | f('sys/kernel/slab/radix_tree_node/alloc_calls', 0o664, b' 6737 radix_tree_preload+0x3b/0xb0 age=16/6612251/8379044 pid=1-32767 cpus=0-1\n') |
| 1826 | f('sys/kernel/slab/radix_tree_node/objs_per_slab', 0o664, b'13\n') |
| 1827 | f('sys/kernel/slab/radix_tree_node/shrink', 0o664, b'') |
| 1828 | f('sys/kernel/slab/radix_tree_node/trace', 0o664, b'0\n') |
| 1829 | f('sys/kernel/slab/radix_tree_node/object_size', 0o664, b'552\n') |
| 1830 | f('sys/kernel/slab/radix_tree_node/cpu_slabs', 0o664, b'0\n') |
| 1831 | f('sys/kernel/slab/radix_tree_node/cache_dma', 0o664, b'0\n') |
| 1832 | f('sys/kernel/slab/radix_tree_node/destroy_by_rcu', 0o664, b'0\n') |
| 1833 | f('sys/kernel/slab/radix_tree_node/objects_partial', 0o664, b'0\n') |
| 1834 | f('sys/kernel/slab/radix_tree_node/objects', 0o664, b'6747\n') |
| 1835 | f('sys/kernel/slab/radix_tree_node/order', 0o664, b'1\n') |
| 1836 | f('sys/kernel/slab/radix_tree_node/sanity_checks', 0o664, b'1\n') |
| 1837 | f('sys/kernel/slab/radix_tree_node/store_user', 0o664, b'1\n') |
| 1838 | f('sys/kernel/slab/radix_tree_node/align', 0o664, b'0\n') |
| 1839 | f('sys/kernel/slab/radix_tree_node/partial', 0o664, b'0\n') |
| 1840 | f('sys/kernel/slab/radix_tree_node/validate', 0o664, b'') |
| 1841 | f('sys/kernel/slab/radix_tree_node/red_zone', 0o664, b'1\n') |
| 1842 | f('sys/kernel/slab/radix_tree_node/free_calls', 0o664, b''' 4146 <not-available> age=4303047064 pid=0 cpus=0 |
| 1843 | 2591 radix_tree_node_rcu_free+0x41/0x50 age=39290/6239072/8378908 pid=0-32584 cpus=0-1 |
| 1844 | ''') |
| 1845 | f('sys/kernel/slab/radix_tree_node/aliases', 0o664, b'0\n') |
| 1846 | d('sys/kernel/slab/uid_cache', 0o775) |
| 1847 | f('sys/kernel/slab/uid_cache/reclaim_account', 0o664, b'0\n') |
| 1848 | f('sys/kernel/slab/uid_cache/ctor', 0o664, b'') |
| 1849 | f('sys/kernel/slab/uid_cache/hwcache_align', 0o664, b'1\n') |
| 1850 | f('sys/kernel/slab/uid_cache/slab_size', 0o664, b'320\n') |
| 1851 | f('sys/kernel/slab/uid_cache/total_objects', 0o664, b'24\n') |
| 1852 | f('sys/kernel/slab/uid_cache/slabs', 0o664, b'2\n') |
| 1853 | f('sys/kernel/slab/uid_cache/poison', 0o664, b'1\n') |
| 1854 | f('sys/kernel/slab/uid_cache/alloc_calls', 0o664, b' 5 alloc_uid+0xbd/0x1e0 age=8351086/8358570/8366097 pid=1333-2177 cpus=0-1\n') |
| 1855 | f('sys/kernel/slab/uid_cache/objs_per_slab', 0o664, b'12\n') |
| 1856 | f('sys/kernel/slab/uid_cache/shrink', 0o664, b'') |
| 1857 | f('sys/kernel/slab/uid_cache/trace', 0o664, b'0\n') |
| 1858 | f('sys/kernel/slab/uid_cache/object_size', 0o664, b'216\n') |
| 1859 | f('sys/kernel/slab/uid_cache/cpu_slabs', 0o664, b'0\n') |
| 1860 | f('sys/kernel/slab/uid_cache/cache_dma', 0o664, b'0\n') |
| 1861 | f('sys/kernel/slab/uid_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1862 | f('sys/kernel/slab/uid_cache/objects_partial', 0o664, b'0\n') |
| 1863 | f('sys/kernel/slab/uid_cache/objects', 0o664, b'24\n') |
| 1864 | f('sys/kernel/slab/uid_cache/order', 0o664, b'0\n') |
| 1865 | f('sys/kernel/slab/uid_cache/sanity_checks', 0o664, b'1\n') |
| 1866 | f('sys/kernel/slab/uid_cache/store_user', 0o664, b'1\n') |
| 1867 | f('sys/kernel/slab/uid_cache/align', 0o664, b'0\n') |
| 1868 | f('sys/kernel/slab/uid_cache/partial', 0o664, b'0\n') |
| 1869 | f('sys/kernel/slab/uid_cache/validate', 0o664, b'') |
| 1870 | f('sys/kernel/slab/uid_cache/red_zone', 0o664, b'1\n') |
| 1871 | f('sys/kernel/slab/uid_cache/free_calls', 0o664, b''' 2 <not-available> age=4303046654 pid=0 cpus=0 |
| 1872 | 3 remove_user_sysfs_dir+0xd0/0x100 age=8357175/8367109/8374935 pid=7 cpus=0 |
| 1873 | ''') |
| 1874 | f('sys/kernel/slab/uid_cache/aliases', 0o664, b'0\n') |
| 1875 | d('sys/kernel/slab/tw_sock_TCPv6', 0o775) |
| 1876 | f('sys/kernel/slab/tw_sock_TCPv6/reclaim_account', 0o664, b'0\n') |
| 1877 | f('sys/kernel/slab/tw_sock_TCPv6/ctor', 0o664, b'') |
| 1878 | f('sys/kernel/slab/tw_sock_TCPv6/hwcache_align', 0o664, b'1\n') |
| 1879 | f('sys/kernel/slab/tw_sock_TCPv6/slab_size', 0o664, b'256\n') |
| 1880 | f('sys/kernel/slab/tw_sock_TCPv6/total_objects', 0o664, b'0\n') |
| 1881 | f('sys/kernel/slab/tw_sock_TCPv6/slabs', 0o664, b'0\n') |
| 1882 | f('sys/kernel/slab/tw_sock_TCPv6/poison', 0o664, b'1\n') |
| 1883 | f('sys/kernel/slab/tw_sock_TCPv6/alloc_calls', 0o664, b'No data\n') |
| 1884 | f('sys/kernel/slab/tw_sock_TCPv6/objs_per_slab', 0o664, b'16\n') |
| 1885 | f('sys/kernel/slab/tw_sock_TCPv6/shrink', 0o664, b'') |
| 1886 | f('sys/kernel/slab/tw_sock_TCPv6/trace', 0o664, b'0\n') |
| 1887 | f('sys/kernel/slab/tw_sock_TCPv6/object_size', 0o664, b'168\n') |
| 1888 | f('sys/kernel/slab/tw_sock_TCPv6/cpu_slabs', 0o664, b'0\n') |
| 1889 | f('sys/kernel/slab/tw_sock_TCPv6/cache_dma', 0o664, b'0\n') |
| 1890 | f('sys/kernel/slab/tw_sock_TCPv6/destroy_by_rcu', 0o664, b'0\n') |
| 1891 | f('sys/kernel/slab/tw_sock_TCPv6/objects_partial', 0o664, b'0\n') |
| 1892 | f('sys/kernel/slab/tw_sock_TCPv6/objects', 0o664, b'0\n') |
| 1893 | f('sys/kernel/slab/tw_sock_TCPv6/order', 0o664, b'0\n') |
| 1894 | f('sys/kernel/slab/tw_sock_TCPv6/sanity_checks', 0o664, b'1\n') |
| 1895 | f('sys/kernel/slab/tw_sock_TCPv6/store_user', 0o664, b'1\n') |
| 1896 | f('sys/kernel/slab/tw_sock_TCPv6/align', 0o664, b'0\n') |
| 1897 | f('sys/kernel/slab/tw_sock_TCPv6/partial', 0o664, b'0\n') |
| 1898 | f('sys/kernel/slab/tw_sock_TCPv6/validate', 0o664, b'') |
| 1899 | f('sys/kernel/slab/tw_sock_TCPv6/red_zone', 0o664, b'1\n') |
| 1900 | f('sys/kernel/slab/tw_sock_TCPv6/free_calls', 0o664, b'No data\n') |
| 1901 | f('sys/kernel/slab/tw_sock_TCPv6/aliases', 0o664, b'0\n') |
| 1902 | d('sys/kernel/slab/sighand_cache', 0o775) |
| 1903 | f('sys/kernel/slab/sighand_cache/reclaim_account', 0o664, b'0\n') |
| 1904 | f('sys/kernel/slab/sighand_cache/ctor', 0o664, b'sighand_ctor+0x0/0x40\n') |
| 1905 | f('sys/kernel/slab/sighand_cache/hwcache_align', 0o664, b'1\n') |
| 1906 | f('sys/kernel/slab/sighand_cache/slab_size', 0o664, b'2304\n') |
| 1907 | f('sys/kernel/slab/sighand_cache/total_objects', 0o664, b'154\n') |
| 1908 | f('sys/kernel/slab/sighand_cache/slabs', 0o664, b'11\n') |
| 1909 | f('sys/kernel/slab/sighand_cache/poison', 0o664, b'1\n') |
| 1910 | f('sys/kernel/slab/sighand_cache/alloc_calls', 0o664, b''' 123 copy_process+0x82a/0x1220 age=4154/7846897/8379923 pid=0-12336 cpus=0-1 |
| 1911 | 1 flush_old_exec+0x4e1/0x8a0 age=8378174 pid=1 cpus=0 |
| 1912 | ''') |
| 1913 | f('sys/kernel/slab/sighand_cache/objs_per_slab', 0o664, b'14\n') |
| 1914 | f('sys/kernel/slab/sighand_cache/shrink', 0o664, b'') |
| 1915 | f('sys/kernel/slab/sighand_cache/trace', 0o664, b'0\n') |
| 1916 | f('sys/kernel/slab/sighand_cache/object_size', 0o664, b'2184\n') |
| 1917 | f('sys/kernel/slab/sighand_cache/cpu_slabs', 0o664, b'0\n') |
| 1918 | f('sys/kernel/slab/sighand_cache/cache_dma', 0o664, b'0\n') |
| 1919 | f('sys/kernel/slab/sighand_cache/destroy_by_rcu', 0o664, b'1\n') |
| 1920 | f('sys/kernel/slab/sighand_cache/objects_partial', 0o664, b'61\n') |
| 1921 | f('sys/kernel/slab/sighand_cache/objects', 0o664, b'145\n') |
| 1922 | f('sys/kernel/slab/sighand_cache/order', 0o664, b'3\n') |
| 1923 | f('sys/kernel/slab/sighand_cache/sanity_checks', 0o664, b'1\n') |
| 1924 | f('sys/kernel/slab/sighand_cache/store_user', 0o664, b'1\n') |
| 1925 | f('sys/kernel/slab/sighand_cache/align', 0o664, b'0\n') |
| 1926 | f('sys/kernel/slab/sighand_cache/partial', 0o664, b'5\n') |
| 1927 | f('sys/kernel/slab/sighand_cache/validate', 0o664, b'') |
| 1928 | f('sys/kernel/slab/sighand_cache/red_zone', 0o664, b'1\n') |
| 1929 | f('sys/kernel/slab/sighand_cache/free_calls', 0o664, b''' 46 <not-available> age=4303047268 pid=0 cpus=0 |
| 1930 | 78 __cleanup_sighand+0x27/0x30 age=7195/7547046/8375852 pid=1-13288 cpus=0-1 |
| 1931 | ''') |
| 1932 | f('sys/kernel/slab/sighand_cache/aliases', 0o664, b'0\n') |
| 1933 | d('sys/kernel/slab/names_cache', 0o775) |
| 1934 | f('sys/kernel/slab/names_cache/reclaim_account', 0o664, b'0\n') |
| 1935 | f('sys/kernel/slab/names_cache/ctor', 0o664, b'') |
| 1936 | f('sys/kernel/slab/names_cache/hwcache_align', 0o664, b'1\n') |
| 1937 | f('sys/kernel/slab/names_cache/slab_size', 0o664, b'4224\n') |
| 1938 | f('sys/kernel/slab/names_cache/total_objects', 0o664, b'14\n') |
| 1939 | f('sys/kernel/slab/names_cache/slabs', 0o664, b'2\n') |
| 1940 | f('sys/kernel/slab/names_cache/poison', 0o664, b'1\n') |
| 1941 | f('sys/kernel/slab/names_cache/alloc_calls', 0o664, b'No data\n') |
| 1942 | f('sys/kernel/slab/names_cache/objs_per_slab', 0o664, b'7\n') |
| 1943 | f('sys/kernel/slab/names_cache/shrink', 0o664, b'') |
| 1944 | f('sys/kernel/slab/names_cache/trace', 0o664, b'0\n') |
| 1945 | f('sys/kernel/slab/names_cache/object_size', 0o664, b'4096\n') |
| 1946 | f('sys/kernel/slab/names_cache/cpu_slabs', 0o664, b'0\n') |
| 1947 | f('sys/kernel/slab/names_cache/cache_dma', 0o664, b'0\n') |
| 1948 | f('sys/kernel/slab/names_cache/destroy_by_rcu', 0o664, b'0\n') |
| 1949 | f('sys/kernel/slab/names_cache/objects_partial', 0o664, b'0\n') |
| 1950 | f('sys/kernel/slab/names_cache/objects', 0o664, b'14\n') |
| 1951 | f('sys/kernel/slab/names_cache/order', 0o664, b'3\n') |
| 1952 | f('sys/kernel/slab/names_cache/sanity_checks', 0o664, b'1\n') |
| 1953 | f('sys/kernel/slab/names_cache/store_user', 0o664, b'1\n') |
| 1954 | f('sys/kernel/slab/names_cache/align', 0o664, b'0\n') |
| 1955 | f('sys/kernel/slab/names_cache/partial', 0o664, b'0\n') |
| 1956 | f('sys/kernel/slab/names_cache/validate', 0o664, b'') |
| 1957 | f('sys/kernel/slab/names_cache/red_zone', 0o664, b'1\n') |
| 1958 | f('sys/kernel/slab/names_cache/free_calls', 0o664, b'No data\n') |
| 1959 | f('sys/kernel/slab/names_cache/aliases', 0o664, b'0\n') |
| 1960 | d('sys/kernel/slab/dm_io', 0o775) |
| 1961 | f('sys/kernel/slab/dm_io/reclaim_account', 0o664, b'0\n') |
| 1962 | f('sys/kernel/slab/dm_io/ctor', 0o664, b'') |
| 1963 | f('sys/kernel/slab/dm_io/hwcache_align', 0o664, b'0\n') |
| 1964 | f('sys/kernel/slab/dm_io/slab_size', 0o664, b'104\n') |
| 1965 | f('sys/kernel/slab/dm_io/total_objects', 0o664, b'0\n') |
| 1966 | f('sys/kernel/slab/dm_io/slabs', 0o664, b'0\n') |
| 1967 | f('sys/kernel/slab/dm_io/poison', 0o664, b'1\n') |
| 1968 | f('sys/kernel/slab/dm_io/alloc_calls', 0o664, b'No data\n') |
| 1969 | f('sys/kernel/slab/dm_io/objs_per_slab', 0o664, b'39\n') |
| 1970 | f('sys/kernel/slab/dm_io/shrink', 0o664, b'') |
| 1971 | f('sys/kernel/slab/dm_io/trace', 0o664, b'0\n') |
| 1972 | f('sys/kernel/slab/dm_io/object_size', 0o664, b'32\n') |
| 1973 | f('sys/kernel/slab/dm_io/cpu_slabs', 0o664, b'0\n') |
| 1974 | f('sys/kernel/slab/dm_io/cache_dma', 0o664, b'0\n') |
| 1975 | f('sys/kernel/slab/dm_io/destroy_by_rcu', 0o664, b'0\n') |
| 1976 | f('sys/kernel/slab/dm_io/objects_partial', 0o664, b'0\n') |
| 1977 | f('sys/kernel/slab/dm_io/objects', 0o664, b'0\n') |
| 1978 | f('sys/kernel/slab/dm_io/order', 0o664, b'0\n') |
| 1979 | f('sys/kernel/slab/dm_io/sanity_checks', 0o664, b'1\n') |
| 1980 | f('sys/kernel/slab/dm_io/store_user', 0o664, b'1\n') |
| 1981 | f('sys/kernel/slab/dm_io/align', 0o664, b'8\n') |
| 1982 | f('sys/kernel/slab/dm_io/partial', 0o664, b'0\n') |
| 1983 | f('sys/kernel/slab/dm_io/validate', 0o664, b'') |
| 1984 | f('sys/kernel/slab/dm_io/red_zone', 0o664, b'1\n') |
| 1985 | f('sys/kernel/slab/dm_io/free_calls', 0o664, b'No data\n') |
| 1986 | f('sys/kernel/slab/dm_io/aliases', 0o664, b'0\n') |
| 1987 | d('sys/kernel/slab/key_jar', 0o775) |
| 1988 | f('sys/kernel/slab/key_jar/reclaim_account', 0o664, b'0\n') |
| 1989 | f('sys/kernel/slab/key_jar/ctor', 0o664, b'') |
| 1990 | f('sys/kernel/slab/key_jar/hwcache_align', 0o664, b'1\n') |
| 1991 | f('sys/kernel/slab/key_jar/slab_size', 0o664, b'320\n') |
| 1992 | f('sys/kernel/slab/key_jar/total_objects', 0o664, b'0\n') |
| 1993 | f('sys/kernel/slab/key_jar/slabs', 0o664, b'0\n') |
| 1994 | f('sys/kernel/slab/key_jar/poison', 0o664, b'1\n') |
| 1995 | f('sys/kernel/slab/key_jar/alloc_calls', 0o664, b'No data\n') |
| 1996 | f('sys/kernel/slab/key_jar/objs_per_slab', 0o664, b'12\n') |
| 1997 | f('sys/kernel/slab/key_jar/shrink', 0o664, b'') |
| 1998 | f('sys/kernel/slab/key_jar/trace', 0o664, b'0\n') |
| 1999 | f('sys/kernel/slab/key_jar/object_size', 0o664, b'232\n') |
| 2000 | f('sys/kernel/slab/key_jar/cpu_slabs', 0o664, b'0\n') |
| 2001 | f('sys/kernel/slab/key_jar/cache_dma', 0o664, b'0\n') |
| 2002 | f('sys/kernel/slab/key_jar/destroy_by_rcu', 0o664, b'0\n') |
| 2003 | f('sys/kernel/slab/key_jar/objects_partial', 0o664, b'0\n') |
| 2004 | f('sys/kernel/slab/key_jar/objects', 0o664, b'0\n') |
| 2005 | f('sys/kernel/slab/key_jar/order', 0o664, b'0\n') |
| 2006 | f('sys/kernel/slab/key_jar/sanity_checks', 0o664, b'1\n') |
| 2007 | f('sys/kernel/slab/key_jar/store_user', 0o664, b'1\n') |
| 2008 | f('sys/kernel/slab/key_jar/align', 0o664, b'0\n') |
| 2009 | f('sys/kernel/slab/key_jar/partial', 0o664, b'0\n') |
| 2010 | f('sys/kernel/slab/key_jar/validate', 0o664, b'') |
| 2011 | f('sys/kernel/slab/key_jar/red_zone', 0o664, b'1\n') |
| 2012 | f('sys/kernel/slab/key_jar/free_calls', 0o664, b'No data\n') |
| 2013 | f('sys/kernel/slab/key_jar/aliases', 0o664, b'0\n') |
| 2014 | d('sys/kernel/slab/tcp_bind_bucket', 0o775) |
| 2015 | f('sys/kernel/slab/tcp_bind_bucket/reclaim_account', 0o664, b'0\n') |
| 2016 | f('sys/kernel/slab/tcp_bind_bucket/ctor', 0o664, b'') |
| 2017 | f('sys/kernel/slab/tcp_bind_bucket/hwcache_align', 0o664, b'1\n') |
| 2018 | f('sys/kernel/slab/tcp_bind_bucket/slab_size', 0o664, b'128\n') |
| 2019 | f('sys/kernel/slab/tcp_bind_bucket/total_objects', 0o664, b'64\n') |
| 2020 | f('sys/kernel/slab/tcp_bind_bucket/slabs', 0o664, b'2\n') |
| 2021 | f('sys/kernel/slab/tcp_bind_bucket/poison', 0o664, b'1\n') |
| 2022 | f('sys/kernel/slab/tcp_bind_bucket/alloc_calls', 0o664, b' 3 inet_bind_bucket_create+0x27/0x80 age=926731/5878918/8356133 pid=1206-1920 cpus=0\n') |
| 2023 | f('sys/kernel/slab/tcp_bind_bucket/objs_per_slab', 0o664, b'32\n') |
| 2024 | f('sys/kernel/slab/tcp_bind_bucket/shrink', 0o664, b'') |
| 2025 | f('sys/kernel/slab/tcp_bind_bucket/trace', 0o664, b'0\n') |
| 2026 | f('sys/kernel/slab/tcp_bind_bucket/object_size', 0o664, b'40\n') |
| 2027 | f('sys/kernel/slab/tcp_bind_bucket/cpu_slabs', 0o664, b'0\n') |
| 2028 | f('sys/kernel/slab/tcp_bind_bucket/cache_dma', 0o664, b'0\n') |
| 2029 | f('sys/kernel/slab/tcp_bind_bucket/destroy_by_rcu', 0o664, b'0\n') |
| 2030 | f('sys/kernel/slab/tcp_bind_bucket/objects_partial', 0o664, b'2\n') |
| 2031 | f('sys/kernel/slab/tcp_bind_bucket/objects', 0o664, b'34\n') |
| 2032 | f('sys/kernel/slab/tcp_bind_bucket/order', 0o664, b'0\n') |
| 2033 | f('sys/kernel/slab/tcp_bind_bucket/sanity_checks', 0o664, b'1\n') |
| 2034 | f('sys/kernel/slab/tcp_bind_bucket/store_user', 0o664, b'1\n') |
| 2035 | f('sys/kernel/slab/tcp_bind_bucket/align', 0o664, b'0\n') |
| 2036 | f('sys/kernel/slab/tcp_bind_bucket/partial', 0o664, b'1\n') |
| 2037 | f('sys/kernel/slab/tcp_bind_bucket/validate', 0o664, b'') |
| 2038 | f('sys/kernel/slab/tcp_bind_bucket/red_zone', 0o664, b'1\n') |
| 2039 | f('sys/kernel/slab/tcp_bind_bucket/free_calls', 0o664, b''' 1 <not-available> age=4303046680 pid=0 cpus=0 |
| 2040 | 2 inet_bind_bucket_destroy+0x29/0x30 age=1107644/4731733/8355822 pid=0-1707 cpus=0 |
| 2041 | ''') |
| 2042 | f('sys/kernel/slab/tcp_bind_bucket/aliases', 0o664, b'0\n') |
| 2043 | d('sys/kernel/slab/mm_struct', 0o775) |
| 2044 | f('sys/kernel/slab/mm_struct/reclaim_account', 0o664, b'0\n') |
| 2045 | f('sys/kernel/slab/mm_struct/ctor', 0o664, b'') |
| 2046 | f('sys/kernel/slab/mm_struct/hwcache_align', 0o664, b'1\n') |
| 2047 | f('sys/kernel/slab/mm_struct/slab_size', 0o664, b'1216\n') |
| 2048 | f('sys/kernel/slab/mm_struct/total_objects', 0o664, b'91\n') |
| 2049 | f('sys/kernel/slab/mm_struct/slabs', 0o664, b'7\n') |
| 2050 | f('sys/kernel/slab/mm_struct/poison', 0o664, b'1\n') |
| 2051 | f('sys/kernel/slab/mm_struct/alloc_calls', 0o664, b''' 52 mm_alloc+0x15/0x50 age=4100/7453183/8378125 pid=1-20296 cpus=0-1 |
| 2052 | 27 dup_mm+0x61/0x390 age=8335613/8355052/8376513 pid=71-2467 cpus=0-1 |
| 2053 | ''') |
| 2054 | f('sys/kernel/slab/mm_struct/objs_per_slab', 0o664, b'13\n') |
| 2055 | f('sys/kernel/slab/mm_struct/shrink', 0o664, b'') |
| 2056 | f('sys/kernel/slab/mm_struct/trace', 0o664, b'0\n') |
| 2057 | f('sys/kernel/slab/mm_struct/object_size', 0o664, b'1144\n') |
| 2058 | f('sys/kernel/slab/mm_struct/cpu_slabs', 0o664, b'0\n') |
| 2059 | f('sys/kernel/slab/mm_struct/cache_dma', 0o664, b'0\n') |
| 2060 | f('sys/kernel/slab/mm_struct/destroy_by_rcu', 0o664, b'0\n') |
| 2061 | f('sys/kernel/slab/mm_struct/objects_partial', 0o664, b'23\n') |
| 2062 | f('sys/kernel/slab/mm_struct/objects', 0o664, b'88\n') |
| 2063 | f('sys/kernel/slab/mm_struct/order', 0o664, b'2\n') |
| 2064 | f('sys/kernel/slab/mm_struct/sanity_checks', 0o664, b'1\n') |
| 2065 | f('sys/kernel/slab/mm_struct/store_user', 0o664, b'1\n') |
| 2066 | f('sys/kernel/slab/mm_struct/align', 0o664, b'0\n') |
| 2067 | f('sys/kernel/slab/mm_struct/partial', 0o664, b'2\n') |
| 2068 | f('sys/kernel/slab/mm_struct/validate', 0o664, b'') |
| 2069 | f('sys/kernel/slab/mm_struct/red_zone', 0o664, b'1\n') |
| 2070 | f('sys/kernel/slab/mm_struct/free_calls', 0o664, b''' 6 <not-available> age=4303047216 pid=0 cpus=0 |
| 2071 | 73 __mmdrop+0x47/0x60 age=7143/7714522/8376982 pid=1-20295 cpus=0-1 |
| 2072 | ''') |
| 2073 | f('sys/kernel/slab/mm_struct/aliases', 0o664, b'0\n') |
| 2074 | d('sys/kernel/slab/dentry', 0o775) |
| 2075 | f('sys/kernel/slab/dentry/reclaim_account', 0o664, b'1\n') |
| 2076 | f('sys/kernel/slab/dentry/ctor', 0o664, b'') |
| 2077 | f('sys/kernel/slab/dentry/hwcache_align', 0o664, b'0\n') |
| 2078 | f('sys/kernel/slab/dentry/slab_size', 0o664, b'328\n') |
| 2079 | f('sys/kernel/slab/dentry/total_objects', 0o664, b'49656\n') |
| 2080 | f('sys/kernel/slab/dentry/slabs', 0o664, b'4138\n') |
| 2081 | f('sys/kernel/slab/dentry/poison', 0o664, b'1\n') |
| 2082 | f('sys/kernel/slab/dentry/alloc_calls', 0o664, b' 49656 d_alloc+0x22/0x1f0 age=0/4250434/8379825 pid=0-32757 cpus=0-1\n') |
| 2083 | f('sys/kernel/slab/dentry/objs_per_slab', 0o664, b'12\n') |
| 2084 | f('sys/kernel/slab/dentry/shrink', 0o664, b'') |
| 2085 | f('sys/kernel/slab/dentry/trace', 0o664, b'0\n') |
| 2086 | f('sys/kernel/slab/dentry/object_size', 0o664, b'256\n') |
| 2087 | f('sys/kernel/slab/dentry/cpu_slabs', 0o664, b'0\n') |
| 2088 | f('sys/kernel/slab/dentry/cache_dma', 0o664, b'0\n') |
| 2089 | f('sys/kernel/slab/dentry/destroy_by_rcu', 0o664, b'0\n') |
| 2090 | f('sys/kernel/slab/dentry/objects_partial', 0o664, b'0\n') |
| 2091 | f('sys/kernel/slab/dentry/objects', 0o664, b'49656\n') |
| 2092 | f('sys/kernel/slab/dentry/order', 0o664, b'0\n') |
| 2093 | f('sys/kernel/slab/dentry/sanity_checks', 0o664, b'1\n') |
| 2094 | f('sys/kernel/slab/dentry/store_user', 0o664, b'1\n') |
| 2095 | f('sys/kernel/slab/dentry/align', 0o664, b'8\n') |
| 2096 | f('sys/kernel/slab/dentry/partial', 0o664, b'0\n') |
| 2097 | f('sys/kernel/slab/dentry/validate', 0o664, b'') |
| 2098 | f('sys/kernel/slab/dentry/red_zone', 0o664, b'1\n') |
| 2099 | f('sys/kernel/slab/dentry/free_calls', 0o664, b''' 30093 <not-available> age=4303047137 pid=0 cpus=0 |
| 2100 | 2265 d_free+0x6c/0x80 age=519/5532797/8376904 pid=1-32728 cpus=0-1 |
| 2101 | 17299 d_callback+0x31/0x40 age=1040/2433896/8379551 pid=0-30210 cpus=0-1 |
| 2102 | ''') |
| 2103 | f('sys/kernel/slab/dentry/aliases', 0o664, b'0\n') |
| 2104 | d('sys/kernel/slab/UDPv6', 0o775) |
| 2105 | f('sys/kernel/slab/UDPv6/reclaim_account', 0o664, b'0\n') |
| 2106 | f('sys/kernel/slab/UDPv6/ctor', 0o664, b'') |
| 2107 | f('sys/kernel/slab/UDPv6/hwcache_align', 0o664, b'1\n') |
| 2108 | f('sys/kernel/slab/UDPv6/slab_size', 0o664, b'1472\n') |
| 2109 | f('sys/kernel/slab/UDPv6/total_objects', 0o664, b'22\n') |
| 2110 | f('sys/kernel/slab/UDPv6/slabs', 0o664, b'1\n') |
| 2111 | f('sys/kernel/slab/UDPv6/poison', 0o664, b'1\n') |
| 2112 | f('sys/kernel/slab/UDPv6/alloc_calls', 0o664, b'No data\n') |
| 2113 | f('sys/kernel/slab/UDPv6/objs_per_slab', 0o664, b'22\n') |
| 2114 | f('sys/kernel/slab/UDPv6/shrink', 0o664, b'') |
| 2115 | f('sys/kernel/slab/UDPv6/trace', 0o664, b'0\n') |
| 2116 | f('sys/kernel/slab/UDPv6/object_size', 0o664, b'1368\n') |
| 2117 | f('sys/kernel/slab/UDPv6/cpu_slabs', 0o664, b'0\n') |
| 2118 | f('sys/kernel/slab/UDPv6/cache_dma', 0o664, b'0\n') |
| 2119 | f('sys/kernel/slab/UDPv6/destroy_by_rcu', 0o664, b'0\n') |
| 2120 | f('sys/kernel/slab/UDPv6/objects_partial', 0o664, b'0\n') |
| 2121 | f('sys/kernel/slab/UDPv6/objects', 0o664, b'22\n') |
| 2122 | f('sys/kernel/slab/UDPv6/order', 0o664, b'3\n') |
| 2123 | f('sys/kernel/slab/UDPv6/sanity_checks', 0o664, b'1\n') |
| 2124 | f('sys/kernel/slab/UDPv6/store_user', 0o664, b'1\n') |
| 2125 | f('sys/kernel/slab/UDPv6/align', 0o664, b'0\n') |
| 2126 | f('sys/kernel/slab/UDPv6/partial', 0o664, b'0\n') |
| 2127 | f('sys/kernel/slab/UDPv6/validate', 0o664, b'') |
| 2128 | f('sys/kernel/slab/UDPv6/red_zone', 0o664, b'1\n') |
| 2129 | f('sys/kernel/slab/UDPv6/free_calls', 0o664, b'No data\n') |
| 2130 | f('sys/kernel/slab/UDPv6/aliases', 0o664, b'0\n') |
| 2131 | d('sys/kernel/slab/mqueue_inode_cache', 0o775) |
| 2132 | f('sys/kernel/slab/mqueue_inode_cache/reclaim_account', 0o664, b'0\n') |
| 2133 | f('sys/kernel/slab/mqueue_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 2134 | f('sys/kernel/slab/mqueue_inode_cache/hwcache_align', 0o664, b'1\n') |
| 2135 | f('sys/kernel/slab/mqueue_inode_cache/slab_size', 0o664, b'1536\n') |
| 2136 | f('sys/kernel/slab/mqueue_inode_cache/total_objects', 0o664, b'21\n') |
| 2137 | f('sys/kernel/slab/mqueue_inode_cache/slabs', 0o664, b'1\n') |
| 2138 | f('sys/kernel/slab/mqueue_inode_cache/poison', 0o664, b'1\n') |
| 2139 | f('sys/kernel/slab/mqueue_inode_cache/alloc_calls', 0o664, b' 1 mqueue_alloc_inode+0x15/0x30 age=8380010 pid=1 cpus=1\n') |
| 2140 | f('sys/kernel/slab/mqueue_inode_cache/objs_per_slab', 0o664, b'21\n') |
| 2141 | f('sys/kernel/slab/mqueue_inode_cache/shrink', 0o664, b'') |
| 2142 | f('sys/kernel/slab/mqueue_inode_cache/trace', 0o664, b'0\n') |
| 2143 | f('sys/kernel/slab/mqueue_inode_cache/object_size', 0o664, b'1456\n') |
| 2144 | f('sys/kernel/slab/mqueue_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 2145 | f('sys/kernel/slab/mqueue_inode_cache/cache_dma', 0o664, b'0\n') |
| 2146 | f('sys/kernel/slab/mqueue_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2147 | f('sys/kernel/slab/mqueue_inode_cache/objects_partial', 0o664, b'1\n') |
| 2148 | f('sys/kernel/slab/mqueue_inode_cache/objects', 0o664, b'1\n') |
| 2149 | f('sys/kernel/slab/mqueue_inode_cache/order', 0o664, b'3\n') |
| 2150 | f('sys/kernel/slab/mqueue_inode_cache/sanity_checks', 0o664, b'1\n') |
| 2151 | f('sys/kernel/slab/mqueue_inode_cache/store_user', 0o664, b'1\n') |
| 2152 | f('sys/kernel/slab/mqueue_inode_cache/align', 0o664, b'0\n') |
| 2153 | f('sys/kernel/slab/mqueue_inode_cache/partial', 0o664, b'1\n') |
| 2154 | f('sys/kernel/slab/mqueue_inode_cache/validate', 0o664, b'') |
| 2155 | f('sys/kernel/slab/mqueue_inode_cache/red_zone', 0o664, b'1\n') |
| 2156 | f('sys/kernel/slab/mqueue_inode_cache/free_calls', 0o664, b' 1 <not-available> age=4303047603 pid=0 cpus=0\n') |
| 2157 | f('sys/kernel/slab/mqueue_inode_cache/aliases', 0o664, b'0\n') |
| 2158 | d('sys/kernel/slab/biovec-128', 0o775) |
| 2159 | f('sys/kernel/slab/biovec-128/reclaim_account', 0o664, b'0\n') |
| 2160 | f('sys/kernel/slab/biovec-128/ctor', 0o664, b'') |
| 2161 | f('sys/kernel/slab/biovec-128/hwcache_align', 0o664, b'1\n') |
| 2162 | f('sys/kernel/slab/biovec-128/slab_size', 0o664, b'2176\n') |
| 2163 | f('sys/kernel/slab/biovec-128/total_objects', 0o664, b'15\n') |
| 2164 | f('sys/kernel/slab/biovec-128/slabs', 0o664, b'1\n') |
| 2165 | f('sys/kernel/slab/biovec-128/poison', 0o664, b'1\n') |
| 2166 | f('sys/kernel/slab/biovec-128/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379474/8379474/8379474 pid=1 cpus=0\n') |
| 2167 | f('sys/kernel/slab/biovec-128/objs_per_slab', 0o664, b'15\n') |
| 2168 | f('sys/kernel/slab/biovec-128/shrink', 0o664, b'') |
| 2169 | f('sys/kernel/slab/biovec-128/trace', 0o664, b'0\n') |
| 2170 | f('sys/kernel/slab/biovec-128/object_size', 0o664, b'2048\n') |
| 2171 | f('sys/kernel/slab/biovec-128/cpu_slabs', 0o664, b'0\n') |
| 2172 | f('sys/kernel/slab/biovec-128/cache_dma', 0o664, b'0\n') |
| 2173 | f('sys/kernel/slab/biovec-128/destroy_by_rcu', 0o664, b'0\n') |
| 2174 | f('sys/kernel/slab/biovec-128/objects_partial', 0o664, b'0\n') |
| 2175 | f('sys/kernel/slab/biovec-128/objects', 0o664, b'15\n') |
| 2176 | f('sys/kernel/slab/biovec-128/order', 0o664, b'3\n') |
| 2177 | f('sys/kernel/slab/biovec-128/sanity_checks', 0o664, b'1\n') |
| 2178 | f('sys/kernel/slab/biovec-128/store_user', 0o664, b'1\n') |
| 2179 | f('sys/kernel/slab/biovec-128/align', 0o664, b'0\n') |
| 2180 | f('sys/kernel/slab/biovec-128/partial', 0o664, b'0\n') |
| 2181 | f('sys/kernel/slab/biovec-128/validate', 0o664, b'') |
| 2182 | f('sys/kernel/slab/biovec-128/red_zone', 0o664, b'1\n') |
| 2183 | f('sys/kernel/slab/biovec-128/free_calls', 0o664, b' 2 <not-available> age=4303046908 pid=0 cpus=0\n') |
| 2184 | f('sys/kernel/slab/biovec-128/aliases', 0o664, b'0\n') |
| 2185 | d('sys/kernel/slab/kmalloc-192', 0o775) |
| 2186 | f('sys/kernel/slab/kmalloc-192/reclaim_account', 0o664, b'0\n') |
| 2187 | f('sys/kernel/slab/kmalloc-192/ctor', 0o664, b'') |
| 2188 | f('sys/kernel/slab/kmalloc-192/hwcache_align', 0o664, b'0\n') |
| 2189 | f('sys/kernel/slab/kmalloc-192/slab_size', 0o664, b'264\n') |
| 2190 | f('sys/kernel/slab/kmalloc-192/total_objects', 0o664, b'255\n') |
| 2191 | f('sys/kernel/slab/kmalloc-192/slabs', 0o664, b'17\n') |
| 2192 | f('sys/kernel/slab/kmalloc-192/poison', 0o664, b'1\n') |
| 2193 | f('sys/kernel/slab/kmalloc-192/alloc_calls', 0o664, b''' 10 sched_create_group+0x91/0x220 age=8351861/8359345/8366872 pid=1333-2177 cpus=0-1 |
| 2194 | 10 sched_create_group+0xae/0x220 age=8351861/8359345/8366872 pid=1333-2177 cpus=0-1 |
| 2195 | 10 groups_alloc+0x41/0xe0 age=17070/6159814/8366872 pid=1333-20296 cpus=0-1 |
| 2196 | 9 param_sysfs_setup+0x87/0x140 age=8303102/8368759/8379996 pid=1-2754 cpus=0-1 |
| 2197 | 2 futex_lock_pi+0x776/0xb00 age=125614/1986240/3846867 pid=2411-13213 cpus=0-1 |
| 2198 | 18 mempool_create_node+0x2e/0xf0 age=62077/7917175/8379995 pid=1-13295 cpus=0-1 |
| 2199 | 4 __vmalloc_area_node+0xfb/0x140 age=8370390/8373664/8374956 pid=107-901 cpus=0 |
| 2200 | 30 __percpu_alloc_mask+0xbc/0x140 age=8370400/8377809/8380000 pid=1-900 cpus=0-1 |
| 2201 | 4 d_alloc+0x19d/0x1f0 age=61160/6282991/8356935 pid=1706-13349 cpus=0-1 |
| 2202 | 1 bm_register_write+0x63/0x630 age=8354110 pid=2054 cpus=1 |
| 2203 | 1 sysfs_open_file+0xd6/0x230 age=0 pid=13466 cpus=0 |
| 2204 | 15 ipc_rcu_alloc+0x4a/0x70 age=8274192/8330064/8348647 pid=2177-2621 cpus=0-1 |
| 2205 | 28 kset_create_and_add+0x35/0xa0 age=8355999/8378311/8380000 pid=1-1766 cpus=0-1 |
| 2206 | 1 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379979 pid=1 cpus=0 |
| 2207 | 3 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379976/8379976/8379977 pid=1 cpus=0 |
| 2208 | 1 acpi_power_add+0x4a/0x1d6 age=8379890 pid=1 cpus=0 |
| 2209 | 2 ata_host_alloc+0x4f/0xf0 age=8379280/8379538/8379796 pid=1 cpus=0-1 |
| 2210 | 8 cpuidle_add_state_sysfs+0xc3/0x140 age=125753/125759/125766 pid=13 cpus=0-1 |
| 2211 | 1 hid_parse_report+0x43/0x2c0 age=53560 pid=419 cpus=0 |
| 2212 | 2 hid_add_field+0x18a/0x3a0 age=53560/53560/53560 pid=419 cpus=0 |
| 2213 | 6 fib_create_info+0x61/0x970 age=8324536/8346547/8367903 pid=1197-1541 cpus=0-1 |
| 2214 | 1 unix_sysctl_register+0x2a/0x80 age=8379847 pid=1 cpus=0 |
| 2215 | 1 rtnetlink_init+0x38/0x113 age=8379999 pid=1 cpus=0 |
| 2216 | 1 inet_diag_init+0x15/0x6b age=8378998 pid=1 cpus=0 |
| 2217 | 41 usb_alloc_urb+0x19/0x50 [usbcore] age=22746/1043846/8374920 pid=143-419 cpus=0-1 |
| 2218 | 1 usb_get_configuration+0x5f2/0x1480 [usbcore] age=22753 pid=419 cpus=0 |
| 2219 | 2 usb_get_configuration+0x1388/0x1480 [usbcore] age=8372394/8372581/8372769 pid=419 cpus=0 |
| 2220 | 1 sr_probe+0x76/0x540 [sr_mod] age=8375854 pid=163 cpus=0 |
| 2221 | 18 snd_ctl_new+0x28/0x90 [snd] age=8374174/8374174/8374174 pid=107 cpus=1 |
| 2222 | 1 iwl3945_pci_probe+0xd3f/0x1020 [iwl3945] age=8373796 pid=126 cpus=1 |
| 2223 | 1 blkcipher_walk_next+0x29c/0x390 [crypto_blkcipher] age=8374562 pid=215 cpus=1 |
| 2224 | 3 dm_register_target+0x1f/0xf0 [dm_mod] age=8370400/8370400/8370401 pid=900 cpus=0 |
| 2225 | 1 ipv6_icmp_sysctl_init+0x22/0x40 [ipv6] age=8360202 pid=1549 cpus=0 |
| 2226 | 1 snd_seq_pool_new+0x1b/0x80 [snd_seq] age=8355636 pid=1805 cpus=0 |
| 2227 | ''') |
| 2228 | f('sys/kernel/slab/kmalloc-192/objs_per_slab', 0o664, b'15\n') |
| 2229 | f('sys/kernel/slab/kmalloc-192/shrink', 0o664, b'') |
| 2230 | f('sys/kernel/slab/kmalloc-192/trace', 0o664, b'0\n') |
| 2231 | f('sys/kernel/slab/kmalloc-192/object_size', 0o664, b'192\n') |
| 2232 | f('sys/kernel/slab/kmalloc-192/cpu_slabs', 0o664, b'0\n') |
| 2233 | f('sys/kernel/slab/kmalloc-192/cache_dma', 0o664, b'0\n') |
| 2234 | f('sys/kernel/slab/kmalloc-192/destroy_by_rcu', 0o664, b'0\n') |
| 2235 | f('sys/kernel/slab/kmalloc-192/objects_partial', 0o664, b'14\n') |
| 2236 | f('sys/kernel/slab/kmalloc-192/objects', 0o664, b'254\n') |
| 2237 | f('sys/kernel/slab/kmalloc-192/order', 0o664, b'0\n') |
| 2238 | f('sys/kernel/slab/kmalloc-192/sanity_checks', 0o664, b'1\n') |
| 2239 | f('sys/kernel/slab/kmalloc-192/store_user', 0o664, b'1\n') |
| 2240 | f('sys/kernel/slab/kmalloc-192/align', 0o664, b'8\n') |
| 2241 | f('sys/kernel/slab/kmalloc-192/partial', 0o664, b'1\n') |
| 2242 | f('sys/kernel/slab/kmalloc-192/validate', 0o664, b'') |
| 2243 | f('sys/kernel/slab/kmalloc-192/red_zone', 0o664, b'1\n') |
| 2244 | f('sys/kernel/slab/kmalloc-192/free_calls', 0o664, b''' 149 <not-available> age=4303047430 pid=0 cpus=0 |
| 2245 | 5 free_sched_group+0x3b/0x80 age=363179/6767246/8375130 pid=0-1614 cpus=0-1 |
| 2246 | 1 free_sched_group+0x50/0x80 age=8369988 pid=0 cpus=0 |
| 2247 | 1 do_exit+0x713/0x960 age=8333169 pid=2558 cpus=1 |
| 2248 | 7 groups_free+0x56/0x60 age=17071/4081875/8369994 pid=0-1690 cpus=0-1 |
| 2249 | 1 __vunmap+0xe9/0x120 age=8356237 pid=1748 cpus=1 |
| 2250 | 1 do_readv_writev+0xe4/0x1e0 age=8331191 pid=2262 cpus=0 |
| 2251 | 4 getxattr+0x8c/0x140 age=0/6266155/8357946 pid=1610-13466 cpus=0-1 |
| 2252 | 20 sysfs_release+0x7c/0xa0 age=53608/7118781/8376453 pid=226-2519 cpus=0-1 |
| 2253 | 1 ipc_immediate_free+0x9/0x10 age=8330259 pid=2568 cpus=0 |
| 2254 | 1 acpi_pci_irq_add_prt+0x30b/0x324 age=8379911 pid=1 cpus=0 |
| 2255 | 6 cpuidle_remove_state_sysfs+0x4f/0x70 age=125768/1366349/3847513 pid=13 cpus=0 |
| 2256 | 4 free_fib_info+0x34/0x60 age=8367904/8367909/8367920 pid=1185-1197 cpus=0-1 |
| 2257 | 36 urb_destroy+0x23/0x30 [usbcore] age=22749/2596918/8374921 pid=143-13294 cpus=0-1 |
| 2258 | 1 sg_clean+0x3e/0x80 [usbcore] age=61399 pid=13294 cpus=0 |
| 2259 | 1 0xffffffffa006521f age=8355637 pid=1805 cpus=0 |
| 2260 | ''') |
| 2261 | f('sys/kernel/slab/kmalloc-192/aliases', 0o664, b'0\n') |
| 2262 | d('sys/kernel/slab/task_struct', 0o775) |
| 2263 | f('sys/kernel/slab/task_struct/reclaim_account', 0o664, b'0\n') |
| 2264 | f('sys/kernel/slab/task_struct/ctor', 0o664, b'') |
| 2265 | f('sys/kernel/slab/task_struct/hwcache_align', 0o664, b'0\n') |
| 2266 | f('sys/kernel/slab/task_struct/slab_size', 0o664, b'4400\n') |
| 2267 | f('sys/kernel/slab/task_struct/total_objects', 0o664, b'224\n') |
| 2268 | f('sys/kernel/slab/task_struct/slabs', 0o664, b'32\n') |
| 2269 | f('sys/kernel/slab/task_struct/poison', 0o664, b'1\n') |
| 2270 | f('sys/kernel/slab/task_struct/alloc_calls', 0o664, b' 203 copy_process+0xa4/0x1220 age=4172/8008848/8379941 pid=0-13212 cpus=0-1\n') |
| 2271 | f('sys/kernel/slab/task_struct/objs_per_slab', 0o664, b'7\n') |
| 2272 | f('sys/kernel/slab/task_struct/shrink', 0o664, b'') |
| 2273 | f('sys/kernel/slab/task_struct/trace', 0o664, b'0\n') |
| 2274 | f('sys/kernel/slab/task_struct/object_size', 0o664, b'4320\n') |
| 2275 | f('sys/kernel/slab/task_struct/cpu_slabs', 0o664, b'0\n') |
| 2276 | f('sys/kernel/slab/task_struct/cache_dma', 0o664, b'0\n') |
| 2277 | f('sys/kernel/slab/task_struct/destroy_by_rcu', 0o664, b'0\n') |
| 2278 | f('sys/kernel/slab/task_struct/objects_partial', 0o664, b'57\n') |
| 2279 | f('sys/kernel/slab/task_struct/objects', 0o664, b'211\n') |
| 2280 | f('sys/kernel/slab/task_struct/order', 0o664, b'3\n') |
| 2281 | f('sys/kernel/slab/task_struct/sanity_checks', 0o664, b'1\n') |
| 2282 | f('sys/kernel/slab/task_struct/store_user', 0o664, b'1\n') |
| 2283 | f('sys/kernel/slab/task_struct/align', 0o664, b'16\n') |
| 2284 | f('sys/kernel/slab/task_struct/partial', 0o664, b'10\n') |
| 2285 | f('sys/kernel/slab/task_struct/validate', 0o664, b'') |
| 2286 | f('sys/kernel/slab/task_struct/red_zone', 0o664, b'1\n') |
| 2287 | f('sys/kernel/slab/task_struct/free_calls', 0o664, b''' 93 <not-available> age=4303047286 pid=0 cpus=0 |
| 2288 | 110 free_task+0x30/0x40 age=7208/7706854/8377050 pid=0-13258 cpus=0-1 |
| 2289 | ''') |
| 2290 | f('sys/kernel/slab/task_struct/aliases', 0o664, b'0\n') |
| 2291 | d('sys/kernel/slab/sgpool-16', 0o775) |
| 2292 | f('sys/kernel/slab/sgpool-16/reclaim_account', 0o664, b'0\n') |
| 2293 | f('sys/kernel/slab/sgpool-16/ctor', 0o664, b'') |
| 2294 | f('sys/kernel/slab/sgpool-16/hwcache_align', 0o664, b'1\n') |
| 2295 | f('sys/kernel/slab/sgpool-16/slab_size', 0o664, b'640\n') |
| 2296 | f('sys/kernel/slab/sgpool-16/total_objects', 0o664, b'24\n') |
| 2297 | f('sys/kernel/slab/sgpool-16/slabs', 0o664, b'2\n') |
| 2298 | f('sys/kernel/slab/sgpool-16/poison', 0o664, b'1\n') |
| 2299 | f('sys/kernel/slab/sgpool-16/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379289/8379289/8379289 pid=1 cpus=0\n') |
| 2300 | f('sys/kernel/slab/sgpool-16/objs_per_slab', 0o664, b'12\n') |
| 2301 | f('sys/kernel/slab/sgpool-16/shrink', 0o664, b'') |
| 2302 | f('sys/kernel/slab/sgpool-16/trace', 0o664, b'0\n') |
| 2303 | f('sys/kernel/slab/sgpool-16/object_size', 0o664, b'512\n') |
| 2304 | f('sys/kernel/slab/sgpool-16/cpu_slabs', 0o664, b'0\n') |
| 2305 | f('sys/kernel/slab/sgpool-16/cache_dma', 0o664, b'0\n') |
| 2306 | f('sys/kernel/slab/sgpool-16/destroy_by_rcu', 0o664, b'0\n') |
| 2307 | f('sys/kernel/slab/sgpool-16/objects_partial', 0o664, b'0\n') |
| 2308 | f('sys/kernel/slab/sgpool-16/objects', 0o664, b'24\n') |
| 2309 | f('sys/kernel/slab/sgpool-16/order', 0o664, b'1\n') |
| 2310 | f('sys/kernel/slab/sgpool-16/sanity_checks', 0o664, b'1\n') |
| 2311 | f('sys/kernel/slab/sgpool-16/store_user', 0o664, b'1\n') |
| 2312 | f('sys/kernel/slab/sgpool-16/align', 0o664, b'0\n') |
| 2313 | f('sys/kernel/slab/sgpool-16/partial', 0o664, b'0\n') |
| 2314 | f('sys/kernel/slab/sgpool-16/validate', 0o664, b'') |
| 2315 | f('sys/kernel/slab/sgpool-16/red_zone', 0o664, b'1\n') |
| 2316 | f('sys/kernel/slab/sgpool-16/free_calls', 0o664, b' 2 <not-available> age=4303046838 pid=0 cpus=0\n') |
| 2317 | f('sys/kernel/slab/sgpool-16/aliases', 0o664, b'0\n') |
| 2318 | d('sys/kernel/slab/request_sock_TCPv6', 0o775) |
| 2319 | f('sys/kernel/slab/request_sock_TCPv6/reclaim_account', 0o664, b'0\n') |
| 2320 | f('sys/kernel/slab/request_sock_TCPv6/ctor', 0o664, b'') |
| 2321 | f('sys/kernel/slab/request_sock_TCPv6/hwcache_align', 0o664, b'1\n') |
| 2322 | f('sys/kernel/slab/request_sock_TCPv6/slab_size', 0o664, b'256\n') |
| 2323 | f('sys/kernel/slab/request_sock_TCPv6/total_objects', 0o664, b'0\n') |
| 2324 | f('sys/kernel/slab/request_sock_TCPv6/slabs', 0o664, b'0\n') |
| 2325 | f('sys/kernel/slab/request_sock_TCPv6/poison', 0o664, b'1\n') |
| 2326 | f('sys/kernel/slab/request_sock_TCPv6/alloc_calls', 0o664, b'No data\n') |
| 2327 | f('sys/kernel/slab/request_sock_TCPv6/objs_per_slab', 0o664, b'16\n') |
| 2328 | f('sys/kernel/slab/request_sock_TCPv6/shrink', 0o664, b'') |
| 2329 | f('sys/kernel/slab/request_sock_TCPv6/trace', 0o664, b'0\n') |
| 2330 | f('sys/kernel/slab/request_sock_TCPv6/object_size', 0o664, b'136\n') |
| 2331 | f('sys/kernel/slab/request_sock_TCPv6/cpu_slabs', 0o664, b'0\n') |
| 2332 | f('sys/kernel/slab/request_sock_TCPv6/cache_dma', 0o664, b'0\n') |
| 2333 | f('sys/kernel/slab/request_sock_TCPv6/destroy_by_rcu', 0o664, b'0\n') |
| 2334 | f('sys/kernel/slab/request_sock_TCPv6/objects_partial', 0o664, b'0\n') |
| 2335 | f('sys/kernel/slab/request_sock_TCPv6/objects', 0o664, b'0\n') |
| 2336 | f('sys/kernel/slab/request_sock_TCPv6/order', 0o664, b'0\n') |
| 2337 | f('sys/kernel/slab/request_sock_TCPv6/sanity_checks', 0o664, b'1\n') |
| 2338 | f('sys/kernel/slab/request_sock_TCPv6/store_user', 0o664, b'1\n') |
| 2339 | f('sys/kernel/slab/request_sock_TCPv6/align', 0o664, b'0\n') |
| 2340 | f('sys/kernel/slab/request_sock_TCPv6/partial', 0o664, b'0\n') |
| 2341 | f('sys/kernel/slab/request_sock_TCPv6/validate', 0o664, b'') |
| 2342 | f('sys/kernel/slab/request_sock_TCPv6/red_zone', 0o664, b'1\n') |
| 2343 | f('sys/kernel/slab/request_sock_TCPv6/free_calls', 0o664, b'No data\n') |
| 2344 | f('sys/kernel/slab/request_sock_TCPv6/aliases', 0o664, b'0\n') |
| 2345 | d('sys/kernel/slab/Acpi-Namespace', 0o775) |
| 2346 | f('sys/kernel/slab/Acpi-Namespace/reclaim_account', 0o664, b'0\n') |
| 2347 | f('sys/kernel/slab/Acpi-Namespace/ctor', 0o664, b'') |
| 2348 | f('sys/kernel/slab/Acpi-Namespace/hwcache_align', 0o664, b'0\n') |
| 2349 | f('sys/kernel/slab/Acpi-Namespace/slab_size', 0o664, b'104\n') |
| 2350 | f('sys/kernel/slab/Acpi-Namespace/total_objects', 0o664, b'1755\n') |
| 2351 | f('sys/kernel/slab/Acpi-Namespace/slabs', 0o664, b'45\n') |
| 2352 | f('sys/kernel/slab/Acpi-Namespace/poison', 0o664, b'1\n') |
| 2353 | f('sys/kernel/slab/Acpi-Namespace/alloc_calls', 0o664, b' 1709 acpi_ns_create_node+0x34/0x45 age=8375345/8379655/8379737 pid=0-330 cpus=0\n') |
| 2354 | f('sys/kernel/slab/Acpi-Namespace/objs_per_slab', 0o664, b'39\n') |
| 2355 | f('sys/kernel/slab/Acpi-Namespace/shrink', 0o664, b'') |
| 2356 | f('sys/kernel/slab/Acpi-Namespace/trace', 0o664, b'0\n') |
| 2357 | f('sys/kernel/slab/Acpi-Namespace/object_size', 0o664, b'32\n') |
| 2358 | f('sys/kernel/slab/Acpi-Namespace/cpu_slabs', 0o664, b'0\n') |
| 2359 | f('sys/kernel/slab/Acpi-Namespace/cache_dma', 0o664, b'0\n') |
| 2360 | f('sys/kernel/slab/Acpi-Namespace/destroy_by_rcu', 0o664, b'0\n') |
| 2361 | f('sys/kernel/slab/Acpi-Namespace/objects_partial', 0o664, b'32\n') |
| 2362 | f('sys/kernel/slab/Acpi-Namespace/objects', 0o664, b'1709\n') |
| 2363 | f('sys/kernel/slab/Acpi-Namespace/order', 0o664, b'0\n') |
| 2364 | f('sys/kernel/slab/Acpi-Namespace/sanity_checks', 0o664, b'1\n') |
| 2365 | f('sys/kernel/slab/Acpi-Namespace/store_user', 0o664, b'1\n') |
| 2366 | f('sys/kernel/slab/Acpi-Namespace/align', 0o664, b'0\n') |
| 2367 | f('sys/kernel/slab/Acpi-Namespace/partial', 0o664, b'2\n') |
| 2368 | f('sys/kernel/slab/Acpi-Namespace/validate', 0o664, b'') |
| 2369 | f('sys/kernel/slab/Acpi-Namespace/red_zone', 0o664, b'1\n') |
| 2370 | f('sys/kernel/slab/Acpi-Namespace/free_calls', 0o664, b' 1709 <not-available> age=4303047034 pid=0 cpus=0\n') |
| 2371 | f('sys/kernel/slab/Acpi-Namespace/aliases', 0o664, b'0\n') |
| 2372 | d('sys/kernel/slab/posix_timers_cache', 0o775) |
| 2373 | f('sys/kernel/slab/posix_timers_cache/reclaim_account', 0o664, b'0\n') |
| 2374 | f('sys/kernel/slab/posix_timers_cache/ctor', 0o664, b'') |
| 2375 | f('sys/kernel/slab/posix_timers_cache/hwcache_align', 0o664, b'0\n') |
| 2376 | f('sys/kernel/slab/posix_timers_cache/slab_size', 0o664, b'320\n') |
| 2377 | f('sys/kernel/slab/posix_timers_cache/total_objects', 0o664, b'0\n') |
| 2378 | f('sys/kernel/slab/posix_timers_cache/slabs', 0o664, b'0\n') |
| 2379 | f('sys/kernel/slab/posix_timers_cache/poison', 0o664, b'1\n') |
| 2380 | f('sys/kernel/slab/posix_timers_cache/alloc_calls', 0o664, b'No data\n') |
| 2381 | f('sys/kernel/slab/posix_timers_cache/objs_per_slab', 0o664, b'12\n') |
| 2382 | f('sys/kernel/slab/posix_timers_cache/shrink', 0o664, b'') |
| 2383 | f('sys/kernel/slab/posix_timers_cache/trace', 0o664, b'0\n') |
| 2384 | f('sys/kernel/slab/posix_timers_cache/object_size', 0o664, b'248\n') |
| 2385 | f('sys/kernel/slab/posix_timers_cache/cpu_slabs', 0o664, b'0\n') |
| 2386 | f('sys/kernel/slab/posix_timers_cache/cache_dma', 0o664, b'0\n') |
| 2387 | f('sys/kernel/slab/posix_timers_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2388 | f('sys/kernel/slab/posix_timers_cache/objects_partial', 0o664, b'0\n') |
| 2389 | f('sys/kernel/slab/posix_timers_cache/objects', 0o664, b'0\n') |
| 2390 | f('sys/kernel/slab/posix_timers_cache/order', 0o664, b'0\n') |
| 2391 | f('sys/kernel/slab/posix_timers_cache/sanity_checks', 0o664, b'1\n') |
| 2392 | f('sys/kernel/slab/posix_timers_cache/store_user', 0o664, b'1\n') |
| 2393 | f('sys/kernel/slab/posix_timers_cache/align', 0o664, b'0\n') |
| 2394 | f('sys/kernel/slab/posix_timers_cache/partial', 0o664, b'0\n') |
| 2395 | f('sys/kernel/slab/posix_timers_cache/validate', 0o664, b'') |
| 2396 | f('sys/kernel/slab/posix_timers_cache/red_zone', 0o664, b'1\n') |
| 2397 | f('sys/kernel/slab/posix_timers_cache/free_calls', 0o664, b'No data\n') |
| 2398 | f('sys/kernel/slab/posix_timers_cache/aliases', 0o664, b'0\n') |
| 2399 | d('sys/kernel/slab/scsi_cmd_cache', 0o775) |
| 2400 | f('sys/kernel/slab/scsi_cmd_cache/reclaim_account', 0o664, b'0\n') |
| 2401 | f('sys/kernel/slab/scsi_cmd_cache/ctor', 0o664, b'') |
| 2402 | f('sys/kernel/slab/scsi_cmd_cache/hwcache_align', 0o664, b'1\n') |
| 2403 | f('sys/kernel/slab/scsi_cmd_cache/slab_size', 0o664, b'448\n') |
| 2404 | f('sys/kernel/slab/scsi_cmd_cache/total_objects', 0o664, b'36\n') |
| 2405 | f('sys/kernel/slab/scsi_cmd_cache/slabs', 0o664, b'2\n') |
| 2406 | f('sys/kernel/slab/scsi_cmd_cache/poison', 0o664, b'1\n') |
| 2407 | f('sys/kernel/slab/scsi_cmd_cache/alloc_calls', 0o664, b' 7 scsi_pool_alloc_command+0x25/0x80 age=67290/7192324/8380005 pid=1-419 cpus=0-1\n') |
| 2408 | f('sys/kernel/slab/scsi_cmd_cache/objs_per_slab', 0o664, b'18\n') |
| 2409 | f('sys/kernel/slab/scsi_cmd_cache/shrink', 0o664, b'') |
| 2410 | f('sys/kernel/slab/scsi_cmd_cache/trace', 0o664, b'0\n') |
| 2411 | f('sys/kernel/slab/scsi_cmd_cache/object_size', 0o664, b'320\n') |
| 2412 | f('sys/kernel/slab/scsi_cmd_cache/cpu_slabs', 0o664, b'0\n') |
| 2413 | f('sys/kernel/slab/scsi_cmd_cache/cache_dma', 0o664, b'0\n') |
| 2414 | f('sys/kernel/slab/scsi_cmd_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2415 | f('sys/kernel/slab/scsi_cmd_cache/objects_partial', 0o664, b'0\n') |
| 2416 | f('sys/kernel/slab/scsi_cmd_cache/objects', 0o664, b'36\n') |
| 2417 | f('sys/kernel/slab/scsi_cmd_cache/order', 0o664, b'1\n') |
| 2418 | f('sys/kernel/slab/scsi_cmd_cache/sanity_checks', 0o664, b'1\n') |
| 2419 | f('sys/kernel/slab/scsi_cmd_cache/store_user', 0o664, b'1\n') |
| 2420 | f('sys/kernel/slab/scsi_cmd_cache/align', 0o664, b'0\n') |
| 2421 | f('sys/kernel/slab/scsi_cmd_cache/partial', 0o664, b'0\n') |
| 2422 | f('sys/kernel/slab/scsi_cmd_cache/validate', 0o664, b'') |
| 2423 | f('sys/kernel/slab/scsi_cmd_cache/red_zone', 0o664, b'1\n') |
| 2424 | f('sys/kernel/slab/scsi_cmd_cache/free_calls', 0o664, b''' 5 <not-available> age=4303047639 pid=0 cpus=0 |
| 2425 | 2 scsi_pool_free_command+0x4c/0x60 age=67789/4223648/8379508 pid=0 cpus=0 |
| 2426 | ''') |
| 2427 | f('sys/kernel/slab/scsi_cmd_cache/aliases', 0o664, b'0\n') |
| 2428 | d('sys/kernel/slab/eventpoll_pwq', 0o775) |
| 2429 | f('sys/kernel/slab/eventpoll_pwq/reclaim_account', 0o664, b'0\n') |
| 2430 | f('sys/kernel/slab/eventpoll_pwq/ctor', 0o664, b'') |
| 2431 | f('sys/kernel/slab/eventpoll_pwq/hwcache_align', 0o664, b'0\n') |
| 2432 | f('sys/kernel/slab/eventpoll_pwq/slab_size', 0o664, b'144\n') |
| 2433 | f('sys/kernel/slab/eventpoll_pwq/total_objects', 0o664, b'112\n') |
| 2434 | f('sys/kernel/slab/eventpoll_pwq/slabs', 0o664, b'4\n') |
| 2435 | f('sys/kernel/slab/eventpoll_pwq/poison', 0o664, b'1\n') |
| 2436 | f('sys/kernel/slab/eventpoll_pwq/alloc_calls', 0o664, b' 65 ep_ptable_queue_proc+0x35/0xa0 age=2416434/8173328/8356246 pid=1690-20296 cpus=0-1\n') |
| 2437 | f('sys/kernel/slab/eventpoll_pwq/objs_per_slab', 0o664, b'28\n') |
| 2438 | f('sys/kernel/slab/eventpoll_pwq/shrink', 0o664, b'') |
| 2439 | f('sys/kernel/slab/eventpoll_pwq/trace', 0o664, b'0\n') |
| 2440 | f('sys/kernel/slab/eventpoll_pwq/object_size', 0o664, b'72\n') |
| 2441 | f('sys/kernel/slab/eventpoll_pwq/cpu_slabs', 0o664, b'0\n') |
| 2442 | f('sys/kernel/slab/eventpoll_pwq/cache_dma', 0o664, b'0\n') |
| 2443 | f('sys/kernel/slab/eventpoll_pwq/destroy_by_rcu', 0o664, b'0\n') |
| 2444 | f('sys/kernel/slab/eventpoll_pwq/objects_partial', 0o664, b'7\n') |
| 2445 | f('sys/kernel/slab/eventpoll_pwq/objects', 0o664, b'91\n') |
| 2446 | f('sys/kernel/slab/eventpoll_pwq/order', 0o664, b'0\n') |
| 2447 | f('sys/kernel/slab/eventpoll_pwq/sanity_checks', 0o664, b'1\n') |
| 2448 | f('sys/kernel/slab/eventpoll_pwq/store_user', 0o664, b'1\n') |
| 2449 | f('sys/kernel/slab/eventpoll_pwq/align', 0o664, b'0\n') |
| 2450 | f('sys/kernel/slab/eventpoll_pwq/partial', 0o664, b'1\n') |
| 2451 | f('sys/kernel/slab/eventpoll_pwq/validate', 0o664, b'') |
| 2452 | f('sys/kernel/slab/eventpoll_pwq/red_zone', 0o664, b'1\n') |
| 2453 | f('sys/kernel/slab/eventpoll_pwq/free_calls', 0o664, b''' 61 <not-available> age=4303046794 pid=0 cpus=0 |
| 2454 | 4 ep_unregister_pollwait+0x61/0x80 age=2416452/6864185/8356241 pid=1690-2073 cpus=0-1 |
| 2455 | ''') |
| 2456 | f('sys/kernel/slab/eventpoll_pwq/aliases', 0o664, b'0\n') |
| 2457 | d('sys/kernel/slab/journal_handle', 0o775) |
| 2458 | f('sys/kernel/slab/journal_handle/reclaim_account', 0o664, b'1\n') |
| 2459 | f('sys/kernel/slab/journal_handle/ctor', 0o664, b'') |
| 2460 | f('sys/kernel/slab/journal_handle/hwcache_align', 0o664, b'0\n') |
| 2461 | f('sys/kernel/slab/journal_handle/slab_size', 0o664, b'128\n') |
| 2462 | f('sys/kernel/slab/journal_handle/total_objects', 0o664, b'64\n') |
| 2463 | f('sys/kernel/slab/journal_handle/slabs', 0o664, b'2\n') |
| 2464 | f('sys/kernel/slab/journal_handle/poison', 0o664, b'1\n') |
| 2465 | f('sys/kernel/slab/journal_handle/alloc_calls', 0o664, b'No data\n') |
| 2466 | f('sys/kernel/slab/journal_handle/objs_per_slab', 0o664, b'32\n') |
| 2467 | f('sys/kernel/slab/journal_handle/shrink', 0o664, b'') |
| 2468 | f('sys/kernel/slab/journal_handle/trace', 0o664, b'0\n') |
| 2469 | f('sys/kernel/slab/journal_handle/object_size', 0o664, b'56\n') |
| 2470 | f('sys/kernel/slab/journal_handle/cpu_slabs', 0o664, b'0\n') |
| 2471 | f('sys/kernel/slab/journal_handle/cache_dma', 0o664, b'0\n') |
| 2472 | f('sys/kernel/slab/journal_handle/destroy_by_rcu', 0o664, b'0\n') |
| 2473 | f('sys/kernel/slab/journal_handle/objects_partial', 0o664, b'0\n') |
| 2474 | f('sys/kernel/slab/journal_handle/objects', 0o664, b'64\n') |
| 2475 | f('sys/kernel/slab/journal_handle/order', 0o664, b'0\n') |
| 2476 | f('sys/kernel/slab/journal_handle/sanity_checks', 0o664, b'1\n') |
| 2477 | f('sys/kernel/slab/journal_handle/store_user', 0o664, b'1\n') |
| 2478 | f('sys/kernel/slab/journal_handle/align', 0o664, b'0\n') |
| 2479 | f('sys/kernel/slab/journal_handle/partial', 0o664, b'0\n') |
| 2480 | f('sys/kernel/slab/journal_handle/validate', 0o664, b'') |
| 2481 | f('sys/kernel/slab/journal_handle/red_zone', 0o664, b'1\n') |
| 2482 | f('sys/kernel/slab/journal_handle/free_calls', 0o664, b'No data\n') |
| 2483 | f('sys/kernel/slab/journal_handle/aliases', 0o664, b'0\n') |
| 2484 | d('sys/kernel/slab/bsg_cmd', 0o775) |
| 2485 | f('sys/kernel/slab/bsg_cmd/reclaim_account', 0o664, b'0\n') |
| 2486 | f('sys/kernel/slab/bsg_cmd/ctor', 0o664, b'') |
| 2487 | f('sys/kernel/slab/bsg_cmd/hwcache_align', 0o664, b'0\n') |
| 2488 | f('sys/kernel/slab/bsg_cmd/slab_size', 0o664, b'384\n') |
| 2489 | f('sys/kernel/slab/bsg_cmd/total_objects', 0o664, b'0\n') |
| 2490 | f('sys/kernel/slab/bsg_cmd/slabs', 0o664, b'0\n') |
| 2491 | f('sys/kernel/slab/bsg_cmd/poison', 0o664, b'1\n') |
| 2492 | f('sys/kernel/slab/bsg_cmd/alloc_calls', 0o664, b'No data\n') |
| 2493 | f('sys/kernel/slab/bsg_cmd/objs_per_slab', 0o664, b'21\n') |
| 2494 | f('sys/kernel/slab/bsg_cmd/shrink', 0o664, b'') |
| 2495 | f('sys/kernel/slab/bsg_cmd/trace', 0o664, b'0\n') |
| 2496 | f('sys/kernel/slab/bsg_cmd/object_size', 0o664, b'312\n') |
| 2497 | f('sys/kernel/slab/bsg_cmd/cpu_slabs', 0o664, b'0\n') |
| 2498 | f('sys/kernel/slab/bsg_cmd/cache_dma', 0o664, b'0\n') |
| 2499 | f('sys/kernel/slab/bsg_cmd/destroy_by_rcu', 0o664, b'0\n') |
| 2500 | f('sys/kernel/slab/bsg_cmd/objects_partial', 0o664, b'0\n') |
| 2501 | f('sys/kernel/slab/bsg_cmd/objects', 0o664, b'0\n') |
| 2502 | f('sys/kernel/slab/bsg_cmd/order', 0o664, b'1\n') |
| 2503 | f('sys/kernel/slab/bsg_cmd/sanity_checks', 0o664, b'1\n') |
| 2504 | f('sys/kernel/slab/bsg_cmd/store_user', 0o664, b'1\n') |
| 2505 | f('sys/kernel/slab/bsg_cmd/align', 0o664, b'0\n') |
| 2506 | f('sys/kernel/slab/bsg_cmd/partial', 0o664, b'0\n') |
| 2507 | f('sys/kernel/slab/bsg_cmd/validate', 0o664, b'') |
| 2508 | f('sys/kernel/slab/bsg_cmd/red_zone', 0o664, b'1\n') |
| 2509 | f('sys/kernel/slab/bsg_cmd/free_calls', 0o664, b'No data\n') |
| 2510 | f('sys/kernel/slab/bsg_cmd/aliases', 0o664, b'0\n') |
| 2511 | d('sys/kernel/slab/kiocb', 0o775) |
| 2512 | f('sys/kernel/slab/kiocb/reclaim_account', 0o664, b'0\n') |
| 2513 | f('sys/kernel/slab/kiocb/ctor', 0o664, b'') |
| 2514 | f('sys/kernel/slab/kiocb/hwcache_align', 0o664, b'1\n') |
| 2515 | f('sys/kernel/slab/kiocb/slab_size', 0o664, b'320\n') |
| 2516 | f('sys/kernel/slab/kiocb/total_objects', 0o664, b'0\n') |
| 2517 | f('sys/kernel/slab/kiocb/slabs', 0o664, b'0\n') |
| 2518 | f('sys/kernel/slab/kiocb/poison', 0o664, b'1\n') |
| 2519 | f('sys/kernel/slab/kiocb/alloc_calls', 0o664, b'No data\n') |
| 2520 | f('sys/kernel/slab/kiocb/objs_per_slab', 0o664, b'12\n') |
| 2521 | f('sys/kernel/slab/kiocb/shrink', 0o664, b'') |
| 2522 | f('sys/kernel/slab/kiocb/trace', 0o664, b'0\n') |
| 2523 | f('sys/kernel/slab/kiocb/object_size', 0o664, b'240\n') |
| 2524 | f('sys/kernel/slab/kiocb/cpu_slabs', 0o664, b'0\n') |
| 2525 | f('sys/kernel/slab/kiocb/cache_dma', 0o664, b'0\n') |
| 2526 | f('sys/kernel/slab/kiocb/destroy_by_rcu', 0o664, b'0\n') |
| 2527 | f('sys/kernel/slab/kiocb/objects_partial', 0o664, b'0\n') |
| 2528 | f('sys/kernel/slab/kiocb/objects', 0o664, b'0\n') |
| 2529 | f('sys/kernel/slab/kiocb/order', 0o664, b'0\n') |
| 2530 | f('sys/kernel/slab/kiocb/sanity_checks', 0o664, b'1\n') |
| 2531 | f('sys/kernel/slab/kiocb/store_user', 0o664, b'1\n') |
| 2532 | f('sys/kernel/slab/kiocb/align', 0o664, b'8\n') |
| 2533 | f('sys/kernel/slab/kiocb/partial', 0o664, b'0\n') |
| 2534 | f('sys/kernel/slab/kiocb/validate', 0o664, b'') |
| 2535 | f('sys/kernel/slab/kiocb/red_zone', 0o664, b'1\n') |
| 2536 | f('sys/kernel/slab/kiocb/free_calls', 0o664, b'No data\n') |
| 2537 | f('sys/kernel/slab/kiocb/aliases', 0o664, b'0\n') |
| 2538 | d('sys/kernel/slab/file_lock_cache', 0o775) |
| 2539 | f('sys/kernel/slab/file_lock_cache/reclaim_account', 0o664, b'0\n') |
| 2540 | f('sys/kernel/slab/file_lock_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 2541 | f('sys/kernel/slab/file_lock_cache/hwcache_align', 0o664, b'0\n') |
| 2542 | f('sys/kernel/slab/file_lock_cache/slab_size', 0o664, b'296\n') |
| 2543 | f('sys/kernel/slab/file_lock_cache/total_objects', 0o664, b'26\n') |
| 2544 | f('sys/kernel/slab/file_lock_cache/slabs', 0o664, b'2\n') |
| 2545 | f('sys/kernel/slab/file_lock_cache/poison', 0o664, b'1\n') |
| 2546 | f('sys/kernel/slab/file_lock_cache/alloc_calls', 0o664, b''' 2 flock_lock_file_wait+0x2d6/0x2f0 age=8355055/8355767/8356479 pid=1690-1807 cpus=0 |
| 2547 | 1 __posix_lock_file+0x3f/0x560 age=8349601 pid=2262 cpus=0 |
| 2548 | ''') |
| 2549 | f('sys/kernel/slab/file_lock_cache/objs_per_slab', 0o664, b'13\n') |
| 2550 | f('sys/kernel/slab/file_lock_cache/shrink', 0o664, b'') |
| 2551 | f('sys/kernel/slab/file_lock_cache/trace', 0o664, b'0\n') |
| 2552 | f('sys/kernel/slab/file_lock_cache/object_size', 0o664, b'224\n') |
| 2553 | f('sys/kernel/slab/file_lock_cache/cpu_slabs', 0o664, b'0\n') |
| 2554 | f('sys/kernel/slab/file_lock_cache/cache_dma', 0o664, b'0\n') |
| 2555 | f('sys/kernel/slab/file_lock_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2556 | f('sys/kernel/slab/file_lock_cache/objects_partial', 0o664, b'0\n') |
| 2557 | f('sys/kernel/slab/file_lock_cache/objects', 0o664, b'26\n') |
| 2558 | f('sys/kernel/slab/file_lock_cache/order', 0o664, b'0\n') |
| 2559 | f('sys/kernel/slab/file_lock_cache/sanity_checks', 0o664, b'1\n') |
| 2560 | f('sys/kernel/slab/file_lock_cache/store_user', 0o664, b'1\n') |
| 2561 | f('sys/kernel/slab/file_lock_cache/align', 0o664, b'0\n') |
| 2562 | f('sys/kernel/slab/file_lock_cache/partial', 0o664, b'0\n') |
| 2563 | f('sys/kernel/slab/file_lock_cache/validate', 0o664, b'') |
| 2564 | f('sys/kernel/slab/file_lock_cache/red_zone', 0o664, b'1\n') |
| 2565 | f('sys/kernel/slab/file_lock_cache/free_calls', 0o664, b' 3 locks_free_lock+0x3e/0x60 age=8351291/8355422/8359832 pid=1549-2189 cpus=0\n') |
| 2566 | f('sys/kernel/slab/file_lock_cache/aliases', 0o664, b'0\n') |
| 2567 | d('sys/kernel/slab/inet_peer_cache', 0o775) |
| 2568 | f('sys/kernel/slab/inet_peer_cache/reclaim_account', 0o664, b'0\n') |
| 2569 | f('sys/kernel/slab/inet_peer_cache/ctor', 0o664, b'') |
| 2570 | f('sys/kernel/slab/inet_peer_cache/hwcache_align', 0o664, b'1\n') |
| 2571 | f('sys/kernel/slab/inet_peer_cache/slab_size', 0o664, b'192\n') |
| 2572 | f('sys/kernel/slab/inet_peer_cache/total_objects', 0o664, b'0\n') |
| 2573 | f('sys/kernel/slab/inet_peer_cache/slabs', 0o664, b'0\n') |
| 2574 | f('sys/kernel/slab/inet_peer_cache/poison', 0o664, b'1\n') |
| 2575 | f('sys/kernel/slab/inet_peer_cache/alloc_calls', 0o664, b'No data\n') |
| 2576 | f('sys/kernel/slab/inet_peer_cache/objs_per_slab', 0o664, b'21\n') |
| 2577 | f('sys/kernel/slab/inet_peer_cache/shrink', 0o664, b'') |
| 2578 | f('sys/kernel/slab/inet_peer_cache/trace', 0o664, b'0\n') |
| 2579 | f('sys/kernel/slab/inet_peer_cache/object_size', 0o664, b'64\n') |
| 2580 | f('sys/kernel/slab/inet_peer_cache/cpu_slabs', 0o664, b'0\n') |
| 2581 | f('sys/kernel/slab/inet_peer_cache/cache_dma', 0o664, b'0\n') |
| 2582 | f('sys/kernel/slab/inet_peer_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2583 | f('sys/kernel/slab/inet_peer_cache/objects_partial', 0o664, b'0\n') |
| 2584 | f('sys/kernel/slab/inet_peer_cache/objects', 0o664, b'0\n') |
| 2585 | f('sys/kernel/slab/inet_peer_cache/order', 0o664, b'0\n') |
| 2586 | f('sys/kernel/slab/inet_peer_cache/sanity_checks', 0o664, b'1\n') |
| 2587 | f('sys/kernel/slab/inet_peer_cache/store_user', 0o664, b'1\n') |
| 2588 | f('sys/kernel/slab/inet_peer_cache/align', 0o664, b'0\n') |
| 2589 | f('sys/kernel/slab/inet_peer_cache/partial', 0o664, b'0\n') |
| 2590 | f('sys/kernel/slab/inet_peer_cache/validate', 0o664, b'') |
| 2591 | f('sys/kernel/slab/inet_peer_cache/red_zone', 0o664, b'1\n') |
| 2592 | f('sys/kernel/slab/inet_peer_cache/free_calls', 0o664, b'No data\n') |
| 2593 | f('sys/kernel/slab/inet_peer_cache/aliases', 0o664, b'0\n') |
| 2594 | d('sys/kernel/slab/arp_cache', 0o775) |
| 2595 | f('sys/kernel/slab/arp_cache/reclaim_account', 0o664, b'0\n') |
| 2596 | f('sys/kernel/slab/arp_cache/ctor', 0o664, b'') |
| 2597 | f('sys/kernel/slab/arp_cache/hwcache_align', 0o664, b'1\n') |
| 2598 | f('sys/kernel/slab/arp_cache/slab_size', 0o664, b'448\n') |
| 2599 | f('sys/kernel/slab/arp_cache/total_objects', 0o664, b'36\n') |
| 2600 | f('sys/kernel/slab/arp_cache/slabs', 0o664, b'2\n') |
| 2601 | f('sys/kernel/slab/arp_cache/poison', 0o664, b'1\n') |
| 2602 | f('sys/kernel/slab/arp_cache/alloc_calls', 0o664, b' 1 neigh_create+0x8b/0x530 age=1133499 pid=952 cpus=0\n') |
| 2603 | f('sys/kernel/slab/arp_cache/objs_per_slab', 0o664, b'18\n') |
| 2604 | f('sys/kernel/slab/arp_cache/shrink', 0o664, b'') |
| 2605 | f('sys/kernel/slab/arp_cache/trace', 0o664, b'0\n') |
| 2606 | f('sys/kernel/slab/arp_cache/object_size', 0o664, b'348\n') |
| 2607 | f('sys/kernel/slab/arp_cache/cpu_slabs', 0o664, b'0\n') |
| 2608 | f('sys/kernel/slab/arp_cache/cache_dma', 0o664, b'0\n') |
| 2609 | f('sys/kernel/slab/arp_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2610 | f('sys/kernel/slab/arp_cache/objects_partial', 0o664, b'0\n') |
| 2611 | f('sys/kernel/slab/arp_cache/objects', 0o664, b'36\n') |
| 2612 | f('sys/kernel/slab/arp_cache/order', 0o664, b'1\n') |
| 2613 | f('sys/kernel/slab/arp_cache/sanity_checks', 0o664, b'1\n') |
| 2614 | f('sys/kernel/slab/arp_cache/store_user', 0o664, b'1\n') |
| 2615 | f('sys/kernel/slab/arp_cache/align', 0o664, b'0\n') |
| 2616 | f('sys/kernel/slab/arp_cache/partial', 0o664, b'0\n') |
| 2617 | f('sys/kernel/slab/arp_cache/validate', 0o664, b'') |
| 2618 | f('sys/kernel/slab/arp_cache/red_zone', 0o664, b'1\n') |
| 2619 | f('sys/kernel/slab/arp_cache/free_calls', 0o664, b' 1 neigh_destroy+0x10c/0x160 age=1135741 pid=0 cpus=0\n') |
| 2620 | f('sys/kernel/slab/arp_cache/aliases', 0o664, b'0\n') |
| 2621 | d('sys/kernel/slab/biovec-4', 0o775) |
| 2622 | f('sys/kernel/slab/biovec-4/reclaim_account', 0o664, b'0\n') |
| 2623 | f('sys/kernel/slab/biovec-4/ctor', 0o664, b'') |
| 2624 | f('sys/kernel/slab/biovec-4/hwcache_align', 0o664, b'1\n') |
| 2625 | f('sys/kernel/slab/biovec-4/slab_size', 0o664, b'192\n') |
| 2626 | f('sys/kernel/slab/biovec-4/total_objects', 0o664, b'42\n') |
| 2627 | f('sys/kernel/slab/biovec-4/slabs', 0o664, b'2\n') |
| 2628 | f('sys/kernel/slab/biovec-4/poison', 0o664, b'1\n') |
| 2629 | f('sys/kernel/slab/biovec-4/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379500/8379500/8379500 pid=1 cpus=0\n') |
| 2630 | f('sys/kernel/slab/biovec-4/objs_per_slab', 0o664, b'21\n') |
| 2631 | f('sys/kernel/slab/biovec-4/shrink', 0o664, b'') |
| 2632 | f('sys/kernel/slab/biovec-4/trace', 0o664, b'0\n') |
| 2633 | f('sys/kernel/slab/biovec-4/object_size', 0o664, b'64\n') |
| 2634 | f('sys/kernel/slab/biovec-4/cpu_slabs', 0o664, b'0\n') |
| 2635 | f('sys/kernel/slab/biovec-4/cache_dma', 0o664, b'0\n') |
| 2636 | f('sys/kernel/slab/biovec-4/destroy_by_rcu', 0o664, b'0\n') |
| 2637 | f('sys/kernel/slab/biovec-4/objects_partial', 0o664, b'0\n') |
| 2638 | f('sys/kernel/slab/biovec-4/objects', 0o664, b'42\n') |
| 2639 | f('sys/kernel/slab/biovec-4/order', 0o664, b'0\n') |
| 2640 | f('sys/kernel/slab/biovec-4/sanity_checks', 0o664, b'1\n') |
| 2641 | f('sys/kernel/slab/biovec-4/store_user', 0o664, b'1\n') |
| 2642 | f('sys/kernel/slab/biovec-4/align', 0o664, b'0\n') |
| 2643 | f('sys/kernel/slab/biovec-4/partial', 0o664, b'0\n') |
| 2644 | f('sys/kernel/slab/biovec-4/validate', 0o664, b'') |
| 2645 | f('sys/kernel/slab/biovec-4/red_zone', 0o664, b'1\n') |
| 2646 | f('sys/kernel/slab/biovec-4/free_calls', 0o664, b' 2 <not-available> age=4303046934 pid=0 cpus=0\n') |
| 2647 | f('sys/kernel/slab/biovec-4/aliases', 0o664, b'0\n') |
| 2648 | d('sys/kernel/slab/scsi_sense_cache', 0o775) |
| 2649 | f('sys/kernel/slab/scsi_sense_cache/reclaim_account', 0o664, b'0\n') |
| 2650 | f('sys/kernel/slab/scsi_sense_cache/ctor', 0o664, b'') |
| 2651 | f('sys/kernel/slab/scsi_sense_cache/hwcache_align', 0o664, b'1\n') |
| 2652 | f('sys/kernel/slab/scsi_sense_cache/slab_size', 0o664, b'192\n') |
| 2653 | f('sys/kernel/slab/scsi_sense_cache/total_objects', 0o664, b'42\n') |
| 2654 | f('sys/kernel/slab/scsi_sense_cache/slabs', 0o664, b'2\n') |
| 2655 | f('sys/kernel/slab/scsi_sense_cache/poison', 0o664, b'1\n') |
| 2656 | f('sys/kernel/slab/scsi_sense_cache/alloc_calls', 0o664, b' 7 scsi_pool_alloc_command+0x4a/0x80 age=67299/7192333/8380014 pid=1-419 cpus=0-1\n') |
| 2657 | f('sys/kernel/slab/scsi_sense_cache/objs_per_slab', 0o664, b'21\n') |
| 2658 | f('sys/kernel/slab/scsi_sense_cache/shrink', 0o664, b'') |
| 2659 | f('sys/kernel/slab/scsi_sense_cache/trace', 0o664, b'0\n') |
| 2660 | f('sys/kernel/slab/scsi_sense_cache/object_size', 0o664, b'96\n') |
| 2661 | f('sys/kernel/slab/scsi_sense_cache/cpu_slabs', 0o664, b'0\n') |
| 2662 | f('sys/kernel/slab/scsi_sense_cache/cache_dma', 0o664, b'0\n') |
| 2663 | f('sys/kernel/slab/scsi_sense_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2664 | f('sys/kernel/slab/scsi_sense_cache/objects_partial', 0o664, b'0\n') |
| 2665 | f('sys/kernel/slab/scsi_sense_cache/objects', 0o664, b'42\n') |
| 2666 | f('sys/kernel/slab/scsi_sense_cache/order', 0o664, b'0\n') |
| 2667 | f('sys/kernel/slab/scsi_sense_cache/sanity_checks', 0o664, b'1\n') |
| 2668 | f('sys/kernel/slab/scsi_sense_cache/store_user', 0o664, b'1\n') |
| 2669 | f('sys/kernel/slab/scsi_sense_cache/align', 0o664, b'0\n') |
| 2670 | f('sys/kernel/slab/scsi_sense_cache/partial', 0o664, b'0\n') |
| 2671 | f('sys/kernel/slab/scsi_sense_cache/validate', 0o664, b'') |
| 2672 | f('sys/kernel/slab/scsi_sense_cache/red_zone', 0o664, b'1\n') |
| 2673 | f('sys/kernel/slab/scsi_sense_cache/free_calls', 0o664, b''' 5 <not-available> age=4303047648 pid=0 cpus=0 |
| 2674 | 2 scsi_pool_free_command+0x40/0x60 age=67798/4223657/8379517 pid=0 cpus=0 |
| 2675 | ''') |
| 2676 | f('sys/kernel/slab/scsi_sense_cache/aliases', 0o664, b'0\n') |
| 2677 | d('sys/kernel/slab/cfq_io_context', 0o775) |
| 2678 | f('sys/kernel/slab/cfq_io_context/reclaim_account', 0o664, b'0\n') |
| 2679 | f('sys/kernel/slab/cfq_io_context/ctor', 0o664, b'') |
| 2680 | f('sys/kernel/slab/cfq_io_context/hwcache_align', 0o664, b'0\n') |
| 2681 | f('sys/kernel/slab/cfq_io_context/slab_size', 0o664, b'240\n') |
| 2682 | f('sys/kernel/slab/cfq_io_context/total_objects', 0o664, b'85\n') |
| 2683 | f('sys/kernel/slab/cfq_io_context/slabs', 0o664, b'5\n') |
| 2684 | f('sys/kernel/slab/cfq_io_context/poison', 0o664, b'1\n') |
| 2685 | f('sys/kernel/slab/cfq_io_context/alloc_calls', 0o664, b' 69 cfq_set_request+0x13d/0x390 age=177/7837888/8379613 pid=1-13466 cpus=0-1\n') |
| 2686 | f('sys/kernel/slab/cfq_io_context/objs_per_slab', 0o664, b'17\n') |
| 2687 | f('sys/kernel/slab/cfq_io_context/shrink', 0o664, b'') |
| 2688 | f('sys/kernel/slab/cfq_io_context/trace', 0o664, b'0\n') |
| 2689 | f('sys/kernel/slab/cfq_io_context/object_size', 0o664, b'168\n') |
| 2690 | f('sys/kernel/slab/cfq_io_context/cpu_slabs', 0o664, b'0\n') |
| 2691 | f('sys/kernel/slab/cfq_io_context/cache_dma', 0o664, b'0\n') |
| 2692 | f('sys/kernel/slab/cfq_io_context/destroy_by_rcu', 0o664, b'0\n') |
| 2693 | f('sys/kernel/slab/cfq_io_context/objects_partial', 0o664, b'16\n') |
| 2694 | f('sys/kernel/slab/cfq_io_context/objects', 0o664, b'84\n') |
| 2695 | f('sys/kernel/slab/cfq_io_context/order', 0o664, b'0\n') |
| 2696 | f('sys/kernel/slab/cfq_io_context/sanity_checks', 0o664, b'1\n') |
| 2697 | f('sys/kernel/slab/cfq_io_context/store_user', 0o664, b'1\n') |
| 2698 | f('sys/kernel/slab/cfq_io_context/align', 0o664, b'8\n') |
| 2699 | f('sys/kernel/slab/cfq_io_context/partial', 0o664, b'1\n') |
| 2700 | f('sys/kernel/slab/cfq_io_context/validate', 0o664, b'') |
| 2701 | f('sys/kernel/slab/cfq_io_context/red_zone', 0o664, b'1\n') |
| 2702 | f('sys/kernel/slab/cfq_io_context/free_calls', 0o664, b''' 12 <not-available> age=4303047630 pid=0 cpus=0 |
| 2703 | 57 cfq_cic_free_rcu+0x21/0xc0 age=61842/7747595/8376055 pid=0-2535 cpus=0-1 |
| 2704 | ''') |
| 2705 | f('sys/kernel/slab/cfq_io_context/aliases', 0o664, b'0\n') |
| 2706 | d('sys/kernel/slab/idr_layer_cache', 0o775) |
| 2707 | f('sys/kernel/slab/idr_layer_cache/reclaim_account', 0o664, b'0\n') |
| 2708 | f('sys/kernel/slab/idr_layer_cache/ctor', 0o664, b'idr_cache_ctor+0x0/0x10\n') |
| 2709 | f('sys/kernel/slab/idr_layer_cache/hwcache_align', 0o664, b'0\n') |
| 2710 | f('sys/kernel/slab/idr_layer_cache/slab_size', 0o664, b'616\n') |
| 2711 | f('sys/kernel/slab/idr_layer_cache/total_objects', 0o664, b'442\n') |
| 2712 | f('sys/kernel/slab/idr_layer_cache/slabs', 0o664, b'34\n') |
| 2713 | f('sys/kernel/slab/idr_layer_cache/poison', 0o664, b'1\n') |
| 2714 | f('sys/kernel/slab/idr_layer_cache/alloc_calls', 0o664, b' 406 idr_pre_get+0x5d/0x80 age=60336/8278969/8380018 pid=0-13355 cpus=0-1\n') |
| 2715 | f('sys/kernel/slab/idr_layer_cache/objs_per_slab', 0o664, b'13\n') |
| 2716 | f('sys/kernel/slab/idr_layer_cache/shrink', 0o664, b'') |
| 2717 | f('sys/kernel/slab/idr_layer_cache/trace', 0o664, b'0\n') |
| 2718 | f('sys/kernel/slab/idr_layer_cache/object_size', 0o664, b'544\n') |
| 2719 | f('sys/kernel/slab/idr_layer_cache/cpu_slabs', 0o664, b'0\n') |
| 2720 | f('sys/kernel/slab/idr_layer_cache/cache_dma', 0o664, b'0\n') |
| 2721 | f('sys/kernel/slab/idr_layer_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2722 | f('sys/kernel/slab/idr_layer_cache/objects_partial', 0o664, b'82\n') |
| 2723 | f('sys/kernel/slab/idr_layer_cache/objects', 0o664, b'420\n') |
| 2724 | f('sys/kernel/slab/idr_layer_cache/order', 0o664, b'1\n') |
| 2725 | f('sys/kernel/slab/idr_layer_cache/sanity_checks', 0o664, b'1\n') |
| 2726 | f('sys/kernel/slab/idr_layer_cache/store_user', 0o664, b'1\n') |
| 2727 | f('sys/kernel/slab/idr_layer_cache/align', 0o664, b'0\n') |
| 2728 | f('sys/kernel/slab/idr_layer_cache/partial', 0o664, b'8\n') |
| 2729 | f('sys/kernel/slab/idr_layer_cache/validate', 0o664, b'') |
| 2730 | f('sys/kernel/slab/idr_layer_cache/red_zone', 0o664, b'1\n') |
| 2731 | f('sys/kernel/slab/idr_layer_cache/free_calls', 0o664, b''' 304 <not-available> age=4303047315 pid=0 cpus=0 |
| 2732 | 3 idr_destroy+0x2f/0x40 age=104486/3178486/4715486 pid=13211-13803 cpus=0-1 |
| 2733 | 4 idr_layer_rcu_free+0x17/0x20 age=8334501/8362397/8377168 pid=0-1155 cpus=0-1 |
| 2734 | 95 ida_get_new_above+0x141/0x210 age=812584/8292482/8380019 pid=0-2593 cpus=0-1 |
| 2735 | ''') |
| 2736 | f('sys/kernel/slab/idr_layer_cache/aliases', 0o664, b'0\n') |
| 2737 | d('sys/kernel/slab/vm_area_struct', 0o775) |
| 2738 | f('sys/kernel/slab/vm_area_struct/reclaim_account', 0o664, b'0\n') |
| 2739 | f('sys/kernel/slab/vm_area_struct/ctor', 0o664, b'') |
| 2740 | f('sys/kernel/slab/vm_area_struct/hwcache_align', 0o664, b'0\n') |
| 2741 | f('sys/kernel/slab/vm_area_struct/slab_size', 0o664, b'240\n') |
| 2742 | f('sys/kernel/slab/vm_area_struct/total_objects', 0o664, b'12087\n') |
| 2743 | f('sys/kernel/slab/vm_area_struct/slabs', 0o664, b'711\n') |
| 2744 | f('sys/kernel/slab/vm_area_struct/poison', 0o664, b'1\n') |
| 2745 | f('sys/kernel/slab/vm_area_struct/alloc_calls', 0o664, b''' 2751 dup_mm+0x194/0x390 age=8335622/8348807/8376522 pid=71-2467 cpus=0-1 |
| 2746 | 52 install_special_mapping+0x3d/0xe0 age=4109/7453125/8378118 pid=1-20296 cpus=0-1 |
| 2747 | 4006 split_vma+0x61/0x140 age=4107/7930710/8366050 pid=1206-20296 cpus=0-1 |
| 2748 | 3 copy_vma+0x125/0x1b0 age=8353805/8353815/8353824 pid=1738 cpus=0 |
| 2749 | 54 do_brk+0x2ec/0x360 age=4107/7486452/8378131 pid=1-20296 cpus=0-1 |
| 2750 | 5097 mmap_region+0x195/0x5c0 age=4105/7877577/8378131 pid=1-20296 cpus=0-1 |
| 2751 | 52 bprm_mm_init+0xa0/0x1b0 age=4109/7453192/8378134 pid=1-20296 cpus=0-1 |
| 2752 | ''') |
| 2753 | f('sys/kernel/slab/vm_area_struct/objs_per_slab', 0o664, b'17\n') |
| 2754 | f('sys/kernel/slab/vm_area_struct/shrink', 0o664, b'') |
| 2755 | f('sys/kernel/slab/vm_area_struct/trace', 0o664, b'0\n') |
| 2756 | f('sys/kernel/slab/vm_area_struct/object_size', 0o664, b'168\n') |
| 2757 | f('sys/kernel/slab/vm_area_struct/cpu_slabs', 0o664, b'0\n') |
| 2758 | f('sys/kernel/slab/vm_area_struct/cache_dma', 0o664, b'0\n') |
| 2759 | f('sys/kernel/slab/vm_area_struct/destroy_by_rcu', 0o664, b'0\n') |
| 2760 | f('sys/kernel/slab/vm_area_struct/objects_partial', 0o664, b'47\n') |
| 2761 | f('sys/kernel/slab/vm_area_struct/objects', 0o664, b'12049\n') |
| 2762 | f('sys/kernel/slab/vm_area_struct/order', 0o664, b'0\n') |
| 2763 | f('sys/kernel/slab/vm_area_struct/sanity_checks', 0o664, b'1\n') |
| 2764 | f('sys/kernel/slab/vm_area_struct/store_user', 0o664, b'1\n') |
| 2765 | f('sys/kernel/slab/vm_area_struct/align', 0o664, b'0\n') |
| 2766 | f('sys/kernel/slab/vm_area_struct/partial', 0o664, b'5\n') |
| 2767 | f('sys/kernel/slab/vm_area_struct/validate', 0o664, b'') |
| 2768 | f('sys/kernel/slab/vm_area_struct/red_zone', 0o664, b'1\n') |
| 2769 | f('sys/kernel/slab/vm_area_struct/free_calls', 0o664, b''' 6424 <not-available> age=4303047229 pid=0 cpus=0 |
| 2770 | 5590 remove_vma+0x53/0x70 age=4110/7683818/8376767 pid=71-20296 cpus=0-1 |
| 2771 | 1 vma_adjust+0x32c/0x570 age=8364245 pid=1371 cpus=0 |
| 2772 | ''') |
| 2773 | f('sys/kernel/slab/vm_area_struct/aliases', 0o664, b'0\n') |
| 2774 | d('sys/kernel/slab/biovec-1', 0o775) |
| 2775 | f('sys/kernel/slab/biovec-1/reclaim_account', 0o664, b'0\n') |
| 2776 | f('sys/kernel/slab/biovec-1/ctor', 0o664, b'') |
| 2777 | f('sys/kernel/slab/biovec-1/hwcache_align', 0o664, b'1\n') |
| 2778 | f('sys/kernel/slab/biovec-1/slab_size', 0o664, b'96\n') |
| 2779 | f('sys/kernel/slab/biovec-1/total_objects', 0o664, b'126\n') |
| 2780 | f('sys/kernel/slab/biovec-1/slabs', 0o664, b'3\n') |
| 2781 | f('sys/kernel/slab/biovec-1/poison', 0o664, b'1\n') |
| 2782 | f('sys/kernel/slab/biovec-1/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379509/8379509/8379509 pid=1 cpus=0\n') |
| 2783 | f('sys/kernel/slab/biovec-1/objs_per_slab', 0o664, b'42\n') |
| 2784 | f('sys/kernel/slab/biovec-1/shrink', 0o664, b'') |
| 2785 | f('sys/kernel/slab/biovec-1/trace', 0o664, b'0\n') |
| 2786 | f('sys/kernel/slab/biovec-1/object_size', 0o664, b'16\n') |
| 2787 | f('sys/kernel/slab/biovec-1/cpu_slabs', 0o664, b'0\n') |
| 2788 | f('sys/kernel/slab/biovec-1/cache_dma', 0o664, b'0\n') |
| 2789 | f('sys/kernel/slab/biovec-1/destroy_by_rcu', 0o664, b'0\n') |
| 2790 | f('sys/kernel/slab/biovec-1/objects_partial', 0o664, b'2\n') |
| 2791 | f('sys/kernel/slab/biovec-1/objects', 0o664, b'86\n') |
| 2792 | f('sys/kernel/slab/biovec-1/order', 0o664, b'0\n') |
| 2793 | f('sys/kernel/slab/biovec-1/sanity_checks', 0o664, b'1\n') |
| 2794 | f('sys/kernel/slab/biovec-1/store_user', 0o664, b'1\n') |
| 2795 | f('sys/kernel/slab/biovec-1/align', 0o664, b'0\n') |
| 2796 | f('sys/kernel/slab/biovec-1/partial', 0o664, b'1\n') |
| 2797 | f('sys/kernel/slab/biovec-1/validate', 0o664, b'') |
| 2798 | f('sys/kernel/slab/biovec-1/red_zone', 0o664, b'1\n') |
| 2799 | f('sys/kernel/slab/biovec-1/free_calls', 0o664, b' 2 <not-available> age=4303046943 pid=0 cpus=0\n') |
| 2800 | f('sys/kernel/slab/biovec-1/aliases', 0o664, b'0\n') |
| 2801 | d('sys/kernel/slab/secpath_cache', 0o775) |
| 2802 | f('sys/kernel/slab/secpath_cache/reclaim_account', 0o664, b'0\n') |
| 2803 | f('sys/kernel/slab/secpath_cache/ctor', 0o664, b'') |
| 2804 | f('sys/kernel/slab/secpath_cache/hwcache_align', 0o664, b'1\n') |
| 2805 | f('sys/kernel/slab/secpath_cache/slab_size', 0o664, b'128\n') |
| 2806 | f('sys/kernel/slab/secpath_cache/total_objects', 0o664, b'0\n') |
| 2807 | f('sys/kernel/slab/secpath_cache/slabs', 0o664, b'0\n') |
| 2808 | f('sys/kernel/slab/secpath_cache/poison', 0o664, b'1\n') |
| 2809 | f('sys/kernel/slab/secpath_cache/alloc_calls', 0o664, b'No data\n') |
| 2810 | f('sys/kernel/slab/secpath_cache/objs_per_slab', 0o664, b'32\n') |
| 2811 | f('sys/kernel/slab/secpath_cache/shrink', 0o664, b'') |
| 2812 | f('sys/kernel/slab/secpath_cache/trace', 0o664, b'0\n') |
| 2813 | f('sys/kernel/slab/secpath_cache/object_size', 0o664, b'56\n') |
| 2814 | f('sys/kernel/slab/secpath_cache/cpu_slabs', 0o664, b'0\n') |
| 2815 | f('sys/kernel/slab/secpath_cache/cache_dma', 0o664, b'0\n') |
| 2816 | f('sys/kernel/slab/secpath_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2817 | f('sys/kernel/slab/secpath_cache/objects_partial', 0o664, b'0\n') |
| 2818 | f('sys/kernel/slab/secpath_cache/objects', 0o664, b'0\n') |
| 2819 | f('sys/kernel/slab/secpath_cache/order', 0o664, b'0\n') |
| 2820 | f('sys/kernel/slab/secpath_cache/sanity_checks', 0o664, b'1\n') |
| 2821 | f('sys/kernel/slab/secpath_cache/store_user', 0o664, b'1\n') |
| 2822 | f('sys/kernel/slab/secpath_cache/align', 0o664, b'0\n') |
| 2823 | f('sys/kernel/slab/secpath_cache/partial', 0o664, b'0\n') |
| 2824 | f('sys/kernel/slab/secpath_cache/validate', 0o664, b'') |
| 2825 | f('sys/kernel/slab/secpath_cache/red_zone', 0o664, b'1\n') |
| 2826 | f('sys/kernel/slab/secpath_cache/free_calls', 0o664, b'No data\n') |
| 2827 | f('sys/kernel/slab/secpath_cache/aliases', 0o664, b'0\n') |
| 2828 | d('sys/kernel/slab/UNIX', 0o775) |
| 2829 | f('sys/kernel/slab/UNIX/reclaim_account', 0o664, b'0\n') |
| 2830 | f('sys/kernel/slab/UNIX/ctor', 0o664, b'') |
| 2831 | f('sys/kernel/slab/UNIX/hwcache_align', 0o664, b'1\n') |
| 2832 | f('sys/kernel/slab/UNIX/slab_size', 0o664, b'1472\n') |
| 2833 | f('sys/kernel/slab/UNIX/total_objects', 0o664, b'506\n') |
| 2834 | f('sys/kernel/slab/UNIX/slabs', 0o664, b'23\n') |
| 2835 | f('sys/kernel/slab/UNIX/poison', 0o664, b'1\n') |
| 2836 | f('sys/kernel/slab/UNIX/alloc_calls', 0o664, b' 450 sk_prot_alloc+0x1e/0xb0 age=61033/8220474/8376385 pid=71-20296 cpus=0-1\n') |
| 2837 | f('sys/kernel/slab/UNIX/objs_per_slab', 0o664, b'22\n') |
| 2838 | f('sys/kernel/slab/UNIX/shrink', 0o664, b'') |
| 2839 | f('sys/kernel/slab/UNIX/trace', 0o664, b'0\n') |
| 2840 | f('sys/kernel/slab/UNIX/object_size', 0o664, b'1376\n') |
| 2841 | f('sys/kernel/slab/UNIX/cpu_slabs', 0o664, b'0\n') |
| 2842 | f('sys/kernel/slab/UNIX/cache_dma', 0o664, b'0\n') |
| 2843 | f('sys/kernel/slab/UNIX/destroy_by_rcu', 0o664, b'0\n') |
| 2844 | f('sys/kernel/slab/UNIX/objects_partial', 0o664, b'178\n') |
| 2845 | f('sys/kernel/slab/UNIX/objects', 0o664, b'486\n') |
| 2846 | f('sys/kernel/slab/UNIX/order', 0o664, b'3\n') |
| 2847 | f('sys/kernel/slab/UNIX/sanity_checks', 0o664, b'1\n') |
| 2848 | f('sys/kernel/slab/UNIX/store_user', 0o664, b'1\n') |
| 2849 | f('sys/kernel/slab/UNIX/align', 0o664, b'0\n') |
| 2850 | f('sys/kernel/slab/UNIX/partial', 0o664, b'9\n') |
| 2851 | f('sys/kernel/slab/UNIX/validate', 0o664, b'') |
| 2852 | f('sys/kernel/slab/UNIX/red_zone', 0o664, b'1\n') |
| 2853 | f('sys/kernel/slab/UNIX/free_calls', 0o664, b''' 235 <not-available> age=4303046663 pid=0 cpus=0 |
| 2854 | 215 sk_free+0x80/0x100 age=61050/8083366/8375930 pid=76-20292 cpus=0-1 |
| 2855 | ''') |
| 2856 | f('sys/kernel/slab/UNIX/aliases', 0o664, b'0\n') |
| 2857 | d('sys/kernel/slab/RAWv6', 0o775) |
| 2858 | f('sys/kernel/slab/RAWv6/reclaim_account', 0o664, b'0\n') |
| 2859 | f('sys/kernel/slab/RAWv6/ctor', 0o664, b'') |
| 2860 | f('sys/kernel/slab/RAWv6/hwcache_align', 0o664, b'1\n') |
| 2861 | f('sys/kernel/slab/RAWv6/slab_size', 0o664, b'1472\n') |
| 2862 | f('sys/kernel/slab/RAWv6/total_objects', 0o664, b'22\n') |
| 2863 | f('sys/kernel/slab/RAWv6/slabs', 0o664, b'1\n') |
| 2864 | f('sys/kernel/slab/RAWv6/poison', 0o664, b'1\n') |
| 2865 | f('sys/kernel/slab/RAWv6/alloc_calls', 0o664, b' 5 sk_prot_alloc+0x1e/0xb0 age=8360545/8360552/8360555 pid=1549 cpus=0\n') |
| 2866 | f('sys/kernel/slab/RAWv6/objs_per_slab', 0o664, b'22\n') |
| 2867 | f('sys/kernel/slab/RAWv6/shrink', 0o664, b'') |
| 2868 | f('sys/kernel/slab/RAWv6/trace', 0o664, b'0\n') |
| 2869 | f('sys/kernel/slab/RAWv6/object_size', 0o664, b'1376\n') |
| 2870 | f('sys/kernel/slab/RAWv6/cpu_slabs', 0o664, b'0\n') |
| 2871 | f('sys/kernel/slab/RAWv6/cache_dma', 0o664, b'0\n') |
| 2872 | f('sys/kernel/slab/RAWv6/destroy_by_rcu', 0o664, b'0\n') |
| 2873 | f('sys/kernel/slab/RAWv6/objects_partial', 0o664, b'5\n') |
| 2874 | f('sys/kernel/slab/RAWv6/objects', 0o664, b'5\n') |
| 2875 | f('sys/kernel/slab/RAWv6/order', 0o664, b'3\n') |
| 2876 | f('sys/kernel/slab/RAWv6/sanity_checks', 0o664, b'1\n') |
| 2877 | f('sys/kernel/slab/RAWv6/store_user', 0o664, b'1\n') |
| 2878 | f('sys/kernel/slab/RAWv6/align', 0o664, b'0\n') |
| 2879 | f('sys/kernel/slab/RAWv6/partial', 0o664, b'1\n') |
| 2880 | f('sys/kernel/slab/RAWv6/validate', 0o664, b'') |
| 2881 | f('sys/kernel/slab/RAWv6/red_zone', 0o664, b'1\n') |
| 2882 | f('sys/kernel/slab/RAWv6/free_calls', 0o664, b' 5 <not-available> age=4303047773 pid=0 cpus=0\n') |
| 2883 | f('sys/kernel/slab/RAWv6/aliases', 0o664, b'0\n') |
| 2884 | d('sys/kernel/slab/sgpool-64', 0o775) |
| 2885 | f('sys/kernel/slab/sgpool-64/reclaim_account', 0o664, b'0\n') |
| 2886 | f('sys/kernel/slab/sgpool-64/ctor', 0o664, b'') |
| 2887 | f('sys/kernel/slab/sgpool-64/hwcache_align', 0o664, b'1\n') |
| 2888 | f('sys/kernel/slab/sgpool-64/slab_size', 0o664, b'2176\n') |
| 2889 | f('sys/kernel/slab/sgpool-64/total_objects', 0o664, b'30\n') |
| 2890 | f('sys/kernel/slab/sgpool-64/slabs', 0o664, b'2\n') |
| 2891 | f('sys/kernel/slab/sgpool-64/poison', 0o664, b'1\n') |
| 2892 | f('sys/kernel/slab/sgpool-64/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379271/8379271/8379271 pid=1 cpus=0\n') |
| 2893 | f('sys/kernel/slab/sgpool-64/objs_per_slab', 0o664, b'15\n') |
| 2894 | f('sys/kernel/slab/sgpool-64/shrink', 0o664, b'') |
| 2895 | f('sys/kernel/slab/sgpool-64/trace', 0o664, b'0\n') |
| 2896 | f('sys/kernel/slab/sgpool-64/object_size', 0o664, b'2048\n') |
| 2897 | f('sys/kernel/slab/sgpool-64/cpu_slabs', 0o664, b'0\n') |
| 2898 | f('sys/kernel/slab/sgpool-64/cache_dma', 0o664, b'0\n') |
| 2899 | f('sys/kernel/slab/sgpool-64/destroy_by_rcu', 0o664, b'0\n') |
| 2900 | f('sys/kernel/slab/sgpool-64/objects_partial', 0o664, b'0\n') |
| 2901 | f('sys/kernel/slab/sgpool-64/objects', 0o664, b'30\n') |
| 2902 | f('sys/kernel/slab/sgpool-64/order', 0o664, b'3\n') |
| 2903 | f('sys/kernel/slab/sgpool-64/sanity_checks', 0o664, b'1\n') |
| 2904 | f('sys/kernel/slab/sgpool-64/store_user', 0o664, b'1\n') |
| 2905 | f('sys/kernel/slab/sgpool-64/align', 0o664, b'0\n') |
| 2906 | f('sys/kernel/slab/sgpool-64/partial', 0o664, b'0\n') |
| 2907 | f('sys/kernel/slab/sgpool-64/validate', 0o664, b'') |
| 2908 | f('sys/kernel/slab/sgpool-64/red_zone', 0o664, b'1\n') |
| 2909 | f('sys/kernel/slab/sgpool-64/free_calls', 0o664, b' 2 <not-available> age=4303046820 pid=0 cpus=0\n') |
| 2910 | f('sys/kernel/slab/sgpool-64/aliases', 0o664, b'0\n') |
| 2911 | d('sys/kernel/slab/bdev_cache', 0o775) |
| 2912 | f('sys/kernel/slab/bdev_cache/reclaim_account', 0o664, b'1\n') |
| 2913 | f('sys/kernel/slab/bdev_cache/ctor', 0o664, b'init_once+0x0/0x100\n') |
| 2914 | f('sys/kernel/slab/bdev_cache/hwcache_align', 0o664, b'1\n') |
| 2915 | f('sys/kernel/slab/bdev_cache/slab_size', 0o664, b'1536\n') |
| 2916 | f('sys/kernel/slab/bdev_cache/total_objects', 0o664, b'42\n') |
| 2917 | f('sys/kernel/slab/bdev_cache/slabs', 0o664, b'2\n') |
| 2918 | f('sys/kernel/slab/bdev_cache/poison', 0o664, b'1\n') |
| 2919 | f('sys/kernel/slab/bdev_cache/alloc_calls', 0o664, b' 13 bdev_alloc_inode+0x15/0x30 age=61383/7093434/8379778 pid=0-13333 cpus=0\n') |
| 2920 | f('sys/kernel/slab/bdev_cache/objs_per_slab', 0o664, b'21\n') |
| 2921 | f('sys/kernel/slab/bdev_cache/shrink', 0o664, b'') |
| 2922 | f('sys/kernel/slab/bdev_cache/trace', 0o664, b'0\n') |
| 2923 | f('sys/kernel/slab/bdev_cache/object_size', 0o664, b'1432\n') |
| 2924 | f('sys/kernel/slab/bdev_cache/cpu_slabs', 0o664, b'0\n') |
| 2925 | f('sys/kernel/slab/bdev_cache/cache_dma', 0o664, b'0\n') |
| 2926 | f('sys/kernel/slab/bdev_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2927 | f('sys/kernel/slab/bdev_cache/objects_partial', 0o664, b'11\n') |
| 2928 | f('sys/kernel/slab/bdev_cache/objects', 0o664, b'32\n') |
| 2929 | f('sys/kernel/slab/bdev_cache/order', 0o664, b'3\n') |
| 2930 | f('sys/kernel/slab/bdev_cache/sanity_checks', 0o664, b'1\n') |
| 2931 | f('sys/kernel/slab/bdev_cache/store_user', 0o664, b'1\n') |
| 2932 | f('sys/kernel/slab/bdev_cache/align', 0o664, b'0\n') |
| 2933 | f('sys/kernel/slab/bdev_cache/partial', 0o664, b'1\n') |
| 2934 | f('sys/kernel/slab/bdev_cache/validate', 0o664, b'') |
| 2935 | f('sys/kernel/slab/bdev_cache/red_zone', 0o664, b'1\n') |
| 2936 | f('sys/kernel/slab/bdev_cache/free_calls', 0o664, b''' 9 <not-available> age=4303047074 pid=0 cpus=0 |
| 2937 | 4 bdev_destroy_inode+0x1f/0x30 age=61405/4218130/8374840 pid=488-13325 cpus=0-1 |
| 2938 | ''') |
| 2939 | f('sys/kernel/slab/bdev_cache/aliases', 0o664, b'0\n') |
| 2940 | d('sys/kernel/slab/fasync_cache', 0o775) |
| 2941 | f('sys/kernel/slab/fasync_cache/reclaim_account', 0o664, b'0\n') |
| 2942 | f('sys/kernel/slab/fasync_cache/ctor', 0o664, b'') |
| 2943 | f('sys/kernel/slab/fasync_cache/hwcache_align', 0o664, b'0\n') |
| 2944 | f('sys/kernel/slab/fasync_cache/slab_size', 0o664, b'96\n') |
| 2945 | f('sys/kernel/slab/fasync_cache/total_objects', 0o664, b'42\n') |
| 2946 | f('sys/kernel/slab/fasync_cache/slabs', 0o664, b'1\n') |
| 2947 | f('sys/kernel/slab/fasync_cache/poison', 0o664, b'1\n') |
| 2948 | f('sys/kernel/slab/fasync_cache/alloc_calls', 0o664, b' 1 fasync_helper+0x115/0x130 age=8354059 pid=1738 cpus=0\n') |
| 2949 | f('sys/kernel/slab/fasync_cache/objs_per_slab', 0o664, b'42\n') |
| 2950 | f('sys/kernel/slab/fasync_cache/shrink', 0o664, b'') |
| 2951 | f('sys/kernel/slab/fasync_cache/trace', 0o664, b'0\n') |
| 2952 | f('sys/kernel/slab/fasync_cache/object_size', 0o664, b'24\n') |
| 2953 | f('sys/kernel/slab/fasync_cache/cpu_slabs', 0o664, b'0\n') |
| 2954 | f('sys/kernel/slab/fasync_cache/cache_dma', 0o664, b'0\n') |
| 2955 | f('sys/kernel/slab/fasync_cache/destroy_by_rcu', 0o664, b'0\n') |
| 2956 | f('sys/kernel/slab/fasync_cache/objects_partial', 0o664, b'1\n') |
| 2957 | f('sys/kernel/slab/fasync_cache/objects', 0o664, b'1\n') |
| 2958 | f('sys/kernel/slab/fasync_cache/order', 0o664, b'0\n') |
| 2959 | f('sys/kernel/slab/fasync_cache/sanity_checks', 0o664, b'1\n') |
| 2960 | f('sys/kernel/slab/fasync_cache/store_user', 0o664, b'1\n') |
| 2961 | f('sys/kernel/slab/fasync_cache/align', 0o664, b'0\n') |
| 2962 | f('sys/kernel/slab/fasync_cache/partial', 0o664, b'1\n') |
| 2963 | f('sys/kernel/slab/fasync_cache/validate', 0o664, b'') |
| 2964 | f('sys/kernel/slab/fasync_cache/red_zone', 0o664, b'1\n') |
| 2965 | f('sys/kernel/slab/fasync_cache/free_calls', 0o664, b' 1 <not-available> age=4303047449 pid=0 cpus=0\n') |
| 2966 | f('sys/kernel/slab/fasync_cache/aliases', 0o664, b'0\n') |
| 2967 | d('sys/kernel/slab/UDPLITEv6', 0o775) |
| 2968 | f('sys/kernel/slab/UDPLITEv6/reclaim_account', 0o664, b'0\n') |
| 2969 | f('sys/kernel/slab/UDPLITEv6/ctor', 0o664, b'') |
| 2970 | f('sys/kernel/slab/UDPLITEv6/hwcache_align', 0o664, b'1\n') |
| 2971 | f('sys/kernel/slab/UDPLITEv6/slab_size', 0o664, b'1472\n') |
| 2972 | f('sys/kernel/slab/UDPLITEv6/total_objects', 0o664, b'0\n') |
| 2973 | f('sys/kernel/slab/UDPLITEv6/slabs', 0o664, b'0\n') |
| 2974 | f('sys/kernel/slab/UDPLITEv6/poison', 0o664, b'1\n') |
| 2975 | f('sys/kernel/slab/UDPLITEv6/alloc_calls', 0o664, b'No data\n') |
| 2976 | f('sys/kernel/slab/UDPLITEv6/objs_per_slab', 0o664, b'22\n') |
| 2977 | f('sys/kernel/slab/UDPLITEv6/shrink', 0o664, b'') |
| 2978 | f('sys/kernel/slab/UDPLITEv6/trace', 0o664, b'0\n') |
| 2979 | f('sys/kernel/slab/UDPLITEv6/object_size', 0o664, b'1368\n') |
| 2980 | f('sys/kernel/slab/UDPLITEv6/cpu_slabs', 0o664, b'0\n') |
| 2981 | f('sys/kernel/slab/UDPLITEv6/cache_dma', 0o664, b'0\n') |
| 2982 | f('sys/kernel/slab/UDPLITEv6/destroy_by_rcu', 0o664, b'0\n') |
| 2983 | f('sys/kernel/slab/UDPLITEv6/objects_partial', 0o664, b'0\n') |
| 2984 | f('sys/kernel/slab/UDPLITEv6/objects', 0o664, b'0\n') |
| 2985 | f('sys/kernel/slab/UDPLITEv6/order', 0o664, b'3\n') |
| 2986 | f('sys/kernel/slab/UDPLITEv6/sanity_checks', 0o664, b'1\n') |
| 2987 | f('sys/kernel/slab/UDPLITEv6/store_user', 0o664, b'1\n') |
| 2988 | f('sys/kernel/slab/UDPLITEv6/align', 0o664, b'0\n') |
| 2989 | f('sys/kernel/slab/UDPLITEv6/partial', 0o664, b'0\n') |
| 2990 | f('sys/kernel/slab/UDPLITEv6/validate', 0o664, b'') |
| 2991 | f('sys/kernel/slab/UDPLITEv6/red_zone', 0o664, b'1\n') |
| 2992 | f('sys/kernel/slab/UDPLITEv6/free_calls', 0o664, b'No data\n') |
| 2993 | f('sys/kernel/slab/UDPLITEv6/aliases', 0o664, b'0\n') |
| 2994 | d('sys/kernel/slab/Acpi-Operand', 0o775) |
| 2995 | f('sys/kernel/slab/Acpi-Operand/reclaim_account', 0o664, b'0\n') |
| 2996 | f('sys/kernel/slab/Acpi-Operand/ctor', 0o664, b'') |
| 2997 | f('sys/kernel/slab/Acpi-Operand/hwcache_align', 0o664, b'0\n') |
| 2998 | f('sys/kernel/slab/Acpi-Operand/slab_size', 0o664, b'144\n') |
| 2999 | f('sys/kernel/slab/Acpi-Operand/total_objects', 0o664, b'2688\n') |
| 3000 | f('sys/kernel/slab/Acpi-Operand/slabs', 0o664, b'96\n') |
| 3001 | f('sys/kernel/slab/Acpi-Operand/poison', 0o664, b'1\n') |
| 3002 | f('sys/kernel/slab/Acpi-Operand/alloc_calls', 0o664, b' 2653 acpi_ut_allocate_object_desc_dbg+0x39/0x75 age=2625/8339457/8379700 pid=0-13466 cpus=0-1\n') |
| 3003 | f('sys/kernel/slab/Acpi-Operand/objs_per_slab', 0o664, b'28\n') |
| 3004 | f('sys/kernel/slab/Acpi-Operand/shrink', 0o664, b'') |
| 3005 | f('sys/kernel/slab/Acpi-Operand/trace', 0o664, b'0\n') |
| 3006 | f('sys/kernel/slab/Acpi-Operand/object_size', 0o664, b'72\n') |
| 3007 | f('sys/kernel/slab/Acpi-Operand/cpu_slabs', 0o664, b'0\n') |
| 3008 | f('sys/kernel/slab/Acpi-Operand/cache_dma', 0o664, b'0\n') |
| 3009 | f('sys/kernel/slab/Acpi-Operand/destroy_by_rcu', 0o664, b'0\n') |
| 3010 | f('sys/kernel/slab/Acpi-Operand/objects_partial', 0o664, b'171\n') |
| 3011 | f('sys/kernel/slab/Acpi-Operand/objects', 0o664, b'2663\n') |
| 3012 | f('sys/kernel/slab/Acpi-Operand/order', 0o664, b'0\n') |
| 3013 | f('sys/kernel/slab/Acpi-Operand/sanity_checks', 0o664, b'1\n') |
| 3014 | f('sys/kernel/slab/Acpi-Operand/store_user', 0o664, b'1\n') |
| 3015 | f('sys/kernel/slab/Acpi-Operand/align', 0o664, b'0\n') |
| 3016 | f('sys/kernel/slab/Acpi-Operand/partial', 0o664, b'7\n') |
| 3017 | f('sys/kernel/slab/Acpi-Operand/validate', 0o664, b'') |
| 3018 | f('sys/kernel/slab/Acpi-Operand/red_zone', 0o664, b'1\n') |
| 3019 | f('sys/kernel/slab/Acpi-Operand/free_calls', 0o664, b''' 2267 <not-available> age=4303046997 pid=0 cpus=0 |
| 3020 | 386 acpi_os_release_object+0x9/0xd age=2626/8137233/8379689 pid=0-13466 cpus=0-1 |
| 3021 | ''') |
| 3022 | f('sys/kernel/slab/Acpi-Operand/aliases', 0o664, b'0\n') |
| 3023 | d('sys/kernel/slab/xfrm_dst_cache', 0o775) |
| 3024 | f('sys/kernel/slab/xfrm_dst_cache/reclaim_account', 0o664, b'0\n') |
| 3025 | f('sys/kernel/slab/xfrm_dst_cache/ctor', 0o664, b'') |
| 3026 | f('sys/kernel/slab/xfrm_dst_cache/hwcache_align', 0o664, b'1\n') |
| 3027 | f('sys/kernel/slab/xfrm_dst_cache/slab_size', 0o664, b'448\n') |
| 3028 | f('sys/kernel/slab/xfrm_dst_cache/total_objects', 0o664, b'0\n') |
| 3029 | f('sys/kernel/slab/xfrm_dst_cache/slabs', 0o664, b'0\n') |
| 3030 | f('sys/kernel/slab/xfrm_dst_cache/poison', 0o664, b'1\n') |
| 3031 | f('sys/kernel/slab/xfrm_dst_cache/alloc_calls', 0o664, b'No data\n') |
| 3032 | f('sys/kernel/slab/xfrm_dst_cache/objs_per_slab', 0o664, b'18\n') |
| 3033 | f('sys/kernel/slab/xfrm_dst_cache/shrink', 0o664, b'') |
| 3034 | f('sys/kernel/slab/xfrm_dst_cache/trace', 0o664, b'0\n') |
| 3035 | f('sys/kernel/slab/xfrm_dst_cache/object_size', 0o664, b'344\n') |
| 3036 | f('sys/kernel/slab/xfrm_dst_cache/cpu_slabs', 0o664, b'0\n') |
| 3037 | f('sys/kernel/slab/xfrm_dst_cache/cache_dma', 0o664, b'0\n') |
| 3038 | f('sys/kernel/slab/xfrm_dst_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3039 | f('sys/kernel/slab/xfrm_dst_cache/objects_partial', 0o664, b'0\n') |
| 3040 | f('sys/kernel/slab/xfrm_dst_cache/objects', 0o664, b'0\n') |
| 3041 | f('sys/kernel/slab/xfrm_dst_cache/order', 0o664, b'1\n') |
| 3042 | f('sys/kernel/slab/xfrm_dst_cache/sanity_checks', 0o664, b'1\n') |
| 3043 | f('sys/kernel/slab/xfrm_dst_cache/store_user', 0o664, b'1\n') |
| 3044 | f('sys/kernel/slab/xfrm_dst_cache/align', 0o664, b'0\n') |
| 3045 | f('sys/kernel/slab/xfrm_dst_cache/partial', 0o664, b'0\n') |
| 3046 | f('sys/kernel/slab/xfrm_dst_cache/validate', 0o664, b'') |
| 3047 | f('sys/kernel/slab/xfrm_dst_cache/red_zone', 0o664, b'1\n') |
| 3048 | f('sys/kernel/slab/xfrm_dst_cache/free_calls', 0o664, b'No data\n') |
| 3049 | f('sys/kernel/slab/xfrm_dst_cache/aliases', 0o664, b'0\n') |
| 3050 | d('sys/kernel/slab/eventpoll_epi', 0o775) |
| 3051 | f('sys/kernel/slab/eventpoll_epi/reclaim_account', 0o664, b'0\n') |
| 3052 | f('sys/kernel/slab/eventpoll_epi/ctor', 0o664, b'') |
| 3053 | f('sys/kernel/slab/eventpoll_epi/hwcache_align', 0o664, b'1\n') |
| 3054 | f('sys/kernel/slab/eventpoll_epi/slab_size', 0o664, b'256\n') |
| 3055 | f('sys/kernel/slab/eventpoll_epi/total_objects', 0o664, b'96\n') |
| 3056 | f('sys/kernel/slab/eventpoll_epi/slabs', 0o664, b'6\n') |
| 3057 | f('sys/kernel/slab/eventpoll_epi/poison', 0o664, b'1\n') |
| 3058 | f('sys/kernel/slab/eventpoll_epi/alloc_calls', 0o664, b' 65 sys_epoll_ctl+0x1a4/0x4d0 age=2416443/8173337/8356255 pid=1690-20296 cpus=0-1\n') |
| 3059 | f('sys/kernel/slab/eventpoll_epi/objs_per_slab', 0o664, b'16\n') |
| 3060 | f('sys/kernel/slab/eventpoll_epi/shrink', 0o664, b'') |
| 3061 | f('sys/kernel/slab/eventpoll_epi/trace', 0o664, b'0\n') |
| 3062 | f('sys/kernel/slab/eventpoll_epi/object_size', 0o664, b'128\n') |
| 3063 | f('sys/kernel/slab/eventpoll_epi/cpu_slabs', 0o664, b'0\n') |
| 3064 | f('sys/kernel/slab/eventpoll_epi/cache_dma', 0o664, b'0\n') |
| 3065 | f('sys/kernel/slab/eventpoll_epi/destroy_by_rcu', 0o664, b'0\n') |
| 3066 | f('sys/kernel/slab/eventpoll_epi/objects_partial', 0o664, b'15\n') |
| 3067 | f('sys/kernel/slab/eventpoll_epi/objects', 0o664, b'79\n') |
| 3068 | f('sys/kernel/slab/eventpoll_epi/order', 0o664, b'0\n') |
| 3069 | f('sys/kernel/slab/eventpoll_epi/sanity_checks', 0o664, b'1\n') |
| 3070 | f('sys/kernel/slab/eventpoll_epi/store_user', 0o664, b'1\n') |
| 3071 | f('sys/kernel/slab/eventpoll_epi/align', 0o664, b'0\n') |
| 3072 | f('sys/kernel/slab/eventpoll_epi/partial', 0o664, b'2\n') |
| 3073 | f('sys/kernel/slab/eventpoll_epi/validate', 0o664, b'') |
| 3074 | f('sys/kernel/slab/eventpoll_epi/red_zone', 0o664, b'1\n') |
| 3075 | f('sys/kernel/slab/eventpoll_epi/free_calls', 0o664, b''' 61 <not-available> age=4303046803 pid=0 cpus=0 |
| 3076 | 4 ep_remove+0xae/0xc0 age=2416461/6864194/8356250 pid=1690-2073 cpus=0-1 |
| 3077 | ''') |
| 3078 | f('sys/kernel/slab/eventpoll_epi/aliases', 0o664, b'0\n') |
| 3079 | d('sys/kernel/slab/revoke_table', 0o775) |
| 3080 | f('sys/kernel/slab/revoke_table/reclaim_account', 0o664, b'1\n') |
| 3081 | f('sys/kernel/slab/revoke_table/ctor', 0o664, b'') |
| 3082 | f('sys/kernel/slab/revoke_table/hwcache_align', 0o664, b'0\n') |
| 3083 | f('sys/kernel/slab/revoke_table/slab_size', 0o664, b'88\n') |
| 3084 | f('sys/kernel/slab/revoke_table/total_objects', 0o664, b'46\n') |
| 3085 | f('sys/kernel/slab/revoke_table/slabs', 0o664, b'1\n') |
| 3086 | f('sys/kernel/slab/revoke_table/poison', 0o664, b'1\n') |
| 3087 | f('sys/kernel/slab/revoke_table/alloc_calls', 0o664, b' 4 journal_init_revoke_table+0x1b/0xb0 age=8369805/8374155/8378505 pid=1-962 cpus=0\n') |
| 3088 | f('sys/kernel/slab/revoke_table/objs_per_slab', 0o664, b'46\n') |
| 3089 | f('sys/kernel/slab/revoke_table/shrink', 0o664, b'') |
| 3090 | f('sys/kernel/slab/revoke_table/trace', 0o664, b'0\n') |
| 3091 | f('sys/kernel/slab/revoke_table/object_size', 0o664, b'16\n') |
| 3092 | f('sys/kernel/slab/revoke_table/cpu_slabs', 0o664, b'0\n') |
| 3093 | f('sys/kernel/slab/revoke_table/cache_dma', 0o664, b'0\n') |
| 3094 | f('sys/kernel/slab/revoke_table/destroy_by_rcu', 0o664, b'0\n') |
| 3095 | f('sys/kernel/slab/revoke_table/objects_partial', 0o664, b'4\n') |
| 3096 | f('sys/kernel/slab/revoke_table/objects', 0o664, b'4\n') |
| 3097 | f('sys/kernel/slab/revoke_table/order', 0o664, b'0\n') |
| 3098 | f('sys/kernel/slab/revoke_table/sanity_checks', 0o664, b'1\n') |
| 3099 | f('sys/kernel/slab/revoke_table/store_user', 0o664, b'1\n') |
| 3100 | f('sys/kernel/slab/revoke_table/align', 0o664, b'0\n') |
| 3101 | f('sys/kernel/slab/revoke_table/partial', 0o664, b'1\n') |
| 3102 | f('sys/kernel/slab/revoke_table/validate', 0o664, b'') |
| 3103 | f('sys/kernel/slab/revoke_table/red_zone', 0o664, b'1\n') |
| 3104 | f('sys/kernel/slab/revoke_table/free_calls', 0o664, b' 4 <not-available> age=4303047546 pid=0 cpus=0\n') |
| 3105 | f('sys/kernel/slab/revoke_table/aliases', 0o664, b'0\n') |
| 3106 | d('sys/kernel/slab/sgpool-32', 0o775) |
| 3107 | f('sys/kernel/slab/sgpool-32/reclaim_account', 0o664, b'0\n') |
| 3108 | f('sys/kernel/slab/sgpool-32/ctor', 0o664, b'') |
| 3109 | f('sys/kernel/slab/sgpool-32/hwcache_align', 0o664, b'1\n') |
| 3110 | f('sys/kernel/slab/sgpool-32/slab_size', 0o664, b'1152\n') |
| 3111 | f('sys/kernel/slab/sgpool-32/total_objects', 0o664, b'28\n') |
| 3112 | f('sys/kernel/slab/sgpool-32/slabs', 0o664, b'2\n') |
| 3113 | f('sys/kernel/slab/sgpool-32/poison', 0o664, b'1\n') |
| 3114 | f('sys/kernel/slab/sgpool-32/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379280/8379280/8379280 pid=1 cpus=0\n') |
| 3115 | f('sys/kernel/slab/sgpool-32/objs_per_slab', 0o664, b'14\n') |
| 3116 | f('sys/kernel/slab/sgpool-32/shrink', 0o664, b'') |
| 3117 | f('sys/kernel/slab/sgpool-32/trace', 0o664, b'0\n') |
| 3118 | f('sys/kernel/slab/sgpool-32/object_size', 0o664, b'1024\n') |
| 3119 | f('sys/kernel/slab/sgpool-32/cpu_slabs', 0o664, b'0\n') |
| 3120 | f('sys/kernel/slab/sgpool-32/cache_dma', 0o664, b'0\n') |
| 3121 | f('sys/kernel/slab/sgpool-32/destroy_by_rcu', 0o664, b'0\n') |
| 3122 | f('sys/kernel/slab/sgpool-32/objects_partial', 0o664, b'0\n') |
| 3123 | f('sys/kernel/slab/sgpool-32/objects', 0o664, b'28\n') |
| 3124 | f('sys/kernel/slab/sgpool-32/order', 0o664, b'2\n') |
| 3125 | f('sys/kernel/slab/sgpool-32/sanity_checks', 0o664, b'1\n') |
| 3126 | f('sys/kernel/slab/sgpool-32/store_user', 0o664, b'1\n') |
| 3127 | f('sys/kernel/slab/sgpool-32/align', 0o664, b'0\n') |
| 3128 | f('sys/kernel/slab/sgpool-32/partial', 0o664, b'0\n') |
| 3129 | f('sys/kernel/slab/sgpool-32/validate', 0o664, b'') |
| 3130 | f('sys/kernel/slab/sgpool-32/red_zone', 0o664, b'1\n') |
| 3131 | f('sys/kernel/slab/sgpool-32/free_calls', 0o664, b' 2 <not-available> age=4303046829 pid=0 cpus=0\n') |
| 3132 | f('sys/kernel/slab/sgpool-32/aliases', 0o664, b'0\n') |
| 3133 | d('sys/kernel/slab/fib6_nodes', 0o775) |
| 3134 | f('sys/kernel/slab/fib6_nodes/reclaim_account', 0o664, b'0\n') |
| 3135 | f('sys/kernel/slab/fib6_nodes/ctor', 0o664, b'') |
| 3136 | f('sys/kernel/slab/fib6_nodes/hwcache_align', 0o664, b'1\n') |
| 3137 | f('sys/kernel/slab/fib6_nodes/slab_size', 0o664, b'128\n') |
| 3138 | f('sys/kernel/slab/fib6_nodes/total_objects', 0o664, b'64\n') |
| 3139 | f('sys/kernel/slab/fib6_nodes/slabs', 0o664, b'2\n') |
| 3140 | f('sys/kernel/slab/fib6_nodes/poison', 0o664, b'1\n') |
| 3141 | f('sys/kernel/slab/fib6_nodes/alloc_calls', 0o664, b''' 3 fib6_add+0x112/0x6a0 [ipv6] age=8328809/8339785/8360575 pid=8-2080 cpus=0-1 |
| 3142 | 1 fib6_add+0x2a2/0x6a0 [ipv6] age=8329973 pid=8 cpus=1 |
| 3143 | 1 fib6_add+0x2b6/0x6a0 [ipv6] age=8329973 pid=8 cpus=1 |
| 3144 | ''') |
| 3145 | f('sys/kernel/slab/fib6_nodes/objs_per_slab', 0o664, b'32\n') |
| 3146 | f('sys/kernel/slab/fib6_nodes/shrink', 0o664, b'') |
| 3147 | f('sys/kernel/slab/fib6_nodes/trace', 0o664, b'0\n') |
| 3148 | f('sys/kernel/slab/fib6_nodes/object_size', 0o664, b'48\n') |
| 3149 | f('sys/kernel/slab/fib6_nodes/cpu_slabs', 0o664, b'0\n') |
| 3150 | f('sys/kernel/slab/fib6_nodes/cache_dma', 0o664, b'0\n') |
| 3151 | f('sys/kernel/slab/fib6_nodes/destroy_by_rcu', 0o664, b'0\n') |
| 3152 | f('sys/kernel/slab/fib6_nodes/objects_partial', 0o664, b'5\n') |
| 3153 | f('sys/kernel/slab/fib6_nodes/objects', 0o664, b'5\n') |
| 3154 | f('sys/kernel/slab/fib6_nodes/order', 0o664, b'0\n') |
| 3155 | f('sys/kernel/slab/fib6_nodes/sanity_checks', 0o664, b'1\n') |
| 3156 | f('sys/kernel/slab/fib6_nodes/store_user', 0o664, b'1\n') |
| 3157 | f('sys/kernel/slab/fib6_nodes/align', 0o664, b'0\n') |
| 3158 | f('sys/kernel/slab/fib6_nodes/partial', 0o664, b'2\n') |
| 3159 | f('sys/kernel/slab/fib6_nodes/validate', 0o664, b'') |
| 3160 | f('sys/kernel/slab/fib6_nodes/red_zone', 0o664, b'1\n') |
| 3161 | f('sys/kernel/slab/fib6_nodes/free_calls', 0o664, b' 5 <not-available> age=4303047799 pid=0 cpus=0\n') |
| 3162 | f('sys/kernel/slab/fib6_nodes/aliases', 0o664, b'0\n') |
| 3163 | d('sys/kernel/slab/flow_cache', 0o775) |
| 3164 | f('sys/kernel/slab/flow_cache/reclaim_account', 0o664, b'0\n') |
| 3165 | f('sys/kernel/slab/flow_cache/ctor', 0o664, b'') |
| 3166 | f('sys/kernel/slab/flow_cache/hwcache_align', 0o664, b'0\n') |
| 3167 | f('sys/kernel/slab/flow_cache/slab_size', 0o664, b'168\n') |
| 3168 | f('sys/kernel/slab/flow_cache/total_objects', 0o664, b'0\n') |
| 3169 | f('sys/kernel/slab/flow_cache/slabs', 0o664, b'0\n') |
| 3170 | f('sys/kernel/slab/flow_cache/poison', 0o664, b'1\n') |
| 3171 | f('sys/kernel/slab/flow_cache/alloc_calls', 0o664, b'No data\n') |
| 3172 | f('sys/kernel/slab/flow_cache/objs_per_slab', 0o664, b'24\n') |
| 3173 | f('sys/kernel/slab/flow_cache/shrink', 0o664, b'') |
| 3174 | f('sys/kernel/slab/flow_cache/trace', 0o664, b'0\n') |
| 3175 | f('sys/kernel/slab/flow_cache/object_size', 0o664, b'96\n') |
| 3176 | f('sys/kernel/slab/flow_cache/cpu_slabs', 0o664, b'0\n') |
| 3177 | f('sys/kernel/slab/flow_cache/cache_dma', 0o664, b'0\n') |
| 3178 | f('sys/kernel/slab/flow_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3179 | f('sys/kernel/slab/flow_cache/objects_partial', 0o664, b'0\n') |
| 3180 | f('sys/kernel/slab/flow_cache/objects', 0o664, b'0\n') |
| 3181 | f('sys/kernel/slab/flow_cache/order', 0o664, b'0\n') |
| 3182 | f('sys/kernel/slab/flow_cache/sanity_checks', 0o664, b'1\n') |
| 3183 | f('sys/kernel/slab/flow_cache/store_user', 0o664, b'1\n') |
| 3184 | f('sys/kernel/slab/flow_cache/align', 0o664, b'0\n') |
| 3185 | f('sys/kernel/slab/flow_cache/partial', 0o664, b'0\n') |
| 3186 | f('sys/kernel/slab/flow_cache/validate', 0o664, b'') |
| 3187 | f('sys/kernel/slab/flow_cache/red_zone', 0o664, b'1\n') |
| 3188 | f('sys/kernel/slab/flow_cache/free_calls', 0o664, b'No data\n') |
| 3189 | f('sys/kernel/slab/flow_cache/aliases', 0o664, b'0\n') |
| 3190 | d('sys/kernel/slab/fat_cache', 0o775) |
| 3191 | f('sys/kernel/slab/fat_cache/reclaim_account', 0o664, b'1\n') |
| 3192 | f('sys/kernel/slab/fat_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 3193 | f('sys/kernel/slab/fat_cache/hwcache_align', 0o664, b'0\n') |
| 3194 | f('sys/kernel/slab/fat_cache/slab_size', 0o664, b'104\n') |
| 3195 | f('sys/kernel/slab/fat_cache/total_objects', 0o664, b'39\n') |
| 3196 | f('sys/kernel/slab/fat_cache/slabs', 0o664, b'1\n') |
| 3197 | f('sys/kernel/slab/fat_cache/poison', 0o664, b'1\n') |
| 3198 | f('sys/kernel/slab/fat_cache/alloc_calls', 0o664, b' 14 fat_cache_add+0x11f/0x1c0 age=61297/61310/61330 pid=13349 cpus=0\n') |
| 3199 | f('sys/kernel/slab/fat_cache/objs_per_slab', 0o664, b'39\n') |
| 3200 | f('sys/kernel/slab/fat_cache/shrink', 0o664, b'') |
| 3201 | f('sys/kernel/slab/fat_cache/trace', 0o664, b'0\n') |
| 3202 | f('sys/kernel/slab/fat_cache/object_size', 0o664, b'32\n') |
| 3203 | f('sys/kernel/slab/fat_cache/cpu_slabs', 0o664, b'0\n') |
| 3204 | f('sys/kernel/slab/fat_cache/cache_dma', 0o664, b'0\n') |
| 3205 | f('sys/kernel/slab/fat_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3206 | f('sys/kernel/slab/fat_cache/objects_partial', 0o664, b'0\n') |
| 3207 | f('sys/kernel/slab/fat_cache/objects', 0o664, b'39\n') |
| 3208 | f('sys/kernel/slab/fat_cache/order', 0o664, b'0\n') |
| 3209 | f('sys/kernel/slab/fat_cache/sanity_checks', 0o664, b'1\n') |
| 3210 | f('sys/kernel/slab/fat_cache/store_user', 0o664, b'1\n') |
| 3211 | f('sys/kernel/slab/fat_cache/align', 0o664, b'0\n') |
| 3212 | f('sys/kernel/slab/fat_cache/partial', 0o664, b'0\n') |
| 3213 | f('sys/kernel/slab/fat_cache/validate', 0o664, b'') |
| 3214 | f('sys/kernel/slab/fat_cache/red_zone', 0o664, b'1\n') |
| 3215 | f('sys/kernel/slab/fat_cache/free_calls', 0o664, b' 14 <not-available> age=4303047585 pid=0 cpus=0\n') |
| 3216 | f('sys/kernel/slab/fat_cache/aliases', 0o664, b'0\n') |
| 3217 | d('sys/kernel/slab/sock_inode_cache', 0o775) |
| 3218 | f('sys/kernel/slab/sock_inode_cache/reclaim_account', 0o664, b'1\n') |
| 3219 | f('sys/kernel/slab/sock_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 3220 | f('sys/kernel/slab/sock_inode_cache/hwcache_align', 0o664, b'1\n') |
| 3221 | f('sys/kernel/slab/sock_inode_cache/slab_size', 0o664, b'1280\n') |
| 3222 | f('sys/kernel/slab/sock_inode_cache/total_objects', 0o664, b'504\n') |
| 3223 | f('sys/kernel/slab/sock_inode_cache/slabs', 0o664, b'42\n') |
| 3224 | f('sys/kernel/slab/sock_inode_cache/poison', 0o664, b'1\n') |
| 3225 | f('sys/kernel/slab/sock_inode_cache/alloc_calls', 0o664, b' 481 sock_alloc_inode+0x1a/0x70 age=61330/8214562/8379530 pid=1-20296 cpus=0-1\n') |
| 3226 | f('sys/kernel/slab/sock_inode_cache/objs_per_slab', 0o664, b'12\n') |
| 3227 | f('sys/kernel/slab/sock_inode_cache/shrink', 0o664, b'') |
| 3228 | f('sys/kernel/slab/sock_inode_cache/trace', 0o664, b'0\n') |
| 3229 | f('sys/kernel/slab/sock_inode_cache/object_size', 0o664, b'1192\n') |
| 3230 | f('sys/kernel/slab/sock_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3231 | f('sys/kernel/slab/sock_inode_cache/cache_dma', 0o664, b'0\n') |
| 3232 | f('sys/kernel/slab/sock_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3233 | f('sys/kernel/slab/sock_inode_cache/objects_partial', 0o664, b'83\n') |
| 3234 | f('sys/kernel/slab/sock_inode_cache/objects', 0o664, b'491\n') |
| 3235 | f('sys/kernel/slab/sock_inode_cache/order', 0o664, b'2\n') |
| 3236 | f('sys/kernel/slab/sock_inode_cache/sanity_checks', 0o664, b'1\n') |
| 3237 | f('sys/kernel/slab/sock_inode_cache/store_user', 0o664, b'1\n') |
| 3238 | f('sys/kernel/slab/sock_inode_cache/align', 0o664, b'0\n') |
| 3239 | f('sys/kernel/slab/sock_inode_cache/partial', 0o664, b'8\n') |
| 3240 | f('sys/kernel/slab/sock_inode_cache/validate', 0o664, b'') |
| 3241 | f('sys/kernel/slab/sock_inode_cache/red_zone', 0o664, b'1\n') |
| 3242 | f('sys/kernel/slab/sock_inode_cache/free_calls', 0o664, b''' 276 <not-available> age=4303046961 pid=0 cpus=0 |
| 3243 | 205 sock_destroy_inode+0x14/0x20 age=61348/8035806/8376228 pid=76-20292 cpus=0-1 |
| 3244 | ''') |
| 3245 | f('sys/kernel/slab/sock_inode_cache/aliases', 0o664, b'0\n') |
| 3246 | d('sys/kernel/slab/ip_fib_hash', 0o775) |
| 3247 | f('sys/kernel/slab/ip_fib_hash/reclaim_account', 0o664, b'0\n') |
| 3248 | f('sys/kernel/slab/ip_fib_hash/ctor', 0o664, b'') |
| 3249 | f('sys/kernel/slab/ip_fib_hash/hwcache_align', 0o664, b'0\n') |
| 3250 | f('sys/kernel/slab/ip_fib_hash/slab_size', 0o664, b'144\n') |
| 3251 | f('sys/kernel/slab/ip_fib_hash/total_objects', 0o664, b'56\n') |
| 3252 | f('sys/kernel/slab/ip_fib_hash/slabs', 0o664, b'2\n') |
| 3253 | f('sys/kernel/slab/ip_fib_hash/poison', 0o664, b'1\n') |
| 3254 | f('sys/kernel/slab/ip_fib_hash/alloc_calls', 0o664, b' 11 fn_hash_insert+0x5a6/0x800 age=8323831/8347847/8367198 pid=1197-1541 cpus=0-1\n') |
| 3255 | f('sys/kernel/slab/ip_fib_hash/objs_per_slab', 0o664, b'28\n') |
| 3256 | f('sys/kernel/slab/ip_fib_hash/shrink', 0o664, b'') |
| 3257 | f('sys/kernel/slab/ip_fib_hash/trace', 0o664, b'0\n') |
| 3258 | f('sys/kernel/slab/ip_fib_hash/object_size', 0o664, b'72\n') |
| 3259 | f('sys/kernel/slab/ip_fib_hash/cpu_slabs', 0o664, b'0\n') |
| 3260 | f('sys/kernel/slab/ip_fib_hash/cache_dma', 0o664, b'0\n') |
| 3261 | f('sys/kernel/slab/ip_fib_hash/destroy_by_rcu', 0o664, b'0\n') |
| 3262 | f('sys/kernel/slab/ip_fib_hash/objects_partial', 0o664, b'11\n') |
| 3263 | f('sys/kernel/slab/ip_fib_hash/objects', 0o664, b'11\n') |
| 3264 | f('sys/kernel/slab/ip_fib_hash/order', 0o664, b'0\n') |
| 3265 | f('sys/kernel/slab/ip_fib_hash/sanity_checks', 0o664, b'1\n') |
| 3266 | f('sys/kernel/slab/ip_fib_hash/store_user', 0o664, b'1\n') |
| 3267 | f('sys/kernel/slab/ip_fib_hash/align', 0o664, b'0\n') |
| 3268 | f('sys/kernel/slab/ip_fib_hash/partial', 0o664, b'2\n') |
| 3269 | f('sys/kernel/slab/ip_fib_hash/validate', 0o664, b'') |
| 3270 | f('sys/kernel/slab/ip_fib_hash/red_zone', 0o664, b'1\n') |
| 3271 | f('sys/kernel/slab/ip_fib_hash/free_calls', 0o664, b''' 7 <not-available> age=4303046724 pid=0 cpus=0 |
| 3272 | 4 fn_hash_delete+0x22c/0x290 age=8367201/8367201/8367201 pid=1195 cpus=1 |
| 3273 | ''') |
| 3274 | f('sys/kernel/slab/ip_fib_hash/aliases', 0o664, b'0\n') |
| 3275 | d('sys/kernel/slab/kmalloc_dma-512', 0o775) |
| 3276 | f('sys/kernel/slab/kmalloc_dma-512/reclaim_account', 0o664, b'0\n') |
| 3277 | f('sys/kernel/slab/kmalloc_dma-512/ctor', 0o664, b'') |
| 3278 | f('sys/kernel/slab/kmalloc_dma-512/hwcache_align', 0o664, b'0\n') |
| 3279 | f('sys/kernel/slab/kmalloc_dma-512/slab_size', 0o664, b'584\n') |
| 3280 | f('sys/kernel/slab/kmalloc_dma-512/total_objects', 0o664, b'14\n') |
| 3281 | f('sys/kernel/slab/kmalloc_dma-512/slabs', 0o664, b'1\n') |
| 3282 | f('sys/kernel/slab/kmalloc_dma-512/poison', 0o664, b'1\n') |
| 3283 | f('sys/kernel/slab/kmalloc_dma-512/alloc_calls', 0o664, b'No data\n') |
| 3284 | f('sys/kernel/slab/kmalloc_dma-512/objs_per_slab', 0o664, b'14\n') |
| 3285 | f('sys/kernel/slab/kmalloc_dma-512/shrink', 0o664, b'') |
| 3286 | f('sys/kernel/slab/kmalloc_dma-512/trace', 0o664, b'0\n') |
| 3287 | f('sys/kernel/slab/kmalloc_dma-512/object_size', 0o664, b'512\n') |
| 3288 | f('sys/kernel/slab/kmalloc_dma-512/cpu_slabs', 0o664, b'0\n') |
| 3289 | f('sys/kernel/slab/kmalloc_dma-512/cache_dma', 0o664, b'1\n') |
| 3290 | f('sys/kernel/slab/kmalloc_dma-512/destroy_by_rcu', 0o664, b'0\n') |
| 3291 | f('sys/kernel/slab/kmalloc_dma-512/objects_partial', 0o664, b'0\n') |
| 3292 | f('sys/kernel/slab/kmalloc_dma-512/objects', 0o664, b'0\n') |
| 3293 | f('sys/kernel/slab/kmalloc_dma-512/order', 0o664, b'1\n') |
| 3294 | f('sys/kernel/slab/kmalloc_dma-512/sanity_checks', 0o664, b'1\n') |
| 3295 | f('sys/kernel/slab/kmalloc_dma-512/store_user', 0o664, b'1\n') |
| 3296 | f('sys/kernel/slab/kmalloc_dma-512/align', 0o664, b'8\n') |
| 3297 | f('sys/kernel/slab/kmalloc_dma-512/partial', 0o664, b'1\n') |
| 3298 | f('sys/kernel/slab/kmalloc_dma-512/validate', 0o664, b'') |
| 3299 | f('sys/kernel/slab/kmalloc_dma-512/red_zone', 0o664, b'1\n') |
| 3300 | f('sys/kernel/slab/kmalloc_dma-512/free_calls', 0o664, b'No data\n') |
| 3301 | f('sys/kernel/slab/kmalloc_dma-512/aliases', 0o664, b'0\n') |
| 3302 | d('sys/kernel/slab/inode_cache', 0o775) |
| 3303 | f('sys/kernel/slab/inode_cache/reclaim_account', 0o664, b'1\n') |
| 3304 | f('sys/kernel/slab/inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 3305 | f('sys/kernel/slab/inode_cache/hwcache_align', 0o664, b'0\n') |
| 3306 | f('sys/kernel/slab/inode_cache/slab_size', 0o664, b'1144\n') |
| 3307 | f('sys/kernel/slab/inode_cache/total_objects', 0o664, b'11676\n') |
| 3308 | f('sys/kernel/slab/inode_cache/slabs', 0o664, b'834\n') |
| 3309 | f('sys/kernel/slab/inode_cache/poison', 0o664, b'1\n') |
| 3310 | f('sys/kernel/slab/inode_cache/alloc_calls', 0o664, b' 11655 alloc_inode+0x251/0x280 age=665/7686826/8379810 pid=0-13466 cpus=0-1\n') |
| 3311 | f('sys/kernel/slab/inode_cache/objs_per_slab', 0o664, b'14\n') |
| 3312 | f('sys/kernel/slab/inode_cache/shrink', 0o664, b'') |
| 3313 | f('sys/kernel/slab/inode_cache/trace', 0o664, b'0\n') |
| 3314 | f('sys/kernel/slab/inode_cache/object_size', 0o664, b'1072\n') |
| 3315 | f('sys/kernel/slab/inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3316 | f('sys/kernel/slab/inode_cache/cache_dma', 0o664, b'0\n') |
| 3317 | f('sys/kernel/slab/inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3318 | f('sys/kernel/slab/inode_cache/objects_partial', 0o664, b'0\n') |
| 3319 | f('sys/kernel/slab/inode_cache/objects', 0o664, b'11676\n') |
| 3320 | f('sys/kernel/slab/inode_cache/order', 0o664, b'2\n') |
| 3321 | f('sys/kernel/slab/inode_cache/sanity_checks', 0o664, b'1\n') |
| 3322 | f('sys/kernel/slab/inode_cache/store_user', 0o664, b'1\n') |
| 3323 | f('sys/kernel/slab/inode_cache/align', 0o664, b'0\n') |
| 3324 | f('sys/kernel/slab/inode_cache/partial', 0o664, b'0\n') |
| 3325 | f('sys/kernel/slab/inode_cache/validate', 0o664, b'') |
| 3326 | f('sys/kernel/slab/inode_cache/red_zone', 0o664, b'1\n') |
| 3327 | f('sys/kernel/slab/inode_cache/free_calls', 0o664, b''' 11113 <not-available> age=4303047110 pid=0 cpus=0 |
| 3328 | 542 destroy_inode+0x4f/0x60 age=1016/6891707/8377435 pid=7-15896 cpus=0-1 |
| 3329 | ''') |
| 3330 | f('sys/kernel/slab/inode_cache/aliases', 0o664, b'0\n') |
| 3331 | d('sys/kernel/slab/inotify_event_cache', 0o775) |
| 3332 | f('sys/kernel/slab/inotify_event_cache/reclaim_account', 0o664, b'0\n') |
| 3333 | f('sys/kernel/slab/inotify_event_cache/ctor', 0o664, b'') |
| 3334 | f('sys/kernel/slab/inotify_event_cache/hwcache_align', 0o664, b'0\n') |
| 3335 | f('sys/kernel/slab/inotify_event_cache/slab_size', 0o664, b'112\n') |
| 3336 | f('sys/kernel/slab/inotify_event_cache/total_objects', 0o664, b'72\n') |
| 3337 | f('sys/kernel/slab/inotify_event_cache/slabs', 0o664, b'2\n') |
| 3338 | f('sys/kernel/slab/inotify_event_cache/poison', 0o664, b'1\n') |
| 3339 | f('sys/kernel/slab/inotify_event_cache/alloc_calls', 0o664, b'No data\n') |
| 3340 | f('sys/kernel/slab/inotify_event_cache/objs_per_slab', 0o664, b'36\n') |
| 3341 | f('sys/kernel/slab/inotify_event_cache/shrink', 0o664, b'') |
| 3342 | f('sys/kernel/slab/inotify_event_cache/trace', 0o664, b'0\n') |
| 3343 | f('sys/kernel/slab/inotify_event_cache/object_size', 0o664, b'40\n') |
| 3344 | f('sys/kernel/slab/inotify_event_cache/cpu_slabs', 0o664, b'0\n') |
| 3345 | f('sys/kernel/slab/inotify_event_cache/cache_dma', 0o664, b'0\n') |
| 3346 | f('sys/kernel/slab/inotify_event_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3347 | f('sys/kernel/slab/inotify_event_cache/objects_partial', 0o664, b'0\n') |
| 3348 | f('sys/kernel/slab/inotify_event_cache/objects', 0o664, b'72\n') |
| 3349 | f('sys/kernel/slab/inotify_event_cache/order', 0o664, b'0\n') |
| 3350 | f('sys/kernel/slab/inotify_event_cache/sanity_checks', 0o664, b'1\n') |
| 3351 | f('sys/kernel/slab/inotify_event_cache/store_user', 0o664, b'1\n') |
| 3352 | f('sys/kernel/slab/inotify_event_cache/align', 0o664, b'0\n') |
| 3353 | f('sys/kernel/slab/inotify_event_cache/partial', 0o664, b'0\n') |
| 3354 | f('sys/kernel/slab/inotify_event_cache/validate', 0o664, b'') |
| 3355 | f('sys/kernel/slab/inotify_event_cache/red_zone', 0o664, b'1\n') |
| 3356 | f('sys/kernel/slab/inotify_event_cache/free_calls', 0o664, b'No data\n') |
| 3357 | f('sys/kernel/slab/inotify_event_cache/aliases', 0o664, b'0\n') |
| 3358 | d('sys/kernel/slab/UDP', 0o775) |
| 3359 | f('sys/kernel/slab/UDP/reclaim_account', 0o664, b'0\n') |
| 3360 | f('sys/kernel/slab/UDP/ctor', 0o664, b'') |
| 3361 | f('sys/kernel/slab/UDP/hwcache_align', 0o664, b'1\n') |
| 3362 | f('sys/kernel/slab/UDP/slab_size', 0o664, b'1344\n') |
| 3363 | f('sys/kernel/slab/UDP/total_objects', 0o664, b'24\n') |
| 3364 | f('sys/kernel/slab/UDP/slabs', 0o664, b'2\n') |
| 3365 | f('sys/kernel/slab/UDP/poison', 0o664, b'1\n') |
| 3366 | f('sys/kernel/slab/UDP/alloc_calls', 0o664, b' 5 sk_prot_alloc+0x1e/0xb0 age=8327731/8349275/8355457 pid=1545-2586 cpus=0-1\n') |
| 3367 | f('sys/kernel/slab/UDP/objs_per_slab', 0o664, b'12\n') |
| 3368 | f('sys/kernel/slab/UDP/shrink', 0o664, b'') |
| 3369 | f('sys/kernel/slab/UDP/trace', 0o664, b'0\n') |
| 3370 | f('sys/kernel/slab/UDP/object_size', 0o664, b'1232\n') |
| 3371 | f('sys/kernel/slab/UDP/cpu_slabs', 0o664, b'0\n') |
| 3372 | f('sys/kernel/slab/UDP/cache_dma', 0o664, b'0\n') |
| 3373 | f('sys/kernel/slab/UDP/destroy_by_rcu', 0o664, b'0\n') |
| 3374 | f('sys/kernel/slab/UDP/objects_partial', 0o664, b'0\n') |
| 3375 | f('sys/kernel/slab/UDP/objects', 0o664, b'24\n') |
| 3376 | f('sys/kernel/slab/UDP/order', 0o664, b'2\n') |
| 3377 | f('sys/kernel/slab/UDP/sanity_checks', 0o664, b'1\n') |
| 3378 | f('sys/kernel/slab/UDP/store_user', 0o664, b'1\n') |
| 3379 | f('sys/kernel/slab/UDP/align', 0o664, b'0\n') |
| 3380 | f('sys/kernel/slab/UDP/partial', 0o664, b'0\n') |
| 3381 | f('sys/kernel/slab/UDP/validate', 0o664, b'') |
| 3382 | f('sys/kernel/slab/UDP/red_zone', 0o664, b'1\n') |
| 3383 | f('sys/kernel/slab/UDP/free_calls', 0o664, b''' 1 <not-available> age=4303046759 pid=0 cpus=0 |
| 3384 | 4 sk_free+0x80/0x100 age=8327731/8350484/8364461 pid=1371-2586 cpus=0-1 |
| 3385 | ''') |
| 3386 | f('sys/kernel/slab/UDP/aliases', 0o664, b'0\n') |
| 3387 | d('sys/kernel/slab/Acpi-ParseExt', 0o775) |
| 3388 | f('sys/kernel/slab/Acpi-ParseExt/reclaim_account', 0o664, b'0\n') |
| 3389 | f('sys/kernel/slab/Acpi-ParseExt/ctor', 0o664, b'') |
| 3390 | f('sys/kernel/slab/Acpi-ParseExt/hwcache_align', 0o664, b'0\n') |
| 3391 | f('sys/kernel/slab/Acpi-ParseExt/slab_size', 0o664, b'144\n') |
| 3392 | f('sys/kernel/slab/Acpi-ParseExt/total_objects', 0o664, b'56\n') |
| 3393 | f('sys/kernel/slab/Acpi-ParseExt/slabs', 0o664, b'2\n') |
| 3394 | f('sys/kernel/slab/Acpi-ParseExt/poison', 0o664, b'1\n') |
| 3395 | f('sys/kernel/slab/Acpi-ParseExt/alloc_calls', 0o664, b'No data\n') |
| 3396 | f('sys/kernel/slab/Acpi-ParseExt/objs_per_slab', 0o664, b'28\n') |
| 3397 | f('sys/kernel/slab/Acpi-ParseExt/shrink', 0o664, b'') |
| 3398 | f('sys/kernel/slab/Acpi-ParseExt/trace', 0o664, b'0\n') |
| 3399 | f('sys/kernel/slab/Acpi-ParseExt/object_size', 0o664, b'72\n') |
| 3400 | f('sys/kernel/slab/Acpi-ParseExt/cpu_slabs', 0o664, b'0\n') |
| 3401 | f('sys/kernel/slab/Acpi-ParseExt/cache_dma', 0o664, b'0\n') |
| 3402 | f('sys/kernel/slab/Acpi-ParseExt/destroy_by_rcu', 0o664, b'0\n') |
| 3403 | f('sys/kernel/slab/Acpi-ParseExt/objects_partial', 0o664, b'0\n') |
| 3404 | f('sys/kernel/slab/Acpi-ParseExt/objects', 0o664, b'56\n') |
| 3405 | f('sys/kernel/slab/Acpi-ParseExt/order', 0o664, b'0\n') |
| 3406 | f('sys/kernel/slab/Acpi-ParseExt/sanity_checks', 0o664, b'1\n') |
| 3407 | f('sys/kernel/slab/Acpi-ParseExt/store_user', 0o664, b'1\n') |
| 3408 | f('sys/kernel/slab/Acpi-ParseExt/align', 0o664, b'0\n') |
| 3409 | f('sys/kernel/slab/Acpi-ParseExt/partial', 0o664, b'0\n') |
| 3410 | f('sys/kernel/slab/Acpi-ParseExt/validate', 0o664, b'') |
| 3411 | f('sys/kernel/slab/Acpi-ParseExt/red_zone', 0o664, b'1\n') |
| 3412 | f('sys/kernel/slab/Acpi-ParseExt/free_calls', 0o664, b'No data\n') |
| 3413 | f('sys/kernel/slab/Acpi-ParseExt/aliases', 0o664, b'0\n') |
| 3414 | d('sys/kernel/slab/kmalloc-8', 0o775) |
| 3415 | f('sys/kernel/slab/kmalloc-8/reclaim_account', 0o664, b'0\n') |
| 3416 | f('sys/kernel/slab/kmalloc-8/ctor', 0o664, b'') |
| 3417 | f('sys/kernel/slab/kmalloc-8/hwcache_align', 0o664, b'0\n') |
| 3418 | f('sys/kernel/slab/kmalloc-8/slab_size', 0o664, b'80\n') |
| 3419 | f('sys/kernel/slab/kmalloc-8/total_objects', 0o664, b'3366\n') |
| 3420 | f('sys/kernel/slab/kmalloc-8/slabs', 0o664, b'66\n') |
| 3421 | f('sys/kernel/slab/kmalloc-8/poison', 0o664, b'1\n') |
| 3422 | f('sys/kernel/slab/kmalloc-8/alloc_calls', 0o664, b''' 1 cache_k8_northbridges+0x5f/0x130 age=8379864 pid=1 cpus=0 |
| 3423 | 1 pm_qos_add_requirement+0x51/0xe0 age=8376100 pid=122 cpus=1 |
| 3424 | 5 setup_modinfo_version+0x19/0x30 age=8355991/8370769/8376336 pid=169-1766 cpus=0-1 |
| 3425 | 379 load_module+0x1ac4/0x1b30 age=8303091/8368856/8376330 pid=105-2754 cpus=0-1 |
| 3426 | 57 strndup_user+0x6d/0xc0 age=8303095/8368234/8376336 pid=105-2754 cpus=0-1 |
| 3427 | 4 krealloc+0x1e/0x60 age=8355270/8362240/8377141 pid=71-1849 cpus=0-1 |
| 3428 | 5 __vmalloc_area_node+0xfb/0x140 age=8373659/8374450/8375164 pid=181-754 cpus=0-1 |
| 3429 | 17 alloc_vfsmnt+0x97/0x180 age=8354102/8377143/8380122 pid=0-2064 cpus=0-1 |
| 3430 | 1 proc_symlink+0x4d/0xb0 age=8374163 pid=107 cpus=1 |
| 3431 | 1954 sysfs_new_dirent+0x10c/0x120 age=22655/7531182/8380122 pid=0-13295 cpus=0-1 |
| 3432 | 690 kvasprintf+0x55/0x90 age=22668/7820060/8380122 pid=0-13295 cpus=0-1 |
| 3433 | 1 proc_bus_pci_open+0x1d/0x50 age=8355838 pid=1738 cpus=0 |
| 3434 | 5 pcie_port_device_register+0x25/0x4a0 age=8379822/8379823/8379824 pid=1 cpus=1 |
| 3435 | 19 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379961/8379970/8379972 pid=1 cpus=0 |
| 3436 | 9 acpi_ev_pci_config_region_setup+0x162/0x270 age=8379256/8379854/8379947 pid=1-12 cpus=0-1 |
| 3437 | 2 acpi_ut_copy_simple_object+0x8f/0x11c age=8375678/8375686/8375694 pid=396 cpus=0 |
| 3438 | 35 acpi_irq_stats_init+0x1bd/0x268 age=8379979/8379979/8379979 pid=1 cpus=0 |
| 3439 | 8 neigh_sysctl_register+0x1cd/0x330 age=8360192/8368781/8379845 pid=1-1549 cpus=0-1 |
| 3440 | 7 netlink_kernel_create+0xab/0x1a0 age=8378987/8379768/8379988 pid=1 cpus=0-1 |
| 3441 | 5 __devinet_sysctl_register+0xb8/0x120 age=8373658/8377862/8379845 pid=1-126 cpus=0-1 |
| 3442 | 1 fz_hash_alloc+0x4a/0x60 age=8324525 pid=1541 cpus=0 |
| 3443 | 1 init_vdso_vars+0x4c/0x24a age=8379835 pid=1 cpus=1 |
| 3444 | 30 netlink_proto_init+0xf1/0x16b age=8379988/8379988/8379988 pid=1 cpus=0 |
| 3445 | 5 hub_probe+0x20b/0x820 [usbcore] age=8374075/8374568/8374921 pid=143-147 cpus=0-1 |
| 3446 | 3 usb_cache_string+0x65/0xa0 [usbcore] age=22742/37518/67072 pid=419 cpus=0 |
| 3447 | 10 usb_get_configuration+0xbd/0x1480 [usbcore] age=22743/5876145/8374941 pid=143-419 cpus=0-1 |
| 3448 | 35 snd_info_create_entry+0x30/0xa0 [snd] age=8355370/8370655/8374933 pid=107-1813 cpus=0-1 |
| 3449 | 1 async_chainiv_givencrypt_first+0x56/0x80 [crypto_blkcipher] age=8374580 pid=215 cpus=0 |
| 3450 | 1 md_seq_open+0x2d/0x90 [md_mod] age=8366135 pid=1371 cpus=0 |
| 3451 | 1 bitmap_create+0x3aa/0xad0 [md_mod] age=8370125 pid=916 cpus=0 |
| 3452 | 5 __addrconf_sysctl_register+0xcd/0x140 [ipv6] age=8360192/8360193/8360195 pid=1549 cpus=0 |
| 3453 | 1 fib6_net_init+0x5d/0x130 [ipv6] age=8360195 pid=1549 cpus=0 |
| 3454 | ''') |
| 3455 | f('sys/kernel/slab/kmalloc-8/objs_per_slab', 0o664, b'51\n') |
| 3456 | f('sys/kernel/slab/kmalloc-8/shrink', 0o664, b'') |
| 3457 | f('sys/kernel/slab/kmalloc-8/trace', 0o664, b'0\n') |
| 3458 | f('sys/kernel/slab/kmalloc-8/object_size', 0o664, b'8\n') |
| 3459 | f('sys/kernel/slab/kmalloc-8/cpu_slabs', 0o664, b'0\n') |
| 3460 | f('sys/kernel/slab/kmalloc-8/cache_dma', 0o664, b'0\n') |
| 3461 | f('sys/kernel/slab/kmalloc-8/destroy_by_rcu', 0o664, b'0\n') |
| 3462 | f('sys/kernel/slab/kmalloc-8/objects_partial', 0o664, b'0\n') |
| 3463 | f('sys/kernel/slab/kmalloc-8/objects', 0o664, b'3366\n') |
| 3464 | f('sys/kernel/slab/kmalloc-8/order', 0o664, b'0\n') |
| 3465 | f('sys/kernel/slab/kmalloc-8/sanity_checks', 0o664, b'1\n') |
| 3466 | f('sys/kernel/slab/kmalloc-8/store_user', 0o664, b'1\n') |
| 3467 | f('sys/kernel/slab/kmalloc-8/align', 0o664, b'8\n') |
| 3468 | f('sys/kernel/slab/kmalloc-8/partial', 0o664, b'0\n') |
| 3469 | f('sys/kernel/slab/kmalloc-8/validate', 0o664, b'') |
| 3470 | f('sys/kernel/slab/kmalloc-8/red_zone', 0o664, b'1\n') |
| 3471 | f('sys/kernel/slab/kmalloc-8/free_calls', 0o664, b''' 2657 <not-available> age=4303047420 pid=0 cpus=0 |
| 3472 | 3 free_sect_attrs+0x2e/0x50 age=8375066/8375066/8375066 pid=383 cpus=0 |
| 3473 | 6 load_module+0x73f/0x1b30 age=8374844/8375309/8376003 pid=143-332 cpus=0-1 |
| 3474 | 1 free_module+0xb9/0xf0 age=8375066 pid=383 cpus=0 |
| 3475 | 1 krealloc+0x3a/0x60 age=8375814 pid=330 cpus=0 |
| 3476 | 41 __vunmap+0xe9/0x120 age=8355636/8372979/8376319 pid=105-1805 cpus=0-1 |
| 3477 | 1 vfs_rename+0x301/0x450 age=8367176 pid=72 cpus=1 |
| 3478 | 254 release_sysfs_dirent+0x8c/0xd0 age=125751/7762571/8379789 pid=1-3347 cpus=0-1 |
| 3479 | 61 kobject_release+0xe1/0x140 age=125751/6939731/8378264 pid=1-3347 cpus=0-1 |
| 3480 | 1 match_number+0x95/0xb0 age=8335823 pid=2476 cpus=0 |
| 3481 | 2 proc_bus_pci_release+0x18/0x30 age=8355841/8356005/8356169 pid=1738 cpus=0 |
| 3482 | 49 acpi_ds_create_operand+0x12c/0x209 age=125757/8029619/8379980 pid=1-1442 cpus=0-1 |
| 3483 | 128 acpi_ns_get_node+0x92/0xa1 age=8366449/8379363/8379989 pid=1-1358 cpus=0-1 |
| 3484 | 2 acpi_ut_delete_internal_obj+0x15f/0x16f age=8375669/8375730/8375792 pid=330-396 cpus=0 |
| 3485 | 2 module_add_driver+0x66/0xd0 age=8375989/8375992/8375996 pid=144 cpus=0 |
| 3486 | 2 sd_media_changed+0xca/0x210 age=7839601/7929600/8019600 pid=2796 cpus=0 |
| 3487 | 3 get_modalias+0xd4/0x120 age=8355846/8370834/8379988 pid=1-1772 cpus=0-1 |
| 3488 | 1 fib_hash_free+0x35/0x40 age=8367910 pid=1185 cpus=0 |
| 3489 | 1 usb_release_dev+0x39/0x70 [usbcore] age=7833240 pid=419 cpus=1 |
| 3490 | 2 usb_release_dev+0x45/0x70 [usbcore] age=7833240/7835719/7838199 pid=419 cpus=0-1 |
| 3491 | 4 sg_clean+0x3e/0x80 [usbcore] age=62037/2121033/8297977 pid=2760-13294 cpus=0 |
| 3492 | 59 usb_control_msg+0xef/0x110 [usbcore] age=22658/5520135/8374943 pid=143-419 cpus=0-1 |
| 3493 | 7 usb_set_configuration+0x338/0x5f0 [usbcore] age=53566/5999072/8374935 pid=143-419 cpus=0-1 |
| 3494 | 4 usb_destroy_configuration+0x78/0x140 [usbcore] age=7824401/7967435/8373902 pid=419 cpus=0-1 |
| 3495 | 7 sr_media_change+0xeb/0x2a0 [sr_mod] age=53597/5984195/8374963 pid=558-1456 cpus=0-1 |
| 3496 | ''') |
| 3497 | f('sys/kernel/slab/kmalloc-8/aliases', 0o664, b'0\n') |
| 3498 | d('sys/kernel/slab/revoke_record', 0o775) |
| 3499 | f('sys/kernel/slab/revoke_record/reclaim_account', 0o664, b'1\n') |
| 3500 | f('sys/kernel/slab/revoke_record/ctor', 0o664, b'') |
| 3501 | f('sys/kernel/slab/revoke_record/hwcache_align', 0o664, b'1\n') |
| 3502 | f('sys/kernel/slab/revoke_record/slab_size', 0o664, b'128\n') |
| 3503 | f('sys/kernel/slab/revoke_record/total_objects', 0o664, b'64\n') |
| 3504 | f('sys/kernel/slab/revoke_record/slabs', 0o664, b'2\n') |
| 3505 | f('sys/kernel/slab/revoke_record/poison', 0o664, b'1\n') |
| 3506 | f('sys/kernel/slab/revoke_record/alloc_calls', 0o664, b'No data\n') |
| 3507 | f('sys/kernel/slab/revoke_record/objs_per_slab', 0o664, b'32\n') |
| 3508 | f('sys/kernel/slab/revoke_record/shrink', 0o664, b'') |
| 3509 | f('sys/kernel/slab/revoke_record/trace', 0o664, b'0\n') |
| 3510 | f('sys/kernel/slab/revoke_record/object_size', 0o664, b'32\n') |
| 3511 | f('sys/kernel/slab/revoke_record/cpu_slabs', 0o664, b'0\n') |
| 3512 | f('sys/kernel/slab/revoke_record/cache_dma', 0o664, b'0\n') |
| 3513 | f('sys/kernel/slab/revoke_record/destroy_by_rcu', 0o664, b'0\n') |
| 3514 | f('sys/kernel/slab/revoke_record/objects_partial', 0o664, b'0\n') |
| 3515 | f('sys/kernel/slab/revoke_record/objects', 0o664, b'64\n') |
| 3516 | f('sys/kernel/slab/revoke_record/order', 0o664, b'0\n') |
| 3517 | f('sys/kernel/slab/revoke_record/sanity_checks', 0o664, b'1\n') |
| 3518 | f('sys/kernel/slab/revoke_record/store_user', 0o664, b'1\n') |
| 3519 | f('sys/kernel/slab/revoke_record/align', 0o664, b'0\n') |
| 3520 | f('sys/kernel/slab/revoke_record/partial', 0o664, b'0\n') |
| 3521 | f('sys/kernel/slab/revoke_record/validate', 0o664, b'') |
| 3522 | f('sys/kernel/slab/revoke_record/red_zone', 0o664, b'1\n') |
| 3523 | f('sys/kernel/slab/revoke_record/free_calls', 0o664, b'No data\n') |
| 3524 | f('sys/kernel/slab/revoke_record/aliases', 0o664, b'0\n') |
| 3525 | d('sys/kernel/slab/ext3_inode_cache', 0o775) |
| 3526 | f('sys/kernel/slab/ext3_inode_cache/reclaim_account', 0o664, b'1\n') |
| 3527 | f('sys/kernel/slab/ext3_inode_cache/ctor', 0o664, b'init_once+0x0/0x70\n') |
| 3528 | f('sys/kernel/slab/ext3_inode_cache/hwcache_align', 0o664, b'0\n') |
| 3529 | f('sys/kernel/slab/ext3_inode_cache/slab_size', 0o664, b'1544\n') |
| 3530 | f('sys/kernel/slab/ext3_inode_cache/total_objects', 0o664, b'27342\n') |
| 3531 | f('sys/kernel/slab/ext3_inode_cache/slabs', 0o664, b'1302\n') |
| 3532 | f('sys/kernel/slab/ext3_inode_cache/poison', 0o664, b'1\n') |
| 3533 | f('sys/kernel/slab/ext3_inode_cache/alloc_calls', 0o664, b' 27338 ext3_alloc_inode+0x15/0x60 age=0/2288559/8378475 pid=1-27944 cpus=0-1\n') |
| 3534 | f('sys/kernel/slab/ext3_inode_cache/objs_per_slab', 0o664, b'21\n') |
| 3535 | f('sys/kernel/slab/ext3_inode_cache/shrink', 0o664, b'') |
| 3536 | f('sys/kernel/slab/ext3_inode_cache/trace', 0o664, b'0\n') |
| 3537 | f('sys/kernel/slab/ext3_inode_cache/object_size', 0o664, b'1472\n') |
| 3538 | f('sys/kernel/slab/ext3_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3539 | f('sys/kernel/slab/ext3_inode_cache/cache_dma', 0o664, b'0\n') |
| 3540 | f('sys/kernel/slab/ext3_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3541 | f('sys/kernel/slab/ext3_inode_cache/objects_partial', 0o664, b'0\n') |
| 3542 | f('sys/kernel/slab/ext3_inode_cache/objects', 0o664, b'27342\n') |
| 3543 | f('sys/kernel/slab/ext3_inode_cache/order', 0o664, b'3\n') |
| 3544 | f('sys/kernel/slab/ext3_inode_cache/sanity_checks', 0o664, b'1\n') |
| 3545 | f('sys/kernel/slab/ext3_inode_cache/store_user', 0o664, b'1\n') |
| 3546 | f('sys/kernel/slab/ext3_inode_cache/align', 0o664, b'0\n') |
| 3547 | f('sys/kernel/slab/ext3_inode_cache/partial', 0o664, b'0\n') |
| 3548 | f('sys/kernel/slab/ext3_inode_cache/validate', 0o664, b'') |
| 3549 | f('sys/kernel/slab/ext3_inode_cache/red_zone', 0o664, b'1\n') |
| 3550 | f('sys/kernel/slab/ext3_inode_cache/free_calls', 0o664, b''' 25981 <not-available> age=4303047521 pid=0 cpus=0 |
| 3551 | 1358 ext3_destroy_inode+0x2f/0x90 age=13089/2437961/8371953 pid=542-32759 cpus=0-1 |
| 3552 | ''') |
| 3553 | f('sys/kernel/slab/ext3_inode_cache/aliases', 0o664, b'0\n') |
| 3554 | d('sys/kernel/slab/ndisc_cache', 0o775) |
| 3555 | f('sys/kernel/slab/ndisc_cache/reclaim_account', 0o664, b'0\n') |
| 3556 | f('sys/kernel/slab/ndisc_cache/ctor', 0o664, b'') |
| 3557 | f('sys/kernel/slab/ndisc_cache/hwcache_align', 0o664, b'1\n') |
| 3558 | f('sys/kernel/slab/ndisc_cache/slab_size', 0o664, b'448\n') |
| 3559 | f('sys/kernel/slab/ndisc_cache/total_objects', 0o664, b'18\n') |
| 3560 | f('sys/kernel/slab/ndisc_cache/slabs', 0o664, b'1\n') |
| 3561 | f('sys/kernel/slab/ndisc_cache/poison', 0o664, b'1\n') |
| 3562 | f('sys/kernel/slab/ndisc_cache/alloc_calls', 0o664, b' 1 neigh_create+0x8b/0x530 age=8360557 pid=1549 cpus=0\n') |
| 3563 | f('sys/kernel/slab/ndisc_cache/objs_per_slab', 0o664, b'18\n') |
| 3564 | f('sys/kernel/slab/ndisc_cache/shrink', 0o664, b'') |
| 3565 | f('sys/kernel/slab/ndisc_cache/trace', 0o664, b'0\n') |
| 3566 | f('sys/kernel/slab/ndisc_cache/object_size', 0o664, b'360\n') |
| 3567 | f('sys/kernel/slab/ndisc_cache/cpu_slabs', 0o664, b'0\n') |
| 3568 | f('sys/kernel/slab/ndisc_cache/cache_dma', 0o664, b'0\n') |
| 3569 | f('sys/kernel/slab/ndisc_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3570 | f('sys/kernel/slab/ndisc_cache/objects_partial', 0o664, b'1\n') |
| 3571 | f('sys/kernel/slab/ndisc_cache/objects', 0o664, b'1\n') |
| 3572 | f('sys/kernel/slab/ndisc_cache/order', 0o664, b'1\n') |
| 3573 | f('sys/kernel/slab/ndisc_cache/sanity_checks', 0o664, b'1\n') |
| 3574 | f('sys/kernel/slab/ndisc_cache/store_user', 0o664, b'1\n') |
| 3575 | f('sys/kernel/slab/ndisc_cache/align', 0o664, b'0\n') |
| 3576 | f('sys/kernel/slab/ndisc_cache/partial', 0o664, b'1\n') |
| 3577 | f('sys/kernel/slab/ndisc_cache/validate', 0o664, b'') |
| 3578 | f('sys/kernel/slab/ndisc_cache/red_zone', 0o664, b'1\n') |
| 3579 | f('sys/kernel/slab/ndisc_cache/free_calls', 0o664, b' 1 <not-available> age=4303047782 pid=0 cpus=0\n') |
| 3580 | f('sys/kernel/slab/ndisc_cache/aliases', 0o664, b'0\n') |
| 3581 | d('sys/kernel/slab/ip_fib_alias', 0o775) |
| 3582 | f('sys/kernel/slab/ip_fib_alias/reclaim_account', 0o664, b'0\n') |
| 3583 | f('sys/kernel/slab/ip_fib_alias/ctor', 0o664, b'') |
| 3584 | f('sys/kernel/slab/ip_fib_alias/hwcache_align', 0o664, b'0\n') |
| 3585 | f('sys/kernel/slab/ip_fib_alias/slab_size', 0o664, b'104\n') |
| 3586 | f('sys/kernel/slab/ip_fib_alias/total_objects', 0o664, b'0\n') |
| 3587 | f('sys/kernel/slab/ip_fib_alias/slabs', 0o664, b'0\n') |
| 3588 | f('sys/kernel/slab/ip_fib_alias/poison', 0o664, b'1\n') |
| 3589 | f('sys/kernel/slab/ip_fib_alias/alloc_calls', 0o664, b'No data\n') |
| 3590 | f('sys/kernel/slab/ip_fib_alias/objs_per_slab', 0o664, b'39\n') |
| 3591 | f('sys/kernel/slab/ip_fib_alias/shrink', 0o664, b'') |
| 3592 | f('sys/kernel/slab/ip_fib_alias/trace', 0o664, b'0\n') |
| 3593 | f('sys/kernel/slab/ip_fib_alias/object_size', 0o664, b'32\n') |
| 3594 | f('sys/kernel/slab/ip_fib_alias/cpu_slabs', 0o664, b'0\n') |
| 3595 | f('sys/kernel/slab/ip_fib_alias/cache_dma', 0o664, b'0\n') |
| 3596 | f('sys/kernel/slab/ip_fib_alias/destroy_by_rcu', 0o664, b'0\n') |
| 3597 | f('sys/kernel/slab/ip_fib_alias/objects_partial', 0o664, b'0\n') |
| 3598 | f('sys/kernel/slab/ip_fib_alias/objects', 0o664, b'0\n') |
| 3599 | f('sys/kernel/slab/ip_fib_alias/order', 0o664, b'0\n') |
| 3600 | f('sys/kernel/slab/ip_fib_alias/sanity_checks', 0o664, b'1\n') |
| 3601 | f('sys/kernel/slab/ip_fib_alias/store_user', 0o664, b'1\n') |
| 3602 | f('sys/kernel/slab/ip_fib_alias/align', 0o664, b'0\n') |
| 3603 | f('sys/kernel/slab/ip_fib_alias/partial', 0o664, b'0\n') |
| 3604 | f('sys/kernel/slab/ip_fib_alias/validate', 0o664, b'') |
| 3605 | f('sys/kernel/slab/ip_fib_alias/red_zone', 0o664, b'1\n') |
| 3606 | f('sys/kernel/slab/ip_fib_alias/free_calls', 0o664, b'No data\n') |
| 3607 | f('sys/kernel/slab/ip_fib_alias/aliases', 0o664, b'0\n') |
| 3608 | d('sys/kernel/slab/proc_inode_cache', 0o775) |
| 3609 | f('sys/kernel/slab/proc_inode_cache/reclaim_account', 0o664, b'1\n') |
| 3610 | f('sys/kernel/slab/proc_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n') |
| 3611 | f('sys/kernel/slab/proc_inode_cache/hwcache_align', 0o664, b'0\n') |
| 3612 | f('sys/kernel/slab/proc_inode_cache/slab_size', 0o664, b'1192\n') |
| 3613 | f('sys/kernel/slab/proc_inode_cache/total_objects', 0o664, b'1677\n') |
| 3614 | f('sys/kernel/slab/proc_inode_cache/slabs', 0o664, b'129\n') |
| 3615 | f('sys/kernel/slab/proc_inode_cache/poison', 0o664, b'1\n') |
| 3616 | f('sys/kernel/slab/proc_inode_cache/alloc_calls', 0o664, b' 1627 proc_alloc_inode+0x1b/0x90 age=61424/8163415/8379746 pid=0-19241 cpus=0-1\n') |
| 3617 | f('sys/kernel/slab/proc_inode_cache/objs_per_slab', 0o664, b'13\n') |
| 3618 | f('sys/kernel/slab/proc_inode_cache/shrink', 0o664, b'') |
| 3619 | f('sys/kernel/slab/proc_inode_cache/trace', 0o664, b'0\n') |
| 3620 | f('sys/kernel/slab/proc_inode_cache/object_size', 0o664, b'1120\n') |
| 3621 | f('sys/kernel/slab/proc_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3622 | f('sys/kernel/slab/proc_inode_cache/cache_dma', 0o664, b'0\n') |
| 3623 | f('sys/kernel/slab/proc_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3624 | f('sys/kernel/slab/proc_inode_cache/objects_partial', 0o664, b'78\n') |
| 3625 | f('sys/kernel/slab/proc_inode_cache/objects', 0o664, b'1651\n') |
| 3626 | f('sys/kernel/slab/proc_inode_cache/order', 0o664, b'2\n') |
| 3627 | f('sys/kernel/slab/proc_inode_cache/sanity_checks', 0o664, b'1\n') |
| 3628 | f('sys/kernel/slab/proc_inode_cache/store_user', 0o664, b'1\n') |
| 3629 | f('sys/kernel/slab/proc_inode_cache/align', 0o664, b'0\n') |
| 3630 | f('sys/kernel/slab/proc_inode_cache/partial', 0o664, b'8\n') |
| 3631 | f('sys/kernel/slab/proc_inode_cache/validate', 0o664, b'') |
| 3632 | f('sys/kernel/slab/proc_inode_cache/red_zone', 0o664, b'1\n') |
| 3633 | f('sys/kernel/slab/proc_inode_cache/free_calls', 0o664, b''' 1124 <not-available> age=4303047043 pid=0 cpus=0 |
| 3634 | 503 proc_destroy_inode+0x14/0x20 age=61430/7970819/8372808 pid=1-12336 cpus=0-1 |
| 3635 | ''') |
| 3636 | f('sys/kernel/slab/proc_inode_cache/aliases', 0o664, b'0\n') |
| 3637 | d('sys/kernel/slab/biovec-16', 0o775) |
| 3638 | f('sys/kernel/slab/biovec-16/reclaim_account', 0o664, b'0\n') |
| 3639 | f('sys/kernel/slab/biovec-16/ctor', 0o664, b'') |
| 3640 | f('sys/kernel/slab/biovec-16/hwcache_align', 0o664, b'1\n') |
| 3641 | f('sys/kernel/slab/biovec-16/slab_size', 0o664, b'384\n') |
| 3642 | f('sys/kernel/slab/biovec-16/total_objects', 0o664, b'63\n') |
| 3643 | f('sys/kernel/slab/biovec-16/slabs', 0o664, b'3\n') |
| 3644 | f('sys/kernel/slab/biovec-16/poison', 0o664, b'1\n') |
| 3645 | f('sys/kernel/slab/biovec-16/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379491/8379491/8379491 pid=1 cpus=0\n') |
| 3646 | f('sys/kernel/slab/biovec-16/objs_per_slab', 0o664, b'21\n') |
| 3647 | f('sys/kernel/slab/biovec-16/shrink', 0o664, b'') |
| 3648 | f('sys/kernel/slab/biovec-16/trace', 0o664, b'0\n') |
| 3649 | f('sys/kernel/slab/biovec-16/object_size', 0o664, b'256\n') |
| 3650 | f('sys/kernel/slab/biovec-16/cpu_slabs', 0o664, b'0\n') |
| 3651 | f('sys/kernel/slab/biovec-16/cache_dma', 0o664, b'0\n') |
| 3652 | f('sys/kernel/slab/biovec-16/destroy_by_rcu', 0o664, b'0\n') |
| 3653 | f('sys/kernel/slab/biovec-16/objects_partial', 0o664, b'2\n') |
| 3654 | f('sys/kernel/slab/biovec-16/objects', 0o664, b'44\n') |
| 3655 | f('sys/kernel/slab/biovec-16/order', 0o664, b'1\n') |
| 3656 | f('sys/kernel/slab/biovec-16/sanity_checks', 0o664, b'1\n') |
| 3657 | f('sys/kernel/slab/biovec-16/store_user', 0o664, b'1\n') |
| 3658 | f('sys/kernel/slab/biovec-16/align', 0o664, b'0\n') |
| 3659 | f('sys/kernel/slab/biovec-16/partial', 0o664, b'1\n') |
| 3660 | f('sys/kernel/slab/biovec-16/validate', 0o664, b'') |
| 3661 | f('sys/kernel/slab/biovec-16/red_zone', 0o664, b'1\n') |
| 3662 | f('sys/kernel/slab/biovec-16/free_calls', 0o664, b' 2 <not-available> age=4303046925 pid=0 cpus=0\n') |
| 3663 | f('sys/kernel/slab/biovec-16/aliases', 0o664, b'0\n') |
| 3664 | d('sys/kernel/slab/Acpi-State', 0o775) |
| 3665 | f('sys/kernel/slab/Acpi-State/reclaim_account', 0o664, b'0\n') |
| 3666 | f('sys/kernel/slab/Acpi-State/ctor', 0o664, b'') |
| 3667 | f('sys/kernel/slab/Acpi-State/hwcache_align', 0o664, b'0\n') |
| 3668 | f('sys/kernel/slab/Acpi-State/slab_size', 0o664, b'152\n') |
| 3669 | f('sys/kernel/slab/Acpi-State/total_objects', 0o664, b'52\n') |
| 3670 | f('sys/kernel/slab/Acpi-State/slabs', 0o664, b'2\n') |
| 3671 | f('sys/kernel/slab/Acpi-State/poison', 0o664, b'1\n') |
| 3672 | f('sys/kernel/slab/Acpi-State/alloc_calls', 0o664, b'No data\n') |
| 3673 | f('sys/kernel/slab/Acpi-State/objs_per_slab', 0o664, b'26\n') |
| 3674 | f('sys/kernel/slab/Acpi-State/shrink', 0o664, b'') |
| 3675 | f('sys/kernel/slab/Acpi-State/trace', 0o664, b'0\n') |
| 3676 | f('sys/kernel/slab/Acpi-State/object_size', 0o664, b'80\n') |
| 3677 | f('sys/kernel/slab/Acpi-State/cpu_slabs', 0o664, b'0\n') |
| 3678 | f('sys/kernel/slab/Acpi-State/cache_dma', 0o664, b'0\n') |
| 3679 | f('sys/kernel/slab/Acpi-State/destroy_by_rcu', 0o664, b'0\n') |
| 3680 | f('sys/kernel/slab/Acpi-State/objects_partial', 0o664, b'0\n') |
| 3681 | f('sys/kernel/slab/Acpi-State/objects', 0o664, b'52\n') |
| 3682 | f('sys/kernel/slab/Acpi-State/order', 0o664, b'0\n') |
| 3683 | f('sys/kernel/slab/Acpi-State/sanity_checks', 0o664, b'1\n') |
| 3684 | f('sys/kernel/slab/Acpi-State/store_user', 0o664, b'1\n') |
| 3685 | f('sys/kernel/slab/Acpi-State/align', 0o664, b'0\n') |
| 3686 | f('sys/kernel/slab/Acpi-State/partial', 0o664, b'0\n') |
| 3687 | f('sys/kernel/slab/Acpi-State/validate', 0o664, b'') |
| 3688 | f('sys/kernel/slab/Acpi-State/red_zone', 0o664, b'1\n') |
| 3689 | f('sys/kernel/slab/Acpi-State/free_calls', 0o664, b'No data\n') |
| 3690 | f('sys/kernel/slab/Acpi-State/aliases', 0o664, b'0\n') |
| 3691 | d('sys/kernel/slab/ip6_dst_cache', 0o775) |
| 3692 | f('sys/kernel/slab/ip6_dst_cache/reclaim_account', 0o664, b'0\n') |
| 3693 | f('sys/kernel/slab/ip6_dst_cache/ctor', 0o664, b'') |
| 3694 | f('sys/kernel/slab/ip6_dst_cache/hwcache_align', 0o664, b'1\n') |
| 3695 | f('sys/kernel/slab/ip6_dst_cache/slab_size', 0o664, b'384\n') |
| 3696 | f('sys/kernel/slab/ip6_dst_cache/total_objects', 0o664, b'42\n') |
| 3697 | f('sys/kernel/slab/ip6_dst_cache/slabs', 0o664, b'2\n') |
| 3698 | f('sys/kernel/slab/ip6_dst_cache/poison', 0o664, b'1\n') |
| 3699 | f('sys/kernel/slab/ip6_dst_cache/alloc_calls', 0o664, b' 4 dst_alloc+0x2b/0x90 age=8329964/8337614/8360566 pid=8-1549 cpus=0-1\n') |
| 3700 | f('sys/kernel/slab/ip6_dst_cache/objs_per_slab', 0o664, b'21\n') |
| 3701 | f('sys/kernel/slab/ip6_dst_cache/shrink', 0o664, b'') |
| 3702 | f('sys/kernel/slab/ip6_dst_cache/trace', 0o664, b'0\n') |
| 3703 | f('sys/kernel/slab/ip6_dst_cache/object_size', 0o664, b'304\n') |
| 3704 | f('sys/kernel/slab/ip6_dst_cache/cpu_slabs', 0o664, b'0\n') |
| 3705 | f('sys/kernel/slab/ip6_dst_cache/cache_dma', 0o664, b'0\n') |
| 3706 | f('sys/kernel/slab/ip6_dst_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3707 | f('sys/kernel/slab/ip6_dst_cache/objects_partial', 0o664, b'4\n') |
| 3708 | f('sys/kernel/slab/ip6_dst_cache/objects', 0o664, b'4\n') |
| 3709 | f('sys/kernel/slab/ip6_dst_cache/order', 0o664, b'1\n') |
| 3710 | f('sys/kernel/slab/ip6_dst_cache/sanity_checks', 0o664, b'1\n') |
| 3711 | f('sys/kernel/slab/ip6_dst_cache/store_user', 0o664, b'1\n') |
| 3712 | f('sys/kernel/slab/ip6_dst_cache/align', 0o664, b'0\n') |
| 3713 | f('sys/kernel/slab/ip6_dst_cache/partial', 0o664, b'2\n') |
| 3714 | f('sys/kernel/slab/ip6_dst_cache/validate', 0o664, b'') |
| 3715 | f('sys/kernel/slab/ip6_dst_cache/red_zone', 0o664, b'1\n') |
| 3716 | f('sys/kernel/slab/ip6_dst_cache/free_calls', 0o664, b' 4 <not-available> age=4303047790 pid=0 cpus=0\n') |
| 3717 | f('sys/kernel/slab/ip6_dst_cache/aliases', 0o664, b'0\n') |
| 3718 | d('sys/kernel/slab/task_xstate', 0o775) |
| 3719 | f('sys/kernel/slab/task_xstate/reclaim_account', 0o664, b'0\n') |
| 3720 | f('sys/kernel/slab/task_xstate/ctor', 0o664, b'') |
| 3721 | f('sys/kernel/slab/task_xstate/hwcache_align', 0o664, b'0\n') |
| 3722 | f('sys/kernel/slab/task_xstate/slab_size', 0o664, b'592\n') |
| 3723 | f('sys/kernel/slab/task_xstate/total_objects', 0o664, b'169\n') |
| 3724 | f('sys/kernel/slab/task_xstate/slabs', 0o664, b'13\n') |
| 3725 | f('sys/kernel/slab/task_xstate/poison', 0o664, b'1\n') |
| 3726 | f('sys/kernel/slab/task_xstate/alloc_calls', 0o664, b''' 99 arch_dup_task_struct+0x51/0xa0 age=125559/8275901/8376574 pid=71-13212 cpus=0-1 |
| 3727 | 51 init_fpu+0xef/0x110 age=4157/7436734/8378165 pid=1-20296 cpus=0-1 |
| 3728 | ''') |
| 3729 | f('sys/kernel/slab/task_xstate/objs_per_slab', 0o664, b'13\n') |
| 3730 | f('sys/kernel/slab/task_xstate/shrink', 0o664, b'') |
| 3731 | f('sys/kernel/slab/task_xstate/trace', 0o664, b'0\n') |
| 3732 | f('sys/kernel/slab/task_xstate/object_size', 0o664, b'512\n') |
| 3733 | f('sys/kernel/slab/task_xstate/cpu_slabs', 0o664, b'0\n') |
| 3734 | f('sys/kernel/slab/task_xstate/cache_dma', 0o664, b'0\n') |
| 3735 | f('sys/kernel/slab/task_xstate/destroy_by_rcu', 0o664, b'0\n') |
| 3736 | f('sys/kernel/slab/task_xstate/objects_partial', 0o664, b'57\n') |
| 3737 | f('sys/kernel/slab/task_xstate/objects', 0o664, b'161\n') |
| 3738 | f('sys/kernel/slab/task_xstate/order', 0o664, b'1\n') |
| 3739 | f('sys/kernel/slab/task_xstate/sanity_checks', 0o664, b'1\n') |
| 3740 | f('sys/kernel/slab/task_xstate/store_user', 0o664, b'1\n') |
| 3741 | f('sys/kernel/slab/task_xstate/align', 0o664, b'16\n') |
| 3742 | f('sys/kernel/slab/task_xstate/partial', 0o664, b'5\n') |
| 3743 | f('sys/kernel/slab/task_xstate/validate', 0o664, b'') |
| 3744 | f('sys/kernel/slab/task_xstate/red_zone', 0o664, b'1\n') |
| 3745 | f('sys/kernel/slab/task_xstate/free_calls', 0o664, b''' 53 <not-available> age=4303047277 pid=0 cpus=0 |
| 3746 | 97 free_thread_xstate+0x24/0x40 age=7199/7795238/8375118 pid=0-20296 cpus=0-1 |
| 3747 | ''') |
| 3748 | f('sys/kernel/slab/task_xstate/aliases', 0o664, b'0\n') |
| 3749 | d('sys/kernel/slab/scsi_io_context', 0o775) |
| 3750 | f('sys/kernel/slab/scsi_io_context/reclaim_account', 0o664, b'0\n') |
| 3751 | f('sys/kernel/slab/scsi_io_context/ctor', 0o664, b'') |
| 3752 | f('sys/kernel/slab/scsi_io_context/hwcache_align', 0o664, b'0\n') |
| 3753 | f('sys/kernel/slab/scsi_io_context/slab_size', 0o664, b'184\n') |
| 3754 | f('sys/kernel/slab/scsi_io_context/total_objects', 0o664, b'0\n') |
| 3755 | f('sys/kernel/slab/scsi_io_context/slabs', 0o664, b'0\n') |
| 3756 | f('sys/kernel/slab/scsi_io_context/poison', 0o664, b'1\n') |
| 3757 | f('sys/kernel/slab/scsi_io_context/alloc_calls', 0o664, b'No data\n') |
| 3758 | f('sys/kernel/slab/scsi_io_context/objs_per_slab', 0o664, b'22\n') |
| 3759 | f('sys/kernel/slab/scsi_io_context/shrink', 0o664, b'') |
| 3760 | f('sys/kernel/slab/scsi_io_context/trace', 0o664, b'0\n') |
| 3761 | f('sys/kernel/slab/scsi_io_context/object_size', 0o664, b'112\n') |
| 3762 | f('sys/kernel/slab/scsi_io_context/cpu_slabs', 0o664, b'0\n') |
| 3763 | f('sys/kernel/slab/scsi_io_context/cache_dma', 0o664, b'0\n') |
| 3764 | f('sys/kernel/slab/scsi_io_context/destroy_by_rcu', 0o664, b'0\n') |
| 3765 | f('sys/kernel/slab/scsi_io_context/objects_partial', 0o664, b'0\n') |
| 3766 | f('sys/kernel/slab/scsi_io_context/objects', 0o664, b'0\n') |
| 3767 | f('sys/kernel/slab/scsi_io_context/order', 0o664, b'0\n') |
| 3768 | f('sys/kernel/slab/scsi_io_context/sanity_checks', 0o664, b'1\n') |
| 3769 | f('sys/kernel/slab/scsi_io_context/store_user', 0o664, b'1\n') |
| 3770 | f('sys/kernel/slab/scsi_io_context/align', 0o664, b'0\n') |
| 3771 | f('sys/kernel/slab/scsi_io_context/partial', 0o664, b'0\n') |
| 3772 | f('sys/kernel/slab/scsi_io_context/validate', 0o664, b'') |
| 3773 | f('sys/kernel/slab/scsi_io_context/red_zone', 0o664, b'1\n') |
| 3774 | f('sys/kernel/slab/scsi_io_context/free_calls', 0o664, b'No data\n') |
| 3775 | f('sys/kernel/slab/scsi_io_context/aliases', 0o664, b'0\n') |
| 3776 | d('sys/kernel/slab/anon_vma', 0o775) |
| 3777 | f('sys/kernel/slab/anon_vma/reclaim_account', 0o664, b'0\n') |
| 3778 | f('sys/kernel/slab/anon_vma/ctor', 0o664, b'anon_vma_ctor+0x0/0x40\n') |
| 3779 | f('sys/kernel/slab/anon_vma/hwcache_align', 0o664, b'0\n') |
| 3780 | f('sys/kernel/slab/anon_vma/slab_size', 0o664, b'144\n') |
| 3781 | f('sys/kernel/slab/anon_vma/total_objects', 0o664, b'3304\n') |
| 3782 | f('sys/kernel/slab/anon_vma/slabs', 0o664, b'118\n') |
| 3783 | f('sys/kernel/slab/anon_vma/poison', 0o664, b'1\n') |
| 3784 | f('sys/kernel/slab/anon_vma/alloc_calls', 0o664, b' 3234 anon_vma_prepare+0xe0/0x100 age=4177/7981073/8378201 pid=1-20296 cpus=0-1\n') |
| 3785 | f('sys/kernel/slab/anon_vma/objs_per_slab', 0o664, b'28\n') |
| 3786 | f('sys/kernel/slab/anon_vma/shrink', 0o664, b'') |
| 3787 | f('sys/kernel/slab/anon_vma/trace', 0o664, b'0\n') |
| 3788 | f('sys/kernel/slab/anon_vma/object_size', 0o664, b'72\n') |
| 3789 | f('sys/kernel/slab/anon_vma/cpu_slabs', 0o664, b'0\n') |
| 3790 | f('sys/kernel/slab/anon_vma/cache_dma', 0o664, b'0\n') |
| 3791 | f('sys/kernel/slab/anon_vma/destroy_by_rcu', 0o664, b'1\n') |
| 3792 | f('sys/kernel/slab/anon_vma/objects_partial', 0o664, b'185\n') |
| 3793 | f('sys/kernel/slab/anon_vma/objects', 0o664, b'3265\n') |
| 3794 | f('sys/kernel/slab/anon_vma/order', 0o664, b'0\n') |
| 3795 | f('sys/kernel/slab/anon_vma/sanity_checks', 0o664, b'1\n') |
| 3796 | f('sys/kernel/slab/anon_vma/store_user', 0o664, b'1\n') |
| 3797 | f('sys/kernel/slab/anon_vma/align', 0o664, b'0\n') |
| 3798 | f('sys/kernel/slab/anon_vma/partial', 0o664, b'8\n') |
| 3799 | f('sys/kernel/slab/anon_vma/validate', 0o664, b'') |
| 3800 | f('sys/kernel/slab/anon_vma/red_zone', 0o664, b'1\n') |
| 3801 | f('sys/kernel/slab/anon_vma/free_calls', 0o664, b''' 1575 <not-available> age=4303047296 pid=0 cpus=0 |
| 3802 | 1659 anon_vma_unlink+0x5f/0x70 age=7225/7638870/8377152 pid=56-20292 cpus=0-1 |
| 3803 | ''') |
| 3804 | f('sys/kernel/slab/anon_vma/aliases', 0o664, b'0\n') |
| 3805 | d('sys/kernel/slab/uhci_urb_priv', 0o775) |
| 3806 | f('sys/kernel/slab/uhci_urb_priv/reclaim_account', 0o664, b'0\n') |
| 3807 | f('sys/kernel/slab/uhci_urb_priv/ctor', 0o664, b'') |
| 3808 | f('sys/kernel/slab/uhci_urb_priv/hwcache_align', 0o664, b'0\n') |
| 3809 | f('sys/kernel/slab/uhci_urb_priv/slab_size', 0o664, b'128\n') |
| 3810 | f('sys/kernel/slab/uhci_urb_priv/total_objects', 0o664, b'32\n') |
| 3811 | f('sys/kernel/slab/uhci_urb_priv/slabs', 0o664, b'1\n') |
| 3812 | f('sys/kernel/slab/uhci_urb_priv/poison', 0o664, b'1\n') |
| 3813 | f('sys/kernel/slab/uhci_urb_priv/alloc_calls', 0o664, b' 1 uhci_urb_enqueue+0xb6/0xa30 [uhci_hcd] age=53794 pid=419 cpus=0\n') |
| 3814 | f('sys/kernel/slab/uhci_urb_priv/objs_per_slab', 0o664, b'32\n') |
| 3815 | f('sys/kernel/slab/uhci_urb_priv/shrink', 0o664, b'') |
| 3816 | f('sys/kernel/slab/uhci_urb_priv/trace', 0o664, b'0\n') |
| 3817 | f('sys/kernel/slab/uhci_urb_priv/object_size', 0o664, b'56\n') |
| 3818 | f('sys/kernel/slab/uhci_urb_priv/cpu_slabs', 0o664, b'0\n') |
| 3819 | f('sys/kernel/slab/uhci_urb_priv/cache_dma', 0o664, b'0\n') |
| 3820 | f('sys/kernel/slab/uhci_urb_priv/destroy_by_rcu', 0o664, b'0\n') |
| 3821 | f('sys/kernel/slab/uhci_urb_priv/objects_partial', 0o664, b'0\n') |
| 3822 | f('sys/kernel/slab/uhci_urb_priv/objects', 0o664, b'32\n') |
| 3823 | f('sys/kernel/slab/uhci_urb_priv/order', 0o664, b'0\n') |
| 3824 | f('sys/kernel/slab/uhci_urb_priv/sanity_checks', 0o664, b'1\n') |
| 3825 | f('sys/kernel/slab/uhci_urb_priv/store_user', 0o664, b'1\n') |
| 3826 | f('sys/kernel/slab/uhci_urb_priv/align', 0o664, b'0\n') |
| 3827 | f('sys/kernel/slab/uhci_urb_priv/partial', 0o664, b'0\n') |
| 3828 | f('sys/kernel/slab/uhci_urb_priv/validate', 0o664, b'') |
| 3829 | f('sys/kernel/slab/uhci_urb_priv/red_zone', 0o664, b'1\n') |
| 3830 | f('sys/kernel/slab/uhci_urb_priv/free_calls', 0o664, b' 1 uhci_free_urb_priv+0x79/0xd0 [uhci_hcd] age=53806 pid=0 cpus=0\n') |
| 3831 | f('sys/kernel/slab/uhci_urb_priv/aliases', 0o664, b'0\n') |
| 3832 | d('sys/kernel/slab/shmem_inode_cache', 0o775) |
| 3833 | f('sys/kernel/slab/shmem_inode_cache/reclaim_account', 0o664, b'0\n') |
| 3834 | f('sys/kernel/slab/shmem_inode_cache/ctor', 0o664, b'init_once+0x0/0x40\n') |
| 3835 | f('sys/kernel/slab/shmem_inode_cache/hwcache_align', 0o664, b'0\n') |
| 3836 | f('sys/kernel/slab/shmem_inode_cache/slab_size', 0o664, b'1400\n') |
| 3837 | f('sys/kernel/slab/shmem_inode_cache/total_objects', 0o664, b'1173\n') |
| 3838 | f('sys/kernel/slab/shmem_inode_cache/slabs', 0o664, b'51\n') |
| 3839 | f('sys/kernel/slab/shmem_inode_cache/poison', 0o664, b'1\n') |
| 3840 | f('sys/kernel/slab/shmem_inode_cache/alloc_calls', 0o664, b' 1144 shmem_alloc_inode+0x15/0x30 age=21584/7506265/8379043 pid=1-13453 cpus=0-1\n') |
| 3841 | f('sys/kernel/slab/shmem_inode_cache/objs_per_slab', 0o664, b'23\n') |
| 3842 | f('sys/kernel/slab/shmem_inode_cache/shrink', 0o664, b'') |
| 3843 | f('sys/kernel/slab/shmem_inode_cache/trace', 0o664, b'0\n') |
| 3844 | f('sys/kernel/slab/shmem_inode_cache/object_size', 0o664, b'1328\n') |
| 3845 | f('sys/kernel/slab/shmem_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3846 | f('sys/kernel/slab/shmem_inode_cache/cache_dma', 0o664, b'0\n') |
| 3847 | f('sys/kernel/slab/shmem_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3848 | f('sys/kernel/slab/shmem_inode_cache/objects_partial', 0o664, b'42\n') |
| 3849 | f('sys/kernel/slab/shmem_inode_cache/objects', 0o664, b'1169\n') |
| 3850 | f('sys/kernel/slab/shmem_inode_cache/order', 0o664, b'3\n') |
| 3851 | f('sys/kernel/slab/shmem_inode_cache/sanity_checks', 0o664, b'1\n') |
| 3852 | f('sys/kernel/slab/shmem_inode_cache/store_user', 0o664, b'1\n') |
| 3853 | f('sys/kernel/slab/shmem_inode_cache/align', 0o664, b'0\n') |
| 3854 | f('sys/kernel/slab/shmem_inode_cache/partial', 0o664, b'2\n') |
| 3855 | f('sys/kernel/slab/shmem_inode_cache/validate', 0o664, b'') |
| 3856 | f('sys/kernel/slab/shmem_inode_cache/red_zone', 0o664, b'1\n') |
| 3857 | f('sys/kernel/slab/shmem_inode_cache/free_calls', 0o664, b''' 741 <not-available> age=4303046628 pid=0 cpus=0 |
| 3858 | 403 shmem_destroy_inode+0x24/0x30 age=21598/7406739/8375758 pid=72-13332 cpus=0-1 |
| 3859 | ''') |
| 3860 | f('sys/kernel/slab/shmem_inode_cache/aliases', 0o664, b'0\n') |
| 3861 | d('sys/kernel/slab/fat_inode_cache', 0o775) |
| 3862 | f('sys/kernel/slab/fat_inode_cache/reclaim_account', 0o664, b'1\n') |
| 3863 | f('sys/kernel/slab/fat_inode_cache/ctor', 0o664, b'init_once+0x0/0x60\n') |
| 3864 | f('sys/kernel/slab/fat_inode_cache/hwcache_align', 0o664, b'0\n') |
| 3865 | f('sys/kernel/slab/fat_inode_cache/slab_size', 0o664, b'1272\n') |
| 3866 | f('sys/kernel/slab/fat_inode_cache/total_objects', 0o664, b'100\n') |
| 3867 | f('sys/kernel/slab/fat_inode_cache/slabs', 0o664, b'4\n') |
| 3868 | f('sys/kernel/slab/fat_inode_cache/poison', 0o664, b'1\n') |
| 3869 | f('sys/kernel/slab/fat_inode_cache/alloc_calls', 0o664, b' 76 fat_alloc_inode+0x15/0x30 age=61228/61276/61657 pid=13348-13354 cpus=0-1\n') |
| 3870 | f('sys/kernel/slab/fat_inode_cache/objs_per_slab', 0o664, b'25\n') |
| 3871 | f('sys/kernel/slab/fat_inode_cache/shrink', 0o664, b'') |
| 3872 | f('sys/kernel/slab/fat_inode_cache/trace', 0o664, b'0\n') |
| 3873 | f('sys/kernel/slab/fat_inode_cache/object_size', 0o664, b'1200\n') |
| 3874 | f('sys/kernel/slab/fat_inode_cache/cpu_slabs', 0o664, b'0\n') |
| 3875 | f('sys/kernel/slab/fat_inode_cache/cache_dma', 0o664, b'0\n') |
| 3876 | f('sys/kernel/slab/fat_inode_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3877 | f('sys/kernel/slab/fat_inode_cache/objects_partial', 0o664, b'0\n') |
| 3878 | f('sys/kernel/slab/fat_inode_cache/objects', 0o664, b'100\n') |
| 3879 | f('sys/kernel/slab/fat_inode_cache/order', 0o664, b'3\n') |
| 3880 | f('sys/kernel/slab/fat_inode_cache/sanity_checks', 0o664, b'1\n') |
| 3881 | f('sys/kernel/slab/fat_inode_cache/store_user', 0o664, b'1\n') |
| 3882 | f('sys/kernel/slab/fat_inode_cache/align', 0o664, b'0\n') |
| 3883 | f('sys/kernel/slab/fat_inode_cache/partial', 0o664, b'0\n') |
| 3884 | f('sys/kernel/slab/fat_inode_cache/validate', 0o664, b'') |
| 3885 | f('sys/kernel/slab/fat_inode_cache/red_zone', 0o664, b'1\n') |
| 3886 | f('sys/kernel/slab/fat_inode_cache/free_calls', 0o664, b' 76 <not-available> age=4303047594 pid=0 cpus=0\n') |
| 3887 | f('sys/kernel/slab/fat_inode_cache/aliases', 0o664, b'0\n') |
| 3888 | d('sys/kernel/slab/kmalloc-256', 0o775) |
| 3889 | f('sys/kernel/slab/kmalloc-256/reclaim_account', 0o664, b'0\n') |
| 3890 | f('sys/kernel/slab/kmalloc-256/ctor', 0o664, b'') |
| 3891 | f('sys/kernel/slab/kmalloc-256/hwcache_align', 0o664, b'0\n') |
| 3892 | f('sys/kernel/slab/kmalloc-256/slab_size', 0o664, b'328\n') |
| 3893 | f('sys/kernel/slab/kmalloc-256/total_objects', 0o664, b'516\n') |
| 3894 | f('sys/kernel/slab/kmalloc-256/slabs', 0o664, b'43\n') |
| 3895 | f('sys/kernel/slab/kmalloc-256/poison', 0o664, b'1\n') |
| 3896 | f('sys/kernel/slab/kmalloc-256/alloc_calls', 0o664, b''' 2 mempool_kmalloc+0x11/0x20 age=8379928/8379928/8379928 pid=1 cpus=0 |
| 3897 | 2 __vmalloc_area_node+0xfb/0x140 age=8374585/8375388/8376192 pid=122-126 cpus=0-1 |
| 3898 | 32 dma_pool_create+0x90/0x1e0 age=8374074/8374505/8374905 pid=143-147 cpus=0-1 |
| 3899 | 28 __percpu_alloc_mask+0xbc/0x140 age=8360136/8365750/8379780 pid=1-1549 cpus=0 |
| 3900 | 2 seq_open+0x84/0xa0 age=8355780/8360929/8366079 pid=1371-1738 cpus=0 |
| 3901 | 19 inotify_init+0x1b/0x90 age=8333719/8353284/8379778 pid=1-2544 cpus=0-1 |
| 3902 | 1 mounts_open_common+0x11e/0x210 age=8365844 pid=1371 cpus=0 |
| 3903 | 347 __proc_create+0xa5/0x150 age=8355314/8375854/8380066 pid=0-1813 cpus=0-1 |
| 3904 | 6 start_this_handle+0x3f5/0x410 age=4241/38502/142468 pid=21-13466 cpus=0-1 |
| 3905 | 3 elevator_alloc+0x1b/0xc0 age=62010/5606790/8379345 pid=1-13295 cpus=0-1 |
| 3906 | 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379913/8379914/8379915 pid=1 cpus=0 |
| 3907 | 1 find_dock+0x414/0x426 age=8379931 pid=1 cpus=0 |
| 3908 | 6 con_insert_unipair+0x96/0x110 age=8355034/8367399/8379765 pid=1-1898 cpus=1 |
| 3909 | 2 neigh_resolve_output+0x226/0x2e0 age=1134112/4736669/8339226 pid=0-2401 cpus=0-1 |
| 3910 | 1 genl_register_family+0x1b6/0x1e0 age=8375014 pid=126 cpus=0 |
| 3911 | 5 ip_mc_inc_group+0x6b/0x280 age=8325482/8352347/8367852 pid=1185-1849 cpus=0-1 |
| 3912 | 2 cache_add_dev+0x17b/0x546 age=8379779/8379779/8379780 pid=1 cpus=0-1 |
| 3913 | 10 audit_register_class+0x1e/0xa1 age=8379779/8379779/8379779 pid=1 cpus=1 |
| 3914 | 1 proc_net_ns_init+0x1b/0x81 age=8380066 pid=0 cpus=0 |
| 3915 | 3 snd_malloc_sgbuf_pages+0xfa/0x1f0 [snd_page_alloc] age=8374129/8374129/8374129 pid=107 cpus=1 |
| 3916 | 1 usb_get_configuration+0x18f/0x1480 [usbcore] age=8372709 pid=419 cpus=0 |
| 3917 | 1 acpi_ac_add+0x3a/0x1b1 [ac] age=8375784 pid=392 cpus=0 |
| 3918 | 1 acpi_processor_register_performance+0x2a0/0x3a6 [processor] age=8366391 pid=1358 cpus=0 |
| 3919 | 3 snd_ctl_open+0x8e/0x180 [snd] age=8333026/8337179/8339273 pid=2400-2425 cpus=0 |
| 3920 | 8 ieee80211_rx_bss_add+0x4e/0x140 [mac80211] age=8354793/8355457/8355979 pid=0-1951 cpus=0 |
| 3921 | 2 ipv6_add_addr+0x199/0x3c0 [ipv6] age=8329536/8344837/8360138 pid=8-1549 cpus=0-1 |
| 3922 | 5 ipv6_dev_mc_inc+0x141/0x3f0 [ipv6] age=8329536/8354016/8360138 pid=8-1549 cpus=0-1 |
| 3923 | ''') |
| 3924 | f('sys/kernel/slab/kmalloc-256/objs_per_slab', 0o664, b'12\n') |
| 3925 | f('sys/kernel/slab/kmalloc-256/shrink', 0o664, b'') |
| 3926 | f('sys/kernel/slab/kmalloc-256/trace', 0o664, b'0\n') |
| 3927 | f('sys/kernel/slab/kmalloc-256/object_size', 0o664, b'256\n') |
| 3928 | f('sys/kernel/slab/kmalloc-256/cpu_slabs', 0o664, b'0\n') |
| 3929 | f('sys/kernel/slab/kmalloc-256/cache_dma', 0o664, b'0\n') |
| 3930 | f('sys/kernel/slab/kmalloc-256/destroy_by_rcu', 0o664, b'0\n') |
| 3931 | f('sys/kernel/slab/kmalloc-256/objects_partial', 0o664, b'60\n') |
| 3932 | f('sys/kernel/slab/kmalloc-256/objects', 0o664, b'504\n') |
| 3933 | f('sys/kernel/slab/kmalloc-256/order', 0o664, b'0\n') |
| 3934 | f('sys/kernel/slab/kmalloc-256/sanity_checks', 0o664, b'1\n') |
| 3935 | f('sys/kernel/slab/kmalloc-256/store_user', 0o664, b'1\n') |
| 3936 | f('sys/kernel/slab/kmalloc-256/align', 0o664, b'8\n') |
| 3937 | f('sys/kernel/slab/kmalloc-256/partial', 0o664, b'6\n') |
| 3938 | f('sys/kernel/slab/kmalloc-256/validate', 0o664, b'') |
| 3939 | f('sys/kernel/slab/kmalloc-256/red_zone', 0o664, b'1\n') |
| 3940 | f('sys/kernel/slab/kmalloc-256/free_calls', 0o664, b''' 389 <not-available> age=4303047363 pid=0 cpus=0 |
| 3941 | 1 __vunmap+0xe9/0x120 age=8374878 pid=107 cpus=1 |
| 3942 | 38 do_execve+0x2b1/0x2d0 age=7303/7294190/8377088 pid=71-13465 cpus=0-1 |
| 3943 | 51 seq_release+0x20/0x30 age=23541/7877166/8376202 pid=105-2535 cpus=0-1 |
| 3944 | 3 free_proc_entry+0x73/0x90 age=8356279/8369643/8378992 pid=1-1541 cpus=0 |
| 3945 | 3 __journal_drop_transaction+0xe6/0x170 age=8360317/8363466/8366128 pid=32 cpus=0 |
| 3946 | 1 acpi_pci_irq_add_prt+0xc2/0x324 age=8379845 pid=1 cpus=0 |
| 3947 | 2 acpi_pci_bind+0x26b/0x28d age=8379844/8379845/8379846 pid=1 cpus=0 |
| 3948 | 1 wireless_send_event+0x172/0x330 age=8329538 pid=742 cpus=1 |
| 3949 | 3 usb_string+0x17c/0x1e0 [usbcore] age=8374367/8374614/8374886 pid=143 cpus=0 |
| 3950 | 3 snd_ctl_release+0xf9/0x130 [snd] age=8333027/8337180/8339274 pid=2400-2425 cpus=0 |
| 3951 | 1 ieee80211_set_associated+0x421/0x520 [mac80211] age=8329538 pid=742 cpus=1 |
| 3952 | ''') |
| 3953 | f('sys/kernel/slab/kmalloc-256/aliases', 0o664, b'0\n') |
| 3954 | d('sys/kernel/slab/biovec-64', 0o775) |
| 3955 | f('sys/kernel/slab/biovec-64/reclaim_account', 0o664, b'0\n') |
| 3956 | f('sys/kernel/slab/biovec-64/ctor', 0o664, b'') |
| 3957 | f('sys/kernel/slab/biovec-64/hwcache_align', 0o664, b'1\n') |
| 3958 | f('sys/kernel/slab/biovec-64/slab_size', 0o664, b'1152\n') |
| 3959 | f('sys/kernel/slab/biovec-64/total_objects', 0o664, b'28\n') |
| 3960 | f('sys/kernel/slab/biovec-64/slabs', 0o664, b'2\n') |
| 3961 | f('sys/kernel/slab/biovec-64/poison', 0o664, b'1\n') |
| 3962 | f('sys/kernel/slab/biovec-64/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379482/8379482/8379482 pid=1 cpus=0\n') |
| 3963 | f('sys/kernel/slab/biovec-64/objs_per_slab', 0o664, b'14\n') |
| 3964 | f('sys/kernel/slab/biovec-64/shrink', 0o664, b'') |
| 3965 | f('sys/kernel/slab/biovec-64/trace', 0o664, b'0\n') |
| 3966 | f('sys/kernel/slab/biovec-64/object_size', 0o664, b'1024\n') |
| 3967 | f('sys/kernel/slab/biovec-64/cpu_slabs', 0o664, b'0\n') |
| 3968 | f('sys/kernel/slab/biovec-64/cache_dma', 0o664, b'0\n') |
| 3969 | f('sys/kernel/slab/biovec-64/destroy_by_rcu', 0o664, b'0\n') |
| 3970 | f('sys/kernel/slab/biovec-64/objects_partial', 0o664, b'0\n') |
| 3971 | f('sys/kernel/slab/biovec-64/objects', 0o664, b'28\n') |
| 3972 | f('sys/kernel/slab/biovec-64/order', 0o664, b'2\n') |
| 3973 | f('sys/kernel/slab/biovec-64/sanity_checks', 0o664, b'1\n') |
| 3974 | f('sys/kernel/slab/biovec-64/store_user', 0o664, b'1\n') |
| 3975 | f('sys/kernel/slab/biovec-64/align', 0o664, b'0\n') |
| 3976 | f('sys/kernel/slab/biovec-64/partial', 0o664, b'0\n') |
| 3977 | f('sys/kernel/slab/biovec-64/validate', 0o664, b'') |
| 3978 | f('sys/kernel/slab/biovec-64/red_zone', 0o664, b'1\n') |
| 3979 | f('sys/kernel/slab/biovec-64/free_calls', 0o664, b' 2 <not-available> age=4303046917 pid=0 cpus=0\n') |
| 3980 | f('sys/kernel/slab/biovec-64/aliases', 0o664, b'0\n') |
| 3981 | d('sys/kernel/slab/sysfs_dir_cache', 0o775) |
| 3982 | f('sys/kernel/slab/sysfs_dir_cache/reclaim_account', 0o664, b'0\n') |
| 3983 | f('sys/kernel/slab/sysfs_dir_cache/ctor', 0o664, b'') |
| 3984 | f('sys/kernel/slab/sysfs_dir_cache/hwcache_align', 0o664, b'0\n') |
| 3985 | f('sys/kernel/slab/sysfs_dir_cache/slab_size', 0o664, b'152\n') |
| 3986 | f('sys/kernel/slab/sysfs_dir_cache/total_objects', 0o664, b'11518\n') |
| 3987 | f('sys/kernel/slab/sysfs_dir_cache/slabs', 0o664, b'443\n') |
| 3988 | f('sys/kernel/slab/sysfs_dir_cache/poison', 0o664, b'1\n') |
| 3989 | f('sys/kernel/slab/sysfs_dir_cache/alloc_calls', 0o664, b' 11488 sysfs_new_dirent+0x38/0x120 age=22320/7764235/8379787 pid=0-13295 cpus=0-1\n') |
| 3990 | f('sys/kernel/slab/sysfs_dir_cache/objs_per_slab', 0o664, b'26\n') |
| 3991 | f('sys/kernel/slab/sysfs_dir_cache/shrink', 0o664, b'') |
| 3992 | f('sys/kernel/slab/sysfs_dir_cache/trace', 0o664, b'0\n') |
| 3993 | f('sys/kernel/slab/sysfs_dir_cache/object_size', 0o664, b'80\n') |
| 3994 | f('sys/kernel/slab/sysfs_dir_cache/cpu_slabs', 0o664, b'0\n') |
| 3995 | f('sys/kernel/slab/sysfs_dir_cache/cache_dma', 0o664, b'0\n') |
| 3996 | f('sys/kernel/slab/sysfs_dir_cache/destroy_by_rcu', 0o664, b'0\n') |
| 3997 | f('sys/kernel/slab/sysfs_dir_cache/objects_partial', 0o664, b'0\n') |
| 3998 | f('sys/kernel/slab/sysfs_dir_cache/objects', 0o664, b'11518\n') |
| 3999 | f('sys/kernel/slab/sysfs_dir_cache/order', 0o664, b'0\n') |
| 4000 | f('sys/kernel/slab/sysfs_dir_cache/sanity_checks', 0o664, b'1\n') |
| 4001 | f('sys/kernel/slab/sysfs_dir_cache/store_user', 0o664, b'1\n') |
| 4002 | f('sys/kernel/slab/sysfs_dir_cache/align', 0o664, b'0\n') |
| 4003 | f('sys/kernel/slab/sysfs_dir_cache/partial', 0o664, b'0\n') |
| 4004 | f('sys/kernel/slab/sysfs_dir_cache/validate', 0o664, b'') |
| 4005 | f('sys/kernel/slab/sysfs_dir_cache/red_zone', 0o664, b'1\n') |
| 4006 | f('sys/kernel/slab/sysfs_dir_cache/free_calls', 0o664, b''' 11006 <not-available> age=4303047087 pid=0 cpus=0 |
| 4007 | 482 release_sysfs_dirent+0x5c/0xd0 age=61294/6319346/8379456 pid=1-2141 cpus=0-1 |
| 4008 | ''') |
| 4009 | f('sys/kernel/slab/sysfs_dir_cache/aliases', 0o664, b'0\n') |
| 4010 | d('sys/kernel/slab/request_sock_TCP', 0o775) |
| 4011 | f('sys/kernel/slab/request_sock_TCP/reclaim_account', 0o664, b'0\n') |
| 4012 | f('sys/kernel/slab/request_sock_TCP/ctor', 0o664, b'') |
| 4013 | f('sys/kernel/slab/request_sock_TCP/hwcache_align', 0o664, b'1\n') |
| 4014 | f('sys/kernel/slab/request_sock_TCP/slab_size', 0o664, b'192\n') |
| 4015 | f('sys/kernel/slab/request_sock_TCP/total_objects', 0o664, b'0\n') |
| 4016 | f('sys/kernel/slab/request_sock_TCP/slabs', 0o664, b'0\n') |
| 4017 | f('sys/kernel/slab/request_sock_TCP/poison', 0o664, b'1\n') |
| 4018 | f('sys/kernel/slab/request_sock_TCP/alloc_calls', 0o664, b'No data\n') |
| 4019 | f('sys/kernel/slab/request_sock_TCP/objs_per_slab', 0o664, b'21\n') |
| 4020 | f('sys/kernel/slab/request_sock_TCP/shrink', 0o664, b'') |
| 4021 | f('sys/kernel/slab/request_sock_TCP/trace', 0o664, b'0\n') |
| 4022 | f('sys/kernel/slab/request_sock_TCP/object_size', 0o664, b'88\n') |
| 4023 | f('sys/kernel/slab/request_sock_TCP/cpu_slabs', 0o664, b'0\n') |
| 4024 | f('sys/kernel/slab/request_sock_TCP/cache_dma', 0o664, b'0\n') |
| 4025 | f('sys/kernel/slab/request_sock_TCP/destroy_by_rcu', 0o664, b'0\n') |
| 4026 | f('sys/kernel/slab/request_sock_TCP/objects_partial', 0o664, b'0\n') |
| 4027 | f('sys/kernel/slab/request_sock_TCP/objects', 0o664, b'0\n') |
| 4028 | f('sys/kernel/slab/request_sock_TCP/order', 0o664, b'0\n') |
| 4029 | f('sys/kernel/slab/request_sock_TCP/sanity_checks', 0o664, b'1\n') |
| 4030 | f('sys/kernel/slab/request_sock_TCP/store_user', 0o664, b'1\n') |
| 4031 | f('sys/kernel/slab/request_sock_TCP/align', 0o664, b'0\n') |
| 4032 | f('sys/kernel/slab/request_sock_TCP/partial', 0o664, b'0\n') |
| 4033 | f('sys/kernel/slab/request_sock_TCP/validate', 0o664, b'') |
| 4034 | f('sys/kernel/slab/request_sock_TCP/red_zone', 0o664, b'1\n') |
| 4035 | f('sys/kernel/slab/request_sock_TCP/free_calls', 0o664, b'No data\n') |
| 4036 | f('sys/kernel/slab/request_sock_TCP/aliases', 0o664, b'0\n') |
| 4037 | d('sys/kernel/slab/kmalloc-4096', 0o775) |
| 4038 | f('sys/kernel/slab/kmalloc-4096/reclaim_account', 0o664, b'0\n') |
| 4039 | f('sys/kernel/slab/kmalloc-4096/ctor', 0o664, b'') |
| 4040 | f('sys/kernel/slab/kmalloc-4096/hwcache_align', 0o664, b'0\n') |
| 4041 | f('sys/kernel/slab/kmalloc-4096/slab_size', 0o664, b'4168\n') |
| 4042 | f('sys/kernel/slab/kmalloc-4096/total_objects', 0o664, b'385\n') |
| 4043 | f('sys/kernel/slab/kmalloc-4096/slabs', 0o664, b'55\n') |
| 4044 | f('sys/kernel/slab/kmalloc-4096/poison', 0o664, b'1\n') |
| 4045 | f('sys/kernel/slab/kmalloc-4096/alloc_calls', 0o664, b''' 1 load_module+0x18d5/0x1b30 age=8375716 pid=330 cpus=0 |
| 4046 | 1 __vmalloc_area_node+0xfb/0x140 age=8371983 pid=867 cpus=0 |
| 4047 | 24 __percpu_alloc_mask+0xbc/0x140 age=8360098/8363374/8379742 pid=1-1549 cpus=0 |
| 4048 | 1 seq_read+0x2f0/0x360 age=8365263 pid=1371 cpus=0 |
| 4049 | 2 ext3_fill_super+0x68/0x1a20 age=8369599/8373987/8378375 pid=1-962 cpus=0 |
| 4050 | 4 journal_init_revoke_table+0x4d/0xb0 age=8369583/8373933/8378283 pid=1-962 cpus=0 |
| 4051 | 2 journal_init_inode+0x8d/0x130 age=8369583/8373933/8378283 pid=1-962 cpus=0 |
| 4052 | 1 fat_fill_super+0x40/0xdd0 age=61388 pid=13348 cpus=1 |
| 4053 | 7 scsi_host_alloc+0x35/0x360 age=66976/7192011/8379690 pid=1-419 cpus=0-1 |
| 4054 | 3 scsi_alloc_sdev+0x6a/0x270 age=61972/5606752/8379307 pid=1-13295 cpus=0-1 |
| 4055 | 8 input_allocate_device+0x1a/0xb0 age=53455/7335718/8378931 pid=17-419 cpus=0-1 |
| 4056 | 1 reqsk_queue_alloc+0x112/0x120 age=8354535 pid=1920 cpus=0 |
| 4057 | 3 alloc_netdev_mq+0x4f/0x180 age=8373564/8375671/8379766 pid=1-126 cpus=0-1 |
| 4058 | 1 pidmap_init+0x15/0x4e age=8380028 pid=0 cpus=0 |
| 4059 | 1 netlink_proto_init+0x47/0x16b age=8379894 pid=1 cpus=0 |
| 4060 | 2 acpi_processor_add+0x25/0x6d [processor] age=8375653/8375684/8375715 pid=330 cpus=0 |
| 4061 | 1 yenta_probe+0x38/0x6cd [yenta_socket] age=8373766 pid=352 cpus=0 |
| 4062 | 281 iwl3945_rx_allocate+0xd5/0x160 [iwl3945] age=2011/7577/13684 pid=733 cpus=0 |
| 4063 | 1 skcipher_geniv_alloc+0x304/0x3f0 [crypto_blkcipher] age=8374372 pid=215 cpus=1 |
| 4064 | 2 bitmap_get_counter+0x153/0x220 [md_mod] age=8370027/8370029/8370031 pid=916 cpus=0 |
| 4065 | 1 bitmap_create+0x2bc/0xad0 [md_mod] age=8370031 pid=916 cpus=0 |
| 4066 | 6 __addrconf_sysctl_register+0x7b/0x140 [ipv6] age=8360098/8360099/8360101 pid=1549 cpus=0 |
| 4067 | 1 acm_probe+0x34c/0xa50 [cdc_acm] age=22641 pid=419 cpus=0 |
| 4068 | ''') |
| 4069 | f('sys/kernel/slab/kmalloc-4096/objs_per_slab', 0o664, b'7\n') |
| 4070 | f('sys/kernel/slab/kmalloc-4096/shrink', 0o664, b'') |
| 4071 | f('sys/kernel/slab/kmalloc-4096/trace', 0o664, b'0\n') |
| 4072 | f('sys/kernel/slab/kmalloc-4096/object_size', 0o664, b'4096\n') |
| 4073 | f('sys/kernel/slab/kmalloc-4096/cpu_slabs', 0o664, b'0\n') |
| 4074 | f('sys/kernel/slab/kmalloc-4096/cache_dma', 0o664, b'0\n') |
| 4075 | f('sys/kernel/slab/kmalloc-4096/destroy_by_rcu', 0o664, b'0\n') |
| 4076 | f('sys/kernel/slab/kmalloc-4096/objects_partial', 0o664, b'17\n') |
| 4077 | f('sys/kernel/slab/kmalloc-4096/objects', 0o664, b'367\n') |
| 4078 | f('sys/kernel/slab/kmalloc-4096/order', 0o664, b'3\n') |
| 4079 | f('sys/kernel/slab/kmalloc-4096/sanity_checks', 0o664, b'1\n') |
| 4080 | f('sys/kernel/slab/kmalloc-4096/store_user', 0o664, b'1\n') |
| 4081 | f('sys/kernel/slab/kmalloc-4096/align', 0o664, b'8\n') |
| 4082 | f('sys/kernel/slab/kmalloc-4096/partial', 0o664, b'5\n') |
| 4083 | f('sys/kernel/slab/kmalloc-4096/validate', 0o664, b'') |
| 4084 | f('sys/kernel/slab/kmalloc-4096/red_zone', 0o664, b'1\n') |
| 4085 | f('sys/kernel/slab/kmalloc-4096/free_calls', 0o664, b''' 187 <not-available> age=4303047324 pid=0 cpus=0 |
| 4086 | 5 seq_release+0x18/0x30 age=61430/6709712/8374782 pid=107-1371 cpus=0-1 |
| 4087 | 1 cryptomgr_probe+0x81/0xf0 age=8373564 pid=745 cpus=0 |
| 4088 | 30 kobject_uevent_env+0x122/0x470 age=22643/7542644/8379894 pid=1-1549 cpus=0-1 |
| 4089 | 1 show_uevent+0xee/0x110 age=2013 pid=13466 cpus=0 |
| 4090 | 1 input_dev_release+0x23/0x40 age=8378913 pid=17 cpus=0 |
| 4091 | 130 skb_release_data+0x85/0xd0 age=2011/73374/8354535 pid=0-13466 cpus=0-1 |
| 4092 | ''') |
| 4093 | f('sys/kernel/slab/kmalloc-4096/aliases', 0o664, b'0\n') |
| 4094 | d('sys/kernel/debug', 0o775) |
| 4095 | d('sys/kernel/debug/x86', 0o775) |
| 4096 | f('sys/kernel/debug/x86/pat_memtype_list', 0o664, b'') |
| 4097 | d('sys/kernel/debug/bdi', 0o775) |
| 4098 | d('sys/kernel/debug/bdi/7:1', 0o775) |
| 4099 | f('sys/kernel/debug/bdi/7:1/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4100 | BdiReclaimable: 0 kB |
| 4101 | BdiDirtyThresh: 0 kB |
| 4102 | DirtyThresh: 189288 kB |
| 4103 | BackgroundThresh: 94644 kB |
| 4104 | ''') |
| 4105 | d('sys/kernel/debug/bdi/7:0', 0o775) |
| 4106 | f('sys/kernel/debug/bdi/7:0/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4107 | BdiReclaimable: 0 kB |
| 4108 | BdiDirtyThresh: 0 kB |
| 4109 | DirtyThresh: 189292 kB |
| 4110 | BackgroundThresh: 94644 kB |
| 4111 | ''') |
| 4112 | d('sys/kernel/debug/bdi/7:2', 0o775) |
| 4113 | f('sys/kernel/debug/bdi/7:2/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4114 | BdiReclaimable: 0 kB |
| 4115 | BdiDirtyThresh: 0 kB |
| 4116 | DirtyThresh: 189288 kB |
| 4117 | BackgroundThresh: 94644 kB |
| 4118 | ''') |
| 4119 | d('sys/kernel/debug/bdi/7:4', 0o775) |
| 4120 | f('sys/kernel/debug/bdi/7:4/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4121 | BdiReclaimable: 0 kB |
| 4122 | BdiDirtyThresh: 0 kB |
| 4123 | DirtyThresh: 189288 kB |
| 4124 | BackgroundThresh: 94644 kB |
| 4125 | ''') |
| 4126 | d('sys/kernel/debug/bdi/7:3', 0o775) |
| 4127 | f('sys/kernel/debug/bdi/7:3/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4128 | BdiReclaimable: 0 kB |
| 4129 | BdiDirtyThresh: 0 kB |
| 4130 | DirtyThresh: 189288 kB |
| 4131 | BackgroundThresh: 94644 kB |
| 4132 | ''') |
| 4133 | d('sys/kernel/debug/bdi/11:0', 0o775) |
| 4134 | f('sys/kernel/debug/bdi/11:0/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4135 | BdiReclaimable: 0 kB |
| 4136 | BdiDirtyThresh: 0 kB |
| 4137 | DirtyThresh: 189292 kB |
| 4138 | BackgroundThresh: 94644 kB |
| 4139 | ''') |
| 4140 | d('sys/kernel/debug/bdi/7:5', 0o775) |
| 4141 | f('sys/kernel/debug/bdi/7:5/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4142 | BdiReclaimable: 0 kB |
| 4143 | BdiDirtyThresh: 0 kB |
| 4144 | DirtyThresh: 189288 kB |
| 4145 | BackgroundThresh: 94644 kB |
| 4146 | ''') |
| 4147 | d('sys/kernel/debug/bdi/8:0', 0o775) |
| 4148 | f('sys/kernel/debug/bdi/8:0/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4149 | BdiReclaimable: 13696 kB |
| 4150 | BdiDirtyThresh: 83368 kB |
| 4151 | DirtyThresh: 189292 kB |
| 4152 | BackgroundThresh: 94644 kB |
| 4153 | ''') |
| 4154 | d('sys/kernel/debug/bdi/default', 0o775) |
| 4155 | f('sys/kernel/debug/bdi/default/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4156 | BdiReclaimable: 0 kB |
| 4157 | BdiDirtyThresh: 0 kB |
| 4158 | DirtyThresh: 189292 kB |
| 4159 | BackgroundThresh: 94644 kB |
| 4160 | ''') |
| 4161 | d('sys/kernel/debug/bdi/0:16', 0o775) |
| 4162 | f('sys/kernel/debug/bdi/0:16/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4163 | BdiReclaimable: 0 kB |
| 4164 | BdiDirtyThresh: 0 kB |
| 4165 | DirtyThresh: 189272 kB |
| 4166 | BackgroundThresh: 94636 kB |
| 4167 | ''') |
| 4168 | d('sys/kernel/debug/bdi/8:16', 0o775) |
| 4169 | f('sys/kernel/debug/bdi/8:16/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4170 | BdiReclaimable: 0 kB |
| 4171 | BdiDirtyThresh: 0 kB |
| 4172 | DirtyThresh: 189272 kB |
| 4173 | BackgroundThresh: 94636 kB |
| 4174 | ''') |
| 4175 | d('sys/kernel/debug/bdi/9:0', 0o775) |
| 4176 | f('sys/kernel/debug/bdi/9:0/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4177 | BdiReclaimable: 0 kB |
| 4178 | BdiDirtyThresh: 0 kB |
| 4179 | DirtyThresh: 189292 kB |
| 4180 | BackgroundThresh: 94644 kB |
| 4181 | ''') |
| 4182 | d('sys/kernel/debug/bdi/7:7', 0o775) |
| 4183 | f('sys/kernel/debug/bdi/7:7/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4184 | BdiReclaimable: 0 kB |
| 4185 | BdiDirtyThresh: 0 kB |
| 4186 | DirtyThresh: 189288 kB |
| 4187 | BackgroundThresh: 94644 kB |
| 4188 | ''') |
| 4189 | d('sys/kernel/debug/bdi/7:6', 0o775) |
| 4190 | f('sys/kernel/debug/bdi/7:6/stats', 0o664, b'''BdiWriteback: 0 kB |
| 4191 | BdiReclaimable: 0 kB |
| 4192 | BdiDirtyThresh: 0 kB |
| 4193 | DirtyThresh: 189288 kB |
| 4194 | BackgroundThresh: 94644 kB |
| 4195 | ''') |
| 4196 | d('sys/kernel/uids', 0o775) |
| 4197 | d('sys/kernel/uids/100', 0o775) |
| 4198 | f('sys/kernel/uids/100/cpu_share', 0o664, b'1024\n') |
| 4199 | d('sys/kernel/uids/103', 0o775) |
| 4200 | f('sys/kernel/uids/103/cpu_share', 0o664, b'1024\n') |
| 4201 | d('sys/kernel/uids/51', 0o775) |
| 4202 | f('sys/kernel/uids/51/cpu_share', 0o664, b'1024\n') |
| 4203 | d('sys/kernel/uids/105', 0o775) |
| 4204 | f('sys/kernel/uids/105/cpu_share', 0o664, b'1024\n') |
| 4205 | d('sys/kernel/uids/2702', 0o775) |
| 4206 | f('sys/kernel/uids/2702/cpu_share', 0o664, b'1024\n') |
| 4207 | d('sys/kernel/uids/0', 0o775) |
| 4208 | f('sys/kernel/uids/0/cpu_share', 0o664, b'2048\n') |
| 4209 | d('sys/power', 0o775) |
| 4210 | f('sys/power/state', 0o664, b'mem\n') |
| 4211 | d('sys/firmware', 0o775) |
| 4212 | d('sys/firmware/memmap', 0o775) |
| 4213 | d('sys/firmware/memmap/8', 0o775) |
| 4214 | f('sys/firmware/memmap/8/start', 0o664, b'0xfec00000\n') |
| 4215 | f('sys/firmware/memmap/8/type', 0o664, b'reserved\n') |
| 4216 | f('sys/firmware/memmap/8/end', 0o664, b'0xfec0ffff\n') |
| 4217 | d('sys/firmware/memmap/11', 0o775) |
| 4218 | f('sys/firmware/memmap/11/start', 0o664, b'0xfed1c000\n') |
| 4219 | f('sys/firmware/memmap/11/type', 0o664, b'reserved\n') |
| 4220 | f('sys/firmware/memmap/11/end', 0o664, b'0xfed8ffff\n') |
| 4221 | d('sys/firmware/memmap/6', 0o775) |
| 4222 | f('sys/firmware/memmap/6/start', 0o664, b'0x7ff00000\n') |
| 4223 | f('sys/firmware/memmap/6/type', 0o664, b'reserved\n') |
| 4224 | f('sys/firmware/memmap/6/end', 0o664, b'0x7fffffff\n') |
| 4225 | d('sys/firmware/memmap/5', 0o775) |
| 4226 | f('sys/firmware/memmap/5/start', 0o664, b'0x7fedf000\n') |
| 4227 | f('sys/firmware/memmap/5/type', 0o664, b'ACPI Non-volatile Storage\n') |
| 4228 | f('sys/firmware/memmap/5/end', 0o664, b'0x7fefffff\n') |
| 4229 | d('sys/firmware/memmap/9', 0o775) |
| 4230 | f('sys/firmware/memmap/9/start', 0o664, b'0xfed00000\n') |
| 4231 | f('sys/firmware/memmap/9/type', 0o664, b'reserved\n') |
| 4232 | f('sys/firmware/memmap/9/end', 0o664, b'0xfed003ff\n') |
| 4233 | d('sys/firmware/memmap/2', 0o775) |
| 4234 | f('sys/firmware/memmap/2/start', 0o664, b'0xdc000\n') |
| 4235 | f('sys/firmware/memmap/2/type', 0o664, b'reserved\n') |
| 4236 | f('sys/firmware/memmap/2/end', 0o664, b'0xfffff\n') |
| 4237 | d('sys/firmware/memmap/12', 0o775) |
| 4238 | f('sys/firmware/memmap/12/start', 0o664, b'0xfee00000\n') |
| 4239 | f('sys/firmware/memmap/12/type', 0o664, b'reserved\n') |
| 4240 | f('sys/firmware/memmap/12/end', 0o664, b'0xfee00fff\n') |
| 4241 | d('sys/firmware/memmap/4', 0o775) |
| 4242 | f('sys/firmware/memmap/4/start', 0o664, b'0x7fed0000\n') |
| 4243 | f('sys/firmware/memmap/4/type', 0o664, b'ACPI Tables\n') |
| 4244 | f('sys/firmware/memmap/4/end', 0o664, b'0x7fedefff\n') |
| 4245 | d('sys/firmware/memmap/3', 0o775) |
| 4246 | f('sys/firmware/memmap/3/start', 0o664, b'0x100000\n') |
| 4247 | f('sys/firmware/memmap/3/type', 0o664, b'System RAM\n') |
| 4248 | f('sys/firmware/memmap/3/end', 0o664, b'0x7fecffff\n') |
| 4249 | d('sys/firmware/memmap/10', 0o775) |
| 4250 | f('sys/firmware/memmap/10/start', 0o664, b'0xfed14000\n') |
| 4251 | f('sys/firmware/memmap/10/type', 0o664, b'reserved\n') |
| 4252 | f('sys/firmware/memmap/10/end', 0o664, b'0xfed19fff\n') |
| 4253 | d('sys/firmware/memmap/0', 0o775) |
| 4254 | f('sys/firmware/memmap/0/start', 0o664, b'0x0\n') |
| 4255 | f('sys/firmware/memmap/0/type', 0o664, b'System RAM\n') |
| 4256 | f('sys/firmware/memmap/0/end', 0o664, b'0x9efff\n') |
| 4257 | d('sys/firmware/memmap/7', 0o775) |
| 4258 | f('sys/firmware/memmap/7/start', 0o664, b'0xf0000000\n') |
| 4259 | f('sys/firmware/memmap/7/type', 0o664, b'reserved\n') |
| 4260 | f('sys/firmware/memmap/7/end', 0o664, b'0xf3ffffff\n') |
| 4261 | d('sys/firmware/memmap/1', 0o775) |
| 4262 | f('sys/firmware/memmap/1/start', 0o664, b'0x9f000\n') |
| 4263 | f('sys/firmware/memmap/1/type', 0o664, b'reserved\n') |
| 4264 | f('sys/firmware/memmap/1/end', 0o664, b'0x9ffff\n') |
| 4265 | d('sys/firmware/memmap/13', 0o775) |
| 4266 | f('sys/firmware/memmap/13/start', 0o664, b'0xff800000\n') |
| 4267 | f('sys/firmware/memmap/13/type', 0o664, b'reserved\n') |
| 4268 | f('sys/firmware/memmap/13/end', 0o664, b'0xffffffff\n') |
| 4269 | d('sys/firmware/edd', 0o775) |
| 4270 | d('sys/firmware/edd/int13_dev80', 0o775) |
| 4271 | l('sys/firmware/edd/int13_dev80/pci_dev', '../../../devices/pci0000:00/0000:00:1f.2') |
| 4272 | f('sys/firmware/edd/int13_dev80/version', 0o664, b'0x30\n') |
| 4273 | f('sys/firmware/edd/int13_dev80/raw_data', 0o664, b'J\x00\x01\x00\xff?\x00\x00\x10\x00\x00\x00?\x00\x00\x000"\xa5\x0b\x00\x00\x00\x00\x00\x02\xc6\x00@\x00\xdd\xbe,\x00\x00\x00PCI ATA \x00\x1f\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa5') |
| 4274 | f('sys/firmware/edd/int13_dev80/sectors', 0o664, b'195371568\n') |
| 4275 | f('sys/firmware/edd/int13_dev80/default_sectors_per_track', 0o664, b'63\n') |
| 4276 | f('sys/firmware/edd/int13_dev80/legacy_max_cylinder', 0o664, b'1022\n') |
| 4277 | f('sys/firmware/edd/int13_dev80/interface', 0o664, b'ATA \tdevice: 0\n') |
| 4278 | f('sys/firmware/edd/int13_dev80/host_bus', 0o664, b'PCI \t00:1f.2 channel: 1\n') |
| 4279 | f('sys/firmware/edd/int13_dev80/legacy_max_head', 0o664, b'239\n') |
| 4280 | f('sys/firmware/edd/int13_dev80/mbr_signature', 0o664, b'0x00087b5f\n') |
| 4281 | f('sys/firmware/edd/int13_dev80/info_flags', 0o664, b'DMA boundary error transparent\n') |
| 4282 | f('sys/firmware/edd/int13_dev80/default_heads', 0o664, b'16\n') |
| 4283 | f('sys/firmware/edd/int13_dev80/default_cylinders', 0o664, b'16383\n') |
| 4284 | f('sys/firmware/edd/int13_dev80/legacy_sectors_per_track', 0o664, b'63\n') |
| 4285 | f('sys/firmware/edd/int13_dev80/extensions', 0o664, b'''Fixed disk access |
| 4286 | Enhanced Disk Drive support |
| 4287 | ''') |
| 4288 | d('sys/firmware/acpi', 0o775) |
| 4289 | d('sys/firmware/acpi/tables', 0o775) |
| 4290 | f('sys/firmware/acpi/tables/DSDT', 0o664, b'''DSDT4\xd2\x00\x00\x01\x9aLENOVOTP-7I \x11\x00\x00MSFT\x0e\x00\x00\x01\x10 \\_PR_[\x83\x0bCPU0\x00\x10\x10\x00\x00\x06[\x83\x0bCPU1\x01\x10\x10\x00\x00\x06\x10\x83I\x0b\\_SB_\x14C2_INI\x00\xa0(\x93\\SCMP\\_OS_\rMicrosoft Windows\x00\x00p |
| 4291 | \x01\\W98F\xa1C\x11\xa0F\t[\x12\\_OSI`\xa0,\\_OSI\rWindows 2001\x00p |
| 4292 | \x01\\WNTFp |
| 4293 | \x01\\WXPFp |
| 4294 | \x00\\WSPV\xa0 \\_OSI\rWindows 2001 SP1\x00p |
| 4295 | \x01\\WSPV\xa0 \\_OSI\rWindows 2001 SP2\x00p |
| 4296 | \x02\\WSPV\xa0\x1c\\_OSI\rWindows 2006\x00p |
| 4297 | \x01\\WVIS\xa1I\x07\xa0+\x93\\SCMP\\_OS_\rMicrosoft Windows NT\x00\x00p |
| 4298 | \x01\\WNTF\xa1J\x04\xa0G\x04\x93\\SCMP\\_OS_\rMicrosoft WindowsME: Millennium Edition\x00\x00p |
| 4299 | \x01\\WMEFp |
| 4300 | \x01\\W98F\xa0\x12\x92\x95\\_REV |
| 4301 | \x02p |
| 4302 | \x01\\H8DRp |
| 4303 | \x01\\OSIF\\/\x05_SB_PCI0LPC_MOU_MHIDp\\SRAH\\/\x03_SB_PCI0RID_\xa0\x1eVIGDp\\SRHE\\/\x04_SB_PCI0VID_RID_\xa1\x1ap\\SRHE\\/\x04_SB_PCI0AGP_RID_p\\SRE0\\/\x04_SB_PCI0EXP0RID_p\\SRE1\\/\x04_SB_PCI0EXP1RID_p\\SRE2\\/\x04_SB_PCI0EXP2RID_p\\SRE3\\/\x04_SB_PCI0EXP3RID_p\\SRU0\\/\x04_SB_PCI0USB0RID_p\\SRU1\\/\x04_SB_PCI0USB1RID_p\\SRU2\\/\x04_SB_PCI0USB2RID_p\\SRU3\\/\x04_SB_PCI0USB3RID_p\\SRU7\\/\x04_SB_PCI0USB7RID_p\\SRPB\\/\x04_SB_PCI0PCI1RID_p\\SRLP\\/\x04_SB_PCI0LPC_RID_p\\SRSA\\/\x04_SB_PCI0IDE0RID_p\\SRSA\\/\x04_SB_PCI0SATARID_p\\SRSM\\/\x04_SB_PCI0SMBURID_[\x82K\x11LNKA\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4304 | \x01\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRA\xa4 |
| 4305 | \t\xa1\x04\xa4 |
| 4306 | \x0b\x08_PRS\x11\t |
| 4307 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRA |
| 4308 | \x80\\/\x04_SB_PCI0LPC_PIRA\x08BUFA\x11\t |
| 4309 | \x06#\x00\x00\x18y\x00\x8bBUFA |
| 4310 | \x01IRA1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRA |
| 4311 | \x8f`\xa0\x0eVPIR`y |
| 4312 | \x01`IRA1\xa1\x08p |
| 4313 | \x00IRA1\xa4BUFA\x14F\x04_SRS\x01\x8bh |
| 4314 | \x01IRA2\x82IRA2`{\\/\x04_SB_PCI0LPC_PIRA |
| 4315 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRA[\x82K\x11LNKB\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4316 | \x02\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRB\xa4 |
| 4317 | \t\xa1\x04\xa4 |
| 4318 | \x0b\x08_PRS\x11\t |
| 4319 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRB |
| 4320 | \x80\\/\x04_SB_PCI0LPC_PIRB\x08BUFB\x11\t |
| 4321 | \x06#\x00\x00\x18y\x00\x8bBUFB |
| 4322 | \x01IRB1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRB |
| 4323 | \x8f`\xa0\x0eVPIR`y |
| 4324 | \x01`IRB1\xa1\x08p |
| 4325 | \x00IRB1\xa4BUFB\x14F\x04_SRS\x01\x8bh |
| 4326 | \x01IRB2\x82IRB2`{\\/\x04_SB_PCI0LPC_PIRB |
| 4327 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRB[\x82K\x11LNKC\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4328 | \x03\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRC\xa4 |
| 4329 | \t\xa1\x04\xa4 |
| 4330 | \x0b\x08_PRS\x11\t |
| 4331 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRC |
| 4332 | \x80\\/\x04_SB_PCI0LPC_PIRC\x08BUFC\x11\t |
| 4333 | \x06#\x00\x00\x18y\x00\x8bBUFC |
| 4334 | \x01IRC1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRC |
| 4335 | \x8f`\xa0\x0eVPIR`y |
| 4336 | \x01`IRC1\xa1\x08p |
| 4337 | \x00IRC1\xa4BUFC\x14F\x04_SRS\x01\x8bh |
| 4338 | \x01IRC2\x82IRC2`{\\/\x04_SB_PCI0LPC_PIRC |
| 4339 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRC[\x82K\x11LNKD\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4340 | \x04\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRD\xa4 |
| 4341 | \t\xa1\x04\xa4 |
| 4342 | \x0b\x08_PRS\x11\t |
| 4343 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRD |
| 4344 | \x80\\/\x04_SB_PCI0LPC_PIRD\x08BUFD\x11\t |
| 4345 | \x06#\x00\x00\x18y\x00\x8bBUFD |
| 4346 | \x01IRD1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRD |
| 4347 | \x8f`\xa0\x0eVPIR`y |
| 4348 | \x01`IRD1\xa1\x08p |
| 4349 | \x00IRD1\xa4BUFD\x14F\x04_SRS\x01\x8bh |
| 4350 | \x01IRD2\x82IRD2`{\\/\x04_SB_PCI0LPC_PIRD |
| 4351 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRD[\x82K\x11LNKE\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4352 | \x05\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRE\xa4 |
| 4353 | \t\xa1\x04\xa4 |
| 4354 | \x0b\x08_PRS\x11\t |
| 4355 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRE |
| 4356 | \x80\\/\x04_SB_PCI0LPC_PIRE\x08BUFE\x11\t |
| 4357 | \x06#\x00\x00\x18y\x00\x8bBUFE |
| 4358 | \x01IRE1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRE |
| 4359 | \x8f`\xa0\x0eVPIR`y |
| 4360 | \x01`IRE1\xa1\x08p |
| 4361 | \x00IRE1\xa4BUFE\x14F\x04_SRS\x01\x8bh |
| 4362 | \x01IRE2\x82IRE2`{\\/\x04_SB_PCI0LPC_PIRE |
| 4363 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRE[\x82K\x11LNKF\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4364 | \x06\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRF\xa4 |
| 4365 | \t\xa1\x04\xa4 |
| 4366 | \x0b\x08_PRS\x11\t |
| 4367 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRF |
| 4368 | \x80\\/\x04_SB_PCI0LPC_PIRF\x08BUFF\x11\t |
| 4369 | \x06#\x00\x00\x18y\x00\x8bBUFF |
| 4370 | \x01IRF1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRF |
| 4371 | \x8f`\xa0\x0eVPIR`y |
| 4372 | \x01`IRF1\xa1\x08p |
| 4373 | \x00IRF1\xa4BUFF\x14F\x04_SRS\x01\x8bh |
| 4374 | \x01IRF2\x82IRF2`{\\/\x04_SB_PCI0LPC_PIRF |
| 4375 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRF[\x82K\x11LNKG\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4376 | \x07\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRG\xa4 |
| 4377 | \t\xa1\x04\xa4 |
| 4378 | \x0b\x08_PRS\x11\t |
| 4379 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRG |
| 4380 | \x80\\/\x04_SB_PCI0LPC_PIRG\x08BUFG\x11\t |
| 4381 | \x06#\x00\x00\x18y\x00\x8bBUFG |
| 4382 | \x01IRG1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRG |
| 4383 | \x8f`\xa0\x0eVPIR`y |
| 4384 | \x01`IRG1\xa1\x08p |
| 4385 | \x00IRG1\xa4BUFG\x14F\x04_SRS\x01\x8bh |
| 4386 | \x01IRG2\x82IRG2`{\\/\x04_SB_PCI0LPC_PIRG |
| 4387 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRG[\x82K\x11LNKH\x08_HID\x0cA\xd0\x0c\x0f\x08_UID |
| 4388 | \x08\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRH\xa4 |
| 4389 | \t\xa1\x04\xa4 |
| 4390 | \x0b\x08_PRS\x11\t |
| 4391 | \x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRH |
| 4392 | \x80\\/\x04_SB_PCI0LPC_PIRH\x08BUFH\x11\t |
| 4393 | \x06#\x00\x00\x18y\x00\x8bBUFH |
| 4394 | \x01IRH1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRH |
| 4395 | \x8f`\xa0\x0eVPIR`y |
| 4396 | \x01`IRH1\xa1\x08p |
| 4397 | \x00IRH1\xa4BUFH\x14F\x04_SRS\x01\x8bh |
| 4398 | \x01IRH2\x82IRH2`{\\/\x04_SB_PCI0LPC_PIRH |
| 4399 | pa}av`apa\\/\x04_SB_PCI0LPC_PIRH\x149VPIR\x01p |
| 4400 | \x01`\xa0 |
| 4401 | {h |
| 4402 | \x80\x00p |
| 4403 | \x00`\xa1!{h |
| 4404 | \x0fa\xa0\t\x95a |
| 4405 | \x03p |
| 4406 | \x00`\xa1\x10\xa0\x0e\x91\x93a |
| 4407 | \x08\x93a |
| 4408 | \rp |
| 4409 | \x00`\xa4`[\x82HhMEM_\x08_HID\x0cA\xd0\x0c\x01\x08ME98\x11B\x04 |
| 4410 | >\x86\t\x00\x01\x00\x00\x00\x00\x00\x00 |
| 4411 | \x00\x86\t\x00\x00\x00\x00\x0e\x00\x00\x00\x02\x00\x86\t\x00\x01\x00\x00\x10\x00\x00\x00\xee\x01\x86\t\x00\x00\x00\x00\xc0\xfe\x00\x00\x14\x00\x86\t\x00\x00\x00\x10\xd4\xfe\x00\xf0+\x01y\x00\x8aME98 |
| 4412 | \x1cMEB0\x8aME98 |
| 4413 | MEL0\x08MGAP\x11\x11 |
| 4414 | \x0e\x86\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\x8aMGAP |
| 4415 | \x04MGPB\x8aMGAP |
| 4416 | \x08MGPL\x08MEMS\x11B\r |
| 4417 | \xce\x86\t\x00\x01\x00\x00\x00\x00\x00\x00 |
| 4418 | \x00\x86\t\x00\x00\x00\x00\x0c\x00\x00\x00\x00\x00\x86\t\x00\x00\x00@\x0c\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x80\x0c\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\xc0\x0c\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x00\r\x00\x00\x00\x00\x00\x86\t\x00\x00\x00@\r\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x80\r\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\xc0\r\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x00\x0e\x00\x00\x00\x00\x00\x86\t\x00\x00\x00@\x0e\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x80\x0e\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\xc0\x0e\x00\x00\x00\x00\x00\x86\t\x00\x00\x00\x00\x0f\x00\x00\x00\x01\x00\x86\t\x00\x01\x00\x00\x10\x00\x00\x00\xee\x01\x86\t\x00\x00\x00\x00\xc0\xfe\x00\x00\x14\x00\x86\t\x00\x00\x00\x10\xd4\xfe\x00\xf0+\x01y\x00\x8aMEMS |
| 4419 | \x14MC0L\x8aMEMS |
| 4420 | MC4L\x8aMEMS |
| 4421 | ,MC8L\x8aMEMS |
| 4422 | 8MCCL\x8aMEMS |
| 4423 | DMD0L\x8aMEMS |
| 4424 | PMD4L\x8aMEMS |
| 4425 | \\MD8L\x8aMEMS |
| 4426 | hMDCL\x8aMEMS |
| 4427 | tME0L\x8aMEMS |
| 4428 | \x80ME4L\x8aMEMS |
| 4429 | \x8cME8L\x8aMEMS |
| 4430 | \x98MECL\x8dMEMS |
| 4431 | xMC0W\x8dMEMS |
| 4432 | \xd8MC4W\x8dMEMS\x0b8\x01MC8W\x8dMEMS\x0b\x98\x01MCCW\x8dMEMS\x0b\xf8\x01MD0W\x8dMEMS\x0bX\x02MD4W\x8dMEMS\x0b\xb8\x02MD8W\x8dMEMS\x0b\x18\x03MDCW\x8dMEMS\x0bx\x03ME0W\x8dMEMS\x0b\xd8\x03ME4W\x8dMEMS\x0b8\x04ME8W\x8dMEMS\x0b\x98\x04MECW\x8aMEMS |
| 4433 | \xacMEB1\x8aMEMS |
| 4434 | \xb0MEL1\x8aMEMS |
| 4435 | \xbcMEL2\x8aMEMS |
| 4436 | \xc8MEL3\x14F=_CRS\x00\xa0M\x17\\W98Ft\\MEMXMEB0MEL0p\\GAPAMGPBp\\GAPLMGPL\xa0I\x0c\x90MGPBMGPLt\x87ME98 |
| 4437 | \x02`\x08MBF0\x11\x02`r`\x87MGAP`\x08MBF1\x11\x02`pME98MBF0sMBF0MGAPMBF1\xa0O\x07\x92\x93\\/\x05_SB_PCI0LPC_TPM__STA |
| 4438 | \x0ft\x87MBF1 |
| 4439 | \x02`\x08MBF2\x11\x02`r`\x87\\/\x05_SB_PCI0LPC_TPM__CRS`\x08MBF3\x11\x02`pMBF1MBF2sMBF2\\/\x05_SB_PCI0LPC_TPM__CRSMBF3\xa4MBF3\xa1\x06\xa4MBF1\xa1I\x08\xa0O\x07\x92\x93\\/\x05_SB_PCI0LPC_TPM__STA |
| 4440 | \x0ft\x87ME98 |
| 4441 | \x02`\x08MBF4\x11\x02`r`\x87\\/\x05_SB_PCI0LPC_TPM__CRS`\x08MBF5\x11\x02`pME98MBF4sMBF4\\/\x05_SB_PCI0LPC_TPM__CRSMBF5\xa4MBF5\xa1\x06\xa4ME98{\\/\x03_SB_PCI0PAM1 |
| 4442 | \x03`\xa0\x18`p\x0b\x00@MC0L\xa0\r{` |
| 4443 | \x02\x00p |
| 4444 | \x01MC0W{\\/\x03_SB_PCI0PAM1 |
| 4445 | 0`\xa0\x18`p\x0b\x00@MC4L\xa0\r{` |
| 4446 | \x00p |
| 4447 | \x01MC4W{\\/\x03_SB_PCI0PAM2 |
| 4448 | \x03`\xa0\x18`p\x0b\x00@MC8L\xa0\r{` |
| 4449 | \x02\x00p |
| 4450 | \x01MC8W{\\/\x03_SB_PCI0PAM2 |
| 4451 | 0`\xa0\x18`p\x0b\x00@MCCL\xa0\r{` |
| 4452 | \x00p |
| 4453 | \x01MCCW{\\/\x03_SB_PCI0PAM3 |
| 4454 | \x03`\xa0\x18`p\x0b\x00@MD0L\xa0\r{` |
| 4455 | \x02\x00p |
| 4456 | \x01MD0W{\\/\x03_SB_PCI0PAM3 |
| 4457 | 0`\xa0\x18`p\x0b\x00@MD4L\xa0\r{` |
| 4458 | \x00p |
| 4459 | \x01MD4W{\\/\x03_SB_PCI0PAM4 |
| 4460 | \x03`\xa0\x18`p\x0b\x00@MD8L\xa0\r{` |
| 4461 | \x02\x00p |
| 4462 | \x01MD8W{\\/\x03_SB_PCI0PAM4 |
| 4463 | 0`\xa0\x18`p\x0b\x00@MDCL\xa0\r{` |
| 4464 | \x00p |
| 4465 | \x01MDCW{\\/\x03_SB_PCI0PAM5 |
| 4466 | \x03`\xa0\x18`p\x0b\x00@ME0L\xa0\r{` |
| 4467 | \x02\x00p |
| 4468 | \x01ME0W{\\/\x03_SB_PCI0PAM5 |
| 4469 | 0`\xa0\x18`p\x0b\x00@ME4L\xa0\r{` |
| 4470 | \x00p |
| 4471 | \x01ME4W{\\/\x03_SB_PCI0PAM6 |
| 4472 | \x03`\xa0\x18`p\x0b\x00@ME8L\xa0\r{` |
| 4473 | \x02\x00p |
| 4474 | \x01ME8W{\\/\x03_SB_PCI0PAM6 |
| 4475 | 0`\xa0\x18`p\x0b\x00@MECL\xa0\r{` |
| 4476 | \x00p |
| 4477 | \x01MECWt\\MEMXMEB1MEL1\xa0-\x92\x93\\/\x05_SB_PCI0LPC_TPM__STA |
| 4478 | \x0fp\x0c\x00\x00@\x01MEL2p |
| 4479 | \x00MEL3\xa4MEMS[\x82I\rLID_\x08_HID\x0cA\xd0\x0c\r\x14<_LID\x00\xa0\x1e\\H8DR\xa4\\/\x05_SB_PCI0LPC_EC__HPLD\xa1\x16\xa0\x0f{\\RBEC |
| 4480 | F |
| 4481 | \x04\x00\xa4 |
| 4482 | \x01\xa1\x04\xa4 |
| 4483 | \x00\x14&_PRW\x00\xa0\x15\x90\\W98F\x92\\WMEF\xa4\x12\x06\x02 |
| 4484 | \x18 |
| 4485 | \x04\xa1\t\xa4\x12\x06\x02 |
| 4486 | \x18 |
| 4487 | \x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp |
| 4488 | \x01\\/\x05_SB_PCI0LPC_EC__HWLO\xa1\x1bp |
| 4489 | \x00\\/\x05_SB_PCI0LPC_EC__HWLO\xa1\x1c\xa0\rh\\MBEC |
| 4490 | 2 |
| 4491 | \xff |
| 4492 | \x04\xa1\x0c\\MBEC |
| 4493 | 2 |
| 4494 | \xfb |
| 4495 | \x00[\x82L\tSLPB\x08_HID\x0cA\xd0\x0c\x0e\x14&_PRW\x00\xa0\x15\x90\\W98F\x92\\WMEF\xa4\x12\x06\x02 |
| 4496 | \x18 |
| 4497 | \x04\xa1\t\xa4\x12\x06\x02 |
| 4498 | \x18 |
| 4499 | \x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp |
| 4500 | \x01\\/\x05_SB_PCI0LPC_EC__HWFN\xa1\x1bp |
| 4501 | \x00\\/\x05_SB_PCI0LPC_EC__HWFN\xa1\x1c\xa0\rh\\MBEC |
| 4502 | 2 |
| 4503 | \xff |
| 4504 | \x10\xa1\x0c\\MBEC |
| 4505 | 2 |
| 4506 | \xef |
| 4507 | \x00[\x82\x8fH\x07PCI0[\x82\x8a\x96\x04LPC_\x08_ADR\x0c\x00\x00\x1f\x00\x08_S3D |
| 4508 | \x03\x08RID_ |
| 4509 | \x00[\x82M\x1aSIO_\x08_HID\x0cA\xd0\x0c\x02\x08_UID |
| 4510 | \x00\x08SCRS\x11B\x10 |
| 4511 | \xfeG\x01\x10\x00\x10\x00\x01\x10G\x01\x90\x00\x90\x00\x01\x10G\x01$\x00$\x00\x01\x02G\x01(\x00(\x00\x01\x02G\x01,\x00,\x00\x01\x02G\x010\x000\x00\x01\x02G\x014\x004\x00\x01\x02G\x018\x008\x00\x01\x02G\x01<\x00<\x00\x01\x02G\x01\xa4\x00\xa4\x00\x01\x02G\x01\xa8\x00\xa8\x00\x01\x02G\x01\xac\x00\xac\x00\x01\x02G\x01\xb0\x00\xb0\x00\x01\x06G\x01\xb8\x00\xb8\x00\x01\x02G\x01\xbc\x00\xbc\x00\x01\x02G\x01P\x00P\x00\x01\x04G\x01r\x00r\x00\x01\x06G\x01N\x16N\x16\x01\x02G\x01.\x00.\x00\x01\x02G\x01\x00\x10\x00\x10\x01\x80G\x01\x80\x11\x80\x11\x01@G\x01\x00\x08\x00\x08\x01\x10G\x01\xe0\x15\xe0\x15\x01\x10G\x01\x00\x16\x00\x16\x01`\x86\t\x00\x01\x00\x00\x00\xf0\x00\x00\x00\x04\x86\t\x00\x01\x00\xc0\xd1\xfe\x00@\x00\x00\x86\t\x00\x01\x00@\xd1\xfe\x00@\x00\x00\x86\t\x00\x01\x00\x80\xd1\xfe\x00\x10\x00\x00\x86\t\x00\x01\x00\x90\xd1\xfe\x00\x10\x00\x00y\x00\x14M\x08_CRS\x00\xa0 \x93\\/\x05_SB_PCI0LPC_TPM__STA |
| 4512 | \x0f\xa4SCRS\xa1D\x06t\x87SCRS |
| 4513 | \x02`\x08BUF0\x11\x02`r`\x87\\/\x05_SB_PCI0LPC_TPM__CRS`\x08BUF1\x11\x02`pSCRSBUF0sBUF0\\/\x05_SB_PCI0LPC_TPM__CRSBUF1\xa4BUF1[\x80LPCS\x02 |
| 4514 | \x00\x0b\x00\x01[\x81G |
| 4515 | LPCS\x00\x00@0PIRA\x08PIRB\x08PIRC\x08PIRD\x08SERQ\x08\x00\x18PIRE\x08PIRF\x08PIRG\x08PIRH\x08\x00@ |
| 4516 | XU1A\x03\x00\x01XU2A\x03\x00\x01XPA_\x02\x00\x02XFA_\x01\x00\x03XU1E\x01XU2E\x01XPE_\x01XFE_\x01\x00\x0cXG1E\x01\x00\x06XG1A\t\x00\x10XG2E\x01\x00\x03XG2A\x0c\x00@\x0b\x00\x02CLKR\x01GYEN\x01\x00\x03C4C3\x01\x00\x02EXPE\x01\x00\x05[\x80LPIO\x01\x0b\x80\x11 |
| 4517 | @[\x81O |
| 4518 | LPIO\x03GU00\x08GU01\x08GU02\x08GU03\x08GI00\x08GI01\x08GI02\x08GI03\x08\x00 GL00\x08GL01\x08GL02\x08GL03\x08\x00@\x04GB00\x08GB01\x08GB02\x08GB03\x08\x00@\x08GV00\x08GV01\x08GV02\x08GV03\x08GU04\x08GU05\x08GU06\x08GU07\x08GI04\x08GI05\x08GI06\x08GI07\x08GL04\x08GL05\x08GL06\x08GL07\x08[\x80PMIO\x01\x0b\x00\x10 |
| 4519 | \x80[\x81\x10PMIO\x00\x00@!\x00\x01SWGE\x01[\x823PIC_\x08_HID\x0bA\xd0\x08_CRS\x11 |
| 4520 | \x1dG\x01 \x00 \x00\x01\x02G\x01\xa0\x00\xa0\x00\x01\x02G\x01\xd0\x04\xd0\x04\x01\x02"\x04\x00y\x00[\x82%TIMR\x08_HID\x0cA\xd0\x01\x00\x08_CRS\x11\x10 |
| 4521 | \rG\x01@\x00@\x00\x01\x04"\x01\x00y\x00[\x82B\x05HPET\x08_HID\x0cA\xd0\x01\x03\x14*_STA\x00\xa0\x08W98F\xa4 |
| 4522 | \x00\xa1\x17\xa0\x10\x90\\WNTF\x92\\WXPF\xa4 |
| 4523 | \x00\xa1\x04\xa4 |
| 4524 | \x0f\xa4 |
| 4525 | \x00\x08_CRS\x11\x11 |
| 4526 | \x0e\x86\t\x00\x00\x00\x00\xd0\xfe\x00\x04\x00\x00y\x00[\x825DMAC\x08_HID\x0cA\xd0\x02\x00\x08_CRS\x11 |
| 4527 | \x1dG\x01\x00\x00\x00\x00\x01\x10G\x01\x80\x00\x80\x00\x01\x10G\x01\xc0\x00\xc0\x00\x01 *\x10\x05y\x00[\x82"SPKR\x08_HID\x0cA\xd0\x08\x00\x08_CRS\x11\r |
| 4528 | |
| 4529 | G\x01a\x00a\x00\x01\x01y\x00[\x82%FPU_\x08_HID\x0cA\xd0\x0c\x04\x08_CRS\x11\x10 |
| 4530 | \rG\x01\xf0\x00\xf0\x00\x01\x01"\x00 y\x00[\x82%RTC_\x08_HID\x0cA\xd0\x0b\x00\x08_CRS\x11\x10 |
| 4531 | \rG\x01p\x00p\x00\x01\x02"\x00\x01y\x00[\x82-KBD_\x08_HID\x0cA\xd0\x03\x03\x08_CRS\x11\x18 |
| 4532 | \x15G\x01`\x00`\x00\x01\x01G\x01d\x00d\x00\x01\x01"\x02\x00y\x00[\x82J\x05MOU_\x08_HID\x0c$M7\x80\x08_CID\x0cA\xd0\x0f\x13\x08_CRS\x11\x08 |
| 4533 | \x05"\x00\x10y\x00\x141MHID\x00\xa0\x1e\\/\x04_SB_PCI0LPC_PADDp\x0c$M7\x80_HID\xa1\x0bp\x0c$M\x00W_HID[\x80IMGA\x01\x0b\xe0\x15 |
| 4534 | \x10[\x81!IMGA\x01\x00\x08\x00\x08\x00\x08WAKR\x10\x008GAIX\x08\x00\x08GADT\x08\x00\x08[\x86I\x0bGAIXGADT\x01\x00H VAUX\x02\x00\x01WOLE\x01\x00\x04\x00@\x07\x00\x01CBPW\x01CBSL\x01VDPW\x01PDNE\x01BLPL\x01\x00\x01LEDS\x01TP4R\x01PADR\x01BPAD\x01\x00\x01\x00\x01PADD\x01\x00 |
| 4535 | DLAN\x01\x00G\x06BUSC\x01BUSD\x01\x00\x01DSCI\x01\x00\x04EPWG\x01\x00\x02DSCS\x01\x00\x04CSON\x01URST\x01\x00N\x06GDR0\x01GDR1\x01GDR2\x01\x00\x05GDT0\x01GDT1\x01GDT2\x01\x00E(GAID\x08[\x80NCFG\x01 |
| 4536 | . |
| 4537 | \x02[\x81\x10NCFG\x01INDX\x08DATA\x08[\x86B |
| 4538 | INDXDATA\x01\x008LDN_\x08\x00@\x0cSIOD\x08\x00\x08SCF2\x08\x00\x08SCF4\x08\x00\x02PPSE\x01\x00\x04PNF_\x01FDCD\x01PPD_\x01SP2D\x01SP1D\x01\x00\x01GPSR\x02\x00\x01SRID\x08\x00\x08SCF9\x08\x00\x08\x00(LDA_\x01\x00\x07\x00H\x17IOHI\x08IOLW\x08\x00@\x07IRQN\x04IRQW\x01\x00\x03IRQT\x01IRQL\x01\x00\x06\x00\x10DMA0\x03\x00\x05DMA1\x03\x00\x05[\x86#INDXDATA\x01\x00@xPTRS\x01PPMC\x01\x00\x02PERA\x01PMDS\x03[\x86#INDXDATA\x01\x00@xSTRS\x01SPMC\x01SBSY\x01\x00\x04SBSE\x01[\x86\x1cINDXDATA\x01\x00@xGPPS\x08GPPC\x08GPER\x08[\x80CFGS\x01\x0bN\x16 |
| 4539 | \x02[\x81\x10CFGS\x01NDXS\x08ATAS\x08[\x86J |
| 4540 | NDXSATAS\x01\x008LDNS\x08\x00@\x0c\x00\x08\x00\x08\x00\x08\x00\x08\x00\x08\x00\x02PSES\x01\x00\x04PNFS\x01DCDS\x01PPDS\x01SP2S\x01SP1S\x01\x00\x01PSRS\x02\x00\x01RIDS\x08\x00\x08CCSS\x02CCES\x01MCSS\x01MESS\x01\x00\x03\x00\x08\x00(LDAS\x01\x00\x07\x00H\x17OHIS\x08OLWS\x08\x00@\x07RQNS\x04RQWS\x01\x00\x03RQTS\x01RQLS\x01\x00\x06\x00\x10MA0S\x03\x00\x05MA1S\x03\x00\x05[\x86#NDXSATAS\x01\x00@xTRSS\x01PMCS\x01BSYS\x01\x00\x04SESS\x01[\x80NSDL\x01\x0bL\x16 |
| 4541 | \x01[\x81\x0bNSDL\x01DLPC\x08[\x80NSIO\x01\x0b\x80\x16 |
| 4542 | \x0c[\x81\'NSIO\x01DRST\x01DLPD\x01\x00\x06\x00\x04DKI0\x01\x00\x03\x008DKI1\x01DKI2\x01[\x80DSIO\x01\x0b \x16 |
| 4543 | \x0c[\x81\x0fDSIO\x01\x00\x01DUSB\x01\x00\x06[\x82K\x18FDC_\x08_HID\x0cA\xd0\x07\x00\x14 _STA\x00\xa0\x14\\LFDC\xa0\x08XFE_\xa4 |
| 4544 | \x0f\xa1\x04\xa4 |
| 4545 | \r\xa1\x04\xa4 |
| 4546 | \x00\x14)_DIS\x00p |
| 4547 | \x00XFE_p |
| 4548 | \x00LDN_p |
| 4549 | \x00IRQNp |
| 4550 | \x00LDA_p |
| 4551 | \x01FDCD\x08_CRS\x11\x1b |
| 4552 | \x18G\x01\xf0\x03\xf0\x03\x01\x06G\x01\xf7\x03\xf7\x03\x01\x01"@\x00*\x04\x00y\x00\x08_PRS\x11\x1b |
| 4553 | \x18G\x01\xf0\x03\xf0\x03\x01\x06G\x01\xf7\x03\xf7\x03\x01\x01"@\x00*\x04\x00y\x00\x14M\x04_SRS\x01p |
| 4554 | \x00LDN_p |
| 4555 | \x00LDA_p |
| 4556 | \x03IOHIp |
| 4557 | \xf0IOLWp |
| 4558 | \x06IRQNp |
| 4559 | \x02DMA0p |
| 4560 | \x00FDCDp |
| 4561 | \x01LDA_p |
| 4562 | \x00XFA_p |
| 4563 | \x01XFE_\x14\x1b_PSC\x00p |
| 4564 | \x00LDN_\xa0\x08LDA_\xa4 |
| 4565 | \x00\xa1\x04\xa4 |
| 4566 | \x03\x14\x14_PS0\x00p |
| 4567 | \x00LDN_p |
| 4568 | \x01LDA_\x14\x14_PS3\x00p |
| 4569 | \x00LDN_p |
| 4570 | \x00LDA_\x14#SLFD\x01\xa0\x0eh\\MISA\x0b\xf3\x03 |
| 4571 | \xf3 |
| 4572 | \x04\xa1\r\\MISA\x0b\xf3\x03 |
| 4573 | \xf3 |
| 4574 | \x00[\x824FDD0\x08_ADR |
| 4575 | \x00\x08_FDI\x12"\x10 |
| 4576 | \x00 |
| 4577 | \x04 |
| 4578 | O |
| 4579 | \x12 |
| 4580 | \x01 |
| 4581 | \xdf |
| 4582 | \x02 |
| 4583 | % |
| 4584 | \x02 |
| 4585 | \x12 |
| 4586 | \x1b |
| 4587 | \xff |
| 4588 | l |
| 4589 | \xf6 |
| 4590 | \x0f |
| 4591 | \x05\x10\x86/\x01\\/\x03_SB_PCI0LPC_[\x82A-LURT\x08_UID |
| 4592 | \x00\x14-_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA |
| 4593 | \x00\xa4 |
| 4594 | \x00\xa1\x0f\xa0\x08XU1E\xa4 |
| 4595 | \x0f\xa1\x04\xa4 |
| 4596 | \r\x08_HID\x0cA\xd0\x05\x01\x08_PRW\x12\x06\x02 |
| 4597 | \x18 |
| 4598 | \x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp |
| 4599 | \x01\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1bp |
| 4600 | \x00\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1c\xa0\rh\\MBEC |
| 4601 | 2 |
| 4602 | \xff |
| 4603 | @\xa1\x0c\\MBEC |
| 4604 | 2 |
| 4605 | \xbf |
| 4606 | \x00\x14)_DIS\x00p |
| 4607 | \x00XU1Ep |
| 4608 | \x03LDN_p |
| 4609 | \x00IRQNp |
| 4610 | \x00LDA_p |
| 4611 | \x01SP1D\x08U1BF\x11\x10 |
| 4612 | \rG\x01\x00\x00\x00\x00\x01\x08"\x00\x00y\x00\x8bU1BF |
| 4613 | \x02U1MN\x8bU1BF |
| 4614 | \x04U1MX\x8bU1BF |
| 4615 | \tU1IQ\x14J\x04_CRS\x00p |
| 4616 | \x03LDN_}yIOHI |
| 4617 | \x08\x00IOLW`p`U1MNp`U1MXpIRQN`\xa0\r`y |
| 4618 | \x01IRQNU1IQ\xa1\x08p |
| 4619 | \x00U1IQ\xa4U1BF\x08_PRS\x11O\x06 |
| 4620 | k1\x00G\x01\xf8\x03\xf8\x03\x01\x08"\x10\x001\x01G\x01\xf8\x02\xf8\x02\x01\x08"\x08\x001\x01G\x01\xe8\x03\xe8\x03\x01\x08"\x10\x001\x01G\x01\xe8\x02\xe8\x02\x01\x08"\x08\x001\x02G\x01\xf8\x03\xf8\x03\x01\x08"\xa8\x001\x02G\x01\xf8\x02\xf8\x02\x01\x08"\xb0\x001\x02G\x01\xe8\x03\xe8\x03\x01\x08"\xa8\x001\x02G\x01\xe8\x02\xe8\x02\x01\x08"\xb0\x008y\x00\x14O\x0c_SRS\x01\x8ch |
| 4621 | \x02RUIL\x8ch |
| 4622 | \x03RUIH\x8bh |
| 4623 | \x02RUIO\x8bh |
| 4624 | \tRUIQp |
| 4625 | \x03LDN_p |
| 4626 | \x00LDA_pRUILIOLWpRUIHIOHI\xa0\x12RUIQ\x82RUIQ`pv`IRQN\xa1\x08p |
| 4627 | \x00IRQNp |
| 4628 | \x00SP1Dp |
| 4629 | \x01LDA_\xa0\x10\x93RUIO\x0b\xf8\x03p |
| 4630 | \x00XU1A\xa1E\x04\xa0\x10\x93RUIO\x0b\xf8\x02p |
| 4631 | \x01XU1A\xa11\xa0\x10\x93RUIO\x0b\xe8\x03p |
| 4632 | \x07XU1A\xa1\x1e\xa0\x10\x93RUIO\x0b\xe8\x02p |
| 4633 | \x05XU1A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xb5\x01p |
| 4634 | \x01XU1E\x14\x1b_PSC\x00p |
| 4635 | \x03LDN_\xa0\x08LDA_\xa4 |
| 4636 | \x00\xa1\x04\xa4 |
| 4637 | \x03\x14\x06_PS0\x00\x14\x06_PS3\x00[\x82G-DURT\x08_UID |
| 4638 | \x01\x143_STA\x00\xa0\x1c\x92{ |
| 4639 | \x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4 |
| 4640 | \x00\xa1\x0f\xa0\x08XU1E\xa4 |
| 4641 | \x0f\xa1\x04\xa4 |
| 4642 | \r\x08_HID\x0cA\xd0\x05\x01\x08_PRW\x12\x06\x02 |
| 4643 | \x18 |
| 4644 | \x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp |
| 4645 | \x01\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1bp |
| 4646 | \x00\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1c\xa0\rh\\MBEC |
| 4647 | 2 |
| 4648 | \xff |
| 4649 | @\xa1\x0c\\MBEC |
| 4650 | 2 |
| 4651 | \xbf |
| 4652 | \x00\x14)_DIS\x00p |
| 4653 | \x00XU1Ep |
| 4654 | \x03LDN_p |
| 4655 | \x00IRQNp |
| 4656 | \x00LDA_p |
| 4657 | \x01SP1D\x08U1BF\x11\x10 |
| 4658 | \rG\x01\x00\x00\x00\x00\x01\x08"\x00\x00y\x00\x8bU1BF |
| 4659 | \x02U1MN\x8bU1BF |
| 4660 | \x04U1MX\x8bU1BF |
| 4661 | \tU1IQ\x14J\x04_CRS\x00p |
| 4662 | \x03LDN_}yIOHI |
| 4663 | \x08\x00IOLW`p`U1MNp`U1MXpIRQN`\xa0\r`y |
| 4664 | \x01IRQNU1IQ\xa1\x08p |
| 4665 | \x00U1IQ\xa4U1BF\x08_PRS\x11O\x06 |
| 4666 | k1\x00G\x01\xf8\x03\xf8\x03\x01\x08"\x10\x001\x01G\x01\xf8\x02\xf8\x02\x01\x08"\x08\x001\x01G\x01\xe8\x03\xe8\x03\x01\x08"\x10\x001\x01G\x01\xe8\x02\xe8\x02\x01\x08"\x08\x001\x02G\x01\xf8\x03\xf8\x03\x01\x08"\xa8\x001\x02G\x01\xf8\x02\xf8\x02\x01\x08"\xb0\x001\x02G\x01\xe8\x03\xe8\x03\x01\x08"\xa8\x001\x02G\x01\xe8\x02\xe8\x02\x01\x08"\xb0\x008y\x00\x14O\x0c_SRS\x01\x8ch |
| 4667 | \x02RUIL\x8ch |
| 4668 | \x03RUIH\x8bh |
| 4669 | \x02RUIO\x8bh |
| 4670 | \tRUIQp |
| 4671 | \x03LDN_p |
| 4672 | \x00LDA_pRUILIOLWpRUIHIOHI\xa0\x12RUIQ\x82RUIQ`pv`IRQN\xa1\x08p |
| 4673 | \x00IRQNp |
| 4674 | \x00SP1Dp |
| 4675 | \x01LDA_\xa0\x10\x93RUIO\x0b\xf8\x03p |
| 4676 | \x00XU1A\xa1E\x04\xa0\x10\x93RUIO\x0b\xf8\x02p |
| 4677 | \x01XU1A\xa11\xa0\x10\x93RUIO\x0b\xe8\x03p |
| 4678 | \x07XU1A\xa1\x1e\xa0\x10\x93RUIO\x0b\xe8\x02p |
| 4679 | \x05XU1A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xb5\x01p |
| 4680 | \x01XU1E\x14\x1b_PSC\x00p |
| 4681 | \x03LDN_\xa0\x08LDA_\xa4 |
| 4682 | \x00\xa1\x04\xa4 |
| 4683 | \x03\x14\x06_PS0\x00\x14\x06_PS3\x00[\x82L1LLPT\x08_UID |
| 4684 | \x00\x14=_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA |
| 4685 | \x00\xa4 |
| 4686 | \x00\xa1\x1f\xa0\x18\x92\x93\\PMOD |
| 4687 | \x03\xa0\x08XPE_\xa4 |
| 4688 | \x0f\xa1\x04\xa4 |
| 4689 | \r\xa1\x04\xa4 |
| 4690 | \x00\x08_HID\x0cA\xd0\x04\x00\x14)_DIS\x00p |
| 4691 | \x00XPE_p |
| 4692 | \x01LDN_p |
| 4693 | \x00IRQNp |
| 4694 | \x00LDA_p |
| 4695 | \x01PPD_\x08PPBF\x11\x10 |
| 4696 | \rG\x01\x00\x00\x00\x00\x01\x00"\x00\x00y\x00\x8bPPBF |
| 4697 | \x02LPN0\x8bPPBF |
| 4698 | \x04LPX0\x8cPPBF |
| 4699 | \x07LPL0\x8bPPBF |
| 4700 | \tLPIQ\x14@\x07_CRS\x00\xa0\x0e\x93\\PMOD |
| 4701 | \x03\xa4PPBFp |
| 4702 | \x01LDN_}yIOHI |
| 4703 | \x08\x00IOLW`p`LPN0p`LPX0\xa0\r\x93`\x0b\xbc\x03p |
| 4704 | \x03LPL0\xa1\x08p |
| 4705 | \x08LPL0pIRQN`\xa0\r`y |
| 4706 | \x01IRQNLPIQ\xa1\x08p |
| 4707 | \x00LPIQ\xa4PPBF\x14\x19_PRS\x00\xa0\x0b\\PMOD\xa4PEPP\xa1\x06\xa4PLPT\x08PLPT\x11O\x04 |
| 4708 | K0G\x01\xbc\x03\xbc\x03\x01\x03"\x80\x000G\x01x\x03x\x03\x01\x08"\x80\x000G\x01x\x02x\x02\x01\x08" \x000G\x01\xbc\x03\xbc\x03\x01\x03" \x000G\x01x\x03x\x03\x01\x08" \x000G\x01x\x02x\x02\x01\x08"\x80\x008y\x00\x08PEPP\x116 |
| 4709 | 30G\x01x\x03x\x03\x01\x08"\x80\x000G\x01x\x02x\x02\x01\x08" \x000G\x01x\x03x\x03\x01\x08" \x000G\x01x\x02x\x02\x01\x08"\x80\x008y\x00\x14H\x0f_SRS\x01\x8ch |
| 4710 | \x02RLIL\x8ch |
| 4711 | \x03RLIH\x8bh |
| 4712 | \x02RLIO\x8bh |
| 4713 | \tRLIQp |
| 4714 | \x01LDN_p |
| 4715 | \x00LDA_pRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p |
| 4716 | \x00IRQN\xa0 \x93\\PMOD |
| 4717 | \x00\xa0\r\\PDIRp |
| 4718 | \x01PMDS\xa1\x08p |
| 4719 | \x00PMDS\xa1\x1b\xa0\x10\x93\\PMOD |
| 4720 | \x01p |
| 4721 | \x02PMDS\xa1\x08p |
| 4722 | \x03PMDSp |
| 4723 | \x00PPD_p |
| 4724 | \x01LDA_\xa0\x10\x93RLIO\x0bx\x03p |
| 4725 | \x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p |
| 4726 | \x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p |
| 4727 | \x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xce\x01p |
| 4728 | \x01XPE_\x14\x1b_PSC\x00p |
| 4729 | \x01LDN_\xa0\x08LDA_\xa4 |
| 4730 | \x00\xa1\x04\xa4 |
| 4731 | \x03\x14\x14_PS0\x00p |
| 4732 | \x01LDN_p |
| 4733 | \x01LDA_\x14\x14_PS3\x00p |
| 4734 | \x01LDN_p |
| 4735 | \x00LDA_[\x82C2DLPT\x08_UID |
| 4736 | \x01\x14D\x04_STA\x00\xa0\x1c\x92{ |
| 4737 | \x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4 |
| 4738 | \x00\xa1\x1f\xa0\x18\x92\x93\\PMOD |
| 4739 | \x03\xa0\x08XPE_\xa4 |
| 4740 | \x0f\xa1\x04\xa4 |
| 4741 | \r\xa1\x04\xa4 |
| 4742 | \x00\x08_HID\x0cA\xd0\x04\x00\x14)_DIS\x00p |
| 4743 | \x00XPE_p |
| 4744 | \x01LDN_p |
| 4745 | \x00IRQNp |
| 4746 | \x00LDA_p |
| 4747 | \x01PPD_\x08PPBF\x11\x10 |
| 4748 | \rG\x01\x00\x00\x00\x00\x01\x00"\x00\x00y\x00\x8bPPBF |
| 4749 | \x02LPN0\x8bPPBF |
| 4750 | \x04LPX0\x8cPPBF |
| 4751 | \x07LPL0\x8bPPBF |
| 4752 | \tLPIQ\x14@\x07_CRS\x00\xa0\x0e\x93\\PMOD |
| 4753 | \x03\xa4PPBFp |
| 4754 | \x01LDN_}yIOHI |
| 4755 | \x08\x00IOLW`p`LPN0p`LPX0\xa0\r\x93`\x0b\xbc\x03p |
| 4756 | \x03LPL0\xa1\x08p |
| 4757 | \x08LPL0pIRQN`\xa0\r`y |
| 4758 | \x01IRQNLPIQ\xa1\x08p |
| 4759 | \x00LPIQ\xa4PPBF\x14\x19_PRS\x00\xa0\x0b\\PMOD\xa4PEPP\xa1\x06\xa4PLPT\x08PLPT\x11O\x04 |
| 4760 | K0G\x01\xbc\x03\xbc\x03\x01\x03"\x80\x000G\x01x\x03x\x03\x01\x08"\x80\x000G\x01x\x02x\x02\x01\x08" \x000G\x01\xbc\x03\xbc\x03\x01\x03" \x000G\x01x\x03x\x03\x01\x08" \x000G\x01x\x02x\x02\x01\x08"\x80\x008y\x00\x08PEPP\x116 |
| 4761 | 30G\x01x\x03x\x03\x01\x08"\x80\x000G\x01x\x02x\x02\x01\x08" \x000G\x01x\x03x\x03\x01\x08" \x000G\x01x\x02x\x02\x01\x08"\x80\x008y\x00\x14H\x0f_SRS\x01\x8ch |
| 4762 | \x02RLIL\x8ch |
| 4763 | \x03RLIH\x8bh |
| 4764 | \x02RLIO\x8bh |
| 4765 | \tRLIQp |
| 4766 | \x01LDN_p |
| 4767 | \x00LDA_pRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p |
| 4768 | \x00IRQN\xa0 \x93\\PMOD |
| 4769 | \x00\xa0\r\\PDIRp |
| 4770 | \x01PMDS\xa1\x08p |
| 4771 | \x00PMDS\xa1\x1b\xa0\x10\x93\\PMOD |
| 4772 | \x01p |
| 4773 | \x02PMDS\xa1\x08p |
| 4774 | \x03PMDSp |
| 4775 | \x00PPD_p |
| 4776 | \x01LDA_\xa0\x10\x93RLIO\x0bx\x03p |
| 4777 | \x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p |
| 4778 | \x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p |
| 4779 | \x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xce\x01p |
| 4780 | \x01XPE_\x14\x1b_PSC\x00p |
| 4781 | \x01LDN_\xa0\x08LDA_\xa4 |
| 4782 | \x00\xa1\x04\xa4 |
| 4783 | \x03\x14\x14_PS0\x00p |
| 4784 | \x01LDN_p |
| 4785 | \x01LDA_\x14\x14_PS3\x00p |
| 4786 | \x01LDN_p |
| 4787 | \x00LDA_[\x82E7LECP\x08_UID |
| 4788 | \x00\x14<_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA |
| 4789 | \x00\xa4 |
| 4790 | \x00\xa1\x1e\xa0\x17\x93\\PMOD |
| 4791 | \x03\xa0\x08XPE_\xa4 |
| 4792 | \x0f\xa1\x04\xa4 |
| 4793 | \r\xa1\x04\xa4 |
| 4794 | \x00\x08_HID\x0cA\xd0\x04\x01\x14)_DIS\x00p |
| 4795 | \x00XPE_p |
| 4796 | \x01LDN_p |
| 4797 | \x00IRQNp |
| 4798 | \x00LDA_p |
| 4799 | \x01PPD_\x08EPBF\x11\x1b |
| 4800 | \x18G\x01\x00\x00\x00\x00\x01\x00G\x01\x00\x00\x00\x00\x01\x00"\x00\x00*\x00\x00y\x00\x8bEPBF |
| 4801 | \x02ECN0\x8bEPBF |
| 4802 | \x04ECX0\x8cEPBF |
| 4803 | \x07ECL0\x8bEPBF |
| 4804 | |
| 4805 | ECN1\x8bEPBF |
| 4806 | \x0cECX1\x8cEPBF |
| 4807 | \x0fECL1\x8bEPBF |
| 4808 | \x11ECIQ\x8bEPBF |
| 4809 | \x14ECDQ\x14N |
| 4810 | _CRS\x00\xa0\x0f\x92\x93\\PMOD |
| 4811 | \x03\xa4EPBFp |
| 4812 | \x01LDN_}yIOHI |
| 4813 | \x08\x00IOLW`p`ECN0p`ECX0r`\x0b\x00\x04ECN1r`\x0b\x00\x04ECX1\xa0\x14\x93`\x0b\xbc\x03p |
| 4814 | \x03ECL0p |
| 4815 | \x03ECL1\xa1\x0fp |
| 4816 | \x08ECL0p |
| 4817 | \x08ECL1pIRQN`\xa0\r`y |
| 4818 | \x01IRQNECIQ\xa1\x08p |
| 4819 | \x00ECIQpDMA0`\xa0\r\x95` |
| 4820 | \x04y |
| 4821 | \x01`ECDQ\xa1\x08p |
| 4822 | \x00ECDQ\xa4EPBF\x08_PRS\x11A\t |
| 4823 | \x8d0G\x01x\x03x\x03\x01\x08G\x01x\x07x\x07\x01\x08"\x80\x00*\x0b\x000G\x01x\x02x\x02\x01\x08G\x01x\x06x\x06\x01\x08" \x00*\x0b\x000G\x01\xbc\x03\xbc\x03\x01\x03G\x01\xbc\x07\xbc\x07\x01\x03"\x80\x00*\x0b\x000G\x01x\x03x\x03\x01\x08G\x01x\x07x\x07\x01\x08" \x00*\x0b\x000G\x01x\x02x\x02\x01\x08G\x01x\x06x\x06\x01\x08"\x80\x00*\x0b\x000G\x01\xbc\x03\xbc\x03\x01\x03G\x01\xbc\x07\xbc\x07\x01\x03" \x00*\x0b\x008y\x00\x14A\x0f_SRS\x01\x8ch |
| 4824 | \x02RLIL\x8ch |
| 4825 | \x03RLIH\x8bh |
| 4826 | \x02RLIO\x8bh |
| 4827 | \x11RLIQ\x8ch |
| 4828 | \x14RLDQp |
| 4829 | \x01LDN_p |
| 4830 | \x00LDA_p |
| 4831 | \x07PMDSp |
| 4832 | \x01PERApRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p |
| 4833 | \x00IRQN\xa0\x16{RLDQ |
| 4834 | \x0f\x00\x82RLDQ`pv`DMA0\xa1\x08p |
| 4835 | \x04DMA0p |
| 4836 | \x00PPD_p |
| 4837 | \x01LDA_\xa0\x10\x93RLIO\x0bx\x03p |
| 4838 | \x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p |
| 4839 | \x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p |
| 4840 | \x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\x9f\x01p |
| 4841 | \x01XPE_\x14\x1b_PSC\x00p |
| 4842 | \x01LDN_\xa0\x08LDA_\xa4 |
| 4843 | \x00\xa1\x04\xa4 |
| 4844 | \x03\x14\x14_PS0\x00p |
| 4845 | \x01LDN_p |
| 4846 | \x01LDA_\x14\x14_PS3\x00p |
| 4847 | \x01LDN_p |
| 4848 | \x00LDA_[\x82L7DECP\x08_UID |
| 4849 | \x01\x14C\x04_STA\x00\xa0\x1c\x92{ |
| 4850 | \x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4 |
| 4851 | \x00\xa1\x1e\xa0\x17\x93\\PMOD |
| 4852 | \x03\xa0\x08XPE_\xa4 |
| 4853 | \x0f\xa1\x04\xa4 |
| 4854 | \r\xa1\x04\xa4 |
| 4855 | \x00\x08_HID\x0cA\xd0\x04\x01\x14)_DIS\x00p |
| 4856 | \x00XPE_p |
| 4857 | \x01LDN_p |
| 4858 | \x00IRQNp |
| 4859 | \x00LDA_p |
| 4860 | \x01PPD_\x08EPBF\x11\x1b |
| 4861 | \x18G\x01\x00\x00\x00\x00\x01\x00G\x01\x00\x00\x00\x00\x01\x00"\x00\x00*\x00\x00y\x00\x8bEPBF |
| 4862 | \x02ECN0\x8bEPBF |
| 4863 | \x04ECX0\x8cEPBF |
| 4864 | \x07ECL0\x8bEPBF |
| 4865 | |
| 4866 | ECN1\x8bEPBF |
| 4867 | \x0cECX1\x8cEPBF |
| 4868 | \x0fECL1\x8bEPBF |
| 4869 | \x11ECIQ\x8bEPBF |
| 4870 | \x14ECDQ\x14N |
| 4871 | _CRS\x00\xa0\x0f\x92\x93\\PMOD |
| 4872 | \x03\xa4EPBFp |
| 4873 | \x01LDN_}yIOHI |
| 4874 | \x08\x00IOLW`p`ECN0p`ECX0r`\x0b\x00\x04ECN1r`\x0b\x00\x04ECX1\xa0\x14\x93`\x0b\xbc\x03p |
| 4875 | \x03ECL0p |
| 4876 | \x03ECL1\xa1\x0fp |
| 4877 | \x08ECL0p |
| 4878 | \x08ECL1pIRQN`\xa0\r`y |
| 4879 | \x01IRQNECIQ\xa1\x08p |
| 4880 | \x00ECIQpDMA0`\xa0\r\x95` |
| 4881 | \x04y |
| 4882 | \x01`ECDQ\xa1\x08p |
| 4883 | \x00ECDQ\xa4EPBF\x08_PRS\x11A\t |
| 4884 | \x8d0G\x01x\x03x\x03\x01\x08G\x01x\x07x\x07\x01\x08"\x80\x00*\x0b\x000G\x01x\x02x\x02\x01\x08G\x01x\x06x\x06\x01\x08" \x00*\x0b\x000G\x01\xbc\x03\xbc\x03\x01\x03G\x01\xbc\x07\xbc\x07\x01\x03"\x80\x00*\x0b\x000G\x01x\x03x\x03\x01\x08G\x01x\x07x\x07\x01\x08" \x00*\x0b\x000G\x01x\x02x\x02\x01\x08G\x01x\x06x\x06\x01\x08"\x80\x00*\x0b\x000G\x01\xbc\x03\xbc\x03\x01\x03G\x01\xbc\x07\xbc\x07\x01\x03" \x00*\x0b\x008y\x00\x14A\x0f_SRS\x01\x8ch |
| 4885 | \x02RLIL\x8ch |
| 4886 | \x03RLIH\x8bh |
| 4887 | \x02RLIO\x8bh |
| 4888 | \x11RLIQ\x8ch |
| 4889 | \x14RLDQp |
| 4890 | \x01LDN_p |
| 4891 | \x00LDA_p |
| 4892 | \x07PMDSp |
| 4893 | \x01PERApRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p |
| 4894 | \x00IRQN\xa0\x16{RLDQ |
| 4895 | \x0f\x00\x82RLDQ`pv`DMA0\xa1\x08p |
| 4896 | \x04DMA0p |
| 4897 | \x00PPD_p |
| 4898 | \x01LDA_\xa0\x10\x93RLIO\x0bx\x03p |
| 4899 | \x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p |
| 4900 | \x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p |
| 4901 | \x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\x9f\x01p |
| 4902 | \x01XPE_\x14\x1b_PSC\x00p |
| 4903 | \x01LDN_\xa0\x08LDA_\xa4 |
| 4904 | \x00\xa1\x04\xa4 |
| 4905 | \x03\x14\x14_PS0\x00p |
| 4906 | \x01LDN_p |
| 4907 | \x01LDA_\x14\x14_PS3\x00p |
| 4908 | \x01LDN_p |
| 4909 | \x00LDA_\x10#\\/\x04_SB_PCI0LPC_LURT\x08_EJD\r_SB.LCIO\x00\x10#\\/\x04_SB_PCI0LPC_DURT\x08_EJD\r_SB.GDCK\x00\x10#\\/\x04_SB_PCI0LPC_LLPT\x08_EJD\r_SB.LCIO\x00\x10#\\/\x04_SB_PCI0LPC_DLPT\x08_EJD\r_SB.GDCK\x00\x10#\\/\x04_SB_PCI0LPC_LECP\x08_EJD\r_SB.LCIO\x00\x10#\\/\x04_SB_PCI0LPC_DECP\x08_EJD\r_SB.GDCK\x00[\x82H.FIR_\x08_HID\x0c$M\x00q\x08_CID\x0cA\xd0\x05\x11\x14\x1d_STA\x00\xa0\x08HDIR\xa4 |
| 4910 | \x00\xa0\x08XU2E\xa4 |
| 4911 | \x0f\xa1\x04\xa4 |
| 4912 | \r\x14)_DIS\x00p |
| 4913 | \x00XU2Ep |
| 4914 | \x02LDNSp |
| 4915 | \x00RQNSp |
| 4916 | \x00LDASp |
| 4917 | \x01SP2S\x08U2BF\x11\x13 |
| 4918 | \x10G\x01\x00\x00\x00\x00\x01\x08"\x00\x00*\x00\x00y\x00\x8bU2BF |
| 4919 | \x02IRMN\x8bU2BF |
| 4920 | \x04IRMX\x8bU2BF |
| 4921 | \tIRIQ\x8cU2BF |
| 4922 | \x0cIRDQ\x14G\x06_CRS\x00p |
| 4923 | \x02LDNS}yOHIS |
| 4924 | \x08\x00OLWS`p`IRMNp`IRMXpRQNS`\xa0\r`y |
| 4925 | \x01RQNSIRIQ\xa1\x08p |
| 4926 | \x00IRIQpMA0S`\xa0\r\x95` |
| 4927 | \x04y |
| 4928 | \x01`IRDQ\xa1\x08p |
| 4929 | \x00IRDQ\xa4U2BF\x08_PRS\x11G\x08 |
| 4930 | \x831\x00G\x01\xf8\x02\xf8\x02\x01\x08"\x08\x00*\x0b\x001\x01G\x01\xf8\x03\xf8\x03\x01\x08"\x10\x00*\x0b\x001\x01G\x01\xe8\x02\xe8\x02\x01\x08"\x08\x00*\x0b\x001\x01G\x01\xe8\x03\xe8\x03\x01\x08"\x10\x00*\x0b\x001\x02G\x01\xf8\x02\xf8\x02\x01\x08"\xb0\x00*\x0b\x001\x02G\x01\xf8\x03\xf8\x03\x01\x08"\xa8\x00*\x0b\x001\x02G\x01\xe8\x02\xe8\x02\x01\x08"\xb0\x00*\x0b\x001\x02G\x01\xe8\x03\xe8\x03\x01\x08"\xa8\x00*\x0b\x008y\x00\x14E\x10_SRS\x01\x8ch |
| 4931 | \x02RIIL\x8ch |
| 4932 | \x03RIIH\x8bh |
| 4933 | \x02RIIO\x8bh |
| 4934 | \tRIIQ\x8ch |
| 4935 | \x0cRIDQp |
| 4936 | \x02LDNSp |
| 4937 | \x00LDASpRIILOLWSpRIIHOHIS\xa0\x12RIIQ\x82RIIQ`pv`RQNS\xa1\x08p |
| 4938 | \x00RQNS\xa0\x16{RIDQ |
| 4939 | \x0f\x00\x82RIDQ`pv`MA0S\xa1\x08p |
| 4940 | \x04MA0Sp |
| 4941 | \x04MA1Sp |
| 4942 | \x01SESSp |
| 4943 | \x00SP2Sp |
| 4944 | \x01LDAS\xa0\x10\x93RIIO\x0b\xf8\x03p |
| 4945 | \x00XU2A\xa1E\x04\xa0\x10\x93RIIO\x0b\xf8\x02p |
| 4946 | \x01XU2A\xa11\xa0\x10\x93RIIO\x0b\xe8\x03p |
| 4947 | \x07XU2A\xa1\x1e\xa0\x10\x93RIIO\x0b\xe8\x02p |
| 4948 | \x05XU2A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xa4\x01p |
| 4949 | \x01XU2E\x14\x1b_PSC\x00p |
| 4950 | \x02LDNS\xa0\x08LDAS\xa4 |
| 4951 | \x00\xa1\x04\xa4 |
| 4952 | \x03\x14\x14_PS0\x00p |
| 4953 | \x02LDNSp |
| 4954 | \x01LDAS\x14\x14_PS3\x00p |
| 4955 | \x02LDNSp |
| 4956 | \x00LDAS\x10C\x0e\\/\x03_SB_PCI0LPC_\x14A\rLCON\x01\xa0K |
| 4957 | h\xa0G |
| 4958 | EPWGp |
| 4959 | \x01DLPDp |
| 4960 | \x07DLPC\xa2\x0e\x92{ |
| 4961 | \x08DLPC\x00[" |
| 4962 | \x01p |
| 4963 | \x01DRST\xa0L\x07\x92\x93SIOD |
| 4964 | \xff}SCF9 |
| 4965 | \xa0SCF9\xa2\x0e\x92{ |
| 4966 | \x10SCF9\x00[" |
| 4967 | \x01}SCF2 |
| 4968 | \xebSCF2p |
| 4969 | \x07LDN_{\x0b \x16 |
| 4970 | \xff`p`IOLWz\x0b \x16 |
| 4971 | \x08`{` |
| 4972 | \xffIOHIp |
| 4973 | \x01LDA_p |
| 4974 | \x01GPPSp |
| 4975 | \x03GPPCp |
| 4976 | \x02GPPSp |
| 4977 | \x03GPPCp |
| 4978 | \x00DUSB\xa1\x1dp |
| 4979 | \x01DUSBp |
| 4980 | \x00DRSTp |
| 4981 | \x00DLPDp |
| 4982 | \x00DLPC[\x82GKTPM_\x08_HID\x0c\x06\x8d\x12\x00\x08_CID\x0cA\xd0\x0c1\x14\x1d_STA\x00\xa0\x0e{\\TPMP |
| 4983 | \x01\x00p |
| 4984 | \x0f`\xa1\x05p |
| 4985 | \x00`\xa4`\x08_CRS\x11\x11 |
| 4986 | \x0e\x86\t\x00\x01\x00\x00\xd4\xfe\x00\x10\x00\x00y\x00\x14GF_DSM\x0c\x08TMPB\x11\x05 |
| 4987 | \x02\x00\x00\x8cTMPB |
| 4988 | \x00LPCT\x8cTMPB |
| 4989 | \x01SSUM\x08LRSP |
| 4990 | \x00\x08PPRC |
| 4991 | \x00\x08RQS1\x12\x06\x02 |
| 4992 | \x0c |
| 4993 | \r\x08PTOP\x12\x06\x02 |
| 4994 | \x00 |
| 4995 | \x00\x08RTOP\x12\x08\x03 |
| 4996 | \x00 |
| 4997 | \x00 |
| 4998 | \x00\x8ah |
| 4999 | \x00IID0\x8ah |
| 5000 | \x04IID1\x8ah |
| 5001 | \x08IID2\x8ah |
| 5002 | \x0cIID3\x08UID0\x11\x13 |
| 5003 | \x10\xa6\xfa\xdd=\x1b6\xb4N\xa4$\x8d\x10\x08\x9d\x16S\x8aUID0 |
| 5004 | \x00EID0\x8aUID0 |
| 5005 | \x04EID1\x8aUID0 |
| 5006 | \x08EID2\x8aUID0 |
| 5007 | \x0cEID3\xa0I,\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3\xa0\x0b\x93j |
| 5008 | \x00\xa4\x11\x04 |
| 5009 | \x01?\xa0\x0b\x93j |
| 5010 | \x01\xa4\r1.0\x00\xa0L\x1c\x93j |
| 5011 | \x02p |
| 5012 | \x00PPRCTPHY |
| 5013 | \x00p\\PH02LPCT\xa0@\x1aLPCTp |
| 5014 | \x00SSUMrSSUM\\PH01SSUMrSSUM\\PH02SSUMrSSUM\\PH03SSUMrSSUM\\PH04SSUMrSSUM\\PH05SSUMrSSUM\\PH06SSUMrSSUM\\PH07SSUMrSSUM\\PH08SSUMrSSUM\\PH09SSUMrSSUM\\PH0ASSUMrSSUM\\PH0BSSUM\xa0\x0cSSUMp |
| 5015 | \x02PPRC\xa1K\x0ep\x83\x88k |
| 5016 | \x00\x00\\PH04p\x89RQS1\x01\\PH04\x00 |
| 5017 | \x00 |
| 5018 | \x00`\xa0\x0c\x92\x93`\xffp |
| 5019 | \x01PPRC\xa1M\x0bp |
| 5020 | \x00\\PH03p |
| 5021 | \x00SSUMrSSUM\\PH01SSUMrSSUM\\PH02SSUMrSSUM\\PH03SSUMrSSUM\\PH04SSUMrSSUM\\PH05SSUMrSSUM\\PH06SSUMrSSUM\\PH07SSUMrSSUM\\PH08SSUMrSSUM\\PH09SSUMrSSUM\\PH0ASSUMrSSUM\\PH0BSSUMt |
| 5022 | \x00SSUM\\PH03TPHY |
| 5023 | \x01\xa1\x08p |
| 5024 | \x02PPRC\xa4PPRC\xa0\x1e\x93j |
| 5025 | \x03TPHY |
| 5026 | \x00p\\PH04\x88PTOP |
| 5027 | \x01\x00\xa4PTOP\xa0\x08\x93j |
| 5028 | \x04\xa4 |
| 5029 | \x01\xa0I\x08\x93j |
| 5030 | \x05TPHY |
| 5031 | \x00p\\PH07`p\\PH06LRSPp}y` |
| 5032 | \x08`LRSP\x00LRSP\xa0\x1c\x90\x93\\PH06 |
| 5033 | \xf0\x93\\PH07 |
| 5034 | \xffp\x0c\xf0\xff\xff\xffLRSP\xa1\x1e\xa0\x1c\x90\x93\\PH06 |
| 5035 | \xf1\x93\\PH07 |
| 5036 | \xffp\x0c\xf1\xff\xff\xffLRSPpLRSP\x88RTOP |
| 5037 | \x02\x00p\\PH05\x88RTOP |
| 5038 | \x01\x00\xa4RTOP\xa0\x08\x93j |
| 5039 | \x06\xa4 |
| 5040 | \x02\x08UID1\x11\x13 |
| 5041 | \x10\xedT`7\x13\xccuF\x90\x1cGV\xd7\xf2\xd4]\x8aUID1 |
| 5042 | \x00EID4\x8aUID1 |
| 5043 | \x04EID5\x8aUID1 |
| 5044 | \x08EID6\x8aUID1 |
| 5045 | \x0cEID7\xa0@\t\x90\x90\x93IID0EID4\x93IID1EID5\x90\x93IID2EID6\x93IID3EID7pj[1pk[1\xa0\x0b\x93j |
| 5046 | \x00\xa4\x11\x04 |
| 5047 | \x01\x01\xa0O\x04\x93j |
| 5048 | \x01\xa0\x12\x93\x83\x88k |
| 5049 | \x00\x00 |
| 5050 | \x00p |
| 5051 | \x00\\TCG0\xa0\x12\x93\x83\x88k |
| 5052 | \x00\x00 |
| 5053 | \x01p |
| 5054 | \x01\\TCG0\xa0\x0f\x93\\TCG0 |
| 5055 | \x00TMOR |
| 5056 | \x00\xa0\x0f\x93\\TCG0 |
| 5057 | \x01TMOR |
| 5058 | \x01\xa4 |
| 5059 | \x00\xa4 |
| 5060 | \x01\xa4\x11\x04 |
| 5061 | \x01\x00[\x80TSES\x00\x0c\x00\x00\xe8\xff\x0b\x00\x02[\x81F\x08TSES\x01\x00@\x06TSCM\x08\x00@(TCT0\x08TCT1\x08TCT2\x08\x00@\x05TMT0\x08\x00H\x04TMT1\x08\x00H\x04TMT2\x08\x00HzTLD0\x08TLD1\x08TLD2\x08TLDL\x18TLDB\x18TLDS\x10TSB0\x08TSB1\x08TSB2\x08TSBL\x08TSBBH\x04TSBF\x10TSBC\x10\x00@\x1aTSIM\x08[\x81\x0fTSES\x01\x00H.TCTAH\x11[\x81\x0fTSES\x01\x00@\xbaTCTLH\x05[\x81\x0fTSES\x01\x00H\xbfTCTBH\x08\x148TCSZ\x02\xa01\x92\x93TSCM |
| 5062 | \x12\xa0\x0b\x93 |
| 5063 | \x01hpiTCZ1\xa1\x1b\xa0\x0b\x93 |
| 5064 | \x02hpiTCZ2\xa1\r\xa0\x0b\x93 |
| 5065 | \x03hpiTCZ3\x14I\x0cTCST\x02\xa0A\x0c\x92\x93TSCM |
| 5066 | \x12p |
| 5067 | \x00`\xa0\x1e\x93 |
| 5068 | \x01h\xa0\x18\x94iTMT0p |
| 5069 | \x04TSIMpiTMT0p |
| 5070 | \x01`\xa1B\x04\xa0\x1e\x93 |
| 5071 | \x02h\xa0\x18\x94iTMT1p |
| 5072 | \x04TSIMpiTMT1p |
| 5073 | \x01`\xa1 \xa0\x1e\x93 |
| 5074 | \x03h\xa0\x18\x94iTMT2p |
| 5075 | \x04TSIMpiTMT2p |
| 5076 | \x01`\xa0@\x05`p |
| 5077 | \x00TCT2\x08TCTC\x11\x03 |
| 5078 | #pTCTATCTCp |
| 5079 | "cp |
| 5080 | \x00a\xa2\x12cp\x83\x88TCTCc\x00brabavcp\x80a\x00bub{b |
| 5081 | \xffapaTCT2p |
| 5082 | \xfeTSIM\x14I\x08TCBS\x04\xa0A\x08\x92\x93TSCM |
| 5083 | \x12\xa0F\x07\x93{h |
| 5084 | \x07\x00 |
| 5085 | \x00p |
| 5086 | \x12TSIMphTSBLpiTSBBpjTSBFpkTSBCp |
| 5087 | \x00TSB2\x08TCTD\x11\x03 |
| 5088 | #pTCTBTCTDp |
| 5089 | \x10`p |
| 5090 | \x00a\xa2\x12`p\x83\x88TCTD`\x00brabav`p\x80a\x00bub{b |
| 5091 | \xffapaTSB2p |
| 5092 | \xfeTSIM\x14@\x07TSCL\x02\xa0H\x06\x92\x93TSCM |
| 5093 | \x12p |
| 5094 | \x15TSIMrTLDSiTLDSp |
| 5095 | \x00TLD2\x08TLDD\x11\x03 |
| 5096 | \x0bpTCTLTLDDp |
| 5097 | |
| 5098 | `p |
| 5099 | \x00a\xa2\x12`p\x83\x88TLDD`\x00brabav`p\x80a\x00bub{b |
| 5100 | \xffapaTLD2p |
| 5101 | \xfeTSIM[\x82\x8e\x00\x02EC__\x08_HID\x0cA\xd0\x0c\t\x08_UID |
| 5102 | \x00\x08_GPE |
| 5103 | \x1c\x14\x13_REG\x02\xa0\x0c\x93h |
| 5104 | \x03pi\\H8DR[\x80ECOR\x03 |
| 5105 | \x00\x0b\x00\x01[\x81J+ECOR\x01HDBM\x01\x00\x01\x00\x01HFNE\x01\x00\x01\x00\x01HLDM\x01\x00\x01\x00\x01BTCM\x01\x00\x01\x00\x01\x00\x01HBPR\x01BTPC\x01\x00\x01HDUE\x01\x00\x07\x00\x01HETE\x01\x00\x0eHSPA\x01\x00\x07HSUN\x08HSRP\x08\x00 HLCL\x08\x00\x08HFNS\x02\x00\x06\x00\x04HAAA\x03\x00\x01HAM0\x08HAM1\x08HAM2\x08HAM3\x08HAM4\x08HAM5\x08HAM6\x08HAM7\x08HAM8\x08HAM9\x08HAMA\x08HAMB\x08HAMC\x08HAMD\x08HAME\x08HAMF\x08HT00\x01HT01\x01HT02\x01HT03\x01HT10\x01HT11\x01HT12\x01HT13\x01\x00\x10HANT\x08\x00\x10\x00\x01\x00\x01HANA\x02\x00\x01\x00\x01\x00\x1aHATR\x08HT0H\x08HT0L\x08HT1H\x08HT1L\x08HFSP\x08\x00\x06HMUT\x01\x00\x01HBRV\x08HWPM\x01HWLB\x01HWLO\x01HWDK\x01HWFN\x01HWBT\x01HWRI\x01HWBU\x01HWLU\x01\x00\x07\x00\x07HPLO\x01\x00\x08\x00\x10HB0S\x07HB0A\x01HB1S\x07HB1A\x01HCMU\x01\x00\x02OVRQ\x01DCBD\x01DCWL\x01DCWW\x01HB1I\x01\x00\x01KBLT\x01BTPW\x01BTDT\x01HUBS\x01BDPW\x01BDDT\x01HUBB\x01\x00@\x05\x00\x01BTWK\x01HPLD\x01\x00\x01HPAC\x01BTST\x01\x00\x02HPBU\x01\x00\x01HBID\x04HBCS\x01HPNF\x01\x00\x01GSTS\x01\x00\x02HLBU\x01BDST\x01HCBL\x01\x00)HWAK\x10HMPR\x08HMST\x05\x00\x02HMDN\x01HMAD\x08HMCM\x08\x00@\x10HMBC\x08\x00\x18TMP0\x08TMP1\x08TMP2\x08TMP3\x08TMP4\x08TMP5\x08TMP6\x08TMP7\x08\x00\x08HIID\x08\x00\x08HFNI\x08\x00 HDEC\x08HDEO\x08\x00\x18HDAA\x03HDAB\x03HDAC\x02\x00@\x11HDEN HDEP HDEM\x08HDES\x08\x00@\x07ATMX\x08HWAT\x08\x00H\x11\x00\x04HDDD\x01\x14A\x04_INI\x00\xa0\r\\H8DRp |
| 5106 | \x00HSPA\xa1\x0c\\MBEC |
| 5107 | \x05 |
| 5108 | \xfe |
| 5109 | \x00BINI\\/\x06_SB_PCI0LPC_EC__HKEYWGIN\x08_CRS\x11\x15 |
| 5110 | \x12G\x01b\x00b\x00\x01\x01G\x01f\x00f\x00\x01\x01y\x00\x14!LED_\x02}hi`\xa0\x0c\\H8DRp`HLCL\xa1\t\\WBEC |
| 5111 | \x0c`\x08BAON |
| 5112 | \x00\x08WBON |
| 5113 | \x00\x14N\x18BEEP\x01\xa0\x0c\x93h |
| 5114 | \x05p |
| 5115 | \x00WBONpWBONb\xa0O\x04BAON\xa0$\x93h |
| 5116 | \x00p |
| 5117 | \x00BAON\xa0\rWBONp |
| 5118 | \x03`p |
| 5119 | \x08a\xa1\tp |
| 5120 | \x00`p |
| 5121 | \x00a\xa1#p |
| 5122 | \xff`p |
| 5123 | \xffa\xa0\x0c\x93h |
| 5124 | \x11p |
| 5125 | \x00WBON\xa0\x0c\x93h |
| 5126 | \x10p |
| 5127 | \x01WBON\xa1G\x04ph`p |
| 5128 | \xffa\xa0\x13\x93h |
| 5129 | \x0fph`p |
| 5130 | \x08ap |
| 5131 | \x01BAON\xa0\x14\x93h |
| 5132 | \x11p |
| 5133 | \x00`p |
| 5134 | \x00ap |
| 5135 | \x00WBON\xa0\x14\x93h |
| 5136 | \x10p |
| 5137 | \x03`p |
| 5138 | \x08ap |
| 5139 | \x01WBON\xa02\x93h |
| 5140 | \x03p |
| 5141 | \x00WBON\xa0%bp |
| 5142 | \x07`\xa0\x1e\x91\x93\\SPS_ |
| 5143 | \x03\x93\\SPS_ |
| 5144 | \x04p |
| 5145 | \x00bp |
| 5146 | \xff`p |
| 5147 | \xffa\xa0\x14\x93h |
| 5148 | \x07\xa0\x0ebp |
| 5149 | \x00bp |
| 5150 | \xff`p |
| 5151 | \xffa\xa0C\x04\x90\\H8DR\x92\\W98F\xa0\x1a\x90b\x92WBONp |
| 5152 | \x00HSRPp |
| 5153 | \x00HSUN[" |
| 5154 | d\xa0\x0c\x92\x93a |
| 5155 | \xffpaHSRP\xa0\x0c\x92\x93` |
| 5156 | \xffp`HSUN\xa1>\xa0\x1e\x90b\x92WBON\\WBEC |
| 5157 | \x07 |
| 5158 | \x00\\WBEC |
| 5159 | \x06 |
| 5160 | \x00[" |
| 5161 | d\xa0\x0e\x92\x93a |
| 5162 | \xff\\WBEC |
| 5163 | \x07a\xa0\x0e\x92\x93` |
| 5164 | \xff\\WBEC |
| 5165 | \x06`\xa0\x05\x93h |
| 5166 | \x03\xa0 |
| 5167 | \x93h |
| 5168 | \x07["\x0b\xf4\x01\x14C\tEVNT\x01\xa07\\H8DR\xa0\x18h}HAM7 |
| 5169 | \x01HAM7}HAM5 |
| 5170 | \x04HAM5\xa1\x17{HAM7 |
| 5171 | \xfeHAM7{HAM5 |
| 5172 | \xfbHAM5\xa1C\x05\xa0(h\\MBEC |
| 5173 | \x17 |
| 5174 | \xff |
| 5175 | \x01\\MBEC |
| 5176 | \x15 |
| 5177 | \xff |
| 5178 | \x04\xa0\x0f\\W98F\\WBEC |
| 5179 | \x18 |
| 5180 | \xff\xa1\'\\MBEC |
| 5181 | \x17 |
| 5182 | \xfe |
| 5183 | \x00\\MBEC |
| 5184 | \x15 |
| 5185 | \xfb |
| 5186 | \x00\xa0\x0f\\W98F\\WBEC |
| 5187 | \x18 |
| 5188 | \x00\x14K\x07PNST\x01\xa0=\x90hBSTA |
| 5189 | \x02\xa0\x1b\x90\\H8DR\x92\\W98Fp |
| 5190 | \x01HBPRp |
| 5191 | \x01HUBB\xa1\x17\\MBEC |
| 5192 | \x01 |
| 5193 | \xff |
| 5194 | \\MBEC |
| 5195 | ; |
| 5196 | \xff |
| 5197 | \x80\xa15\xa0\x1b\x90\\H8DR\x92\\W98Fp |
| 5198 | \x00HBPRp |
| 5199 | \x00HUBB\xa1\x17\\MBEC |
| 5200 | \x01 |
| 5201 | \xdf |
| 5202 | \x00\\MBEC |
| 5203 | ; |
| 5204 | \x7f |
| 5205 | \x00[\x84I\x07PUBS\x03\x00\x00\x14+_STA\x00\xa0\x0c\\H8DRpHUBS`\xa1\x0c{\\RBEC |
| 5206 | ; |
| 5207 | \x10`\xa0\x05`\xa4 |
| 5208 | \x01\xa1\x04\xa4 |
| 5209 | \x00\x14!_ON_\x00\xa0\r\\H8DRp |
| 5210 | \x01HUBS\xa1\x0c\\MBEC |
| 5211 | ; |
| 5212 | \xff |
| 5213 | \x10\x14!_OFF\x00\xa0\r\\H8DRp |
| 5214 | \x00HUBS\xa1\x0c\\MBEC |
| 5215 | ; |
| 5216 | \xef |
| 5217 | \x00\x14E\x0fLPMD\x00p |
| 5218 | \x00`p |
| 5219 | \x00ap |
| 5220 | \x00b\xa0B\x06\\H8DR\xa0J\x05HPLO\xa0J\x04HPAC\xa0C\x04\x95HWAT |
| 5221 | Z\xa0\x16\x91\x92HB0A\x95{HB0S |
| 5222 | \x0f\x00 |
| 5223 | \x03p |
| 5224 | \x01a\xa0\x16\x91\x92HB1A\x95{HB1S |
| 5225 | \x0f\x00 |
| 5226 | \x03p |
| 5227 | \x01b\xa0\x0b\x90abp\\LPST`\xa1\x08p\\LPST`\xa1L\x07\xa0I\x07{\\RBEC |
| 5228 | 4 |
| 5229 | \x80\x00\xa0B\x06{\\RBEC |
| 5230 | F |
| 5231 | \x10\x00\xa0D\x05\x95\\RBEC |
| 5232 | \xc9 |
| 5233 | Zp\\RBEC |
| 5234 | 8c\xa0\x14\x91\x92{c |
| 5235 | \x80\x00\x95{c |
| 5236 | \x0f\x00 |
| 5237 | \x03p |
| 5238 | \x01ap\\RBEC |
| 5239 | 9c\xa0\x14\x91\x92{c |
| 5240 | \x80\x00\x95{c |
| 5241 | \x0f\x00 |
| 5242 | \x03p |
| 5243 | \x01b\xa0\x0b\x90abp\\LPST`\xa1\x08p\\LPST`\xa4`[\x01MCPU\x07\x14D\x04_Q10\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5244 | \x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x01\x10\x14G\x04_Q11\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5245 | \x02\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x02\x10\xa1\x02\xa3\x14$_Q12\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x03\x10\x14A\x05_Q13\x00\xa0:\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x04\x10\xa1\x0e\x86\\._SB_SLPB |
| 5246 | \x80\x14M\x10_Q64\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5247 | \x10\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x05\x10\xa1H\x0c\xa0>\x92{\\/\x06_SB_PCI0LPC_EC__HKEYWGFL |
| 5248 | \x00\\/\x06_SB_PCI0LPC_EC__HKEYBPWC |
| 5249 | \x01\xa1F\x08\\/\x06_SB_PCI0LPC_EC__HKEYBPWC |
| 5250 | \x00\xa0F\x06\x92\\WVIS\xa0>\x92{\\/\x06_SB_PCI0LPC_EC__HKEYWGFL |
| 5251 | \x02\x00\\/\x06_SB_PCI0LPC_EC__HKEYWPWC |
| 5252 | \x01\xa1\x1e\\/\x06_SB_PCI0LPC_EC__HKEYWPWC |
| 5253 | \x00\x14D\x04_Q65\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5254 | \\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x06\x10\x14C |
| 5255 | _Q16\x00\xa0\'\\VPDFp |
| 5256 | \x00\\VPDF\xa0\x18VIGD\\/\x04_SB_PCI0VID_VSPD\xa1C\x07\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5257 | @\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x07\x10\xa13\xa0\x18VIGD\\/\x04_SB_PCI0VID_VSWT\xa1\x18\\/\x05_SB_PCI0AGP_VID_VSWT\x14B\x05_Q17\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK |
| 5258 | \x80\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x08\x10\xa1\r\xa0\x0b\x92\\WNTFVEXP\x14F\x04_Q18\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00\x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\t\x10\xa3\x14E\x04_Q66\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00\x02\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b |
| 5259 | \x10\x14E\x04_Q1A\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00\x04\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x0b\x10\x14$_Q1B\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x0c\x10\x14E\x04_Q62\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00\x10\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\r\x10\x14E\x04_Q60\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00 \\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x0e\x10\x14E\x04_Q61\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00@\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x0f\x10\x14N\x04_Q1F\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x02\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x12\x10\\UCMS |
| 5260 | \x0e\x14G\x04_Q67\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x04\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x13\x10\x14O\x0e_Q26\x00\\UCMS |
| 5261 | \x12DSPD |
| 5262 | \x00["\x0b\xf4\x01\x86AC__ |
| 5263 | \x80\x86\\._TZ_THM0 |
| 5264 | \x80\x86\\._TZ_THM1 |
| 5265 | \x80\xa0\x0e\\WXPF[#MCPU\xff\xff\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 5266 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5267 | \x80\xa1\x08\\STEP |
| 5268 | \x00\xa0 |
| 5269 | \\WXPF[" |
| 5270 | d\xa0\'\\OSC4\x86\\._PR_CPU0 |
| 5271 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5272 | \x81\xa0\x0c\\WXPF[\'MCPU\xa0#\x90\x92\\WXPF\\WNTFp |
| 5273 | \x00\\/\x04_SB_PCI0LPC_C4C3ATMCDSPD |
| 5274 | \x01\x14K\x12_Q27\x00\\UCMS |
| 5275 | \x12["\x0b\xf4\x01\x86AC__ |
| 5276 | \x80\x86\\._TZ_THM0 |
| 5277 | \x80\x86\\._TZ_THM1 |
| 5278 | \x80\xa0\x0e\\WXPF[#MCPU\xff\xff\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 5279 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5280 | \x80\xa1\x08\\STEP |
| 5281 | \x01\xa0 |
| 5282 | \\WXPF[" |
| 5283 | d\xa0\'\\OSC4\x86\\._PR_CPU0 |
| 5284 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5285 | \x81\xa0\x0c\\WXPF[\'MCPU\xa01\x90\\CWAC\x92\\CWAS\xa0#\x90\x92\\WXPF\\WNTFp |
| 5286 | \x01\\/\x04_SB_PCI0LPC_C4C3ATMC\xa09\x91\x93\\/\x03_SB_GDCKGDID\x0c$M\x00L\x93\\/\x03_SB_GDCKGDID\x0c$M\x00D\x86\\._SB_GDCK |
| 5287 | \x01\x14H\x06_Q2A\x00\xa0\x1aVIGD\\/\x04_SB_PCI0VID_VLOC |
| 5288 | \x01\xa1\x1a\\/\x05_SB_PCI0AGP_VID_VLOC |
| 5289 | \x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x02P\x86\\._SB_LID_ |
| 5290 | \x80\x148_Q2B\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x01P\\UCMS |
| 5291 | \r\x86\\._SB_LID_ |
| 5292 | \x80\x14\x06_Q3D\x00\x14>_Q48\x00\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 5293 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5294 | \x80\xa1\x08\\STEP |
| 5295 | \x04\x14>_Q49\x00\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 5296 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5297 | \x80\xa1\x08\\STEP |
| 5298 | \x05\x14\x10_Q7F\x00[2\x01\x00\x00\x01\x80\x0b+\x03\x14$_Q4E\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x11`\x14$_Q4F\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x12`\x14\x1d_Q75\x00\\/\x05_SB_PCI0LPC_EC__TATR\x14$_Q46\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x12`\x14 _Q22\x00\xa0\x0cHB0A\x86BAT0 |
| 5299 | \x80\xa0\x0cHB1A\x86BAT1 |
| 5300 | \x80\x14\r_Q4A\x00\x86BAT0 |
| 5301 | \x81\x14\r_Q4B\x00\x86BAT0 |
| 5302 | \x80\x14 |
| 5303 | _Q4C\x00_Q38\x14%_Q4D\x00\xa0\x1e{^.BAT1B1ST^.BAT1XB1S\x00\x86BAT1 |
| 5304 | \x80\x14\r_Q24\x00\x86BAT0 |
| 5305 | \x80\x14%_Q25\x00\xa0\x1e{^.BAT1B1ST^.BAT1XB1S\x00\x86BAT1 |
| 5306 | \x80[\x811ECOR\x01\x00@PSBRC\x10SBFC\x10SBAE\x10SBRS\x10SBAC\x10SBVO\x10SBAF\x10SBBS\x10[\x81\x1aECOR\x01\x00@P\x00\x0fSBCM\x01SBMD\x10SBCC\x10[\x81\'ECOR\x01\x00@PSBDC\x10SBDV\x10SBOM\x10SBSI\x10SBDT\x10SBSN\x10[\x81\x0eECOR\x01\x00@PSBCH [\x81\x0fECOR\x01\x00@PSBMN@\x08[\x81\x0fECOR\x01\x00@PSBDN@\x08[\x01BATM\x07\x14C\x16GBIF\x03[#BATM\xff\xff\xa0C\x12j}h |
| 5307 | \x01HIIDpSBCMg\x7fg |
| 5308 | \x01\x88i |
| 5309 | \x00\x00phHIID\xa0 |
| 5310 | gwSBFC |
| 5311 | |
| 5312 | a\xa1\x07pSBFCapa\x88i |
| 5313 | \x02\x00}h |
| 5314 | \x02HIID\xa0 |
| 5315 | gwSBDC |
| 5316 | |
| 5317 | `\xa1\x07pSBDC`p`\x88i |
| 5318 | \x01\x00xa |
| 5319 | \x14b\x88i |
| 5320 | \x05\x00\xa0 |
| 5321 | gp |
| 5322 | \xc8\x88i |
| 5323 | \x06\x00\xa1!\xa0\x15SBDVx\x0c@\r\x03\x00SBDVb\x88i |
| 5324 | \x06\x00\xa1\tp |
| 5325 | \x00\x88i |
| 5326 | \x06\x00pSBDV\x88i |
| 5327 | \x04\x00pSBSN`\x08SERN\x11\t |
| 5328 | \x06 \x00p |
| 5329 | \x04b\xa2\x15`x` |
| 5330 | |
| 5331 | a`ra |
| 5332 | 0\x88SERNb\x00vbpSERN\x88i |
| 5333 | |
| 5334 | \x00}h |
| 5335 | \x06HIIDpSBDN\x88i |
| 5336 | \t\x00}h |
| 5337 | \x04HIID\x08BTYP\x11\x08 |
| 5338 | \x05\x00\x00\x00\x00\x00pSBCHBTYPpBTYP\x88i |
| 5339 | \x0b\x00}h |
| 5340 | \x05HIIDpSBMN\x88i |
| 5341 | \x0c\x00\xa1\'p\x0c\xff\xff\xff\xff\x88i |
| 5342 | \x01\x00p |
| 5343 | \x00\x88i |
| 5344 | \x05\x00p |
| 5345 | \x00\x88i |
| 5346 | \x06\x00p\x0c\xff\xff\xff\xff\x88i |
| 5347 | \x02\x00[\'BATM\xa4i\x14J\rGBST\x04[#BATM\xff\xff\xa0 |
| 5348 | {i |
| 5349 | \x00p |
| 5350 | \x02`\xa1\x12\xa0 |
| 5351 | {i |
| 5352 | @\x00p |
| 5353 | \x01`\xa1\x05p |
| 5354 | \x00`\xa0\x06{i |
| 5355 | \x0f\x00\xa1\x06}` |
| 5356 | \x04`\xa0\x19\x93{i |
| 5357 | \x0f\x00 |
| 5358 | \x0fp |
| 5359 | \x04`p |
| 5360 | \x00ap |
| 5361 | \x00bp |
| 5362 | \x00c\xa1@\x06phHIIDpSBVOc\xa0 |
| 5363 | jwSBRC |
| 5364 | |
| 5365 | b\xa1\x07pSBRCbpSBACa\xa0\x1c\x92\x95a\x0b\x00\x80\xa0\x0e{` |
| 5366 | \x01\x00t\x0c\x00\x00\x01\x00aa\xa1\x05p |
| 5367 | \x00a\xa1\r\xa0\x0b\x92{` |
| 5368 | \x02\x00p |
| 5369 | \x00a\xa0\rjwcaaxa\x0b\xe8\x03gap`\x88k |
| 5370 | \x00\x00pa\x88k |
| 5371 | \x01\x00pb\x88k |
| 5372 | \x02\x00pc\x88k |
| 5373 | \x03\x00[\'BATM\xa4k[\x82G\x15BAT0\x08_HID\x0cA\xd0\x0c |
| 5374 | \x08_UID |
| 5375 | \x00\x08_PCL\x12\x07\x01\\_SB_\x08B0ST |
| 5376 | \x00\x08BT0I\x12#\r |
| 5377 | \x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff |
| 5378 | \x01\x0b0* |
| 5379 | \x00 |
| 5380 | \x00 |
| 5381 | \x01 |
| 5382 | \x01\r\x00\r\x00\r\x00\r\x00\x08BT0P\x12\x02\x04\x14D\x04_STA\x00\xa0\x0f\\H8DRpHB0AB0ST\xa1\x1e\xa0\x13{\\RBEC |
| 5383 | 8 |
| 5384 | \x80\x00p |
| 5385 | \x01B0ST\xa1\x08p |
| 5386 | \x00B0ST\xa0\x08B0ST\xa4 |
| 5387 | \x1f\xa1\x04\xa4 |
| 5388 | \x0f\x14G\x04_BIF\x00p |
| 5389 | \x00gp |
| 5390 | |
| 5391 | f\xa2+\x90\x92gf\xa0\x1fHB0A\xa0\x13\x93{HB0S |
| 5392 | \x0f\x00 |
| 5393 | \x0f["\x0b\xe8\x03vf\xa1\x05p |
| 5394 | \x01g\xa1\x05p |
| 5395 | \x00f\xa4GBIF |
| 5396 | \x00BT0Ig\x14#_BST\x00\x7f\x83\x88BT0I |
| 5397 | \x00\x00 |
| 5398 | \x01`\xa4GBST |
| 5399 | \x00HB0S`BT0P\x14I\x04_BTP\x01{HAM4 |
| 5400 | \xefHAM4\xa06hpha\xa0\x11\x92\x83\x88BT0I |
| 5401 | \x00\x00xa |
| 5402 | |
| 5403 | `a{a |
| 5404 | \xffHT0L{za |
| 5405 | \x08\x00 |
| 5406 | \xffHT0H}HAM4 |
| 5407 | \x10HAM4[\x82A\x18BAT1\x08_HID\x0cA\xd0\x0c |
| 5408 | \x08_UID |
| 5409 | \x01\x08_PCL\x12\x07\x01\\_SB_\x08B1ST |
| 5410 | \x00\x08XB1S |
| 5411 | \x01\x08BT1I\x12#\r |
| 5412 | \x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff |
| 5413 | \x01\x0b0* |
| 5414 | \x00 |
| 5415 | \x00 |
| 5416 | \x01 |
| 5417 | \x01\r\x00\r\x00\r\x00\r\x00\x08BT1P\x12\x02\x04\x14G\x06_STA\x00\xa0\x0f\\H8DRpHB1AB1ST\xa1\x1e\xa0\x13{\\RBEC |
| 5418 | 9 |
| 5419 | \x80\x00p |
| 5420 | \x01B1ST\xa1\x08p |
| 5421 | \x00B1ST\xa0\x1fB1ST\xa0\x08XB1S\xa4 |
| 5422 | \x1f\xa1\x10\xa0\t\\WNTF\xa4 |
| 5423 | \x00\xa1\x04\xa4 |
| 5424 | \x1f\xa1\x10\xa0\t\\WNTF\xa4 |
| 5425 | \x00\xa1\x04\xa4 |
| 5426 | \x0f\x14G\x04_BIF\x00p |
| 5427 | \x00gp |
| 5428 | |
| 5429 | f\xa2+\x90\x92gf\xa0\x1fHB1A\xa0\x13\x93{HB1S |
| 5430 | \x0f\x00 |
| 5431 | \x0f["\x0b\xe8\x03vf\xa1\x05p |
| 5432 | \x01g\xa1\x05p |
| 5433 | \x00f\xa4GBIF |
| 5434 | \x10BT1Ig\x14#_BST\x00\x7f\x83\x88BT1I |
| 5435 | \x00\x00 |
| 5436 | \x01`\xa4GBST |
| 5437 | \x10HB1S`BT1P\x14I\x04_BTP\x01{HAM4 |
| 5438 | \xdfHAM4\xa06hpha\xa0\x11\x92\x83\x88BT1I |
| 5439 | \x00\x00xa |
| 5440 | |
| 5441 | `a{a |
| 5442 | \xffHT1L{za |
| 5443 | \x08\x00 |
| 5444 | \xffHT1H}HAM4 |
| 5445 | HAM4[\x82>AC__\x08_HID\rACPI0003\x00\x08_UID |
| 5446 | \x00\x08_PCL\x12\x07\x01\\_SB_\x14\x0b_PSR\x00\xa4HPAC\x14\t_STA\x00\xa4 |
| 5447 | \x0f[\x82IQHKEY\x08_HID\x0c$M\x00h\x14\t_STA\x00\xa4 |
| 5448 | \x0f\x14 |
| 5449 | MHKV\x00\xa4\x0b\x00\x01\x08DHKC |
| 5450 | \x00\x08DHKB |
| 5451 | \x01[\x01XDHK\x07\x08DHKH |
| 5452 | \x00\x08DHKW |
| 5453 | \x00\x08DHKS |
| 5454 | \x00\x08DHKD |
| 5455 | \x00\x08DHKN\x0b\x0c\x08\x08DHKT |
| 5456 | \x00\x08DHWW |
| 5457 | \x00\x14\x0cMHKA\x00\xa4\x0c\xff\xff\xff\x00\x14\x0bMHKN\x00\xa4DHKN\x14\x18MHKK\x01\xa0\rDHKC\xa4{DHKNh\x00\xa1\x03\xa4\x00\x14@\x05MHKM\x02[#XDHK\xff\xff\xa0\x06\x94h |
| 5458 | \xa3\xa13y\x01vh`\xa0){`\x0c\xff\xff\xff\x00\x00\xa0\x0ci}`DHKNDHKN\xa1\x12{DHKN\x7f`\x0c\xff\xff\xff\xff\x00DHKN\xa1\x02\xa3[\'XDHK\x14\x13MHKS\x00\x86\\._SB_SLPB |
| 5459 | \x80\x14\x0cMHKC\x01phDHKC\x14I\x08MHKP\x00[#XDHK\xff\xff\xa0\x11DHWWpDHWWap\x00DHWW\xa1O\x05\xa0\x11DHKWpDHKWap\x00DHKW\xa1J\x04\xa0\x11DHKDpDHKDap\x00DHKD\xa15\xa0\x11DHKSpDHKSap\x00DHKS\xa1!\xa0\x11DHKTpDHKTap\x00DHKT\xa1\rpDHKHap\x00DHKH[\'XDHK\xa4a\x14>MHKE\x01phDHKB[#XDHK\xff\xffp\x00DHKHp\x00DHKWp\x00DHKSp\x00DHKDp\x00DHKTp\x00DHWW[\'XDHK\x14E\x0bMHKQ\x01\xa0M |
| 5460 | DHKB\xa0@\tDHKC[#XDHK\xff\xff\xa0\x06\x95h\x0b\x00\x10\xa1M\x06\xa0\x0c\x95h\x0b\x00 phDHKH\xa1M\x05\xa0\x0c\x95h\x0b\x000phDHKW\xa1M\x04\xa0\x0c\x95h\x0b\x00@phDHKS\xa1=\xa0\x0c\x95h\x0b\x00PphDHKD\xa1.\xa0\x0c\x95h\x0b\x00`phDHKH\xa1\x1f\xa0\x0c\x95h\x0b\x00pphDHKT\xa1\x10\xa0\x0c\x95h\x0b\x00\x80phDHWW\xa1\x01[\'XDHK\x86HKEY |
| 5461 | \x80\xa1\x15\xa0\x13\x93h\x0b\x04\x10\x86\\._SB_SLPB |
| 5462 | \x80\x14I\x05MHKB\x01\xa0&\x93h |
| 5463 | \x00\\/\x05_SB_PCI0LPC_EC__BEEP |
| 5464 | \x11p |
| 5465 | \x00\\LIDB\xa1*\xa0&\x93h |
| 5466 | \x01\\/\x05_SB_PCI0LPC_EC__BEEP |
| 5467 | \x10p |
| 5468 | \x01\\LIDB\xa1\x01\x14<MHKD\x00\xa0\x1aVIGD\\/\x04_SB_PCI0VID_VLOC |
| 5469 | \x00\xa1\x1a\\/\x05_SB_PCI0AGP_VID_VLOC |
| 5470 | \x00\x14>MHQC\x01\xa01\\WNTF\xa0\x0b\x93h |
| 5471 | \x00\xa4\\CWAC\xa1\x1e\xa0\x0b\x93h |
| 5472 | \x01\xa4\\CWAP\xa1\x10\xa0\x0b\x93h |
| 5473 | \x02\xa4\\CWAT\xa1\x02\xa3\xa1\x02\xa3\xa4 |
| 5474 | \x00\x14A\x08MHGC\x00\xa0C\x07\\WNTF[#XDHK\xff\xff\xa0:\\OSC4\xa0 \\/\x06_SB_PCI0LPC_EC__AC___PSRp |
| 5475 | \x03`\xa1\x12\xa0 |
| 5476 | \\C4NAp |
| 5477 | \x03`\xa1\x05p |
| 5478 | \x04`\xa1 \xa0\x18\\/\x04_SB_PCI0LPC_C4C3p |
| 5479 | \x04`\xa1\x05p |
| 5480 | \x03`[\'XDHK\xa4`\xa1\x02\xa3\xa4 |
| 5481 | \x00\x14A\x13MHSC\x01\xa0F\x12\x90\\CWAC\\WNTF[#XDHK\xff\xff\xa0J\x08\\OSC4\xa0>\x93h |
| 5482 | \x03\xa08\x92\\CWAS\x86\\._PR_CPU0 |
| 5483 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5484 | \x81p |
| 5485 | \x01\\CWASp |
| 5486 | \x01\\C4NA\xa1C\x04\xa0=\x93h |
| 5487 | \x04\xa07\\CWAS\x86\\._PR_CPU0 |
| 5488 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 5489 | \x81p |
| 5490 | \x00\\CWASp |
| 5491 | \x00\\C4NA\xa1\x02\xa3\xa1O\x07\xa0+\x93h |
| 5492 | \x03\xa0%\x92\\CWASp |
| 5493 | \x00\\/\x04_SB_PCI0LPC_C4C3p |
| 5494 | \x01\\CWAS\xa1@\x05\xa0J\x04\x93h |
| 5495 | \x04\xa0C\x04\\CWAS\xa03\x92\\/\x06_SB_PCI0LPC_EC__AC___PSRp |
| 5496 | \x01\\/\x04_SB_PCI0LPC_C4C3p |
| 5497 | \x00\\CWAS\xa1\x02\xa3[\'XDHK\xa1\x02\xa3\x10G\x14\\/\x05_SB_PCI0LPC_EC__HKEY\x14M\x04TDSC\x01p |
| 5498 | \x01`\xa2\x1b`p\\/\x05_SB_PCI0LPC_EC__HANT`ph\\/\x05_SB_PCI0LPC_EC__HANT\xa0\x0c\x93h |
| 5499 | !\\ATCC |
| 5500 | \x00\x14\x0cTDSS\x01\\ATCCh\x14N\x08TDSG\x01{h |
| 5501 | \xff`p`\\/\x05_SB_PCI0LPC_EC__HDAAzh |
| 5502 | \x08`{` |
| 5503 | \xffapa\\/\x05_SB_PCI0LPC_EC__HDABzh |
| 5504 | \x10`{` |
| 5505 | \xffapa\\/\x05_SB_PCI0LPC_EC__HDACzh |
| 5506 | \x18`{` |
| 5507 | \xffapa\\/\x05_SB_PCI0LPC_EC__HANA\x14!TDGC\x00p\\/\x05_SB_PCI0LPC_EC__HDDD`\xa4`\x14!TDGS\x00p\\/\x05_SB_PCI0LPC_EC__HAAA`\xa4`[\x81\x18ECOR\x11\x00@*HSD0\x08HSD1\x08HSD2\x08[\x81\x0eECOR\x11\x00@+HSDL\x10[\x81\x19ECOR\x11\x00@+HSDBH\x04HSDF\x10HSDC\x10[\x01I2CM\x07\x14?CHKS\x00p\x0b\xe8\x03`\xa2\x13HMPR[" |
| 5508 | \x01v`\xa0\x07\x92`\xa4\x0b\x80\x80\xa0\x19HMDN\xa0\x0fHMST\xa4}\x0b\x00\x80HMST\x00\xa1\x03\xa4\x00\xa1\x05\xa4\x0b\x81\x80\x14 I2RT\x00p |
| 5509 | \x02HMADp |
| 5510 | !HMCMp |
| 5511 | \x0bHMPR\xa4CHKS\x14&I2NT\x01p |
| 5512 | \x02HMADp |
| 5513 | "HMCMphHSD0p |
| 5514 | \x06HMPR\xa4CHKS\x14K\x0eTATR\x00\xa0C\x0e\\H8DR[#I2CM\xff\xffI2RTpHSD0`\xa0%\x93` |
| 5515 | \\/\x04_SB_PCI0LPC_TCSZHSD1HSD2I2NT`\xa1M\t\xa0%\x93` |
| 5516 | !\\/\x04_SB_PCI0LPC_TCSTHSD1HSD2I2NT`\xa1D\x07\xa0I\x04\x93` |
| 5517 | "\x08TSDC\x11\x0c |
| 5518 | \t \x00pHSDBTSDC\\/\x04_SB_PCI0LPC_TCBSHSD1TSDCHSDFHSDCI2NT`\xa1\'\xa0%\x93` |
| 5519 | #\\/\x04_SB_PCI0LPC_TSCLHSD1HSDLI2NT`[\'I2CM\x14\rTATE\x00p |
| 5520 | \x01HETE\x08_ADR |
| 5521 | \x00\x08_S3D |
| 5522 | \x02\x08RID_ |
| 5523 | \x00\x08LRRT\x12G\x13\x0e\x12\x15\x04\x0c\xff\xff\x01\x00 |
| 5524 | \x00\\._SB_LNKA |
| 5525 | \x00\x12\x15\x04\x0c\xff\xff\x02\x00 |
| 5526 | \x00\\._SB_LNKA |
| 5527 | \x00\x12\x15\x04\x0c\xff\xff\x1b\x00 |
| 5528 | \x01\\._SB_LNKB |
| 5529 | \x00\x12\x15\x04\x0c\xff\xff\x1c\x00 |
| 5530 | \x00\\._SB_LNKE |
| 5531 | \x00\x12\x15\x04\x0c\xff\xff\x1c\x00 |
| 5532 | \x01\\._SB_LNKF |
| 5533 | \x00\x12\x15\x04\x0c\xff\xff\x1c\x00 |
| 5534 | \x02\\._SB_LNKG |
| 5535 | \x00\x12\x15\x04\x0c\xff\xff\x1c\x00 |
| 5536 | \x03\\._SB_LNKH |
| 5537 | \x00\x12\x15\x04\x0c\xff\xff\x1d\x00 |
| 5538 | \x00\\._SB_LNKA |
| 5539 | \x00\x12\x15\x04\x0c\xff\xff\x1d\x00 |
| 5540 | \x01\\._SB_LNKB |
| 5541 | \x00\x12\x15\x04\x0c\xff\xff\x1d\x00 |
| 5542 | \x02\\._SB_LNKC |
| 5543 | \x00\x12\x15\x04\x0c\xff\xff\x1d\x00 |
| 5544 | \x03\\._SB_LNKD |
| 5545 | \x00\x12\x15\x04\x0c\xff\xff\x1f\x00 |
| 5546 | \x00\\._SB_LNKH |
| 5547 | \x00\x12\x15\x04\x0c\xff\xff\x1f\x00 |
| 5548 | \x02\\._SB_LNKA |
| 5549 | \x00\x12\x15\x04\x0c\xff\xff\x1f\x00 |
| 5550 | \x01\\._SB_LNKA |
| 5551 | \x00\x08ARRT\x12G\x0c\x0e\x12\r\x04\x0c\xff\xff\x01\x00 |
| 5552 | \x00 |
| 5553 | \x00 |
| 5554 | \x10\x12\r\x04\x0c\xff\xff\x02\x00 |
| 5555 | \x00 |
| 5556 | \x00 |
| 5557 | \x10\x12\r\x04\x0c\xff\xff\x1b\x00 |
| 5558 | \x01 |
| 5559 | \x00 |
| 5560 | \x11\x12\r\x04\x0c\xff\xff\x1c\x00 |
| 5561 | \x00 |
| 5562 | \x00 |
| 5563 | \x14\x12\r\x04\x0c\xff\xff\x1c\x00 |
| 5564 | \x01 |
| 5565 | \x00 |
| 5566 | \x15\x12\r\x04\x0c\xff\xff\x1c\x00 |
| 5567 | \x02 |
| 5568 | \x00 |
| 5569 | \x16\x12\r\x04\x0c\xff\xff\x1c\x00 |
| 5570 | \x03 |
| 5571 | \x00 |
| 5572 | \x17\x12\r\x04\x0c\xff\xff\x1d\x00 |
| 5573 | \x00 |
| 5574 | \x00 |
| 5575 | \x10\x12\r\x04\x0c\xff\xff\x1d\x00 |
| 5576 | \x01 |
| 5577 | \x00 |
| 5578 | \x11\x12\r\x04\x0c\xff\xff\x1d\x00 |
| 5579 | \x02 |
| 5580 | \x00 |
| 5581 | \x12\x12\r\x04\x0c\xff\xff\x1d\x00 |
| 5582 | \x03 |
| 5583 | \x00 |
| 5584 | \x13\x12\r\x04\x0c\xff\xff\x1f\x00 |
| 5585 | \x00 |
| 5586 | \x00 |
| 5587 | \x17\x12\r\x04\x0c\xff\xff\x1f\x00 |
| 5588 | \x02 |
| 5589 | \x00 |
| 5590 | \x10\x12\r\x04\x0c\xff\xff\x1f\x00 |
| 5591 | \x01 |
| 5592 | \x00 |
| 5593 | \x10\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4ARRT\xa1\x06\xa4LRRT\x08_HID\x0cA\xd0 |
| 5594 | \x08\x08_CID\x0cA\xd0 |
| 5595 | \x03\x08_BBN |
| 5596 | \x00[\x80MHCS\x02 |
| 5597 | \x00\x0b\x00\x01[\x815MHCS\x03\x00@HPAM0\x08PAM1\x08PAM2\x08PAM3\x08PAM4\x08PAM5\x08PAM6\x08\x00(\x00\x03TOUD\x05\x08_CRS\x11E\x1c\x0b\xc0\x01\x88\r\x00\x02\x0c\x00\x00\x00\x00\x00\xff\x00\x00\x00\x00\x01G\x01\xf8\x0c\xf8\x0c\x01\x08\x88\r\x00\x01\x0c\x03\x00\x00\x00\x00\xf7\x0c\x00\x00\xf8\x0c\x88\r\x00\x01\x0c\x03\x00\x00\x00\r\xff\xff\x00\x00\x00\xf3\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00 |
| 5598 | \x00\xff\xff\x0b\x00\x00\x00\x00\x00\x00\x00\x02\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00\x0c\x00\xff?\x0c\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00@\x0c\x00\xff\x7f\x0c\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x80\x0c\x00\xff\xbf\x0c\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\xc0\x0c\x00\xff\xff\x0c\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00\r\x00\xff?\r\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00@\r\x00\xff\x7f\r\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x80\r\x00\xff\xbf\r\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\xc0\r\x00\xff\xff\r\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00\x0e\x00\xff?\x0e\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00@\x0e\x00\xff\x7f\x0e\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x80\x0e\x00\xff\xbf\x0e\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\xc0\x0e\x00\xff\xff\x0e\x00\x00\x00\x00\x00\x00@\x00\x00\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00\x10\x00\xff\xff\xbf\xfe\x00\x00\x00\x00\x00\x00\xb0\xfe\x87\x17\x00\x00\x0c\x03\x00\x00\x00\x00\x00\x00\xd4\xfe\xff\x0f\xd4\xfe\x00\x00\x00\x00\x00\x10\x00\x00y\x00\x8a_CRS |
| 5599 | hC0LN\x8a_CRS |
| 5600 | \x82C4LN\x8a_CRS |
| 5601 | \x9cC8LN\x8a_CRS |
| 5602 | \xb6CCLN\x8a_CRS |
| 5603 | \xd0D0LN\x8a_CRS |
| 5604 | \xeaD4LN\x8a_CRS\x0b\x04\x01D8LN\x8a_CRS\x0b\x1e\x01DCLN\x8a_CRS\x0b8\x01E0LN\x8a_CRS\x0bR\x01E4LN\x8a_CRS\x0bl\x01E8LN\x8a_CRS\x0b\x86\x01ECLN\x8a_CRS\x0b\x94\x01XXMN\x8a_CRS\x0b\x98\x01XXMX\x8a_CRS\x0b\xa0\x01XXLN\x8a_CRS\x0b\xae\x01F4MN\x8a_CRS\x0b\xb2\x01F4MX\x8a_CRS\x0b\xba\x01F4LN\x14A\x12_INI\x08\xa0\x11\x92\\OSIF\\._SB__INIyTOUD |
| 5605 | \x1b`p`\\MEMXp`XXMNrtXXMXXXMN\x00 |
| 5606 | \x01XXLN\xa0\x15\x92\x93{\\TPMP |
| 5607 | \x01\x00 |
| 5608 | \x01p |
| 5609 | \x00F4LN\xa0\x10{PAM1 |
| 5610 | \x03\x00p |
| 5611 | \x00C0LN\xa0\x10{PAM1 |
| 5612 | 0\x00p |
| 5613 | \x00C4LN\xa0\x10{PAM2 |
| 5614 | \x03\x00p |
| 5615 | \x00C8LN\xa0\x10{PAM2 |
| 5616 | 0\x00p |
| 5617 | \x00CCLN\xa0\x10{PAM3 |
| 5618 | \x03\x00p |
| 5619 | \x00D0LN\xa0\x10{PAM3 |
| 5620 | 0\x00p |
| 5621 | \x00D4LN\xa0\x10{PAM4 |
| 5622 | \x03\x00p |
| 5623 | \x00D8LN\xa0\x10{PAM4 |
| 5624 | 0\x00p |
| 5625 | \x00DCLN\xa0\x10{PAM5 |
| 5626 | \x03\x00p |
| 5627 | \x00E0LN\xa0\x10{PAM5 |
| 5628 | 0\x00p |
| 5629 | \x00E4LN\xa0\x10{PAM6 |
| 5630 | \x03\x00p |
| 5631 | \x00E8LN\xa0\x10{PAM6 |
| 5632 | 0\x00p |
| 5633 | \x00ECLN\x08SUPP |
| 5634 | \x00\x08CTRL |
| 5635 | \x00\x14E,_OSC\x04\x8ak |
| 5636 | \x00CDW1\x8ak |
| 5637 | \x04CDW2\x8ak |
| 5638 | \x08CDW3\x8ah |
| 5639 | \x00IID0\x8ah |
| 5640 | \x04IID1\x8ah |
| 5641 | \x08IID2\x8ah |
| 5642 | \x0cIID3\x08UID0\x11\x13 |
| 5643 | \x10[M\xdb3\xf7\x1f\x1c@\x96WtA\xc0=\xd7f\x8aUID0 |
| 5644 | \x00EID0\x8aUID0 |
| 5645 | \x04EID1\x8aUID0 |
| 5646 | \x08EID2\x8aUID0 |
| 5647 | \x0cEID3\xa0A#\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3pCDW2SUPPpCDW3CTRL{CTRL |
| 5648 | \x1dCTRL\xa0H\x1b\x80{CDW1 |
| 5649 | \x01\x00\x00\xa0F\x0f{CTRL |
| 5650 | \x01\x00\xa03\x92\\VIGDp |
| 5651 | \x00\\/\x04_SB_PCI0AGP_HPGPp |
| 5652 | \x00\\/\x04_SB_PCI0AGP_GMGPp |
| 5653 | \x00\\/\x04_SB_PCI0EXP0HPCEp |
| 5654 | \x01\\/\x04_SB_PCI0EXP0HPCSp |
| 5655 | \x01\\/\x04_SB_PCI0EXP0ABP_p |
| 5656 | \x01\\/\x04_SB_PCI0EXP0PDS_p |
| 5657 | \x00\\/\x04_SB_PCI0EXP2HPCEp |
| 5658 | \x01\\/\x04_SB_PCI0EXP2HPCSp |
| 5659 | \x01\\/\x04_SB_PCI0EXP2ABP_p |
| 5660 | \x01\\/\x04_SB_PCI0EXP2PDS_p |
| 5661 | \x01\\NHPS\xa0D\x0b{CTRL |
| 5662 | \x04\x00\xa03\x92\\VIGDp |
| 5663 | \x00\\/\x04_SB_PCI0AGP_PMGPp |
| 5664 | \x00\\/\x04_SB_PCI0AGP_GMGPp |
| 5665 | \x00\\/\x04_SB_PCI0EXP0PMCEp |
| 5666 | \x01\\/\x04_SB_PCI0EXP0PMCSp |
| 5667 | \x00\\/\x04_SB_PCI0EXP2PMCEp |
| 5668 | \x01\\/\x04_SB_PCI0EXP2PMCSp |
| 5669 | \x00\\/\x04_SB_PCI0LPC_EXPEp |
| 5670 | \x01\\NPME\xa0\x11\x92\x93i |
| 5671 | \x01}CDW1 |
| 5672 | |
| 5673 | CDW1\xa0\x16\x92\x93CDW3CTRL}CDW1 |
| 5674 | \x10CDW1pCTRLCDW3\xa1\x0c}CDW1 |
| 5675 | \x06CDW1\xa4k[\x01MDGS\x07\x08VDEE |
| 5676 | \x01\x08VDDA\x11\x03 |
| 5677 | \x02\x8dVDDA |
| 5678 | \x00VUPC\x8dVDDA |
| 5679 | \x01VQDL\x8dVDDA |
| 5680 | \x02VQDC\x8dVDDA |
| 5681 | \x03VQDT\x8dVDDA |
| 5682 | \x04VQDD\x8dVDDA |
| 5683 | \x05VSDL\x8dVDDA |
| 5684 | \x06VSDC\x8dVDDA |
| 5685 | \x07VSDT\x8dVDDA |
| 5686 | \x08VSDD\x8dVDDA |
| 5687 | |
| 5688 | MSWT\x8dVDDA |
| 5689 | \x0bVWST[\x82OJVID_\x08_ADR\x0c\x00\x00\x02\x00\x08RID_ |
| 5690 | \x00[\x80VPCG\x02 |
| 5691 | \x00\x0b\x00\x01[\x81\x0eVPCG\x03\x00@jVPWR \x08_S3D |
| 5692 | \x03\x145_INI\x00\\VUPS |
| 5693 | \x02p\\VCDLVQDLp\\VCDCVQDCp\\VCDTVQDTp\\VCDDVQDD\x14\x07_PS0\x00\xa3\x14\x07_PS1\x00\xa3\x14\x07_PS2\x00\xa3\x14\x07_PS3\x00\xa3\x140VSWT\x00\xa0\x0f\\WVISp\\VEVT |
| 5694 | \x07`\xa1 |
| 5695 | p\\VEVT |
| 5696 | \x05`{ |
| 5697 | \x0f`a\xa0\taASWTa |
| 5698 | \x01\x14E\x08VLOC\x01\xa0M\x07\x93h\\/\x03_SB_LID__LID\\VSLDh\xa0C\x06\x93VPWR |
| 5699 | \x00\xa0?hp\\VEVT |
| 5700 | \x01`\xa0\x13\\WXPF\x86\\._SB_PCI0 |
| 5701 | \x00\xa1\x1a\xa0\x18\\WNTF\x86\\/\x03_SB_PCI0VID_ |
| 5702 | \x00["\x0b\xee\x02\xa1 |
| 5703 | p\\VEVT |
| 5704 | \x02`{ |
| 5705 | \x0f`a\xa0\taASWTa |
| 5706 | \x00\x14G\x07_DOS\x01\xa0:\x93h |
| 5707 | \x02p |
| 5708 | \x14`\xa20`v`[#MDGS\xff\xff\xa0\x19\x93 |
| 5709 | \x00MSWTp |
| 5710 | \x01MSWTp |
| 5711 | \x00`phVDEE[\'MDGS[" |
| 5712 | \xc8\xa14[#MDGS\xff\xff\xa0\x0f\x93VDEE |
| 5713 | \x02p |
| 5714 | \x00MSWT\xa0\x0c\x94h |
| 5715 | \x02p |
| 5716 | \x01VDEE\xa1\x07phVDEE[\'MDGS\x14\x13_DOD\x00\xa4\x12\x0b\x03\x0b\x00\x01\x0b\x00\x03\x0b\x00\x04\x14L\x0bASWT\x02\xa0\x14\x93 |
| 5717 | \x01VDEE{ |
| 5718 | \x01ia\\VSDSha\xa1O\tp |
| 5719 | \x14`\xa2A\x08`v`[#MDGS\xff\xff\xa0I\x06\x93 |
| 5720 | \x00MSWTp |
| 5721 | \x00`\xa0\r{ |
| 5722 | \x01i\x00p |
| 5723 | \x01VUPC\xa1\x08p |
| 5724 | \x00VUPC\xa0\r{ |
| 5725 | \x01h\x00p |
| 5726 | \x01VQDL\xa1\x08p |
| 5727 | \x00VQDL\xa0\r{ |
| 5728 | \x02h\x00p |
| 5729 | \x01VQDC\xa1\x08p |
| 5730 | \x00VQDC\xa0\r{ |
| 5731 | \x08h\x00p |
| 5732 | \x01VQDD\xa1\x08p |
| 5733 | \x00VQDD[\'MDGS[" |
| 5734 | \xc8\xa0\r{ |
| 5735 | \x02i\x00\x86VID_ |
| 5736 | \x81\xa1\x08\x86VID_ |
| 5737 | \x80\x14I\x06VDSW\x01\xa0A\x06\x93VPWR |
| 5738 | \x00\xa0D\x04hp\\VEVT |
| 5739 | \x03`\xa0\x15\\WVIS{ |
| 5740 | \x0f`a\xa0\taASWTa |
| 5741 | \x00\xa1!\xa0\x07\\WXPF\xa3\xa1\x17\xa0\x15\\WNTF{ |
| 5742 | \x0f`a\xa0\taASWTa |
| 5743 | \x00\xa1\x12p\\VEVT |
| 5744 | \x04`ASWT |
| 5745 | \x01 |
| 5746 | \x00\x14\x1eVSPD\x00p\\VEVT |
| 5747 | \x06`{ |
| 5748 | \x0f`a\xa0\taASWTa |
| 5749 | \x01[\x82H\x06LCD0\x08_ADR\x0b\x00\x04\x14\x1c_DCS\x00\\VUPS |
| 5750 | \x00\xa0\t\\VCDL\xa4 |
| 5751 | \x1f\xa1\x04\xa4 |
| 5752 | \x1d\x14\x0b_DGS\x00\xa4VQDL\x140_DSS\x01{h |
| 5753 | \x01VSDL\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5754 | \x02\xa1\x07DSWT |
| 5755 | \x01[\x82@\x08CRT0\x08_ADR\x0b\x00\x01\x144_DCS\x00\\VUPS |
| 5756 | \x01\xa0\x15\\VCSS\xa0\t\\VCDC\xa4 |
| 5757 | \x1f\xa1\x04\xa4 |
| 5758 | \x1d\xa1\x10\xa0\t\\VCDC\xa4 |
| 5759 | \x0f\xa1\x04\xa4 |
| 5760 | \r\x14\x0b_DGS\x00\xa4VQDC\x140_DSS\x01{h |
| 5761 | \x01VSDC\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5762 | \x02\xa1\x07DSWT |
| 5763 | \x01[\x82H\x06DVI0\x08_ADR\x0b\x00\x03\x14\x1c_DCS\x00\\VUPS |
| 5764 | \x00\xa0\t\\VCDD\xa4 |
| 5765 | \x1f\xa1\x04\xa4 |
| 5766 | \x1d\x14\x0b_DGS\x00\xa4VQDD\x140_DSS\x01{h |
| 5767 | \x01VSDD\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5768 | \x02\xa1\x07DSWT |
| 5769 | \x01\x14?DSWT\x01\xa0\tVSDLp |
| 5770 | \x01`\xa1\x05p |
| 5771 | \x00`\xa0 |
| 5772 | VSDC} |
| 5773 | \x02``\xa0 |
| 5774 | VSDD} |
| 5775 | \x08``\xa0\x0f`\xa0\x0cVUPC\\VSDS`h\xa1\x02\xa3[\x82BUAGP_\x08_ADR\x0c\x00\x00\x01\x00\x08_S3D |
| 5776 | \x03\x08RID_ |
| 5777 | \x00\x08LART\x12*\x02\x12\x13\x04\x0b\xff\xff |
| 5778 | \x00\\._SB_LNKA |
| 5779 | \x00\x12\x13\x04\x0b\xff\xff |
| 5780 | \x01\\._SB_LNKB |
| 5781 | \x00\x08AART\x12\x1a\x02\x12\x0b\x04\x0b\xff\xff |
| 5782 | \x00 |
| 5783 | \x00 |
| 5784 | \x10\x12\x0b\x04\x0b\xff\xff |
| 5785 | \x01 |
| 5786 | \x00 |
| 5787 | \x11\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4AART\xa1\x06\xa4LART[\x01MDGS\x07\x08VDEE |
| 5788 | \x01\x08VDDA\x11\x03 |
| 5789 | \x02\x8dVDDA |
| 5790 | \x00VUPC\x8dVDDA |
| 5791 | \x01VQDL\x8dVDDA |
| 5792 | \x02VQDC\x8dVDDA |
| 5793 | \x03VQDT\x8dVDDA |
| 5794 | \x04VQDD\x8dVDDA |
| 5795 | \x05VSDL\x8dVDDA |
| 5796 | \x06VSDC\x8dVDDA |
| 5797 | \x07VSDT\x8dVDDA |
| 5798 | \x08VSDD\x8dVDDA |
| 5799 | |
| 5800 | MSWT\x8dVDDA |
| 5801 | \x0bVWST[\x82BAVID_\x08_ADR |
| 5802 | \x00[\x80VPCG\x02 |
| 5803 | \x00\x0b\x00\x01[\x81\x0eVPCG\x03\x00@*VPWR \x08_S3D |
| 5804 | \x03\x145_INI\x00\\VUPS |
| 5805 | \x02p\\VCDLVQDLp\\VCDCVQDCp\\VCDTVQDTp\\VCDDVQDD\x14\x07_PS0\x00\xa3\x14\x07_PS1\x00\xa3\x14\x07_PS2\x00\xa3\x14\x07_PS3\x00\xa3\x140VSWT\x00\xa0\x0f\\WVISp\\VEVT |
| 5806 | \x07`\xa1 |
| 5807 | p\\VEVT |
| 5808 | \x05`{ |
| 5809 | \x0f`a\xa0\taASWTa |
| 5810 | \x01\x14@\x05VLOC\x01\xa0H\x04\x93h\\/\x03_SB_LID__LID\\VSLDh\xa0.\x93VPWR |
| 5811 | \x00\xa0\x0bhp\\VEVT |
| 5812 | \x01`\xa1 |
| 5813 | p\\VEVT |
| 5814 | \x02`{ |
| 5815 | \x0f`a\xa0\taASWTa |
| 5816 | \x00\x14G\x07_DOS\x01\xa0:\x93h |
| 5817 | \x02p |
| 5818 | \x14`\xa20`v`[#MDGS\xff\xff\xa0\x19\x93 |
| 5819 | \x00MSWTp |
| 5820 | \x01MSWTp |
| 5821 | \x00`phVDEE[\'MDGS[" |
| 5822 | \xc8\xa14[#MDGS\xff\xff\xa0\x0f\x93VDEE |
| 5823 | \x02p |
| 5824 | \x00MSWT\xa0\x0c\x94h |
| 5825 | \x02p |
| 5826 | \x01VDEE\xa1\x07phVDEE[\'MDGS\x14\x13_DOD\x00\xa4\x12\x0b\x03\x0b\x00\x01\x0b\x10\x02\x0b\x10\x01\x14L\x0bASWT\x02\xa0\x14\x93 |
| 5827 | \x01VDEE{ |
| 5828 | \x01ia\\VSDSha\xa1O\tp |
| 5829 | \x14`\xa2A\x08`v`[#MDGS\xff\xff\xa0I\x06\x93 |
| 5830 | \x00MSWTp |
| 5831 | \x00`\xa0\r{ |
| 5832 | \x01i\x00p |
| 5833 | \x01VUPC\xa1\x08p |
| 5834 | \x00VUPC\xa0\r{ |
| 5835 | \x01h\x00p |
| 5836 | \x01VQDL\xa1\x08p |
| 5837 | \x00VQDL\xa0\r{ |
| 5838 | \x02h\x00p |
| 5839 | \x01VQDC\xa1\x08p |
| 5840 | \x00VQDC\xa0\r{ |
| 5841 | \x08h\x00p |
| 5842 | \x01VQDD\xa1\x08p |
| 5843 | \x00VQDD[\'MDGS[" |
| 5844 | \xc8\xa0\r{ |
| 5845 | \x02i\x00\x86VID_ |
| 5846 | \x81\xa1\x08\x86VID_ |
| 5847 | \x80[\x82C\tLCD0\x08_ADR\x0b\x10\x01\x14\x1c_DCS\x00\\VUPS |
| 5848 | \x00\xa0\t\\VCDL\xa4 |
| 5849 | \x1f\xa1\x04\xa4 |
| 5850 | \x1d\x14*_DDC\x01\\VDDC\xa0\x0b\x93h |
| 5851 | \x01\xa4\\DDC1\xa1\x12\xa0\x0b\x93h |
| 5852 | \x02\xa4\\DDC2\xa1\x04\xa4 |
| 5853 | \x00\x14\x0b_DGS\x00\xa4VQDL\x140_DSS\x01{h |
| 5854 | \x01VSDL\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5855 | \x02\xa1\x07DSWT |
| 5856 | \x01[\x82@\x08CRT0\x08_ADR\x0b\x00\x01\x144_DCS\x00\\VUPS |
| 5857 | \x01\xa0\x15\\VCSS\xa0\t\\VCDC\xa4 |
| 5858 | \x1f\xa1\x04\xa4 |
| 5859 | \x1d\xa1\x10\xa0\t\\VCDC\xa4 |
| 5860 | \x0f\xa1\x04\xa4 |
| 5861 | \r\x14\x0b_DGS\x00\xa4VQDC\x140_DSS\x01{h |
| 5862 | \x01VSDC\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5863 | \x02\xa1\x07DSWT |
| 5864 | \x01[\x82H\x06DVI0\x08_ADR\x0b\x10\x02\x14\x1c_DCS\x00\\VUPS |
| 5865 | \x00\xa0\t\\VCDD\xa4 |
| 5866 | \x1f\xa1\x04\xa4 |
| 5867 | \x1d\x14\x0b_DGS\x00\xa4VQDD\x140_DSS\x01{h |
| 5868 | \x01VSDD\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT |
| 5869 | \x02\xa1\x07DSWT |
| 5870 | \x01\x14?DSWT\x01\xa0\tVSDLp |
| 5871 | \x01`\xa1\x05p |
| 5872 | \x00`\xa0 |
| 5873 | VSDC} |
| 5874 | \x02``\xa0 |
| 5875 | VSDD} |
| 5876 | \x08``\xa0\x0f`\xa0\x0cVUPC\\VSDS`h\xa1\x02\xa3[\x80PEGC\x02 |
| 5877 | \x00\x0b\x00\x01[\x81\x18PEGC\x03\x00@vGMGP\x01HPGP\x01PMGP\x01[\x82I\x12EXP0\x08_ADR\x0c\x00\x00\x1c\x00\x08RID_ |
| 5878 | \x00[\x80P0CS\x02 |
| 5879 | \x00\x0b\x00\x01[\x81M\x04P0CS\x03\x00@-ABP_\x01\x00\x02PDC_\x01\x00\x02PDS_\x01\x00\x01\x00(RID0\x10PSP0\x01PPP0\x01\x00F<\x00\x06HPCE\x01PMCE\x01\x00\x18\x00\x06HPCS\x01PMCS\x01\x08_PRW\x12\x06\x02 |
| 5880 | \t |
| 5881 | \x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff |
| 5882 | \x00\\._SB_LNKA |
| 5883 | \x00\x12\x13\x04\x0b\xff\xff |
| 5884 | \x01\\._SB_LNKB |
| 5885 | \x00\x12\x13\x04\x0b\xff\xff |
| 5886 | \x02\\._SB_LNKC |
| 5887 | \x00\x12\x13\x04\x0b\xff\xff |
| 5888 | \x03\\._SB_LNKD |
| 5889 | \x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff |
| 5890 | \x00 |
| 5891 | \x00 |
| 5892 | \x10\x12\x0b\x04\x0b\xff\xff |
| 5893 | \x01 |
| 5894 | \x00 |
| 5895 | \x11\x12\x0b\x04\x0b\xff\xff |
| 5896 | \x02 |
| 5897 | \x00 |
| 5898 | \x12\x12\x0b\x04\x0b\xff\xff |
| 5899 | \x03 |
| 5900 | \x00 |
| 5901 | \x13\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82D\x0fEXP1\x08_ADR\x0c\x01\x00\x1c\x00\x08RID_ |
| 5902 | \x00[\x80P1CS\x02 |
| 5903 | \x00\x0b\x00\x01[\x81\x18P1CS\x03\x00@0RID1\x10PSP1\x01PPP1\x01\x08_PRW\x12\x06\x02 |
| 5904 | \t |
| 5905 | \x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff |
| 5906 | \x00\\._SB_LNKB |
| 5907 | \x00\x12\x13\x04\x0b\xff\xff |
| 5908 | \x01\\._SB_LNKC |
| 5909 | \x00\x12\x13\x04\x0b\xff\xff |
| 5910 | \x02\\._SB_LNKD |
| 5911 | \x00\x12\x13\x04\x0b\xff\xff |
| 5912 | \x03\\._SB_LNKA |
| 5913 | \x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff |
| 5914 | \x00 |
| 5915 | \x00 |
| 5916 | \x11\x12\x0b\x04\x0b\xff\xff |
| 5917 | \x01 |
| 5918 | \x00 |
| 5919 | \x12\x12\x0b\x04\x0b\xff\xff |
| 5920 | \x02 |
| 5921 | \x00 |
| 5922 | \x13\x12\x0b\x04\x0b\xff\xff |
| 5923 | \x03 |
| 5924 | \x00 |
| 5925 | \x10\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82H\x14EXP2\x08_ADR\x0c\x02\x00\x1c\x00\x08RID_ |
| 5926 | \x00\x08XCPF |
| 5927 | \x00[\x80P2CS\x02 |
| 5928 | \x00\x0b\x00\x01[\x81M\x04P2CS\x03\x00@-ABP_\x01\x00\x02PDC_\x01\x00\x02PDS_\x01\x00\x01\x00(RID2\x10PSP2\x01PPP2\x01\x00F<\x00\x06HPCE\x01PMCE\x01\x00\x18\x00\x06HPCS\x01PMCS\x01\x08_PRW\x12\x06\x02 |
| 5929 | \t |
| 5930 | \x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff |
| 5931 | \x00\\._SB_LNKC |
| 5932 | \x00\x12\x13\x04\x0b\xff\xff |
| 5933 | \x01\\._SB_LNKD |
| 5934 | \x00\x12\x13\x04\x0b\xff\xff |
| 5935 | \x02\\._SB_LNKA |
| 5936 | \x00\x12\x13\x04\x0b\xff\xff |
| 5937 | \x03\\._SB_LNKB |
| 5938 | \x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff |
| 5939 | \x00 |
| 5940 | \x00 |
| 5941 | \x12\x12\x0b\x04\x0b\xff\xff |
| 5942 | \x01 |
| 5943 | \x00 |
| 5944 | \x13\x12\x0b\x04\x0b\xff\xff |
| 5945 | \x02 |
| 5946 | \x00 |
| 5947 | \x10\x12\x0b\x04\x0b\xff\xff |
| 5948 | \x03 |
| 5949 | \x00 |
| 5950 | \x11\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82\x16EXUP\x08_ADR |
| 5951 | \x00\x14\t_RMV\x00\xa4 |
| 5952 | \x01[\x82B\x10EXP3\x08_ADR\x0c\x03\x00\x1c\x00\x08RID_ |
| 5953 | \x00[\x80P3CS\x02 |
| 5954 | \x00\x0b\x00\x01[\x81\x18P3CS\x03\x00@0RID3\x10PSP3\x01PPP3\x01\x08_PRW\x12\x06\x02 |
| 5955 | \t |
| 5956 | \x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff |
| 5957 | \x00\\._SB_LNKD |
| 5958 | \x00\x12\x13\x04\x0b\xff\xff |
| 5959 | \x01\\._SB_LNKA |
| 5960 | \x00\x12\x13\x04\x0b\xff\xff |
| 5961 | \x02\\._SB_LNKB |
| 5962 | \x00\x12\x13\x04\x0b\xff\xff |
| 5963 | \x03\\._SB_LNKC |
| 5964 | \x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff |
| 5965 | \x00 |
| 5966 | \x00 |
| 5967 | \x13\x12\x0b\x04\x0b\xff\xff |
| 5968 | \x01 |
| 5969 | \x00 |
| 5970 | \x10\x12\x0b\x04\x0b\xff\xff |
| 5971 | \x02 |
| 5972 | \x00 |
| 5973 | \x11\x12\x0b\x04\x0b\xff\xff |
| 5974 | \x03 |
| 5975 | \x00 |
| 5976 | \x12\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82\x0cEXPD\x08_ADR |
| 5977 | \x00[\x82O\x16PCI1\x08_ADR\x0c\x00\x00\x1e\x00\x08_S3D |
| 5978 | \x02\x08RID_ |
| 5979 | \x00\x08LPRT\x12G\t\x07\x12\x13\x04\x0b\xff\xff |
| 5980 | \x00\\._SB_LNKA |
| 5981 | \x00\x12\x13\x04\x0b\xff\xff |
| 5982 | \x01\\._SB_LNKB |
| 5983 | \x00\x12\x13\x04\x0b\xff\xff |
| 5984 | \x02\\._SB_LNKC |
| 5985 | \x00\x12\x15\x04\x0c\xff\xff\x01\x00 |
| 5986 | \x00\\._SB_LNKA |
| 5987 | \x00\x12\x15\x04\x0c\xff\xff\x02\x00 |
| 5988 | \x00\\._SB_LNKF |
| 5989 | \x00\x12\x15\x04\x0c\xff\xff\x02\x00 |
| 5990 | \x01\\._SB_LNKG |
| 5991 | \x00\x12\x15\x04\x0c\xff\xff\x08\x00 |
| 5992 | \x00\\._SB_LNKE |
| 5993 | \x00\x08APRT\x12O\x05\x07\x12\x0b\x04\x0b\xff\xff |
| 5994 | \x00 |
| 5995 | \x00 |
| 5996 | \x10\x12\x0b\x04\x0b\xff\xff |
| 5997 | \x01 |
| 5998 | \x00 |
| 5999 | \x11\x12\x0b\x04\x0b\xff\xff |
| 6000 | \x02 |
| 6001 | \x00 |
| 6002 | \x12\x12\r\x04\x0c\xff\xff\x01\x00 |
| 6003 | \x00 |
| 6004 | \x00 |
| 6005 | \x10\x12\r\x04\x0c\xff\xff\x02\x00 |
| 6006 | \x00 |
| 6007 | \x00 |
| 6008 | \x15\x12\r\x04\x0c\xff\xff\x02\x00 |
| 6009 | \x01 |
| 6010 | \x00 |
| 6011 | \x16\x12\r\x04\x0c\xff\xff\x08\x00 |
| 6012 | \x00 |
| 6013 | \x00 |
| 6014 | \x14\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT\x08_PRW\x12\x06\x02 |
| 6015 | \x0b |
| 6016 | \x04[\x82\'CDBS\x08_ADR |
| 6017 | \x00\x14\x13_S3D\x00\xa0\t\\WMEF\xa4 |
| 6018 | \x02\xa4 |
| 6019 | \x03\x08_SUN |
| 6020 | \x01[\x82L\xb8IDE0\x08_ADR\x0c\x01\x00\x1f\x00\x08_S3D |
| 6021 | \x03\x08RID_ |
| 6022 | \x00[\x80IDCS\x02 |
| 6023 | \x00\x0b\x00\x01[\x81@\x12IDCS\x03\x00@ PFT0\x01PIE0\x01PPE0\x01PDT0\x01PFT1\x01PIE1\x01PPE1\x01PDT1\x01PRC0\x02\x00\x02PIS0\x02PSIE\x01PIDE\x01SFT0\x01SIE0\x01SPE0\x01SDT0\x01SFT1\x01SIE1\x01SPE1\x01SDT1\x01SRC0\x02\x00\x02SIS0\x02SSIE\x01SIDE\x01PRC1\x02PIS1\x02SRC1\x02SIS1\x02\x00\x18PSD0\x01PSD1\x01SSD0\x01SSD1\x01\x00\x0cPCT0\x02\x00\x02PCT1\x02\x00\x02SCT0\x02\x00\x02SCT1\x02\x00\x02\x00@\x04PCB0\x01PCB1\x01SCB0\x01SCB1\x01PCR0\x01PCR1\x01SCR0\x01SCR1\x01\x00\x02WRPP\x01\x00\x01FPB0\x01FPB1\x01FSB0\x01FSB1\x01PSIG\x02SSIG\x02[\x81\x1fIDCS\x03\x00@ PTI0\x04PTI1\x04\x00\x08STI0\x04STI1\x04\x14\'GPCT\x04\xa0\t\x92}hi\x00\xa4 |
| 6024 | \x00\xa0\t\x90\x92hi\xa4\x0b\x84\x03\xa4wt |
| 6025 | \trjk\x00\x00 |
| 6026 | \x1e\x00\x14*GDCT\x04\xa0\x06\x92h\xa4 |
| 6027 | \x00\xa0\x05i\xa4 |
| 6028 | \x14\xa0\x0cj\xa4wt |
| 6029 | \x04k\x00 |
| 6030 | \x0f\x00\xa4wt |
| 6031 | \x04k\x00 |
| 6032 | \x1e\x00\x142MTIM\x02p |
| 6033 | \x00`\xa0\x07h}` |
| 6034 | \x01`\xa0\x0b\x92\x95h |
| 6035 | \x02}` |
| 6036 | \x02`\xa0\x08\x92i}` |
| 6037 | \x04`\xa0\x08\x92h}` |
| 6038 | \x08`\xa4`\x14\x1aMISP\x01\xa0\x06\x92h\xa4 |
| 6039 | \x00\xa0\t\x92\x94h |
| 6040 | \x02\xa4 |
| 6041 | \x01\xa4 |
| 6042 | \x02\x14\x1cMRCT\x01\xa0\t\x92\x94h |
| 6043 | \x02\xa4 |
| 6044 | \x00\xa0\x08\x93h |
| 6045 | \x03\xa4 |
| 6046 | \x01\xa4 |
| 6047 | \x03[\x82O\x95PRIM\x08_ADR |
| 6048 | \x00\x08BGTM\x11\x03 |
| 6049 | \x14\x8aBGTM |
| 6050 | \x00GTP0\x8aBGTM |
| 6051 | \x04GTD0\x8aBGTM |
| 6052 | \x08GTP1\x8aBGTM |
| 6053 | \x0cGTD1\x8aBGTM |
| 6054 | \x10GTMF\x08BPI0 |
| 6055 | \x00\x08BDM0 |
| 6056 | \x00\x08BPI1 |
| 6057 | \x00\x08BDM1 |
| 6058 | \x00\x08DRE0 |
| 6059 | \x00\x08DRE1 |
| 6060 | \x00\x08DIP0 |
| 6061 | \x00\x08DIP1 |
| 6062 | \x00\x14M\x11_GTM\x00pGPCTPFT0PDT0PIS0PRC0GTP0pGDCTPSD0FPB0PCB0PCT0GTD0\xa0\x0f\x92GTD0pGTP0GTD0\xa0H\x04PSIEpGPCTPFT1PDT1PIS1PRC1GTP1pGDCTPSD1FPB1PCB1PCT1GTD1\xa0\x0f\x92GTD1pGTP1GTD1\xa1\x0fp |
| 6063 | \x00GTP1p |
| 6064 | \x00GTD1p |
| 6065 | \x00GTMF\xa0\x10PSD0}GTMF |
| 6066 | \x01GTMF\xa0\x1f\x92GTP0}GTMF |
| 6067 | \x01GTMFp |
| 6068 | xGTP0p |
| 6069 | \x14GTD0\xa0\x10PIE0}GTMF |
| 6070 | \x02GTMF\xa0\x10PSD1}GTMF |
| 6071 | \x04GTMF\xa0\x10PIE1}GTMF |
| 6072 | \x08GTMF}GTMF |
| 6073 | \x10GTMF\xa4BGTM\x14@G_STM\x03\x8ah |
| 6074 | \x00STP0\x8ah |
| 6075 | \x04STD0\x8ah |
| 6076 | \x08STP1\x8ah |
| 6077 | \x0cSTD1\x8ah |
| 6078 | \x10STMFp |
| 6079 | \x00DRE0p |
| 6080 | \x00DIP0\xa0G$\x93\x87i\x0b\x00\x02\x8bi |
| 6081 | \x00M000\x8bi |
| 6082 | bM049\x8bi |
| 6083 | fM051\x8bi |
| 6084 | jM053\x8bi |
| 6085 | |M062\x8bi |
| 6086 | ~M063\x8bi |
| 6087 | \x80M064\x8bi |
| 6088 | \x82M065\x8bi |
| 6089 | \x88M068\x8bi |
| 6090 | \x9cM078\x8bi |
| 6091 | \xacM086\x8bi |
| 6092 | \xb0M088\x8bi |
| 6093 | \xeeM119\x8bi\x0b(\x01M148\xa0\x1f\x93{M148\x0b\x00\xc0\x00\x0b\x00@\xa0\x10{M148 |
| 6094 | \x04\x00p |
| 6095 | \x01DRE0\xa0\x1b{M086\x0b\x00\x80\x00\xa0\x10{M119 |
| 6096 | \x01\x00p |
| 6097 | \x01DRE0\xa0E\t\\W98Fp\\UUDMM053M088STD0\xa0\x10STD0}STMF |
| 6098 | \x01STMF\xa1\x0c{STMF |
| 6099 | \xfeSTMFp\\UMDMM053M063M062M065STP0\xa0 \x92STP0p\\UPIOM053M064M051M068STP0\xa0\x15{M049\x0b\x00\x08\x00}STMF |
| 6100 | \x02STMF\xa1\x0c{STMF |
| 6101 | \xfdSTMFp\\DPIOSTP0{STMF |
| 6102 | \x02\x00`p\\DUDMSTD0{STMF |
| 6103 | \x01\x00a\xa0&\x92\x95\\/\x05_SB_PCI0LPC_EC__BGID |
| 6104 | \x00 |
| 6105 | \x0cp |
| 6106 | \x00`p |
| 6107 | \xffapMTIM`{M000\x0b\x00\x80\x00PTI0pMISP`PIS0pMRCT`PRC0\xa0\x0c\x93a |
| 6108 | \xffp |
| 6109 | \x00PSD0\xa1C\x06p |
| 6110 | \x01PSD0\xa0\x0c\x92\x94a |
| 6111 | \x02paPCT0\xa1\x18\xa0\r{a |
| 6112 | \x01\x00p |
| 6113 | \x01PCT0\xa1\x08p |
| 6114 | \x02PCT0\xa0\r\x92\x95a |
| 6115 | \x03p |
| 6116 | \x01PCB0\xa1\x08p |
| 6117 | \x00PCB0\xa0\x0c\x93a |
| 6118 | \x05p |
| 6119 | \x01FPB0\xa1\x08p |
| 6120 | \x00FPB0p |
| 6121 | \x01PCR0p\\FDMA`aBDM0p\\FPIO`BPI0\xa0J\x1e\x93\x87j\x0b\x00\x02\x8bj |
| 6122 | \x00S000\x8bj |
| 6123 | bS049\x8bj |
| 6124 | fS051\x8bj |
| 6125 | jS053\x8bj |
| 6126 | |S062\x8bj |
| 6127 | ~S063\x8bj |
| 6128 | \x80S064\x8bj |
| 6129 | \x82S065\x8bj |
| 6130 | \x88S068\x8bj |
| 6131 | \xb0S088\xa0E\t\\W98Fp\\UUDMS053S088STD1\xa0\x10STD1}STMF |
| 6132 | \x04STMF\xa1\x0c{STMF |
| 6133 | \xfbSTMFp\\UMDMS053S063S062S065STP1\xa0 \x92STP1p\\UPIOS053S064S051S068STP1\xa0\x15{S049\x0b\x00\x08\x00}STMF |
| 6134 | \x08STMF\xa1\x0c{STMF |
| 6135 | \xf7STMFp\\DPIOSTP1{STMF |
| 6136 | \x08\x00`p\\DUDMSTD1{STMF |
| 6137 | \x04\x00a\xa0=STP1pMTIM`{S000\x0b\x00\x80\x00PTI1\xa0${STMF |
| 6138 | \x10\x00pMISP`PIS1pMRCT`PRC1p |
| 6139 | \x01PSIE\xa1\x0fp |
| 6140 | \x00PTI1p |
| 6141 | \x00PSIE\xa0\x0c\x93a |
| 6142 | \xffp |
| 6143 | \x00PSD1\xa1C\x06p |
| 6144 | \x01PSD1\xa0\x0c\x92\x94a |
| 6145 | \x02paPCT1\xa1\x18\xa0\r{a |
| 6146 | \x01\x00p |
| 6147 | \x01PCT1\xa1\x08p |
| 6148 | \x02PCT1\xa0\r\x92\x95a |
| 6149 | \x03p |
| 6150 | \x01PCB1\xa1\x08p |
| 6151 | \x00PCB1\xa0\x0c\x93a |
| 6152 | \x05p |
| 6153 | \x01FPB1\xa1\x08p |
| 6154 | \x00FPB1p |
| 6155 | \x01PCR1p\\FDMA`aBDM1p\\FPIO`BPI1[\x82I4MSTR\x08_ADR |
| 6156 | \x00\x08HDTF\x11\x1f |
| 6157 | \x1c\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef\x8cHDTF |
| 6158 | \x0fHDMA\x8cHDTF |
| 6159 | \x16HPIO\x8cHDTF |
| 6160 | \rHFLC\x08ERTF\x11& |
| 6161 | #\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef_\x00\x00\x00\x00\xa0\xef\x8cERTF |
| 6162 | \x0fEDMA\x8cERTF |
| 6163 | \x16EPIO\x8cERTF |
| 6164 | \rEFLC\x08HPTF\x11& |
| 6165 | #\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef\x10\x03\x00\x00\x00\xa0\xef\x8cHPTF |
| 6166 | \x0fPDMA\x8cHPTF |
| 6167 | \x16PPIO\x8cHPTF |
| 6168 | \rPFLC\x08HXTF\x11- |
| 6169 | *\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef_\x00\x00\x00\x00\xa0\xef\x10\x03\x00\x00\x00\xa0\xef\x8cHXTF |
| 6170 | \x0fXDMA\x8cHXTF |
| 6171 | \x16XPIO\x8cHXTF |
| 6172 | \rXFLC\x08IDTF\x11\x11 |
| 6173 | \x0e\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef\x8cIDTF |
| 6174 | \x01IDMA\x8cIDTF |
| 6175 | \x08IPIO\x08DDTF\x11\x1f |
| 6176 | \x1c\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xe3\x00\x00\x00\x00\x00\xa0\xe3\x8cDDTF |
| 6177 | \x01DDMA\x8cDDTF |
| 6178 | \x08DPIO\x8cDDTF |
| 6179 | \x0fDTAT\x8cDDTF |
| 6180 | \x16DTFT\x14@\x14_GTF\x00p\\/\x05_SB_PCI0LPC_EC__BGID |
| 6181 | \x00`\xa0"\\OSSSp |
| 6182 | \xe1HFLCp |
| 6183 | \xe1EFLCp |
| 6184 | \xe1PFLCp |
| 6185 | \xe1XFLC\xa0M\x08\x93` |
| 6186 | \x06\xa0H\x04^^DRE0\xa0"^^DIP0p^^BDM0XDMAp^^BPI0XPIO\xa4HXTF\xa1\x1cp^^BDM0EDMAp^^BPI0EPIO\xa4ERTF\xa0"^^DIP0p^^BDM0PDMAp^^BPI0PPIO\xa4HPTFp^^BDM0HDMAp^^BPI0HPIO\xa4HDTFp\x00a\xa0\x08\x93` |
| 6187 | \x03p\x01a\xa0\x08\x93` |
| 6188 | |
| 6189 | p\x01a\xa0\x08\x93` |
| 6190 | \x0bp\x01a\xa01ap\\CDFLDTFTp\\CDAHDTATp^^BDM0DDMAp^^BPI0DPIO\xa4DDTF\xa1\x1cp^^BDM0IDMAp^^BPI0IPIO\xa4IDTF\x14\x1e_EJ0\x01\\/\x05_SB_PCI0LPC_EC__BEJ0h\x14)_STA\x00\xa0\x1d\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6191 | \x01\xa4 |
| 6192 | \x0f\xa1\x04\xa4 |
| 6193 | \x00[\x82K"SATA\x08_ADR\x0c\x02\x00\x1f\x00\x08_S3D |
| 6194 | \x03\x08RID_ |
| 6195 | \x00[\x80IDCS\x02 |
| 6196 | \x00\x0b\x00\x01[\x81@\x12IDCS\x03\x00@ PFT0\x01PIE0\x01PPE0\x01PDT0\x01PFT1\x01PIE1\x01PPE1\x01PDT1\x01PRC0\x02\x00\x02PIS0\x02PSIE\x01PIDE\x01SFT0\x01SIE0\x01SPE0\x01SDT0\x01SFT1\x01SIE1\x01SPE1\x01SDT1\x01SRC0\x02\x00\x02SIS0\x02SSIE\x01SIDE\x01PRC1\x02PIS1\x02SRC1\x02SIS1\x02\x00\x18PSD0\x01PSD1\x01SSD0\x01SSD1\x01\x00\x0cPCT0\x02\x00\x02PCT1\x02\x00\x02SCT0\x02\x00\x02SCT1\x02\x00\x02\x00@\x04PCB0\x01PCB1\x01SCB0\x01SCB1\x01PCR0\x01PCR1\x01SCR0\x01SCR1\x01\x00\x02WRPP\x01\x00\x01FPB0\x01FPB1\x01FSB0\x01FSB1\x01PSIG\x02SSIG\x02[\x81\x1fIDCS\x03\x00@ PTI0\x04PTI1\x04\x00\x08STI0\x04STI1\x04\x14\'GPCT\x04\xa0\t\x92}hi\x00\xa4 |
| 6197 | \x00\xa0\t\x90\x92hi\xa4\x0b\x84\x03\xa4wt |
| 6198 | \trjk\x00\x00 |
| 6199 | \x1e\x00\x14*GDCT\x04\xa0\x06\x92h\xa4 |
| 6200 | \x00\xa0\x05i\xa4 |
| 6201 | \x14\xa0\x0cj\xa4wt |
| 6202 | \x04k\x00 |
| 6203 | \x0f\x00\xa4wt |
| 6204 | \x04k\x00 |
| 6205 | \x1e\x00\x142MTIM\x02p |
| 6206 | \x00`\xa0\x07h}` |
| 6207 | \x01`\xa0\x0b\x92\x95h |
| 6208 | \x02}` |
| 6209 | \x02`\xa0\x08\x92i}` |
| 6210 | \x04`\xa0\x08\x92h}` |
| 6211 | \x08`\xa4`\x14\x1aMISP\x01\xa0\x06\x92h\xa4 |
| 6212 | \x00\xa0\t\x92\x94h |
| 6213 | \x02\xa4 |
| 6214 | \x01\xa4 |
| 6215 | \x02\x14\x1cMRCT\x01\xa0\t\x92\x94h |
| 6216 | \x02\xa4 |
| 6217 | \x00\xa0\x08\x93h |
| 6218 | \x03\xa4 |
| 6219 | \x01\xa4 |
| 6220 | \x03[\x82\x1dSMBU\x08_ADR\x0c\x03\x00\x1f\x00\x08_S3D |
| 6221 | \x03\x08RID_ |
| 6222 | \x00[\x82J\x0eUSB0\x08_ADR\x0c\x00\x00\x1d\x00\x08_S3D |
| 6223 | \x02\x08RID_ |
| 6224 | \x00[\x80U0CS\x02 |
| 6225 | \xc4 |
| 6226 | \x04[\x81\rU0CS\x03U0EN\x02\x00\x1e\x08_PR0\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR1\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR2\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PRW\x12\x1d\x03 |
| 6227 | \x03 |
| 6228 | \x03\\/\x05_SB_PCI0LPC_EC__PUBS\x141_PSW\x01\xa0\thp |
| 6229 | \x03U0EN\xa1\x08p |
| 6230 | \x00U0EN\\/\x05_SB_PCI0LPC_EC__PNSTh[\x82J\x07USB1\x08_ADR\x0c\x01\x00\x1d\x00\x08_S3D |
| 6231 | \x02\x08RID_ |
| 6232 | \x00[\x80U1CS\x02 |
| 6233 | \xc4 |
| 6234 | \x04[\x81\rU1CS\x03U1EN\x02\x00\x1e\x08_PRW\x12\x06\x02 |
| 6235 | \x04 |
| 6236 | \x03\x14\x19_PSW\x01\xa0\thp |
| 6237 | \x03U1EN\xa1\x08p |
| 6238 | \x00U1EN[\x82\x1aURTH\x08_ADR |
| 6239 | \x00[\x82\x0cUPEX\x08_ADR |
| 6240 | \x02[\x82N\x0eUSB2\x08_ADR\x0c\x02\x00\x1d\x00\x08_S3D |
| 6241 | \x02\x08RID_ |
| 6242 | \x00[\x80U2CS\x02 |
| 6243 | \xc4 |
| 6244 | \x04[\x81\rU2CS\x03U2EN\x02\x00\x1e\x08_PR0\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR1\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR2\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PRW\x12\x1d\x03 |
| 6245 | \x0c |
| 6246 | \x03\\/\x05_SB_PCI0LPC_EC__PUBS\x14\x19_PSW\x01\xa0\thp |
| 6247 | \x03U2EN\xa1\x08p |
| 6248 | \x00U2EN[\x82\x1aURTH\x08_ADR |
| 6249 | \x00[\x82\x0cUPDK\x08_ADR |
| 6250 | \x02[\x82\x16USB3\x08_ADR\x0c\x03\x00\x1d\x00\x08RID_ |
| 6251 | \x00[\x82N\x0fUSB7\x08_ADR\x0c\x07\x00\x1d\x00\x08_S3D |
| 6252 | \x03\x08RID_ |
| 6253 | \x00[\x80U7CS\x02 |
| 6254 | ` |
| 6255 | \x04[\x81\x14U7CS\x03\x00\x10PWKI\x01PWUC\x06\x00\t\x08_PR0\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR1\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x08_PR2\x12\x19\x01\\/\x05_SB_PCI0LPC_EC__PUBS\x14\x14_INI\x00p |
| 6256 | \x01PWKIp |
| 6257 | \x0fPWUC\x08_PRW\x12\x1d\x03 |
| 6258 | \r |
| 6259 | \x03\\/\x05_SB_PCI0LPC_EC__PUBS[\x82(URTH\x08_ADR |
| 6260 | \x00[\x82\x0cUPDK\x08_ADR |
| 6261 | \x06[\x82\x0cUPEX\x08_ADR |
| 6262 | \x04[\x821HDEF\x08_ADR\x0c\x00\x00\x1b\x00\x08_S3D |
| 6263 | \x03\x08RID_ |
| 6264 | \x00\x08_PRW\x12\x06\x02 |
| 6265 | \x05 |
| 6266 | \x04\x14\x07_PSW\x01\xa3\x10C\xbe\\/\x04_SB_PCI0LPC_EC__\x08BDEV |
| 6267 | \xff\x08BSTS |
| 6268 | \x00\x08BHKE |
| 6269 | \x00\x08BXCN |
| 6270 | \x00\x142_Q2C\x00\xa0+\x93BSTS |
| 6271 | \x00pBGID |
| 6272 | \x00BDEV\xa0\rBXCNNXREBDEV\xa1\tNBREBDEV\x14)_Q2D\x00pBGID |
| 6273 | \x00BDEV\xa0\rBXCNNXRCBDEV\xa1\tNBINBDEV\x14D\x07_Q38\x00pBGID |
| 6274 | \x00`\xa01\x93` |
| 6275 | \x0fBDIS\xa0\x17BXCNpBDEV`p |
| 6276 | \x0fBDEVNXEJ`\xa1\x0fNBEJBDEVp`BDEV\xa12\xa0\x16HPBU\xa0\x10BXCNp`BDEVNXIN`\xa1\x19p`BDEV\xa0 |
| 6277 | BXCNNXRC`\xa1\x06NBIN`\x14B\rNBRE\x01\xa0&\x93h |
| 6278 | \r\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6279 | \x03\xa0F\x04\x95h |
| 6280 | \x0c\xa0#\x93\\BIDE |
| 6281 | \x03\x86\\/\x05_SB_PCI0SATASCNDMSTR |
| 6282 | \x03\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR |
| 6283 | \x03\xa0I\x04\x93h |
| 6284 | \x10\xa0+\x91HPACHB0A\xa0 \\WNTF\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6285 | \x03\xa1\x16LED_ |
| 6286 | \x04 |
| 6287 | \xc0BEEP |
| 6288 | \x0fp |
| 6289 | \x02BSTS\xa0\x12\x93h |
| 6290 | \x11\x86\\._SB_LCIO |
| 6291 | \x03\x14K\x0eNBEJ\x01\xa0N\x0c\x93BSTS |
| 6292 | \x00\xa0&\x93h |
| 6293 | \r\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6294 | \x01\xa0F\x04\x95h |
| 6295 | \x0c\xa0#\x93\\BIDE |
| 6296 | \x03\x86\\/\x05_SB_PCI0SATASCNDMSTR |
| 6297 | \x01\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR |
| 6298 | \x01\xa0C\x04\x93h |
| 6299 | \x10\xa0 \\WNTF\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6300 | \x01\xa1\x1b\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6301 | \x81\xa0\x12\x93h |
| 6302 | \x11\x86\\._SB_LCIO |
| 6303 | \x01LED_ |
| 6304 | \x04 |
| 6305 | \x00BEEP |
| 6306 | \x00p |
| 6307 | \x00BSTS\x14B\x15NBIN\x01\xa08\x93h |
| 6308 | \r\xa02\\LFDCBEN_ |
| 6309 | \x00BSFDLED_ |
| 6310 | \x04 |
| 6311 | \x80\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6312 | \x01\xa0B\x06\x95h |
| 6313 | \x0c\xa0\x0b\x93h |
| 6314 | \x06BEN_ |
| 6315 | \x02\xa1\x07BEN_ |
| 6316 | \x01LED_ |
| 6317 | \x04 |
| 6318 | \x80\xa0#\x93\\BIDE |
| 6319 | \x03\x86\\/\x05_SB_PCI0SATASCNDMSTR |
| 6320 | \x01\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR |
| 6321 | \x01\xa0I\x06\x93h |
| 6322 | \x10LED_ |
| 6323 | \x04 |
| 6324 | \x80\xa0>\\WNTFp |
| 6325 | \x01\\/\x06_SB_PCI0LPC_EC__BAT1XB1S\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6326 | \x01\xa1\x1b\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6327 | \x81\xa07\x93h |
| 6328 | \x11\xa01\x92\\/\x04_SB_PCI0LPC_CSONLED_ |
| 6329 | \x04 |
| 6330 | \x80\xa0\x13\\WNTF\x86\\._SB_LCIO |
| 6331 | \x01BEEP |
| 6332 | \x00p |
| 6333 | \x00BSTS\x14J\x07BEJ0\x01\xa0A\x06hBDISLED_ |
| 6334 | \x04 |
| 6335 | \x00\\BHDP |
| 6336 | \x01 |
| 6337 | \x00p |
| 6338 | \x01BSTS\xa0*BHKEp |
| 6339 | \x00BHKE\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x030\xa0\x16\x93BDEV |
| 6340 | \x11p |
| 6341 | \x0fBDEVp |
| 6342 | \x00BSTS\xa1\x10LED_ |
| 6343 | \x04 |
| 6344 | \x80p |
| 6345 | \x00BSTS\x14\x1dBEJ3\x01\xa0\rhBDISp |
| 6346 | \x01BSTS\xa1\x08p |
| 6347 | \x00BSTS\x14I\x07BPTS\x01p |
| 6348 | \x01HDBM\xa0\x17\x92\x93BSTS |
| 6349 | \x00p |
| 6350 | \x0fBDEVp |
| 6351 | \x00BSTSp |
| 6352 | \x00BHKEp |
| 6353 | \x01`\xa0\x1d\x92\x93BDEV |
| 6354 | \x0f\xa0\x13\x90\x92\\LFDC\x93BDEV |
| 6355 | \rp |
| 6356 | \x00`\xa1\x05p |
| 6357 | \x00`\xa0 |
| 6358 | \x92\x95h |
| 6359 | \x04p |
| 6360 | \x00`\xa0\x08`BUWK |
| 6361 | \x01\xa1\x0fLED_ |
| 6362 | \x04 |
| 6363 | \x00BUWK |
| 6364 | \x00\x14D\x14BWAK\x01BUWK |
| 6365 | \x00pBGID |
| 6366 | \x00`\xa0\x10\x90\x92\\LFDC\x93` |
| 6367 | \rBDIS\\/\x05_SB_PCI0LPC_FDC__INI\xa0K\x05\\LFDC\xa0C\x05\x92\x93` |
| 6368 | \r\xa0K\x04\x93\\/\x05_SB_PCI0LPC_FDC_FD0S\\/\x05_SB_PCI0LPC_EC__HPNF\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6369 | \x01\xa0J |
| 6370 | \x93BSTS |
| 6371 | \x00\xa0.\x92\x93`BDEV\xa0\x10BXCNp`BDEVNXRC`\xa1\x14NBEJBDEVp`BDEVNBIN`\xa1A\x07\xa0N\x06\x91\\LFDC\x92\x93BDEV |
| 6372 | \r\xa0M\x05\x92\x93` |
| 6373 | \x0fLED_ |
| 6374 | \x04 |
| 6375 | \x80\xa0M\x04HPBU}yh |
| 6376 | \x08\x00\x0b\x05 BHKE\\/\x06_SB_PCI0LPC_EC__HKEYMHKQBHKE\xa0\x06\x92\x94h |
| 6377 | \x02\xa1\x13\xa0 |
| 6378 | BXCNNXRE`\xa1\x06NBRE`\x14N\x0fBDIS\x00\xa0F\x0f\x92\\/\x04_SB_PCI0LPC_CSON\xa0F\x06\x93\\BIDE |
| 6379 | \x03p |
| 6380 | \x00\\/\x04_SB_PCI0SATASIE0p |
| 6381 | \x00\\/\x04_SB_PCI0SATASTI0p |
| 6382 | \x00\\/\x04_SB_PCI0LPC_URST[! |
| 6383 | \x0fp |
| 6384 | \x01\\/\x04_SB_PCI0SATASSIG\xa1N\x05p |
| 6385 | \x00\\/\x04_SB_PCI0IDE0PIE0p |
| 6386 | \x00\\/\x04_SB_PCI0IDE0PTI0p |
| 6387 | \x00\\/\x04_SB_PCI0LPC_URST[! |
| 6388 | \x0fp |
| 6389 | \x01\\/\x04_SB_PCI0IDE0PSIGp |
| 6390 | \x01\\/\x04_SB_PCI0LPC_CSONBSFD\x14A\x0eBEN_\x01\xa0I\r\\/\x04_SB_PCI0LPC_CSONp |
| 6391 | \x00\\/\x04_SB_PCI0LPC_URSTp |
| 6392 | \x00\\/\x04_SB_PCI0LPC_CSON[" |
| 6393 | \x0f\xa0C\th\xa05\x93\\BIDE |
| 6394 | \x03p |
| 6395 | \x00\\/\x04_SB_PCI0SATASSIGp |
| 6396 | \x01\\/\x04_SB_PCI0SATASIDE\xa1-p |
| 6397 | \x00\\/\x04_SB_PCI0IDE0PSIGp |
| 6398 | \x01\\/\x04_SB_PCI0IDE0PIDE[! |
| 6399 | -p |
| 6400 | \x01\\/\x04_SB_PCI0LPC_URST\xa0 |
| 6401 | \x93h |
| 6402 | \x02["\x0b\xd0\x07\xa1\x06["\x0b\x90\x01\x14N\x05BSTA\x01\xa0\x17\\/\x04_SB_PCI0LPC_CSON\xa4 |
| 6403 | \x00BINI\xa0\r\x93h |
| 6404 | \x00\xa4\x93BDEV |
| 6405 | \r\xa0\r\x93h |
| 6406 | \x01\xa4\x95BDEV |
| 6407 | \x0c\xa0\r\x93h |
| 6408 | \x02\xa4\x93BDEV |
| 6409 | \x0e\xa0\r\x93h |
| 6410 | \x03\xa4\x93BDEV |
| 6411 | \x11\xa4 |
| 6412 | \x00\x14D\x06BUWK\x01\xa0?\\H8DR\xa0\x1chp |
| 6413 | \x01\\/\x05_SB_PCI0LPC_EC__HWBU\xa1\x1bp |
| 6414 | \x00\\/\x05_SB_PCI0LPC_EC__HWBU\xa1\x1c\xa0\rh\\MBEC |
| 6415 | 2 |
| 6416 | \xff |
| 6417 | \x80\xa1\x0c\\MBEC |
| 6418 | 2 |
| 6419 | \x7f |
| 6420 | \x00\x14\x1aBINI\x00\xa0\x13\x93BDEV |
| 6421 | \xffpBGID |
| 6422 | \x00BDEV\x14F\x0bBGID\x01\xa0\x06hp |
| 6423 | \xff`\xa1E |
| 6424 | \xa0\x0c\\H8DRpHBID`\xa1\x10zRBEC |
| 6425 | G |
| 6426 | \x02`{` |
| 6427 | \x0f`{` |
| 6428 | \x03`\xa0\t\x93` |
| 6429 | \x00p |
| 6430 | \x03`\xa1\x11\xa0\t\x93` |
| 6431 | \x02p |
| 6432 | \x06`\xa1\x05p |
| 6433 | \x0f`\xa0)\x93` |
| 6434 | \x0f\xa0\x10\\H8DR\xa0\tHB1Ap |
| 6435 | \x10`\xa1\x12\xa0\x10{\\RBEC |
| 6436 | 9 |
| 6437 | \x80\x00p |
| 6438 | \x10`\xa09\x93` |
| 6439 | \x0f\xa03\x92\\/\x04_SB_PCI0LPC_CSON\xa0\x1d\x92{\\/\x04_SB_PCI0LPC_GL00 |
| 6440 | @\x00p |
| 6441 | \x11`\xa4`\x14(BSFD\x00\xa0\x13BSTA |
| 6442 | \x00\\MISA\x0b\xf3\x03 |
| 6443 | \xf3 |
| 6444 | \x00\xa1\r\\MISA\x0b\xf3\x03 |
| 6445 | \xf3 |
| 6446 | \x04\x14A\x0bNXRE\x01\xa0\x14\x93h |
| 6447 | \x0fLED_ |
| 6448 | \x04 |
| 6449 | \x00p |
| 6450 | \x00BSTS\xa0!\x93h |
| 6451 | \r\xa0\x1b\\LFDCLED_ |
| 6452 | \x04 |
| 6453 | \xc0\x86\\._SB_SWAP |
| 6454 | \x83\xa0\x1a\x95h |
| 6455 | \x0cLED_ |
| 6456 | \x04 |
| 6457 | \xc0\x86\\._SB_SWAP |
| 6458 | \x83\xa0\x1a\x93h |
| 6459 | \x0eLED_ |
| 6460 | \x04 |
| 6461 | \xc0\x86\\._SB_SWAP |
| 6462 | \x83\xa0<\x93h |
| 6463 | \x10\xa0\x1f\x91HPACHB0ALED_ |
| 6464 | \x04 |
| 6465 | \xc0\x86\\._SB_SWAP |
| 6466 | \x83\xa1\x16LED_ |
| 6467 | \x04 |
| 6468 | \xc0BEEP |
| 6469 | \x0fp |
| 6470 | \x02BSTS\x14E\x0cNXRC\x01\xa0+\x93h |
| 6471 | \r\xa0%\\LFDCLED_ |
| 6472 | \x04 |
| 6473 | \x80BEN_ |
| 6474 | \x00BSFD\x86\\._SB_SWAP |
| 6475 | \x80\xa0.\x95h |
| 6476 | \x0cLED_ |
| 6477 | \x04 |
| 6478 | \x80\xa0\x0b\x93h |
| 6479 | \x06BEN_ |
| 6480 | \x02\xa1\x07BEN_ |
| 6481 | \x01\x86\\._SB_SWAP |
| 6482 | \x80\xa0 \x93h |
| 6483 | \x0eLED_ |
| 6484 | \x04 |
| 6485 | \x80BEN_ |
| 6486 | \x00\x86\\._SB_SWAP |
| 6487 | \x80\xa04\x93h |
| 6488 | \x10\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6489 | \x81LED_ |
| 6490 | \x04 |
| 6491 | \x80\x86\\._SB_SWAP |
| 6492 | \x80BEEP |
| 6493 | \x00p |
| 6494 | \x00BSTS\x14I\x04NXEJ\x01\xa0\x1f\x93h |
| 6495 | \x10\x86\\/\x05_SB_PCI0LPC_EC__BAT1 |
| 6496 | \x81\x86\\._SB_SWAP |
| 6497 | \x82LED_ |
| 6498 | \x04 |
| 6499 | \x00BEEP |
| 6500 | \x00p |
| 6501 | \x00BSTS\x14\x13NXIN\x01\x86\\._SB_SWAP |
| 6502 | \x81\x10C\x10\\/\x04_SB_PCI0LPC_FDC_\x08XFDS |
| 6503 | \x00\x08DCFD |
| 6504 | \x00\x14C\x05_INI\x00p |
| 6505 | \x00XFDS\xa07\\H8DR}\\/\x05_SB_PCI0LPC_EC__HAMA |
| 6506 | \x0c\\/\x05_SB_PCI0LPC_EC__HAMA\xa1\x0c\\MBEC |
| 6507 | \x1a |
| 6508 | \xff |
| 6509 | \x0c\x08FDEB\x11\x17 |
| 6510 | \x14\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x8cFDEB |
| 6511 | \x00FD0S\x14C\x06_FDE\x00\xa0&\x91\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6512 | \x00DCFDp |
| 6513 | \x01FD0S\xa1/\xa0$\x91\\/\x05_SB_PCI0LPC_EC__HPNFXFDSp |
| 6514 | \x00FD0S\xa1\x08p |
| 6515 | \x01FD0S\xa4FDEB\x10E\x06\\/\x05_SB_PCI0LPC_FDC_FDD0\x14K\x04_EJ0\x01\xa02\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6516 | \x00\\/\x05_SB_PCI0LPC_EC__BEJ0h\xa1\x10\xa0\x05DCFD\xa1\x08p |
| 6517 | \x01XFDS\x10A\x12\\/\x04_SB_PCI0LPC_EC__\x14C\t_Q52\x00\xa02\\/\x05_SB_PCI0LPC_FDC_XFDSp |
| 6518 | \x00\\/\x05_SB_PCI0LPC_FDC_XFDS\xa1H\x05\xa02\x91\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6519 | \x00\\/\x05_SB_PCI0LPC_FDC_DCFD\xa1"\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6520 | \x01\x14G\x07_Q53\x00p |
| 6521 | \x00\\/\x05_SB_PCI0LPC_FDC_XFDS\xa02\x91\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6522 | \x00\\/\x05_SB_PCI0LPC_FDC_DCFD\xa1"\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0 |
| 6523 | \x01\x10F\x04\\/\x05_SB_PCI0LPC_EC__BAT1\x14,_EJ0\x01p |
| 6524 | \x00B1STp |
| 6525 | \x00XB1S\\/\x05_SB_PCI0LPC_EC__BEJ0h\x10@3\\_SB_[\x82G2SWAP\x08_HID\x0c$M\x00i\x14\x15_STA\x00\xa0\t\\WMEF\xa4 |
| 6526 | \x0f\xa1\x04\xa4 |
| 6527 | \x00\x14"XCNN\x01ph\\/\x05_SB_PCI0LPC_EC__BXCN\xa4 |
| 6528 | \t\x14\tXSWP\x00\xa4 |
| 6529 | \x01\x14\x1eXEJ0\x01\\/\x05_SB_PCI0LPC_EC__BEJ0h\x14\x1eXEJ3\x01\\/\x05_SB_PCI0LPC_EC__BEJ3h\x14@\x1fXDID\x00\x08XPCK\x12\x17\x06 |
| 6530 | \x00 |
| 6531 | \x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff |
| 6532 | \x00p\\/\x05_SB_PCI0LPC_EC__BDEV`p`\x88XPCK |
| 6533 | \x00\x00\xa0D\r\x95` |
| 6534 | \x0c\xa0J\x06\x93\\BIDE |
| 6535 | \x03p\\/\x04_SB_PCI0SATA_ADR\x88XPCK |
| 6536 | \x02\x00p\\/\x05_SB_PCI0SATASCND_ADR\x88XPCK |
| 6537 | \x03\x00p\\/\x06_SB_PCI0SATASCNDMSTR_ADR\x88XPCK |
| 6538 | \x04\x00\xa1B\x06p\\/\x04_SB_PCI0IDE0_ADR\x88XPCK |
| 6539 | \x02\x00p\\/\x05_SB_PCI0IDE0PRIM_ADR\x88XPCK |
| 6540 | \x03\x00p\\/\x06_SB_PCI0IDE0PRIMMSTR_ADR\x88XPCK |
| 6541 | \x04\x00\xa0O\x05\x93` |
| 6542 | \r\xa0K\x04\\LFDCp\\/\x05_SB_PCI0LPC_FDC__HID\x88XPCK |
| 6543 | \x02\x00p\\/\x06_SB_PCI0LPC_FDC_FDD0_ADR\x88XPCK |
| 6544 | \x04\x00\xa1\x0cp |
| 6545 | \x0f\x88XPCK |
| 6546 | \x00\x00\xa0N\x04\x93` |
| 6547 | \x10p\\/\x06_SB_PCI0LPC_EC__BAT1_HID\x88XPCK |
| 6548 | \x02\x00p\\/\x06_SB_PCI0LPC_EC__BAT1_UID\x88XPCK |
| 6549 | \x04\x00p\x7f\\/\x04_SB_PCI0LPC_CSON |
| 6550 | \x01\x00\x88XPCK |
| 6551 | \x05\x00\xa4XPCK\x14H\x05XSTM\x01\x08XDMY\x11\x03 |
| 6552 | \x14\xa0\'\x93\\BIDE |
| 6553 | \x03\\/\x05_SB_PCI0SATASCND_STMXDMYh |
| 6554 | \x00\xa1\x1f\\/\x05_SB_PCI0IDE0PRIM_STMXDMYh |
| 6555 | \x00\x14K\x04XGTF\x00\xa0%\x93\\BIDE |
| 6556 | \x03\xa4\\/\x06_SB_PCI0SATASCNDMSTR_GTF\xa1\x1d\xa4\\/\x06_SB_PCI0IDE0PRIMMSTR_GTF\x10L\xe9\\_SB_[\x82C\xe9GDCK\x08_HID\x0c$M\x00y\x08_CID\x0cA\xd0\x0c\x15\x08DOID\x0c\xff\xff\xff\xff\x08DIDB\x0c\xff\xff\xff\xff\x08FLAG |
| 6557 | \x00\x08WUCT |
| 6558 | \x00\x08DHKE |
| 6559 | \x00[\x02DEVT\x14?DSTA\x00UDCKUDKT\xa0\x1a\x91\x93GDID\x0c$M\x00L\x93GDID\x0c$M\x00Dp |
| 6560 | \x0f`\xa1\x13\xa0\x0b\x92\\W98Fp |
| 6561 | \x00`\xa1\x05p |
| 6562 | \x0c`\xa4`\x14G\x07DPTS\x01\xa0O\x06\x90\x92\x95h |
| 6563 | \x01\x92\x94h |
| 6564 | \x04p |
| 6565 | \x00DHKE\xa0\x18DFLG |
| 6566 | \x02 |
| 6567 | \x02p |
| 6568 | \x00DOIDDFLG |
| 6569 | \x01 |
| 6570 | \x02\xa0/\x91\x93GDID\x0c$M\x00L\x93GDID\x0c$M\x00D\\/\x05_SB_PCI0LPC_EC__DDWK |
| 6571 | \x01pGDIDDIDBDFLG |
| 6572 | \x00\x0b\x00\x01\x08DDTM |
| 6573 | \x00\x14J\x18DWAK\x01p\x0c\xff\xff\xff\xffDOID\xa0H\x17\x90\x92\x95h |
| 6574 | \x01\x92\x94h |
| 6575 | \x04p |
| 6576 | \x00DDTM\xa0\x1d\x91\x93DIDB\x0c$M\x00L\x93DIDB\x0c$M\x00Dp |
| 6577 | \x01DDTM\xa0B\rDDTMp |
| 6578 | \x00DDTM\xa0\x12\x93GDID\x0c$M\x00Lp |
| 6579 | \x01DDTM\xa0\x12\x93GDID\x0c$M\x00Dp |
| 6580 | \x01DDTM\xa0;DDTM\xa0"\x93h |
| 6581 | \x04\xa0\x1c{\\/\x04_SB_PCI0LPC_WAKR |
| 6582 | \x08\x00DGPEyh |
| 6583 | \x08DHKE\xa0 |
| 6584 | \x92DFLG |
| 6585 | \x02 |
| 6586 | \x08\xa1B\x06p |
| 6587 | \x01\\/\x04_SB_PCI0LPC_BUSD\\/\x05_SB_PCI0LPC_EC__DATT |
| 6588 | \x00 |
| 6589 | \x01\\/\x05_SB_PCI0LPC_EC__DATT |
| 6590 | \x01 |
| 6591 | \x00\x86\\._SB_GDCK |
| 6592 | \x00\\DHDP |
| 6593 | \x00\xa1;p |
| 6594 | \x00DDTM\xa0\x12\x93GDID\x0c$M\x00Lp |
| 6595 | \x01DDTM\xa0\x12\x93GDID\x0c$M\x00Dp |
| 6596 | \x01DDTM\xa0\tDDTMWDCK\xa1\x02\xa3DFLG |
| 6597 | \x01\x0b\x00\x01DFLG |
| 6598 | \x01 |
| 6599 | \x02DFLG |
| 6600 | \x01 |
| 6601 | \x10DFLG |
| 6602 | \x01 |
| 6603 | p |
| 6604 | \x01\\/\x04_SB_PCI0LPC_DSCI\x14\x0eDGPE\x00DFLG |
| 6605 | \x00 |
| 6606 | \x08\x14N\x12DDCK\x01\xa0J\x08h\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6607 | \x08 |
| 6608 | \x00\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6609 | \t |
| 6610 | \x80\\/\x04_SB_PCI0LPC_LCON |
| 6611 | \x01BCON |
| 6612 | \x01\\/\x05_SB_PCI0LPC_EC__DATT |
| 6613 | \x00 |
| 6614 | \x00\\/\x05_SB_PCI0LPC_EC__DATT |
| 6615 | \x01 |
| 6616 | \x01\xa1H\t\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6617 | \x08 |
| 6618 | \x80\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6619 | \t |
| 6620 | \xc0DFLG |
| 6621 | \x00 |
| 6622 | \x02\\DHDP |
| 6623 | \x00BCON |
| 6624 | \x00\\/\x04_SB_PCI0LPC_LCON |
| 6625 | \x00\\/\x05_SB_PCI0LPC_EC__DATT |
| 6626 | \x00 |
| 6627 | \x01\\/\x05_SB_PCI0LPC_EC__DATT |
| 6628 | \x01 |
| 6629 | \x00\xa4 |
| 6630 | \x01\x14C\x05DEJ0\x01\xa0\rhp |
| 6631 | \x00DOIDUDKIDFLG |
| 6632 | \x01 |
| 6633 | \x02\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6634 | \x08 |
| 6635 | \x00\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6636 | \t |
| 6637 | \x00\x14\x1fDEJ3\x01\xa0\x18hDFLG |
| 6638 | \x00 |
| 6639 | \x10\xa0\r\x93\\SPS_ |
| 6640 | \x03PDE3\x14\x11DEJ4\x01\xa0 |
| 6641 | hDFLG |
| 6642 | \x00 |
| 6643 | \x14\x07PDE3\x00\xa3\x08HIDE |
| 6644 | \x00\x14@\x08WDCK\x00\xa0/\x91DFLG |
| 6645 | \x02 |
| 6646 | \x10DFLG |
| 6647 | \x02 |
| 6648 | DDCK |
| 6649 | \x01\xa0\x16\\W98FDFLG |
| 6650 | \x00\x0b\x00\x02p |
| 6651 | \x05HIDE\xa1H\x04\xa06\x93\\/\x05_SB_PCI0LPC_EC__BGID |
| 6652 | \x00 |
| 6653 | \x11\\/\x05_SB_PCI0LPC_EC__NBRE |
| 6654 | \x11\xa1\x0e\x86\\._SB_GDCK |
| 6655 | \x00\x14O\x07UDCK\x00\xa0G\x07DFLG |
| 6656 | \x02 |
| 6657 | \x08\xa0L\x06\x92DFLG |
| 6658 | \x02\x0b\x00\x01}DHKE\x0b\x04 DHKE\xa0(\x93\\UOPT |
| 6659 | \x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQDHKE\xa0\x13\\W98F\x86\\._SB_GDCK |
| 6660 | \x01\xa1\x0e\x86\\._SB_GDCK |
| 6661 | \x03DFLG |
| 6662 | \x01 |
| 6663 | \x08\x14\x1dUDKI\x00\xa0\r\\WNTFp |
| 6664 | \x01WUCT\xa1\x08p |
| 6665 | \x05WUCT\x14C\x05UDKT\x00\xa0K\x04{DHKE\x0b\x04 \x00\xa0?\x93GDID |
| 6666 | \x00\xa06\x92vWUCTp |
| 6667 | \x00DHKE\xa0\'\x93\\UOPT |
| 6668 | \x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x03@\x145GDID\x00\xa0)\x93DOID\x0c\xff\xff\xff\xffp\x0c\xff\xff\xff\xff\\/\x03_SB_GDCKG_IDpRDIDDOID\xa4DOID\x14O\tRDID\x00p |
| 6669 | \x00`\xa0A\t\\/\x04_SB_PCI0LPC_EPWG\xa0@\x06\x93\\/\x03_SB_GDCKGGID |
| 6670 | \x00\xa0B\x04\\H8DR\xa01\\/\x05_SB_PCI0LPC_EC__EEPRp\\/\x05_SB_PCI0LPC_EC__HDEP`\xa1\x08p\x0c$M\x00L`\xa1\x08p\\DCKI`\xa0\x1a\x93\\/\x03_SB_GDCKGGID |
| 6671 | \x01p\x0c$M\x00D`\xa4`\x14G\x08RDSR\x00p |
| 6672 | \x00`\xa0I\x07\x92\x93GDID |
| 6673 | \x00\xa0F\x05\x93\\/\x03_SB_GDCKGGID |
| 6674 | \x00\xa08\\H8DR\xa01\\/\x05_SB_PCI0LPC_EC__EEPRp\\/\x05_SB_PCI0LPC_EC__HDEN`\xa1\x08p\\DCKS`\xa0\x17\x93\\/\x03_SB_GDCKGGID |
| 6675 | \x01p |
| 6676 | \x00`\xa4`\x14E\x17BCON\x01p\\/\x05_SB_PCI0LPC_EC__DATT |
| 6677 | \x00 |
| 6678 | \x02`\\/\x05_SB_PCI0LPC_EC__DATT |
| 6679 | \x00 |
| 6680 | \x01}\\/\x04_SB_PCI0LPC_SERQ |
| 6681 | @\\/\x04_SB_PCI0LPC_SERQ{\\/\x04_SB_PCI0LPC_SERQ |
| 6682 | \x7f\\/\x04_SB_PCI0LPC_SERQp\\/\x04_SB_PCI0LPC_CLKRa\xa0.hp |
| 6683 | \x00\\/\x04_SB_PCI0LPC_CLKRp |
| 6684 | \x01\\/\x04_SB_PCI0LPC_BUSC\xa1\x17p |
| 6685 | \x01\\/\x04_SB_PCI0LPC_BUSDpa\\/\x04_SB_PCI0LPC_CLKR}\\/\x04_SB_PCI0LPC_SERQ |
| 6686 | \xc0\\/\x04_SB_PCI0LPC_SERQ{\\/\x04_SB_PCI0LPC_SERQ |
| 6687 | \xbf\\/\x04_SB_PCI0LPC_SERQ\xa0 \x93` |
| 6688 | \x00\\/\x05_SB_PCI0LPC_EC__DATT |
| 6689 | \x00 |
| 6690 | \x00\x149DFLG\x02\xa0\x0f\x93h |
| 6691 | \x00}FLAGiFLAG\xa0\x11\x93h |
| 6692 | \x01{FLAG\x80i\x00FLAG\xa0\x0b{FLAGi\x00\xa4 |
| 6693 | \x01\xa1\x04\xa4 |
| 6694 | \x00\x10L\x1b\\/\x04_SB_PCI0LPC_EC__\x14A\x11_Q37\x00\xa0I\x10\\/\x04_SB_PCI0LPC_EPWGp\x0b\xd0\x07`[" |
| 6695 | dp\x0c\xff\xff\xff\xff\\/\x03_SB_GDCKG_ID\xa20\x90\x93\\/\x03_SB_GDCKGGID |
| 6696 | \x07`[" |
| 6697 | \x01p\x0c\xff\xff\xff\xff\\/\x03_SB_GDCKG_IDv`p\x0c\xff\xff\xff\xff\\/\x03_SB_GDCKDOID\xa0O\x08\x91\x93\\/\x03_SB_GDCKGDID\x0c$M\x00L\x93\\/\x03_SB_GDCKGDID\x0c$M\x00D\xa06\x93\\/\x05_SB_PCI0LPC_EC__BGID |
| 6698 | \x00 |
| 6699 | \x11\\/\x05_SB_PCI0LPC_EC__NBRE |
| 6700 | \x11\xa1*\xa0(HPACp |
| 6701 | \x00\\/\x04_SB_PCI0LPC_DRST\x86\\._SB_GDCK |
| 6702 | \x00\x14D\tEEPR\x00p |
| 6703 | \x00`\xa0F\x08\\H8DRp |
| 6704 | \x00HDEOp |
| 6705 | |
| 6706 | HDEC\xa2\x0e\x92{HDEC |
| 6707 | \xc0\x00[" |
| 6708 | \x01\xa0A\x06\x92{HDEC |
| 6709 | @\x00p |
| 6710 | \x00apHDENbp |
| 6711 | \x04c\xa2\x11cra{b |
| 6712 | \xff\x00azb |
| 6713 | \x08bvcpHDEPbp |
| 6714 | \x04c\xa2\x11cra{b |
| 6715 | \xff\x00azb |
| 6716 | \x08bvcraHDEMaraHDESa\xa0\x0b\x92{a |
| 6717 | \xff\x00p |
| 6718 | \x01`\xa4`\x14D\x04_STA\x00pGGID`\xa0\x0b\x92\\W98Fp |
| 6719 | \x00a\xa1\x05p |
| 6720 | \x0ca\xa0\x1b\x91\x93` |
| 6721 | \x00\x93` |
| 6722 | \x01p\\/\x03_SB_GDCKDSTAa\xa0\x06\x93` |
| 6723 | \x02\xa3\xa4a\x14H\x0c_INI\x00\\/\x05_SB_PCI0LPC_EC__DATT |
| 6724 | \x02 |
| 6725 | \x01\xa0>\x93GGID |
| 6726 | \x07\\/\x05_SB_PCI0LPC_EC__DATT |
| 6727 | \x01 |
| 6728 | \x00\\/\x05_SB_PCI0LPC_EC__DATT |
| 6729 | \x00 |
| 6730 | \x01\xa17\\/\x05_SB_PCI0LPC_EC__DATT |
| 6731 | \x01 |
| 6732 | \x01\\/\x05_SB_PCI0LPC_EC__DATT |
| 6733 | \x00 |
| 6734 | \x00\\/\x05_SB_PCI0LPC_EC__DDWK |
| 6735 | \x00p |
| 6736 | \x01\\/\x04_SB_PCI0LPC_DSCI\x14K\x04_DCK\x01p |
| 6737 | \x00`\xa0"\x91\x93GGID |
| 6738 | \x00\x93GGID |
| 6739 | \x01p\\/\x03_SB_GDCKDDCKh`\xa0\x1a\\VIGD\\/\x04_SB_PCI0VID_VDSWh\xa4`\x08UDOP |
| 6740 | \x00\x148_EJ0\x01\xa0\x18\x93GGID |
| 6741 | \x00\\/\x03_SB_GDCKDEJ0h\xa0\x18\x93GGID |
| 6742 | \x01\\/\x03_SB_GDCKDEJ0h\x148XEJ3\x01\xa0\x18\x93GGID |
| 6743 | \x00\\/\x03_SB_GDCKDEJ3h\xa0\x18\x93GGID |
| 6744 | \x01\\/\x03_SB_GDCKDEJ3h\x148_EJ4\x01\xa0\x18\x93GGID |
| 6745 | \x00\\/\x03_SB_GDCKDEJ4h\xa0\x18\x93GGID |
| 6746 | \x01\\/\x03_SB_GDCKDEJ4h\x146PEJ3\x00\xa0\x17\x93GGID |
| 6747 | \x00\\/\x03_SB_GDCKPDE3\xa0\x17\x93GGID |
| 6748 | \x01\\/\x03_SB_GDCKPDE3\x14A\x04_BDN\x00p |
| 6749 | \x00`\xa0\x19\x93GGID |
| 6750 | \x00p\\/\x03_SB_GDCKRDID`\xa0\x19\x93GGID |
| 6751 | \x01p\\/\x03_SB_GDCKRDID`\xa4`\x14A\x04_UID\x00p |
| 6752 | \x00`\xa0\x19\x93GGID |
| 6753 | \x00p\\/\x03_SB_GDCKRDSR`\xa0\x19\x93GGID |
| 6754 | \x01p\\/\x03_SB_GDCKRDSR`\xa4`\x14.GPTS\x01\\/\x03_SB_GDCKDPTSh\\/\x05_SB_PCI0LPC_EC__RPTSh\x14H\x04GWAK\x01\\/\x03_SB_GDCKDWAKh\\/\x05_SB_PCI0LPC_EC__RWAKh\\/\x05_SB_PCI0LPC_EC__DDWK |
| 6755 | \x00\x146GGPE\x00\xa0\x17\x93GGID |
| 6756 | \x00\\/\x03_SB_GDCKDGPE\xa0\x17\x93GGID |
| 6757 | \x01\\/\x03_SB_GDCKDGPE\x08G_ID\x0c\xff\xff\xff\xff\x14N\x06GGID\x00pG_ID`\xa0N\x05\x93`\x0c\xff\xff\xff\xffp\\/\x04_SB_PCI0LPC_DKI0`p\\/\x04_SB_PCI0LPC_DKI1ap\\/\x04_SB_PCI0LPC_DKI2b}`ya |
| 6758 | \x01\x00`}`yb |
| 6759 | \x02\x00`p`G_ID\xa4`\x10F*\\/\x04_SB_PCI0LPC_EC__\x14M\x07_Q50\x00p\\/\x03_SB_GDCKGGID`\xa0D\x06\x91\x93` |
| 6760 | \x00\x93` |
| 6761 | \x01\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6762 | \x08 |
| 6763 | \x80\\/\x05_SB_PCI0LPC_EC__LED_ |
| 6764 | \t |
| 6765 | \xc0\xa0\x13\\W98F\x86\\._SB_GDCK |
| 6766 | \x01\xa1\x0e\x86\\._SB_GDCK |
| 6767 | \x03\x14F\x19DATT\x02p |
| 6768 | \x00`\xa0B\x08\x93h |
| 6769 | \x00\xa0(\x93i |
| 6770 | \x01\xa0\x11\\H8DR}HAM6 |
| 6771 | \x80HAM6\xa1\x0c\\MBEC |
| 6772 | \x16 |
| 6773 | \xff |
| 6774 | \x80p |
| 6775 | \x01`\xa0$\x93i |
| 6776 | \x00\xa0\x11\\H8DR{HAM6 |
| 6777 | \x7fHAM6\xa1\x0c\\MBEC |
| 6778 | \x16 |
| 6779 | \x7f |
| 6780 | \x00\xa0-\x93i |
| 6781 | \x02\xa0\x14\\H8DR\xa0\r{HAM6 |
| 6782 | \x80\x00p |
| 6783 | \x01`\xa1\x12\xa0\x10{\\RBEC |
| 6784 | \x16 |
| 6785 | \x80\x00p |
| 6786 | \x01`\xa0B\x08\x93h |
| 6787 | \x01\xa0(\x93i |
| 6788 | \x01\xa0\x11\\H8DR}HAMA |
| 6789 | \x01HAMA\xa1\x0c\\MBEC |
| 6790 | \x1a |
| 6791 | \xff |
| 6792 | \x01p |
| 6793 | \x01`\xa0$\x93i |
| 6794 | \x00\xa0\x11\\H8DR{HAMA |
| 6795 | \xfeHAMA\xa1\x0c\\MBEC |
| 6796 | \x1a |
| 6797 | \xfe |
| 6798 | \x00\xa0-\x93i |
| 6799 | \x02\xa0\x14\\H8DR\xa0\r{HAMA |
| 6800 | \x01\x00p |
| 6801 | \x01`\xa1\x12\xa0\x10{\\RBEC |
| 6802 | \x1a |
| 6803 | \x01\x00p |
| 6804 | \x01`\xa0B\x08\x93h |
| 6805 | \x02\xa0(\x93i |
| 6806 | \x01\xa0\x11\\H8DR}HAMB |
| 6807 | \x01HAMB\xa1\x0c\\MBEC |
| 6808 | \x1b |
| 6809 | \xff |
| 6810 | \x01p |
| 6811 | \x01`\xa0$\x93i |
| 6812 | \x00\xa0\x11\\H8DR{HAMB |
| 6813 | \xfeHAMB\xa1\x0c\\MBEC |
| 6814 | \x1a |
| 6815 | \xfe |
| 6816 | \x00\xa0-\x93i |
| 6817 | \x02\xa0\x14\\H8DR\xa0\r{HAMB |
| 6818 | \x01\x00p |
| 6819 | \x01`\xa1\x12\xa0\x10{\\RBEC |
| 6820 | \x1b |
| 6821 | \x01\x00p |
| 6822 | \x01`\xa4`\x14K\x07DDWK\x01p |
| 6823 | \x00`\xa0#\x93h |
| 6824 | \x01\xa0\x0c\\H8DRp\x01HWDK\xa1\x0c\\MBEC |
| 6825 | 2 |
| 6826 | \xff |
| 6827 | \x08p |
| 6828 | \x01`\xa0\x1f\x93h |
| 6829 | \x00\xa0\x0c\\H8DRp\x00HWDK\xa1\x0c\\MBEC |
| 6830 | 2 |
| 6831 | \xf7 |
| 6832 | \x00\xa0)\x93h |
| 6833 | \x02\xa0\x10\\H8DR\xa0\tHWDKp |
| 6834 | \x01`\xa1\x12\xa0\x10{\\RBEC |
| 6835 | 2 |
| 6836 | \x08\x00p |
| 6837 | \x01`\xa4`\x10#\\/\x04_SB_PCI0LPC_EC__\x14\x07RPTS\x01\xa3\x14\x06RWAK\x01\x10B\x10\\/\x04_SB_PCI0LPC_EC__\x14N\x04_Q1C\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00 \x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x16\x10\\UCMS |
| 6838 | \x00\x14N\x04_Q1D\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x10\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x15\x10\\UCMS |
| 6839 | \x01\x14N\x04_Q1E\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00@\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x17\x10\\UCMS |
| 6840 | \x02\x10L\x13\\/\x04_SB_PCI0LPC_EC__\x08BRTF |
| 6841 | \x01\x14N\x08_Q14\x00\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0b\x00\x80\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x10\x10\xa0?\\NBCF\xa0\x1c\\VIGD\x86\\/\x04_SB_PCI0VID_LCD0 |
| 6842 | \x86\xa1\x1b\x86\\/\x05_SB_PCI0AGP_VID_LCD0 |
| 6843 | \x86\xa1\x08\\UCMS |
| 6844 | \x04\x14@\t_Q15\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x01\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x11\x10\xa0?\\NBCF\xa0\x1c\\VIGD\x86\\/\x04_SB_PCI0VID_LCD0 |
| 6845 | \x87\xa1\x1b\x86\\/\x05_SB_PCI0AGP_VID_LCD0 |
| 6846 | \x87\xa1\x08\\UCMS |
| 6847 | \x05\x10D\x06\\/\x04_SB_PCI0LPC_EC__\x14N\x04_Q19\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x80\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x18\x10\\UCMS |
| 6848 | \x03\x10D\x06\\/\x04_SB_PCI0LPC_EC__\x14N\x04_Q63\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00\x08\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x14\x10\\UCMS |
| 6849 | \x0b\x10C\t\\/\x04_SB_PCI0LPC_EC__\x14 |
| 6850 | _Q70\x00FNST\x14 |
| 6851 | _Q72\x00FNST\x14 |
| 6852 | _Q73\x00FNST\x14L\x05FNST\x00\xa0\x12\\H8DRpHFNS`pHFNEa\xa1\x17{\\RBEC |
| 6853 | \x0e |
| 6854 | \x03`{\\RBEC |
| 6855 | \x00 |
| 6856 | \x08a\xa0)a\xa0\x0c\x93` |
| 6857 | \x00\\UCMS |
| 6858 | \x11\xa0\x0c\x93` |
| 6859 | \x01\\UCMS |
| 6860 | \x0f\xa0\x0c\x93` |
| 6861 | \x02\\UCMS |
| 6862 | \x10\x10I<\\/\x05_SB_PCI0LPC_EC__HKEY\x08WGFL |
| 6863 | \x00\x14\x1eWLSW\x00\xa4\\/\x05_SB_PCI0LPC_EC__GSTS\x14B\x04GWAN\x00p |
| 6864 | \x00`\xa0\x0e{WGFL |
| 6865 | \x01\x00}` |
| 6866 | \x01`\xa0\x0b{WGFL |
| 6867 | \x08\x00\xa4`\xa0 |
| 6868 | WPWS}` |
| 6869 | \x02`\xa0\x0e{WGFL |
| 6870 | \x04\x00}` |
| 6871 | \x04`\xa4`\x14K\x04SWAN\x01\xa0\x0c{h |
| 6872 | \x02\x00WPWC |
| 6873 | \x01\xa1\x07WPWC |
| 6874 | \x00\xa0\x18{h |
| 6875 | \x04\x00}WGFL |
| 6876 | \x04WGFL\\WGSV |
| 6877 | \x02\xa1\x15{WGFL\x80 |
| 6878 | \x04\x00WGFL\\WGSV |
| 6879 | \x03\x14B\x04GBDC\x00p |
| 6880 | \x00`\xa0\x0e{WGFL |
| 6881 | \x10\x00}` |
| 6882 | \x01`\xa0\x0b{WGFL |
| 6883 | \x80\x00\xa4`\xa0 |
| 6884 | BPWS}` |
| 6885 | \x02`\xa0\x0e{WGFL |
| 6886 | @\x00}` |
| 6887 | \x04`\xa4`\x14K\x04SBDC\x01\xa0\x0c{h |
| 6888 | \x02\x00BPWC |
| 6889 | \x01\xa1\x07BPWC |
| 6890 | \x00\xa0\x18{h |
| 6891 | \x04\x00}WGFL |
| 6892 | @WGFL\\BLTH |
| 6893 | \x02\xa1\x15{WGFL\x80 |
| 6894 | @\x00WGFL\\BLTH |
| 6895 | \x03\x14;WPWS\x00\xa0\x1f\\H8DRp\\/\x05_SB_PCI0LPC_EC__DCWW`\xa1\x12pz{\\RBEC |
| 6896 | : |
| 6897 | @\x00 |
| 6898 | \x06\x00`\xa4`\x14\x19WTGL\x00\xa0\x12{WGFL |
| 6899 | \x01\x00WPWC\x92WPWS\x14B\tWPWC\x01\xa0N\x04\x90h\x90{WGFL |
| 6900 | \x01\x00\x92{WGFL |
| 6901 | \x08\x00\xa0\x1f\\H8DRp\x01\\/\x05_SB_PCI0LPC_EC__DCWW\xa1\x0c\\MBEC |
| 6902 | : |
| 6903 | \xff |
| 6904 | @}WGFL |
| 6905 | \x02WGFL\xa1;\xa0\x1f\\H8DRp\x00\\/\x05_SB_PCI0LPC_EC__DCWW\xa1\x0c\\MBEC |
| 6906 | : |
| 6907 | \xbf |
| 6908 | \x00{WGFL\x80 |
| 6909 | \x02\x00WGFL\x14;BPWS\x00\xa0\x1f\\H8DRp\\/\x05_SB_PCI0LPC_EC__DCBD`\xa1\x12pz{\\RBEC |
| 6910 | : |
| 6911 | \x10\x00 |
| 6912 | \x04\x00`\xa4`\x14\x19BTGL\x00\xa0\x12{WGFL |
| 6913 | \x10\x00BPWC\x92BPWS\x14B\tBPWC\x01\xa0N\x04\x90h\x90{WGFL |
| 6914 | \x10\x00\x92{WGFL |
| 6915 | \x80\x00\xa0\x1f\\H8DRp\x01\\/\x05_SB_PCI0LPC_EC__DCBD\xa1\x0c\\MBEC |
| 6916 | : |
| 6917 | \xff |
| 6918 | \x10}WGFL |
| 6919 | WGFL\xa1;\xa0\x1f\\H8DRp\x00\\/\x05_SB_PCI0LPC_EC__DCBD\xa1\x0c\\MBEC |
| 6920 | : |
| 6921 | \xef |
| 6922 | \x00{WGFL\x80 |
| 6923 | \x00WGFL\x14;WGIN\x00p |
| 6924 | \x00WGFLp\\WGSV |
| 6925 | \x01WGFL\xa0\x10WPWS}WGFL |
| 6926 | \x02WGFL\xa0\x10BPWS}WGFL |
| 6927 | WGFL\x146WGPS\x01\xa0\r\x92\x95h |
| 6928 | \x04\\BLTH |
| 6929 | \x05\xa0\x10\x92{WGFL |
| 6930 | \x04\x00WPWC |
| 6931 | \x00\xa0\x10\x92{WGFL |
| 6932 | @\x00BPWC |
| 6933 | \x00\x14&WGWK\x01\xa0\x0f{WGFL |
| 6934 | \x00BPWC |
| 6935 | \x01\xa0\x0f{WGFL |
| 6936 | \x02\x00WPWC |
| 6937 | \x01\x109\\/\x04_SB_PCI0LPC_EC__\x14$_Q41\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x00p\x10N\x0b\\_SB_[\x82E\x0bLCIO\x08_HID\x0c0\xae\x00\x01\x08_CID\x0cA\xd0 |
| 6938 | \x06\x14)_STA\x00\xa0\x1d\\/\x05_SB_PCI0LPC_EC__BSTA |
| 6939 | \x03\xa4 |
| 6940 | \x0f\xa1\x04\xa4 |
| 6941 | \x00\x14@\x07_EJ0\x01\\/\x05_SB_PCI0LPC_EC__BEJ0h\xa0@\x05\x91\x93\\/\x03_SB_GDCKGDID\x0c$M\x00L\x93\\/\x03_SB_GDCKGDID\x0c$M\x00Dp |
| 6942 | \x00\\/\x04_SB_PCI0LPC_DRST\x86\\._SB_GDCK |
| 6943 | \x00\x10#\\/\x04_SB_PCI0EXP3EXPD\x08_EJD\r_SB.GDCK\x00\x10\'\\/\x05_SB_PCI0USB2URTHUPDK\x08_EJD\r_SB.GDCK\x00\x10\'\\/\x05_SB_PCI0USB7URTHUPDK\x08_EJD\r_SB.GDCK\x00\x101\\/\x05_SB_PCI0USB1URTHUPEX\x08_EJD\r_SB.PCI0.EXP2.EXUP\x00\x101\\/\x05_SB_PCI0USB7URTHUPEX\x08_EJD\r_SB.PCI0.EXP2.EXUP\x00\x102\\/\x04_SB_PCI0EXP2EXUP\x08_EJD\r_SB.PCI0.USB7.URTH.UPEX\x00\x08\\_S0_\x12 |
| 6944 | \x04 |
| 6945 | \x00 |
| 6946 | \x00 |
| 6947 | \x00 |
| 6948 | \x00\x08\\_S3_\x12 |
| 6949 | \x04 |
| 6950 | \x05 |
| 6951 | \x05 |
| 6952 | \x00 |
| 6953 | \x00\x08\\_S4_\x12 |
| 6954 | \x04 |
| 6955 | \x06 |
| 6956 | \x06 |
| 6957 | \x00 |
| 6958 | \x00\x08\\_S5_\x12 |
| 6959 | \x04 |
| 6960 | \x07 |
| 6961 | \x07 |
| 6962 | \x00 |
| 6963 | \x00\x14O\x1d\\_PTS\x01p |
| 6964 | \x01`\xa0\x0c\x93h\\SPS_p |
| 6965 | \x00`\xa0\x0f\x91\x93h |
| 6966 | \x00\x92\x95h |
| 6967 | \x06p |
| 6968 | \x00`\xa0E\x1b`ph\\SPS_\\/\x06_SB_PCI0LPC_EC__HKEYMHKE |
| 6969 | \x00\xa0\x1f\\/\x05_SB_PCI0LPC_EC__KBLT\\UCMS |
| 6970 | \r\xa0G\x05\x93h |
| 6971 | \x01p\\/\x05_SB_PCI0LPC_EC__HFNI\\FNIDp |
| 6972 | \x00\\/\x05_SB_PCI0LPC_EC__HFNIp |
| 6973 | \x00\\/\x05_SB_PCI0LPC_EC__HFSP\xa02\x93h |
| 6974 | \x03\\VVPD |
| 6975 | \x03\\TRAPp\\/\x06_SB_PCI0LPC_EC__AC___PSR\\ACST\xa0)\x93h |
| 6976 | \x04\\/\x03_SB_SLPB_PSW |
| 6977 | \x00\xa0\r\\SPEN\\STEP |
| 6978 | \x07\\TRAP\xa0 |
| 6979 | \x93h |
| 6980 | \x05\\TRAP\\/\x05_SB_PCI0LPC_EC__BPTSh\xa0 \x92\x95h |
| 6981 | \x04p |
| 6982 | \x00\\/\x05_SB_PCI0LPC_EC__HWLB\xa1\x1bp |
| 6983 | \x01\\/\x05_SB_PCI0LPC_EC__HWLB\xa0<\x92\x93h |
| 6984 | \x05p |
| 6985 | \x01\\/\x05_SB_PCI0LPC_EC__HCMU\\/\x03_SB_GDCKGPTSh\xa0\x0b\\W98F\\CBRI\\/\x06_SB_PCI0LPC_EC__HKEYWGPSh\x08WAKI\x12\x06\x02 |
| 6986 | \x00 |
| 6987 | \x00\x14AJ\\_WAK\x01\xa0\x10\x91\x93h |
| 6988 | \x00\x92\x95h |
| 6989 | \x05\xa4WAKIp |
| 6990 | \x00\\SPS_p |
| 6991 | \x00\\/\x05_SB_PCI0LPC_EC__HCMUp |
| 6992 | \x80\\/\x05_SB_PCI0LPC_EC__HFSP\\/\x05_SB_PCI0LPC_EC__EVNT |
| 6993 | \x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKE |
| 6994 | \x01\\/\x05_SB_PCI0LPC_EC__FNST\\UCMS |
| 6995 | \rp |
| 6996 | \x00\\LIDB\xa0"\x93h |
| 6997 | \x01p\\/\x05_SB_PCI0LPC_EC__HFNI\\FNID\xa0A\x13\x93h |
| 6998 | \x03THRM |
| 6999 | \x00\xa0E\x04\\WXPFp |
| 7000 | \x00\\/\x04_SB_PCI0LPC_C4C3\xa0\'\\OSC4\x86\\._PR_CPU0 |
| 7001 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 7002 | \x81\xa1D\x07\xa0A\x07\\WNTF\xa02\\/\x06_SB_PCI0LPC_EC__AC___PSRp |
| 7003 | \x00\\/\x04_SB_PCI0LPC_C4C3\xa16\xa0\x1c\\CWASp |
| 7004 | \x00\\/\x04_SB_PCI0LPC_C4C3\xa1\x17p |
| 7005 | \x01\\/\x04_SB_PCI0LPC_C4C3\xa0:\x92\x93\\ACST\\/\x06_SB_PCI0LPC_EC__AC___PSR\\/\x05_SB_PCI0LPC_EC__ATMC\xa0.\x90{\\CFGD\x0c\x00\x00\x00\x01\x00\x90\\WXPF\x92\x94\\WSPV |
| 7006 | \x01\xa0\x10{\\CFGD |
| 7007 | \xf0\x00PPMS |
| 7008 | \x00\xa0@\x13\x93h |
| 7009 | \x04\xa0\x0bDTSETHRM |
| 7010 | \x02\xa0\x13\\W98F\x86\\._SB_SLPB |
| 7011 | \x02\xa0\x1f\\WMEF\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7012 | \x05\xa0!\x92\\W98Fp |
| 7013 | \x00\\/\x05_SB_PCI0LPC_EC__HSPA\xa0.\\WXPF\xa0\'\\OSC4\x86\\._PR_CPU0 |
| 7014 | \x81\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 7015 | \x81\xa1D\x04\xa0A\x04\\WNTF\xa09\x91\x92\\/\x06_SB_PCI0LPC_EC__AC___PSR\\CWASp |
| 7016 | \x00\\/\x04_SB_PCI0LPC_C4C3\xa0\r\\SPEN\\STEP |
| 7017 | \x08\\/\x05_SB_PCI0LPC_EC__ATMC\xa0.\x90{\\CFGD\x0c\x00\x00\x00\x01\x00\x90\\WXPF\x92\x94\\WSPV |
| 7018 | \x01\xa0\x10{\\CFGD |
| 7019 | \xf0\x00PPMS |
| 7020 | \x00\xa0O\x07\x7f\\/\x04_SB_PCI0EXP2PDS_\\/\x04_SB_PCI0EXP2XCPF\x00\xa0*\\/\x04_SB_PCI0EXP2PDS_p |
| 7021 | \x01\\/\x04_SB_PCI0EXP2XCPF\xa1\x17p |
| 7022 | \x00\\/\x04_SB_PCI0EXP2XCPF\x86\\/\x03_SB_PCI0EXP2 |
| 7023 | \x00\\/\x03_SB_GDCKGWAKh\\/\x05_SB_PCI0LPC_EC__BWAKh\\/\x06_SB_PCI0LPC_EC__HKEYWGWKh\x86\\._TZ_THM0 |
| 7024 | \x80\x86\\._TZ_THM1 |
| 7025 | \x80\\VSLD\\/\x03_SB_LID__LID\xa01\x90\\W98F\x92\\WMEF\x86\\/\x03_SB_PCI0USB0 |
| 7026 | \x00\x86\\/\x03_SB_PCI0USB1 |
| 7027 | \x00\xa09\x95h |
| 7028 | \x04\xa03{\\RRBF |
| 7029 | \x02\x00yh |
| 7030 | \x08`p}\x0b\x13 `\x00`\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ`p\x00\\RRBF\xa4WAKI\x10@\x1e\\_SI_\x14H\x1d_SST\x01\xa0;\x93h |
| 7031 | \x00\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7032 | \x00 |
| 7033 | \x00\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7034 | \x07 |
| 7035 | \x00\xa0B\x06\x93h |
| 7036 | \x01\xa0%\x91\\SPS_\\WNTF\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7037 | \x05\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7038 | \x00 |
| 7039 | \x80\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7040 | \x07 |
| 7041 | \x00\xa0;\x93h |
| 7042 | \x02\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7043 | \x00 |
| 7044 | \x80\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7045 | \x07 |
| 7046 | \xc0\xa0K\x0b\x93h |
| 7047 | \x03\xa0"\x94\\SPS_ |
| 7048 | \x03\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7049 | \x07\xa1O\x04\xa01\x93\\SPS_ |
| 7050 | \x03\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7051 | \x03\\/\x03_SB_GDCKPEJ3\xa1\x1a\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7052 | \x04\xa0\t\x93\\SPS_ |
| 7053 | \x03\xa1\x1c\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7054 | \x00 |
| 7055 | \x80\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7056 | \x07 |
| 7057 | \xc0\xa09\x93h |
| 7058 | \x04\\/\x05_SB_PCI0LPC_EC__BEEP |
| 7059 | \x03\\/\x05_SB_PCI0LPC_EC__LED_ |
| 7060 | \x07 |
| 7061 | \xc0\x10C<\\_GPE[\x01MGPE\x07\x14N |
| 7062 | _L18\x00p\\/\x05_SB_PCI0LPC_EC__HWAK`p`\\RRBF[" |
| 7063 | |
| 7064 | \xa0\x06{` |
| 7065 | \x02\x00\xa0){` |
| 7066 | \x04\x00\xa0\x13\\W98F\x86\\._SB_SLPB |
| 7067 | \x02\xa1\x0e\x86\\._SB_LID_ |
| 7068 | \x02\xa0"{` |
| 7069 | \x08\x00\\/\x03_SB_GDCKGGPE\x86\\._SB_SLPB |
| 7070 | \x02\xa0\x13{` |
| 7071 | \x10\x00\x86\\._SB_SLPB |
| 7072 | \x02\xa0\x06{` |
| 7073 | @\x00\xa0\x13{` |
| 7074 | \x80\x00\x86\\._SB_SLPB |
| 7075 | \x02\x14K\x0f_L09\x00\xa0<\\/\x04_SB_PCI0EXP0PSP0p |
| 7076 | \x01\\/\x04_SB_PCI0EXP0PSP0\x86\\/\x03_SB_PCI0EXP0 |
| 7077 | \x02\xa0<\\/\x04_SB_PCI0EXP1PSP1p |
| 7078 | \x01\\/\x04_SB_PCI0EXP1PSP1\x86\\/\x03_SB_PCI0EXP1 |
| 7079 | \x02\xa0<\\/\x04_SB_PCI0EXP2PSP2p |
| 7080 | \x01\\/\x04_SB_PCI0EXP2PSP2\x86\\/\x03_SB_PCI0EXP2 |
| 7081 | \x02\xa0<\\/\x04_SB_PCI0EXP3PSP3p |
| 7082 | \x01\\/\x04_SB_PCI0EXP3PSP3\x86\\/\x03_SB_PCI0EXP3 |
| 7083 | \x02\x14D\x17_L01\x00\xa0@\x0f\\/\x04_SB_PCI0EXP2HPCSp |
| 7084 | \x01\\/\x04_SB_PCI0EXP2HPCS\xa0*\\/\x04_SB_PCI0EXP2ABP_p |
| 7085 | \x01\\/\x04_SB_PCI0EXP2ABP_\xa0I\t\\/\x04_SB_PCI0EXP2PDC_p |
| 7086 | \x01\\/\x04_SB_PCI0EXP2PDC_p |
| 7087 | \x00\\/\x04_SB_PCI0EXP2XCPF\x86\\/\x03_SB_PCI0EXP2 |
| 7088 | \x00\xa0E\x04\\/\x04_SB_PCI0EXP2PDS_p |
| 7089 | \x01\\/\x04_SB_PCI0EXP2XCPF[" |
| 7090 | d\x86\\/\x04_SB_PCI0EXP2EXUP |
| 7091 | \x01[#MGPE\xff\xff\xa0M\x06\\/\x04_SB_PCI0EXP0HPCSp |
| 7092 | \x01\\/\x04_SB_PCI0EXP0HPCS\xa0A\x04\\/\x04_SB_PCI0EXP0PDC_[" |
| 7093 | \xc8p |
| 7094 | \x01\\/\x04_SB_PCI0EXP0PDC_\x86\\/\x03_SB_PCI0EXP0 |
| 7095 | \x00[\'MGPE\x14D\t_L02\x00p |
| 7096 | \x00\\/\x04_SB_PCI0LPC_SWGE\xa0A\x04\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0#DT02\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b"`\x86\\._TZ_THM1 |
| 7097 | \x80\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 7098 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 7099 | \x80\x10@(\\/\x05_SB_PCI0LPC_EC__HKEY\x14H\x0cMHQT\x01\xa0M\x0b\x90\\WNTF\\TATC\xa0\x0e\x93h |
| 7100 | \x00p\\TATC`\xa4`\xa1@ |
| 7101 | \xa0K\x04\x93h |
| 7102 | \x01p\\TDFA`r`y\\TDTA |
| 7103 | \x04\x00`r`y\\TDFD |
| 7104 | \x08\x00`r`y\\TDTD |
| 7105 | \x0c\x00`r`y\\TNFT |
| 7106 | \x10\x00`r`y\\TNTT |
| 7107 | \x14\x00`\xa4`\xa1A\x05\xa02\x93h |
| 7108 | \x02p\\TCFA`r`y\\TCTA |
| 7109 | \x04\x00`r`y\\TCFD |
| 7110 | \x08\x00`r`y\\TCTD |
| 7111 | \x0c\x00`\xa4`\xa1\x1b\xa0\x05\x93h |
| 7112 | \x03\xa1\x13\xa0\x0e\x93h |
| 7113 | \x04p\\TATW`\xa4`\xa1\x02\xa3\xa4 |
| 7114 | \x00\x14O\x07MHAT\x01\xa0D\x07\x90\\WNTF\\TATCp{h |
| 7115 | \xff\x00`\xa0 |
| 7116 | \x92ATMV`\xa4 |
| 7117 | \x00p{zh |
| 7118 | \x08\x00 |
| 7119 | \xff\x00`\xa0 |
| 7120 | \x92ATMV`\xa4 |
| 7121 | \x00p{h |
| 7122 | \x0f\x00\\TCFAp{zh |
| 7123 | \x04\x00 |
| 7124 | \x0f\x00\\TCTAp{zh |
| 7125 | \x08\x00 |
| 7126 | \x0f\x00\\TCFDp{zh |
| 7127 | \x0c\x00 |
| 7128 | \x0f\x00\\TCTDATMC\xa4 |
| 7129 | \x01\xa4 |
| 7130 | \x00\x14@\rMHGT\x01\xa0E\x0c\x90\\WNTF\\TATCpy\\TSFT |
| 7131 | \x10\x00`r`y\\TSTT |
| 7132 | \x14\x00`p{h |
| 7133 | \xff\x00a\xa0\x0b\x92ATMVa\xa4\x0b\xff\xffp{h |
| 7134 | \x0f\x00a\xa0\r\x93a |
| 7135 | \x00r`\\TIF0`\xa1&\xa0\r\x93a |
| 7136 | \x01r`\\TIF1`\xa1\x16\xa0\r\x93a |
| 7137 | \x02r`\\TIF2`\xa1\x06r` |
| 7138 | \xff`p{zh |
| 7139 | \x04\x00 |
| 7140 | \x0f\x00a\xa0\x11\x93a |
| 7141 | \x00r`y\\TIT0 |
| 7142 | \x08\x00`\xa12\xa0\x11\x93a |
| 7143 | \x01r`y\\TIT1 |
| 7144 | \x08\x00`\xa1\x1e\xa0\x11\x93a |
| 7145 | \x02r`y\\TIT2 |
| 7146 | \x08\x00`\xa1 |
| 7147 | r`y |
| 7148 | \xff |
| 7149 | \x08\x00`\xa4`\xa4 |
| 7150 | \x00\x14L\x04ATMV\x01p{h |
| 7151 | \x0f\x00ap\\TNFT`\xa0\x08\x92\x95a`\xa4 |
| 7152 | \x00p{zh |
| 7153 | \x04\x00 |
| 7154 | \x0f\x00bp\\TNTT`\xa0\x08\x92\x95b`\xa4 |
| 7155 | \x00\xa0\x0f\\TATL\xa0\x08\x7fab\x00\xa4 |
| 7156 | \x00\xa4 |
| 7157 | \x01\x10F\x10\\/\x04_SB_PCI0LPC_EC__\x14@\x0fATMC\x00\xa0H\x0e\x90\\WNTF\\TATC\xa0E\x06HPACp\\TCFA`p\\TCTAap}ya |
| 7158 | \x04\x00`\x00ATMX\xa0\x1f\x93\\TCTA |
| 7159 | \x00p\\TCR0\\TCRTp\\TPS0\\TPSV\xa1#\xa0\x1f\x93\\TCTA |
| 7160 | \x01p\\TCR1\\TCRTp\\TPS1\\TPSV\xa1\x01\xa1A\x06p\\TCFD`p\\TCTDap}ya |
| 7161 | \x04\x00`\x00ATMX\xa0\x1f\x93\\TCTD |
| 7162 | \x00p\\TCR0\\TCRTp\\TPS0\\TPSV\xa1#\xa0\x1f\x93\\TCTD |
| 7163 | \x01p\\TCR1\\TCRTp\\TPS1\\TPSV\xa1\x01\x86\\._TZ_THM0 |
| 7164 | \x81THRM |
| 7165 | \x01\x10C\x1f\\_TZ_[\x85L\x0cTHM0\x14\r_CRT\x00\xa4C2K_ |
| 7166 | \x7f\x14G\x0b_TMP\x00\xa0B\x05\\H8DRp\\/\x05_SB_PCI0LPC_EC__TMP0`p\\/\x05_SB_PCI0LPC_EC__HT12ap\\/\x05_SB_PCI0LPC_EC__HT13b\xa1$p\\RBEC |
| 7167 | x`p{\\RBEC |
| 7168 | |
| 7169 | @\x00ap{\\RBEC |
| 7170 | |
| 7171 | \x80\x00b\xa0\tb\xa4C2K_ |
| 7172 | \x80\xa0\'\x92\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0\ta\xa4C2K_ |
| 7173 | \x80\xa4C2K_`[\x85@\x0fTHM1\x143_PSL\x00\xa0\x1e\\MPEN\xa4\x12\x16\x02\\._PR_CPU0\\._PR_CPU1\xa4\x12\x0c\x01\\._PR_CPU0\x14\x0c_CRT\x00\xa4\\TCRT\x14\x0c_PSV\x00\xa4\\TPSV\x14\x0c_TC1\x00\xa4\\TTC1\x14\x0c_TC2\x00\xa4\\TTC2\x14\x0c_TSP\x00\xa4\\TTSP\x14D\x07_TMP\x00\xa0J\x05\\DTSETHRM |
| 7174 | \x02pDTS1`\xa0\x11\x92\x95DTS0DTS1pDTS0`\xa0.\x92\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0\x10DT02r\\TCRT |
| 7175 | \x01`\xa4`\xa4C2K_`\xa1\x11\xa4\\/\x03_TZ_THM0_TMP\x14+C2K_\x01rwh |
| 7176 | |
| 7177 | \x00\x0b\xac |
| 7178 | `\xa0\x0c\x92\x94`\x0b\xac |
| 7179 | p\x0b\xb8\x0b`\xa0\x0b\x94`\x0b\xac\x0fp\x0b\xb8\x0b`\xa4`\x10O\x13\\/\x04_SB_PCI0LPC_EC__\x14I\x12_Q40\x00\x86\\._TZ_THM0 |
| 7180 | \x80\xa08\\H8DRp\\/\x05_SB_PCI0LPC_EC__HT11`p\\/\x05_SB_PCI0LPC_EC__HT12a\xa1\x1bp{\\RBEC |
| 7181 | |
| 7182 | \x00`p{\\RBEC |
| 7183 | |
| 7184 | @\x00a\xa0=\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0 a\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b"`\xa0\x06VIGD\xa3\xa1\x06\\VTHR\xa0C\x07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0 |
| 7185 | \x80\xa0\x13\\MPEN\x86\\._PR_CPU1 |
| 7186 | \x80\xa1C\x04\xa07\x91\\/\x05_SB_PCI0LPC_EC__HT00\\/\x05_SB_PCI0LPC_EC__HT10\\STEP |
| 7187 | \t\xa1\x08\\STEP |
| 7188 | |
| 7189 | \x08GPIC |
| 7190 | \x00\x14\r_PIC\x01ph\\GPIC[\x80MNVS\x00\x0c\x00@\xef\x7f\x0b\x00\x10[\x81B+MNVS\x03\x00\x80\x80\x07GAPA GAPL DCKI DCKS VCDL\x01VCDC\x01VCDT\x01VCDD\x01VIGD\x01VCSS\x01VCDB\x01VCIN\x01VPDF\x01\x00\x07VLID\x04VVPO\x04\x00\x08CDFL\x08CDAH\x08PMOD\x02PDIR\x01PDMA\x01\x00\x04LFDC\x01\x00\x07C2NA\x01C3NA\x01C4NA\x01\x00\x05SPEN\x01\x00\x01\x00\x01\x00\x01MPEN\x01\x00\x03OSPX\x01OSC4\x01OSSS\x01NHPS\x01NPME\x01\x00\x03UOPT\x08BTID LWST\x08LPST\x08TCRT\x10TPSV\x10TTC1\x10TTC2\x10TTSP\x10SRAH\x08SRHE\x08SRE0\x08SRE1\x08SRE2\x08SRE3\x08SRE4\x08SRE5\x08SRU0\x08SRU1\x08SRU2\x08SRU3\x08SRU7\x08SRPB\x08SRLP\x08SRSA\x08SRSM\x08CWAC\x01CWAS\x01\x00\x06CWAP\x10CWAT\x10DBGC\x01\x00\x07FS1L\x10FS1M\x10FS1H\x10FS2L\x10FS2M\x10FS2H\x10FS3L\x10FS3M\x10FS3H\x10TATC\x01\x00\x06TATL\x01TATW\x08TNFT\x04TNTT\x04TDFA\x04TDTA\x04TDFD\x04TDTD\x04TCFA\x04TCTA\x04TCFD\x04TCTD\x04TSFT\x04TSTT\x04TIT0\x08TCR0\x10TPS0\x10TIT1\x08TCR1\x10TPS1\x10TIT2\x08TCR2\x10TPS2\x10TIF0\x08TIF1\x08TIF2\x08\x00 TCZ1\x08TCZ2\x08TCZ3\x08BTHI\x01\x00\x07HDIR\x01HDEH\x01\x00\x06TPMP\x01TPMS\x01\x00\x06BIDE\x08\x00\x01DTSE\x01\x00\x06DTS0\x08DTS1\x08DT00\x01DT01\x01DT02\x01DT03\x01\x00\x04PH01\x08PH02\x08PH03\x08PH04\x08PH05\x08PH06\x08PH07\x08PH08\x08PH09\x08PH0A\x08PH0B\x08LIDB\x01\x00\x07TCG0\x01\x00\x07[\x81\x13MNVS\x01\x00\x80\x00\x07DDC1@@\x00@@[\x81\x10MNVS\x01\x00\x80\x00\x07DDC2@\x80[\x80SMI0\x01 |
| 7191 | \xb2 |
| 7192 | \x01[\x81\x0bSMI0\x01APMC\x08[\x81(MNVS\x00\x00\x80\xe0\x07CMD_\x08ERR_ PAR0 PAR1 PAR2 PAR3 [\x01MSMI\x07\x14F\x05SMI_\x05[#MSMI\xff\xffphCMD_piPAR0pjPAR1pkPAR2plPAR3p |
| 7193 | \xf5APMC\xa2\x13\x93ERR_ |
| 7194 | \x01[" |
| 7195 | dp |
| 7196 | \xf5APMCpPAR0`[\'MSMI\xa4`\x14\x14RPCI\x01\xa4SMI_ |
| 7197 | \x00 |
| 7198 | \x00h |
| 7199 | \x00 |
| 7200 | \x00\x14\x12WPCI\x02SMI_ |
| 7201 | \x00 |
| 7202 | \x01hi |
| 7203 | \x00\x14\x11MPCI\x03SMI_ |
| 7204 | \x00 |
| 7205 | \x02hij\x14\x14RBEC\x01\xa4SMI_ |
| 7206 | \x00 |
| 7207 | \x03h |
| 7208 | \x00 |
| 7209 | \x00\x14\x12WBEC\x02SMI_ |
| 7210 | \x00 |
| 7211 | \x04hi |
| 7212 | \x00\x14\x11MBEC\x03SMI_ |
| 7213 | \x00 |
| 7214 | \x05hij\x14\x14RISA\x01\xa4SMI_ |
| 7215 | \x00 |
| 7216 | \x06h |
| 7217 | \x00 |
| 7218 | \x00\x14\x12WISA\x02SMI_ |
| 7219 | \x00 |
| 7220 | \x07hi |
| 7221 | \x00\x14\x11MISA\x03SMI_ |
| 7222 | \x00 |
| 7223 | \x08hij\x14\x14VEXP\x00SMI_ |
| 7224 | \x01 |
| 7225 | \x00 |
| 7226 | \x00 |
| 7227 | \x00 |
| 7228 | \x00\x14\x13VUPS\x01SMI_ |
| 7229 | \x01 |
| 7230 | \x01h |
| 7231 | \x00 |
| 7232 | \x00\x14\x12VSDS\x02SMI_ |
| 7233 | \x01 |
| 7234 | \x02hi |
| 7235 | \x00\x14\x14VDDC\x00SMI_ |
| 7236 | \x01 |
| 7237 | \x03 |
| 7238 | \x00 |
| 7239 | \x00 |
| 7240 | \x00\x14\x13VVPD\x01SMI_ |
| 7241 | \x01 |
| 7242 | \x04h |
| 7243 | \x00 |
| 7244 | \x00\x14\x13VNRS\x01SMI_ |
| 7245 | \x01 |
| 7246 | \x05h |
| 7247 | \x00 |
| 7248 | \x00\x14\x15GLPW\x00\xa4SMI_ |
| 7249 | \x01 |
| 7250 | \x06 |
| 7251 | \x00 |
| 7252 | \x00 |
| 7253 | \x00\x14\x13VSLD\x01SMI_ |
| 7254 | \x01 |
| 7255 | \x07h |
| 7256 | \x00 |
| 7257 | \x00\x14\x14VEVT\x01\xa4SMI_ |
| 7258 | \x01 |
| 7259 | \x08h |
| 7260 | \x00 |
| 7261 | \x00\x14\x15VTHR\x00\xa4SMI_ |
| 7262 | \x01 |
| 7263 | \t |
| 7264 | \x00 |
| 7265 | \x00 |
| 7266 | \x00\x14\x13VBRC\x01SMI_ |
| 7267 | \x01 |
| 7268 | |
| 7269 | h |
| 7270 | \x00 |
| 7271 | \x00\x14\x15VBRG\x00\xa4SMI_ |
| 7272 | \x01 |
| 7273 | \x0e |
| 7274 | \x00 |
| 7275 | \x00 |
| 7276 | \x00\x14\x14UCMS\x01\xa4SMI_ |
| 7277 | \x02h |
| 7278 | \x00 |
| 7279 | \x00 |
| 7280 | \x00\x14\x13BHDP\x02\xa4SMI_ |
| 7281 | \x03 |
| 7282 | \x00hi |
| 7283 | \x00\x14\x14DHDP\x01\xa4SMI_ |
| 7284 | \x03 |
| 7285 | \x01h |
| 7286 | \x00 |
| 7287 | \x00\x14\x13STEP\x01SMI_ |
| 7288 | \x04h |
| 7289 | \x00 |
| 7290 | \x00 |
| 7291 | \x00\x14\x14TRAP\x00SMI_ |
| 7292 | \x05 |
| 7293 | \x00 |
| 7294 | \x00 |
| 7295 | \x00 |
| 7296 | \x00\x14\x14CBRI\x00SMI_ |
| 7297 | \x05 |
| 7298 | \x01 |
| 7299 | \x00 |
| 7300 | \x00 |
| 7301 | \x00\x14"DSPD\x01\xa0\x18\x92\x94h |
| 7302 | \x01rh |
| 7303 | \x02hSMI_ |
| 7304 | \x05h |
| 7305 | \x00 |
| 7306 | \x00 |
| 7307 | \x00\xa1\x02\xa3\x14\x14BLTH\x01\xa4SMI_ |
| 7308 | \x06h |
| 7309 | \x00 |
| 7310 | \x00 |
| 7311 | \x00\x14\x14FISP\x00SMI_ |
| 7312 | \x07 |
| 7313 | \x00 |
| 7314 | \x00 |
| 7315 | \x00 |
| 7316 | \x00\x14\x13ATCC\x01SMI_ |
| 7317 | \x08h |
| 7318 | \x00 |
| 7319 | \x00 |
| 7320 | \x00\x14\x14WGSV\x01\xa4SMI_ |
| 7321 | \th |
| 7322 | \x00 |
| 7323 | \x00 |
| 7324 | \x00\x14\x14THRM\x01\xa4SMI_ |
| 7325 | |
| 7326 | h |
| 7327 | \x00 |
| 7328 | \x00 |
| 7329 | \x00\x14\x14PPMS\x01\xa4SMI_ |
| 7330 | \x0bh |
| 7331 | \x00 |
| 7332 | \x00 |
| 7333 | \x00\x14\x13TPHY\x01SMI_ |
| 7334 | \x0ch |
| 7335 | \x00 |
| 7336 | \x00 |
| 7337 | \x00\x14\x13TMOR\x01SMI_ |
| 7338 | \rh |
| 7339 | \x00 |
| 7340 | \x00 |
| 7341 | \x00\x143DPIO\x02\xa0\x06\x92h\xa4 |
| 7342 | \x00\xa0\x08\x94h |
| 7343 | \xf0\xa4 |
| 7344 | \x00\xa0\x10\x94h |
| 7345 | \xb4\xa0\x05i\xa4 |
| 7346 | \x02\xa1\x04\xa4 |
| 7347 | \x01\xa0\x08\x94h |
| 7348 | x\xa4 |
| 7349 | \x03\xa4 |
| 7350 | \x04\x14=DUDM\x02\xa0\x06\x92i\xa4 |
| 7351 | \xff\xa0\x08\x94h |
| 7352 | Z\xa4 |
| 7353 | \x00\xa0\x08\x94h |
| 7354 | <\xa4 |
| 7355 | \x01\xa0\x08\x94h |
| 7356 | -\xa4 |
| 7357 | \x02\xa0\x08\x94h |
| 7358 | \x1e\xa4 |
| 7359 | \x03\xa0\x08\x94h |
| 7360 | \x14\xa4 |
| 7361 | \x04\xa4 |
| 7362 | \x05\x14(DMDM\x02\xa0\x05i\xa4 |
| 7363 | \x00\xa0\x06\x92h\xa4 |
| 7364 | \x00\xa0\x08\x94h |
| 7365 | \x96\xa4 |
| 7366 | \x01\xa0\x08\x94h |
| 7367 | x\xa4 |
| 7368 | \x02\xa4 |
| 7369 | \x03\x14A\x05UUDM\x02\xa0 |
| 7370 | \x92{h |
| 7371 | \x04\x00\xa4 |
| 7372 | \x00\xa0\t{i |
| 7373 | \x00\xa4 |
| 7374 | \x14\xa0\t{i |
| 7375 | \x10\x00\xa4 |
| 7376 | \x1e\xa0\t{i |
| 7377 | \x08\x00\xa4 |
| 7378 | -\xa0\t{i |
| 7379 | \x04\x00\xa4 |
| 7380 | <\xa0\t{i |
| 7381 | \x02\x00\xa4 |
| 7382 | Z\xa0\t{i |
| 7383 | \x01\x00\xa4 |
| 7384 | x\xa4 |
| 7385 | \x00\x14H\x04UMDM\x04\xa0 |
| 7386 | \x92{h |
| 7387 | \x02\x00\xa4 |
| 7388 | \x00\xa0\x08{i |
| 7389 | \x04\x00\xa4k\xa0\x14{i |
| 7390 | \x02\x00\xa0\t\x92\x94k |
| 7391 | x\xa4 |
| 7392 | \xb4\xa1\x03\xa4k\xa0\x14{j |
| 7393 | \x04\x00\xa0\t\x92\x94k |
| 7394 | \xb4\xa4 |
| 7395 | \xf0\xa1\x03\xa4k\xa4 |
| 7396 | \x00\x14K\x04UPIO\x04\xa0\x16\x92{h |
| 7397 | \x02\x00\xa0\x08\x93j |
| 7398 | \x02\xa4 |
| 7399 | \xf0\xa1\x05\xa4\x0b\x84\x03\xa0\x08{i |
| 7400 | \x02\x00\xa4k\xa0\x14{i |
| 7401 | \x01\x00\xa0\t\x92\x94k |
| 7402 | x\xa4 |
| 7403 | \xb4\xa1\x03\xa4k\xa0\x08\x93j |
| 7404 | \x02\xa4 |
| 7405 | \xf0\xa1\x05\xa4\x0b\x84\x03\x14-FDMA\x02\xa0\x0c\x92\x93i |
| 7406 | \xff\xa4}i |
| 7407 | @\x00\xa0\x10\x92\x95h |
| 7408 | \x03\xa4}th |
| 7409 | \x02\x00 |
| 7410 | \x00\xa0\x05h\xa4 |
| 7411 | \x12\xa4 |
| 7412 | \x00\x14\x1fFPIO\x01\xa0\x0c\x92\x95h |
| 7413 | \x03\xa4}h |
| 7414 | \x08\x00\xa0\x08\x93h |
| 7415 | \x01\xa4 |
| 7416 | \x01\xa4 |
| 7417 | \x00\x14J\x05SCMP\x02p\x87h`\xa0\x08\x92\x93`\x87i\xa4\x01u`\x08STR1\x11\x02`\x08STR2\x11\x02`phSTR1piSTR2p\x00a\xa2"\x95a`p\x83\x88STR1a\x00bp\x83\x88STR2a\x00c\xa0\x07\x92\x93bc\xa4\x01ua\xa4\x00\x08SPS_ |
| 7418 | \x00\x08OSIF |
| 7419 | \x00\x08W98F |
| 7420 | \x00\x08WNTF |
| 7421 | \x00\x08WMEF |
| 7422 | \x00\x08WXPF |
| 7423 | \x00\x08WVIS |
| 7424 | \x00\x08WSPV |
| 7425 | \x00\x08LNUX |
| 7426 | \x00\x08H8DR |
| 7427 | \x00\x08MEMX |
| 7428 | \x00\x08ACST |
| 7429 | \x00\x08FNID |
| 7430 | \x00\x08RRBF |
| 7431 | \x00\x08NBCF |
| 7432 | \x00''') |
| 7433 | f('sys/firmware/acpi/tables/SSDT1', 0o664, b'''SSDT\xaa\x01\x00\x00\x01\x89LENOVOTP-7I \x11\x00\x00MSFT\x0e\x00\x00\x01\x10\x0e\\\x00\x14 |
| 7434 | KOU2\x00[! |
| 7435 | d\x10I\x0b\\/\x04_SB_PCI0VID_LCD0\x14&_BCL\x00p |
| 7436 | \x01\\NBCF\xa4\x12\x16 |
| 7437 | |
| 7438 | d |
| 7439 | \x1e |
| 7440 | \x1e |
| 7441 | ( |
| 7442 | 2 |
| 7443 | < |
| 7444 | F |
| 7445 | P |
| 7446 | Z |
| 7447 | d\x08BCLP\x12\x12\x08 |
| 7448 | \x1e |
| 7449 | ( |
| 7450 | 2 |
| 7451 | < |
| 7452 | F |
| 7453 | P |
| 7454 | Z |
| 7455 | d\x08BCLL\x12\x12\x08 |
| 7456 | \x00 |
| 7457 | \x01 |
| 7458 | \x02 |
| 7459 | \x03 |
| 7460 | \x04 |
| 7461 | \x05 |
| 7462 | \x06 |
| 7463 | \x07\x14*_BCM\x01p\x89BCLP\x01h\x00 |
| 7464 | \x00 |
| 7465 | \x00`\xa0\x15\x92\x93`\xffp\x83\x88BCLL`\x00a\\VBRCa\x14!_BQC\x00p\\VBRG`\xa0\x0f\x92\x94` |
| 7466 | \x07\xa4\x83\x88BCLP`\x00\xa1\x03\xa4\x00\x10L\x0b\\/\x05_SB_PCI0AGP_VID_LCD0\x14%_BCL\x00p |
| 7467 | \x01NBCF\xa4\x12\x16 |
| 7468 | |
| 7469 | d |
| 7470 | \x1e |
| 7471 | \x1e |
| 7472 | ( |
| 7473 | 2 |
| 7474 | < |
| 7475 | F |
| 7476 | P |
| 7477 | Z |
| 7478 | d\x08BCLP\x12\x12\x08 |
| 7479 | \x1e |
| 7480 | ( |
| 7481 | 2 |
| 7482 | < |
| 7483 | F |
| 7484 | P |
| 7485 | Z |
| 7486 | d\x08BCLL\x12\x12\x08 |
| 7487 | \x00 |
| 7488 | \x01 |
| 7489 | \x02 |
| 7490 | \x03 |
| 7491 | \x04 |
| 7492 | \x05 |
| 7493 | \x06 |
| 7494 | \x07\x14*_BCM\x01p\x89BCLP\x01h\x00 |
| 7495 | \x00 |
| 7496 | \x00`\xa0\x15\x92\x93`\xffp\x83\x88BCLL`\x00a\\VBRCa\x14!_BQC\x00p\\VBRG`\xa0\x0f\x92\x94` |
| 7497 | \x07\xa4\x83\x88BCLP`\x00\xa1\x03\xa4\x00''') |
| 7498 | f('sys/firmware/acpi/tables/SLIC', 0o664, b'SLICv\x01\x00\x00\x01\x1dLENOVOTP-7I \x11\x00\x00 LTP\x00\x00\x00\x00\x00\x00\x00\x00\x9c\x00\x00\x00\x06\x02\x00\x00\x00$\x00\x00RSA1\x00\x04\x00\x00\x01\x00\x01\x00i\x16J\x9f\xb1K:\xfb\x80 \xaa\xaf\xc4\xf9>\xc1\x80I\xeeje&r\x1e\xcd\xbf_/\x96\xd6\xc0\n\x92\xf5\x06\xb5\x00\xb2;)\x02\xe2L\x8d\xc2\xf2\xbcAw\x9cp\xf0\xf3\x1b\t\xd2cZ\xdc\xa8\x83\xf8^\xc9\x15\x95\xf9\xfa\xfd\xdc\x05\xb7Mg\x7f-\xb3\x843 \xe1\xd1y*\xa7jw\xd1\xb6 *vB\xc5\xd5\xe9\xb6C@UD\xc3\xc97\x99_A\x97p\xf3\xd1\xf6\x07\xec{\x1a)\xa1\xc1\xf1\x91\xfdH\x86n>\xce\xcb\x01\x00\x00\x00\xb6\x00\x00\x00\x00\x00\x02\x00LENOVOTP-7I WINDOWS \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8bz\xb4\xe1\x0e{\x7fc\xd3M%N\xd7\tBd\x9c\x89\xf6F\xb8L\xd5M\x86sy\xf0\x15\xf2\x98\xad\x806\t\xbd\x8c%wn\xb8C\xf4\xb1\xf0W\x08x\x8d\xc6\x18T\xe1`G\xf07\xfdH\xd2\xfdM\x07\xdd\x91O\x9e*\xd6\xdd4\xeb\x9ac\x9a\xb8O%\xd4o\xf0\x95\xbb\xce\xbd:X\x04\xc5l\xb8\xa8\xd89\xf5\x02Oh\x84\x9c)K\xd0\x9b\x16\xb5\xf5A\xb0\x9d\xb8A\x07\x9dJ\x11\xaf\x19\xbd\xb7\xc7\x05\xb6\xa7\x93H\xf6\xcb') |
| 7499 | f('sys/firmware/acpi/tables/SSDT3', 0o664, b'''SSDT\xa6\x00\x00\x00\x01hLENOVOTP-7I \x11\x00\x00INTL\x13\x05\x05 \x10A\x08\\._PR_CPU1\x08_TPC |
| 7500 | \x00\x14\x16_PTC\x00\xa4\\/\x03_PR_CPU0_PTC\x14\x16_TSS\x00\xa4\\/\x03_PR_CPU0_TSS\x14?_TSD\x00\xa0\'\x90{CFGD\x0c\x00\x00\x00\x01\x00\x92{PDC1 |
| 7501 | \x04\x00\xa4\x12\x0f\x01\x12\x0c\x05 |
| 7502 | \x05 |
| 7503 | \x00 |
| 7504 | \x00 |
| 7505 | \xfd |
| 7506 | \x02\xa4\x12\x0f\x01\x12\x0c\x05 |
| 7507 | \x05 |
| 7508 | \x00 |
| 7509 | \x01 |
| 7510 | \xfc |
| 7511 | \x01''') |
| 7512 | f('sys/firmware/acpi/tables/SSDT5', 0o664, b'''SSDT\xd8\x01\x00\x00\x01\tLENOVOTP-7I \x11\x00\x00INTL\x13\x05\x05 \x10C\x1b\\/\x03_SB_PCI0SATA[\x82@\x1aPRT0\x08DRE0 |
| 7513 | \x00\x08DIP0 |
| 7514 | \x00\x08HDTF\x11\x11 |
| 7515 | \x0e\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x8cHDTF |
| 7516 | \rHFLC\x08ERTF\x11\x18 |
| 7517 | \x15\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5_\x00\x00\x00\x00\xa0\xef\x8cERTF |
| 7518 | \rEFLC\x08HPTF\x11\x18 |
| 7519 | \x15\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x10\x03\x00\x00\x00\xa0\xef\x8cHPTF |
| 7520 | \rPFLC\x08HXTF\x11\x1f |
| 7521 | \x1c\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5_\x00\x00\x00\x00\xa0\xef\x10\x03\x00\x00\x00\xa0\xef\x8cHXTF |
| 7522 | \rXFLC\x08_ADR\x0b\xff\xff\x14L\x08_SDD\x01p |
| 7523 | \x00DRE0p |
| 7524 | \x00DIP0\xa0F\x07\x93\x87h\x0b\x00\x02\x8bh |
| 7525 | \x9cM078\x8bh |
| 7526 | \xacM086\x8bh |
| 7527 | \xeeM119\x8bh\x0b(\x01M148\xa0\x1f\x93{M148\x0b\x00\xc0\x00\x0b\x00@\xa0\x10{M148 |
| 7528 | \x04\x00p |
| 7529 | \x01DRE0\xa0\x1b{M086\x0b\x00\x80\x00\xa0\x10{M119 |
| 7530 | \x01\x00p |
| 7531 | \x01DRE0\xa0\x10{M078 |
| 7532 | \x08\x00p |
| 7533 | \x01DIP0\x14B\x05_GTF\x00\xa0"\\OSSSp |
| 7534 | \xe1XFLCp |
| 7535 | \xe1EFLCp |
| 7536 | \xe1HFLCp |
| 7537 | \xe1PFLC\xa0\x17DRE0\xa0 |
| 7538 | DIP0\xa4HXTF\xa1\x06\xa4ERTF\xa0 |
| 7539 | DIP0\xa4HPTF\xa4HDTF''') |
| 7540 | f('sys/firmware/acpi/tables/HPET', 0o664, b'HPET8\x00\x00\x00\x01\xaaLENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x01\xa2\x86\x80\x00\x00\x00\x00\x00\x00\xd0\xfe\x00\x00\x00\x00\x00\x80\x00\x00') |
| 7541 | f('sys/firmware/acpi/tables/FACP', 0o664, b'FACP\xf4\x00\x00\x00\x03\xf0LENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x00@\xef\x7f^\x19\xed\x7f\x00\x02\t\x00\xb2\x00\x00\x00\xf0\xf1\x00\xf3\x00\x10\x00\x00\x00\x00\x00\x00\x04\x10\x00\x00\x00\x00\x00\x00 \x10\x00\x00\x08\x10\x00\x00(\x10\x00\x00\x00\x00\x00\x00\x04\x02\x01\x04\x08\x00\x00\xf4\x01\x00U\x00\x00\x00\x00\x00\x01\x03\r\x002\x12\x00\x00\xad\xc2\x00\x00\x01\x08\x00\x00\xf9\x0c\x00\x00\x00\x00\x00\x00\x06\x00\x00\x00\x00@\xef\x7f\x00\x00\x00\x00^\x19\xed\x7f\x00\x00\x00\x00\x01 \x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x10\x00\x00\x04\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x08\x00\x00 \x10\x00\x00\x00\x00\x00\x00\x01 \x00\x00\x08\x10\x00\x00\x00\x00\x00\x00\x01 \x00\x00(\x10\x00\x00\x00\x00\x00\x00\x01 \x00\x00,\x10\x00\x00\x00\x00\x00\x00') |
| 7542 | f('sys/firmware/acpi/tables/APIC', 0o664, b'''APICh\x00\x00\x00\x01lLENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x00\x00\xe0\xfe\x01\x00\x00\x00\x00\x08\x00\x00\x01\x00\x00\x00\x00\x08\x01\x01\x01\x00\x00\x00\x01\x0c\x01\x00\x00\x00\xc0\xfe\x00\x00\x00\x00\x02 |
| 7543 | \x00\x00\x02\x00\x00\x00\x00\x00\x02 |
| 7544 | \x00\t\t\x00\x00\x00\r\x00\x04\x06\x00\x05\x00\x01\x04\x06\x01\x05\x00\x01''') |
| 7545 | f('sys/firmware/acpi/tables/SSDT2', 0o664, b'''SSDT_\x02\x00\x00\x01\xc2LENOVOTP-7I \x11\x00\x00INTL\x13\x05\x05 \x10J#\\._PR_CPU0\x08_TPC |
| 7546 | \x00\x14M\x06_PTC\x00\xa07{PDC0 |
| 7547 | \x04\x00\xa4\x12,\x02\x11\x14 |
| 7548 | \x11\x82\x0c\x00\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\x11\x14 |
| 7549 | \x11\x82\x0c\x00\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\xa4\x12,\x02\x11\x14 |
| 7550 | \x11\x82\x0c\x00\x01\x04\x01\x00\x10\x10\x00\x00\x00\x00\x00\x00y\x00\x11\x14 |
| 7551 | \x11\x82\x0c\x00\x01\x04\x01\x00\x10\x10\x00\x00\x00\x00\x00\x00y\x00\x08TSSI\x12A\x07\x08\x12\r\x05 |
| 7552 | d\x0b\xe8\x03 |
| 7553 | \x00 |
| 7554 | \x00 |
| 7555 | \x00\x12\r\x05 |
| 7556 | X\x0bk\x03 |
| 7557 | \x00 |
| 7558 | \x0f |
| 7559 | \x00\x12\r\x05 |
| 7560 | K\x0b\xee\x02 |
| 7561 | \x00 |
| 7562 | \x0e |
| 7563 | \x00\x12\r\x05 |
| 7564 | ?\x0bq\x02 |
| 7565 | \x00 |
| 7566 | \r |
| 7567 | \x00\x12\r\x05 |
| 7568 | 2\x0b\xf4\x01 |
| 7569 | \x00 |
| 7570 | \x0c |
| 7571 | \x00\x12\r\x05 |
| 7572 | &\x0bw\x01 |
| 7573 | \x00 |
| 7574 | \x0b |
| 7575 | \x00\x12\x0c\x05 |
| 7576 | \x19 |
| 7577 | \xfa |
| 7578 | \x00 |
| 7579 | |
| 7580 | |
| 7581 | \x00\x12\x0c\x05 |
| 7582 | \r |
| 7583 | } |
| 7584 | \x00 |
| 7585 | \t |
| 7586 | \x00\x08TSSM\x12A\x07\x08\x12\r\x05 |
| 7587 | d\x0b\xe8\x03 |
| 7588 | \x00 |
| 7589 | \x00 |
| 7590 | \x00\x12\r\x05 |
| 7591 | X\x0bk\x03 |
| 7592 | \x00 |
| 7593 | \x1e |
| 7594 | \x00\x12\r\x05 |
| 7595 | K\x0b\xee\x02 |
| 7596 | \x00 |
| 7597 | \x1c |
| 7598 | \x00\x12\r\x05 |
| 7599 | ?\x0bq\x02 |
| 7600 | \x00 |
| 7601 | \x1a |
| 7602 | \x00\x12\r\x05 |
| 7603 | 2\x0b\xf4\x01 |
| 7604 | \x00 |
| 7605 | \x18 |
| 7606 | \x00\x12\r\x05 |
| 7607 | &\x0bw\x01 |
| 7608 | \x00 |
| 7609 | \x16 |
| 7610 | \x00\x12\x0c\x05 |
| 7611 | \x19 |
| 7612 | \xfa |
| 7613 | \x00 |
| 7614 | \x14 |
| 7615 | \x00\x12\x0c\x05 |
| 7616 | \r |
| 7617 | } |
| 7618 | \x00 |
| 7619 | \x12 |
| 7620 | \x00\x08TSSF |
| 7621 | \x00\x14C\x08_TSS\x00\xa0G\x06\x90\x92TSSF[\x12_PSS\x00p_PSS`p\x87`avap\x83\x88\x83\x88`a\x00 |
| 7622 | \x01\x00bp |
| 7623 | \x00c\xa25\x95c\x87TSSIpxwbt |
| 7624 | \x08c\x00\x00 |
| 7625 | \x08\x00\x00dpd\x88\x83\x88TSSIc\x00 |
| 7626 | \x01\x00pd\x88\x83\x88TSSMc\x00 |
| 7627 | \x01\x00ucp\xffTSSF\xa0\x0e{PDC0 |
| 7628 | \x04\x00\xa4TSSM\xa4TSSI\x14?_TSD\x00\xa0\'\x90{CFGD\x0c\x00\x00\x00\x01\x00\x92{PDC0 |
| 7629 | \x04\x00\xa4\x12\x0f\x01\x12\x0c\x05 |
| 7630 | \x05 |
| 7631 | \x00 |
| 7632 | \x00 |
| 7633 | \xfd |
| 7634 | \x02\xa4\x12\x0f\x01\x12\x0c\x05 |
| 7635 | \x05 |
| 7636 | \x00 |
| 7637 | \x00 |
| 7638 | \xfc |
| 7639 | \x01''') |
| 7640 | f('sys/firmware/acpi/tables/BOOT', 0o664, b'BOOT(\x00\x00\x00\x01\xa8LENOVOTP-7I \x11\x00\x00 LTP\x01\x00\x00\x005\x00\x00\x00') |
| 7641 | f('sys/firmware/acpi/tables/TCPA', 0o664, b'TCPA2\x00\x00\x00\x02YLENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\xce\x1a\xee\x7f\x00\x00\x00\x00') |
| 7642 | f('sys/firmware/acpi/tables/SSDT4', 0o664, b'''SSDT\xf7\x04\x00\x00\x01\xa6LENOVOTP-7I \x11\x00\x00INTL\x13\x05\x05 \x10E\x08\\\x00\x08SSDT\x12C\x05\x0c\rCPU0IST \x00\x0c6\x1d\xef\x7f\x0c\xc4\x02\x00\x00\rCPU1IST \x00\x0cn\x1c\xef\x7f\x0c\xc8\x00\x00\x00\rCPU0CST \x00\x0c\x7f \xef\x7f\x0cZ\x06\x00\x00\rCPU1CST \x00\x0c\xfa\x1f\xef\x7f\x0c\x85\x00\x00\x00\x08CFGD\x0c\xf1i;\x11\x08\\PDC0\x0c\x00\x00\x00\x80\x08\\PDC1\x0c\x00\x00\x00\x80\x08\\SDTL |
| 7643 | \x00\x10@!\\._PR_CPU0\x08HI0_ |
| 7644 | \x00\x08HC0_ |
| 7645 | \x00\x14H\x06_PDC\x01\x8ah |
| 7646 | \x00REVS\x8ah |
| 7647 | \x04SIZEp\x87h`pt` |
| 7648 | \x08\x00a[\x13h |
| 7649 | @wa |
| 7650 | \x08\x00TEMP\x08STS0\x11\x07 |
| 7651 | \x04\x00\x00\x00\x00sSTS0TEMPb_OSC\x11\x13 |
| 7652 | \x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9SREVSSIZEb\x14L\x18_OSC\x04\x8ak |
| 7653 | \x00STS0\x8ak |
| 7654 | \x04CAP0\x8ah |
| 7655 | \x00IID0\x8ah |
| 7656 | \x04IID1\x8ah |
| 7657 | \x08IID2\x8ah |
| 7658 | \x0cIID3\x08UID0\x11\x13 |
| 7659 | \x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9S\x8aUID0 |
| 7660 | \x00EID0\x8aUID0 |
| 7661 | \x04EID1\x8aUID0 |
| 7662 | \x08EID2\x8aUID0 |
| 7663 | \x0cEID3\xa02\x92\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3p |
| 7664 | \x06STS0\xa4k\xa0\x0f\x92\x93i |
| 7665 | \x01p |
| 7666 | |
| 7667 | STS0\xa4k}{PDC0\x0c\xff\xff\xff\x7f\x00CAP0PDC0\xa0L\x05{CFGD |
| 7668 | \x01\x00\xa0A\x05\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00\x93{PDC0 |
| 7669 | \t\x00 |
| 7670 | \t\x92{SDTL |
| 7671 | \x01\x00}SDTL |
| 7672 | \x01SDTL[\x80IST0\x00\x83\x88SSDT |
| 7673 | \x01\x00\x83\x88SSDT |
| 7674 | \x02\x00[ IST0HI0_\xa0I\x05{CFGD |
| 7675 | \xf0\x00\xa0N\x04\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00{PDC0 |
| 7676 | \x18\x00\x92{SDTL |
| 7677 | \x02\x00}SDTL |
| 7678 | \x02SDTL[\x80CST0\x00\x83\x88SSDT |
| 7679 | \x07\x00\x83\x88SSDT |
| 7680 | \x08\x00[ CST0HC0_\xa4k\x10K#\\._PR_CPU1\x08HI1_ |
| 7681 | \x00\x08HC1_ |
| 7682 | \x00\x14H\x06_PDC\x01\x8ah |
| 7683 | \x00REVS\x8ah |
| 7684 | \x04SIZEp\x87h`pt` |
| 7685 | \x08\x00a[\x13h |
| 7686 | @wa |
| 7687 | \x08\x00TEMP\x08STS1\x11\x07 |
| 7688 | \x04\x00\x00\x00\x00sSTS1TEMPb_OSC\x11\x13 |
| 7689 | \x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9SREVSSIZEb\x14L\x18_OSC\x04\x8ak |
| 7690 | \x00STS1\x8ak |
| 7691 | \x04CAP1\x8ah |
| 7692 | \x00IID0\x8ah |
| 7693 | \x04IID1\x8ah |
| 7694 | \x08IID2\x8ah |
| 7695 | \x0cIID3\x08UID1\x11\x13 |
| 7696 | \x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9S\x8aUID1 |
| 7697 | \x00EID0\x8aUID1 |
| 7698 | \x04EID1\x8aUID1 |
| 7699 | \x08EID2\x8aUID1 |
| 7700 | \x0cEID3\xa02\x92\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3p |
| 7701 | \x06STS1\xa4k\xa0\x0f\x92\x93i |
| 7702 | \x01p |
| 7703 | |
| 7704 | STS1\xa4k}{PDC1\x0c\xff\xff\xff\x7f\x00CAP1PDC1\xa0L\x05{CFGD |
| 7705 | \x01\x00\xa0A\x05\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00\x93{PDC1 |
| 7706 | \t\x00 |
| 7707 | \t\x92{SDTL |
| 7708 | \x10\x00}SDTL |
| 7709 | \x10SDTL[\x80IST1\x00\x83\x88SSDT |
| 7710 | \x04\x00\x83\x88SSDT |
| 7711 | \x05\x00[ IST1HI1_\xa0I\x05{CFGD |
| 7712 | \xf0\x00\xa0N\x04\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00{PDC1 |
| 7713 | \x18\x00\x92{SDTL |
| 7714 | \x00}SDTL |
| 7715 | SDTL[\x80CST1\x00\x83\x88SSDT |
| 7716 | |
| 7717 | \x00\x83\x88SSDT |
| 7718 | \x0b\x00[ CST1HC1_\xa4k\x14*_INI\x00\xa0\x0c\\DTSETHRM |
| 7719 | \x00\xa0\x16\x90\\WXPF\x92\x94\\WSPV |
| 7720 | \x01PPMS |
| 7721 | \x00''') |
| 7722 | f('sys/firmware/acpi/tables/ECDT', 0o664, b'ECDTR\x00\x00\x00\x01ULENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x01\x08\x00\x00f\x00\x00\x00\x00\x00\x00\x00\x01\x08\x00\x00b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1c\\_SB.PCI0.LPC.EC\x00') |
| 7723 | f('sys/firmware/acpi/tables/FACS', 0o664, b'FACS@\x00\x00\x00/\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') |
| 7724 | f('sys/firmware/acpi/tables/MCFG', 0o664, b'MCFG<\x00\x00\x00\x01\x82LENOVOTP-7I \x11\x00\x00LNVO\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x00\x00?\x00\x00\x00\x00') |
| 7725 | d('sys/firmware/acpi/interrupts', 0o775) |
| 7726 | f('sys/firmware/acpi/interrupts/gpe1A', 0o664, b' 0 invalid\n') |
| 7727 | f('sys/firmware/acpi/interrupts/gpe12', 0o664, b' 0 invalid\n') |
| 7728 | f('sys/firmware/acpi/interrupts/gpe11', 0o664, b' 0 invalid\n') |
| 7729 | f('sys/firmware/acpi/interrupts/gpe10', 0o664, b' 0 invalid\n') |
| 7730 | f('sys/firmware/acpi/interrupts/ff_pmtimer', 0o664, b' 0 invalid\n') |
| 7731 | f('sys/firmware/acpi/interrupts/gpe0C', 0o664, b' 0 invalid\n') |
| 7732 | f('sys/firmware/acpi/interrupts/gpe04', 0o664, b' 0 invalid\n') |
| 7733 | f('sys/firmware/acpi/interrupts/gpe06', 0o664, b' 0 invalid\n') |
| 7734 | f('sys/firmware/acpi/interrupts/gpe14', 0o664, b' 0 invalid\n') |
| 7735 | f('sys/firmware/acpi/interrupts/gpe0B', 0o664, b' 0 invalid\n') |
| 7736 | f('sys/firmware/acpi/interrupts/sci', 0o664, b' 14240\n') |
| 7737 | f('sys/firmware/acpi/interrupts/gpe08', 0o664, b' 0 invalid\n') |
| 7738 | f('sys/firmware/acpi/interrupts/gpe15', 0o664, b' 0 invalid\n') |
| 7739 | f('sys/firmware/acpi/interrupts/gpe17', 0o664, b' 0 invalid\n') |
| 7740 | f('sys/firmware/acpi/interrupts/gpe0A', 0o664, b' 0 invalid\n') |
| 7741 | f('sys/firmware/acpi/interrupts/ff_rt_clk', 0o664, b' 0 invalid\n') |
| 7742 | f('sys/firmware/acpi/interrupts/gpe09', 0o664, b' 0 invalid\n') |
| 7743 | f('sys/firmware/acpi/interrupts/gpe19', 0o664, b' 0 invalid\n') |
| 7744 | f('sys/firmware/acpi/interrupts/gpe03', 0o664, b' 0 invalid\n') |
| 7745 | f('sys/firmware/acpi/interrupts/gpe01', 0o664, b' 1\tenable\n') |
| 7746 | f('sys/firmware/acpi/interrupts/ff_slp_btn', 0o664, b' 0 invalid\n') |
| 7747 | f('sys/firmware/acpi/interrupts/error', 0o664, b' 0\n') |
| 7748 | f('sys/firmware/acpi/interrupts/gpe1C', 0o664, b' 14039\tenable\n') |
| 7749 | f('sys/firmware/acpi/interrupts/ff_pwr_btn', 0o664, b' 0\tenable\n') |
| 7750 | f('sys/firmware/acpi/interrupts/gpe0D', 0o664, b' 0 invalid\n') |
| 7751 | f('sys/firmware/acpi/interrupts/gpe05', 0o664, b' 0 invalid\n') |
| 7752 | f('sys/firmware/acpi/interrupts/gpe02', 0o664, b' 200\tenable\n') |
| 7753 | f('sys/firmware/acpi/interrupts/gpe1E', 0o664, b' 0 invalid\n') |
| 7754 | f('sys/firmware/acpi/interrupts/gpe18', 0o664, b' 0\tenable\n') |
| 7755 | f('sys/firmware/acpi/interrupts/gpe1D', 0o664, b' 0 invalid\n') |
| 7756 | f('sys/firmware/acpi/interrupts/gpe1F', 0o664, b' 0 invalid\n') |
| 7757 | f('sys/firmware/acpi/interrupts/gpe0E', 0o664, b' 0 invalid\n') |
| 7758 | f('sys/firmware/acpi/interrupts/gpe00', 0o664, b' 0 invalid\n') |
| 7759 | f('sys/firmware/acpi/interrupts/gpe1B', 0o664, b' 0 invalid\n') |
| 7760 | f('sys/firmware/acpi/interrupts/gpe0F', 0o664, b' 0 invalid\n') |
| 7761 | f('sys/firmware/acpi/interrupts/gpe07', 0o664, b' 0 invalid\n') |
| 7762 | f('sys/firmware/acpi/interrupts/gpe16', 0o664, b' 0 invalid\n') |
| 7763 | f('sys/firmware/acpi/interrupts/gpe13', 0o664, b' 0 invalid\n') |
| 7764 | f('sys/firmware/acpi/interrupts/gpe_all', 0o664, b' 14240\n') |
| 7765 | f('sys/firmware/acpi/interrupts/ff_gbl_lock', 0o664, b' 0\tenable\n') |
| 7766 | d('sys/bus', 0o755) |
| 7767 | d('sys/bus/pci_express', 0o755) |
| 7768 | f('sys/bus/pci_express/drivers_autoprobe', 0o644, b'1\n') |
| 7769 | d('sys/bus/pci_express/devices', 0o755) |
| 7770 | l('sys/bus/pci_express/devices/0000:00:1c.2:pcie02', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02') |
| 7771 | l('sys/bus/pci_express/devices/0000:00:1c.2:pcie00', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00') |
| 7772 | l('sys/bus/pci_express/devices/0000:00:1c.0:pcie03', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03') |
| 7773 | l('sys/bus/pci_express/devices/0000:00:01.0:pcie03', '../../../devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03') |
| 7774 | l('sys/bus/pci_express/devices/0000:00:1c.2:pcie03', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03') |
| 7775 | l('sys/bus/pci_express/devices/0000:00:1c.1:pcie02', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02') |
| 7776 | l('sys/bus/pci_express/devices/0000:00:1c.0:pcie00', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00') |
| 7777 | l('sys/bus/pci_express/devices/0000:00:1c.3:pcie02', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02') |
| 7778 | l('sys/bus/pci_express/devices/0000:00:1c.0:pcie02', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02') |
| 7779 | l('sys/bus/pci_express/devices/0000:00:1c.1:pcie03', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03') |
| 7780 | l('sys/bus/pci_express/devices/0000:00:1c.3:pcie03', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03') |
| 7781 | l('sys/bus/pci_express/devices/0000:00:1c.1:pcie00', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00') |
| 7782 | l('sys/bus/pci_express/devices/0000:00:1c.3:pcie00', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00') |
| 7783 | l('sys/bus/pci_express/devices/0000:00:01.0:pcie00', '../../../devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00') |
| 7784 | d('sys/bus/acpi', 0o775) |
| 7785 | f('sys/bus/acpi/drivers_autoprobe', 0o664, b'1\n') |
| 7786 | d('sys/bus/acpi/drivers', 0o775) |
| 7787 | d('sys/bus/acpi/drivers/thinkpad_hotkey', 0o775) |
| 7788 | l('sys/bus/acpi/drivers/thinkpad_hotkey/IBM0068:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00') |
| 7789 | d('sys/bus/acpi/drivers/button', 0o775) |
| 7790 | l('sys/bus/acpi/drivers/button/PNP0C0E:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0E:00') |
| 7791 | l('sys/bus/acpi/drivers/button/PNP0C0D:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0D:00') |
| 7792 | l('sys/bus/acpi/drivers/button/LNXPWRBN:00', '../../../../devices/LNXSYSTM:00/LNXPWRBN:00') |
| 7793 | d('sys/bus/acpi/drivers/processor', 0o775) |
| 7794 | l('sys/bus/acpi/drivers/processor/ACPI0007:01', '../../../../devices/LNXSYSTM:00/ACPI0007:01') |
| 7795 | l('sys/bus/acpi/drivers/processor/ACPI0007:00', '../../../../devices/LNXSYSTM:00/ACPI0007:00') |
| 7796 | d('sys/bus/acpi/drivers/power', 0o775) |
| 7797 | l('sys/bus/acpi/drivers/power/LNXPOWER:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00') |
| 7798 | d('sys/bus/acpi/drivers/pci_link', 0o775) |
| 7799 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:05', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:05') |
| 7800 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:07', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:07') |
| 7801 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:04', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:04') |
| 7802 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:02', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:02') |
| 7803 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:00') |
| 7804 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:01', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:01') |
| 7805 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:06', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:06') |
| 7806 | l('sys/bus/acpi/drivers/pci_link/PNP0C0F:03', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:03') |
| 7807 | d('sys/bus/acpi/drivers/battery', 0o775) |
| 7808 | l('sys/bus/acpi/drivers/battery/PNP0C0A:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00') |
| 7809 | d('sys/bus/acpi/drivers/ec', 0o775) |
| 7810 | l('sys/bus/acpi/drivers/ec/PNP0C09:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00') |
| 7811 | d('sys/bus/acpi/drivers/pci_root', 0o775) |
| 7812 | l('sys/bus/acpi/drivers/pci_root/PNP0A08:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00') |
| 7813 | d('sys/bus/acpi/drivers/thermal', 0o775) |
| 7814 | l('sys/bus/acpi/drivers/thermal/LNXTHERM:01', '../../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01') |
| 7815 | l('sys/bus/acpi/drivers/thermal/LNXTHERM:02', '../../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02') |
| 7816 | d('sys/bus/acpi/drivers/ac', 0o775) |
| 7817 | l('sys/bus/acpi/drivers/ac/ACPI0003:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00') |
| 7818 | d('sys/bus/acpi/devices', 0o775) |
| 7819 | l('sys/bus/acpi/devices/device:11', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11') |
| 7820 | l('sys/bus/acpi/devices/device:21', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21') |
| 7821 | l('sys/bus/acpi/devices/PNP0000:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00') |
| 7822 | l('sys/bus/acpi/devices/device:0b', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b') |
| 7823 | l('sys/bus/acpi/devices/device:1f', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f') |
| 7824 | l('sys/bus/acpi/devices/LNXTHERM:01', '../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01') |
| 7825 | l('sys/bus/acpi/devices/PNP0103:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00') |
| 7826 | l('sys/bus/acpi/devices/LNXPOWER:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00') |
| 7827 | l('sys/bus/acpi/devices/device:1c', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c') |
| 7828 | l('sys/bus/acpi/devices/device:06', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06') |
| 7829 | l('sys/bus/acpi/devices/ACPI0003:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00') |
| 7830 | l('sys/bus/acpi/devices/PNP0C0A:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00') |
| 7831 | l('sys/bus/acpi/devices/device:0e', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e') |
| 7832 | l('sys/bus/acpi/devices/ATM1200:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00') |
| 7833 | l('sys/bus/acpi/devices/device:08', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08') |
| 7834 | l('sys/bus/acpi/devices/PNP0C0F:05', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:05') |
| 7835 | l('sys/bus/acpi/devices/device:18', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18') |
| 7836 | l('sys/bus/acpi/devices/device:0c', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c') |
| 7837 | l('sys/bus/acpi/devices/PNP0303:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00') |
| 7838 | l('sys/bus/acpi/devices/device:17', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17') |
| 7839 | l('sys/bus/acpi/devices/device:02', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02') |
| 7840 | l('sys/bus/acpi/devices/ACPI0007:01', '../../../devices/LNXSYSTM:00/ACPI0007:01') |
| 7841 | l('sys/bus/acpi/devices/device:13', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13') |
| 7842 | l('sys/bus/acpi/devices/PNP0C0E:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0E:00') |
| 7843 | l('sys/bus/acpi/devices/device:04', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04') |
| 7844 | l('sys/bus/acpi/devices/PNP0A08:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00') |
| 7845 | l('sys/bus/acpi/devices/PNP0C04:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00') |
| 7846 | l('sys/bus/acpi/devices/LNXTHERM:00', '../../../devices/LNXSYSTM:00/LNXTHERM:00') |
| 7847 | l('sys/bus/acpi/devices/device:15', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15') |
| 7848 | l('sys/bus/acpi/devices/IBM0079:00', '../../../devices/LNXSYSTM:00/device:00/IBM0079:00') |
| 7849 | l('sys/bus/acpi/devices/device:1d', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d') |
| 7850 | l('sys/bus/acpi/devices/PNP0C0D:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0D:00') |
| 7851 | l('sys/bus/acpi/devices/device:23', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23') |
| 7852 | l('sys/bus/acpi/devices/device:19', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19') |
| 7853 | l('sys/bus/acpi/devices/device:12', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12') |
| 7854 | l('sys/bus/acpi/devices/device:1a', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a') |
| 7855 | l('sys/bus/acpi/devices/device:00', '../../../devices/LNXSYSTM:00/device:00') |
| 7856 | l('sys/bus/acpi/devices/PNP0800:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00') |
| 7857 | l('sys/bus/acpi/devices/PNP0C02:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00') |
| 7858 | l('sys/bus/acpi/devices/device:10', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10') |
| 7859 | l('sys/bus/acpi/devices/PNP0100:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00') |
| 7860 | l('sys/bus/acpi/devices/device:0d', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d') |
| 7861 | l('sys/bus/acpi/devices/IBM0068:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00') |
| 7862 | l('sys/bus/acpi/devices/device:25', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25') |
| 7863 | l('sys/bus/acpi/devices/PNP0C01:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C01:00') |
| 7864 | l('sys/bus/acpi/devices/device:01', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01') |
| 7865 | l('sys/bus/acpi/devices/PNP0C0F:07', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:07') |
| 7866 | l('sys/bus/acpi/devices/PNP0C0F:04', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:04') |
| 7867 | l('sys/bus/acpi/devices/device:1b', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b') |
| 7868 | l('sys/bus/acpi/devices/device:24', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24') |
| 7869 | l('sys/bus/acpi/devices/device:1e', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e') |
| 7870 | l('sys/bus/acpi/devices/ACPI0007:00', '../../../devices/LNXSYSTM:00/ACPI0007:00') |
| 7871 | l('sys/bus/acpi/devices/LNXTHERM:02', '../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02') |
| 7872 | l('sys/bus/acpi/devices/PNP0C09:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00') |
| 7873 | l('sys/bus/acpi/devices/device:20', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20') |
| 7874 | l('sys/bus/acpi/devices/PNP0C0F:02', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:02') |
| 7875 | l('sys/bus/acpi/devices/LNXSYSTM:00', '../../../devices/LNXSYSTM:00') |
| 7876 | l('sys/bus/acpi/devices/device:05', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05') |
| 7877 | l('sys/bus/acpi/devices/PNP0C0F:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:00') |
| 7878 | l('sys/bus/acpi/devices/device:0f', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f') |
| 7879 | l('sys/bus/acpi/devices/device:16', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16') |
| 7880 | l('sys/bus/acpi/devices/device:09', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09') |
| 7881 | l('sys/bus/acpi/devices/device:07', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07') |
| 7882 | l('sys/bus/acpi/devices/device:03', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03') |
| 7883 | l('sys/bus/acpi/devices/device:22', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22') |
| 7884 | l('sys/bus/acpi/devices/PNP0C0F:01', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:01') |
| 7885 | l('sys/bus/acpi/devices/PNP0C0F:06', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:06') |
| 7886 | l('sys/bus/acpi/devices/device:0a', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a') |
| 7887 | l('sys/bus/acpi/devices/PNP0200:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00') |
| 7888 | l('sys/bus/acpi/devices/device:14', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14') |
| 7889 | l('sys/bus/acpi/devices/IBM0057:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00') |
| 7890 | l('sys/bus/acpi/devices/PNP0B00:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00') |
| 7891 | l('sys/bus/acpi/devices/PNP0C0F:03', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:03') |
| 7892 | l('sys/bus/acpi/devices/LNXPWRBN:00', '../../../devices/LNXSYSTM:00/LNXPWRBN:00') |
| 7893 | d('sys/bus/serio', 0o755) |
| 7894 | f('sys/bus/serio/drivers_autoprobe', 0o644, b'1\n') |
| 7895 | d('sys/bus/serio/drivers', 0o755) |
| 7896 | d('sys/bus/serio/drivers/psmouse', 0o755) |
| 7897 | l('sys/bus/serio/drivers/psmouse/module', '../../../../module/psmouse') |
| 7898 | l('sys/bus/serio/drivers/psmouse/serio1', '../../../../devices/platform/i8042/serio1') |
| 7899 | f('sys/bus/serio/drivers/psmouse/bind_mode', 0o644, b'auto\n') |
| 7900 | f('sys/bus/serio/drivers/psmouse/description', 0o644, b'PS/2 mouse driver\n') |
| 7901 | d('sys/bus/serio/drivers/atkbd', 0o755) |
| 7902 | l('sys/bus/serio/drivers/atkbd/serio0', '../../../../devices/platform/i8042/serio0') |
| 7903 | l('sys/bus/serio/drivers/atkbd/module', '../../../../module/atkbd') |
| 7904 | f('sys/bus/serio/drivers/atkbd/bind_mode', 0o644, b'auto\n') |
| 7905 | f('sys/bus/serio/drivers/atkbd/description', 0o644, b'AT and PS/2 keyboard driver\n') |
| 7906 | d('sys/bus/serio/devices', 0o755) |
| 7907 | l('sys/bus/serio/devices/serio0', '../../../devices/platform/i8042/serio0') |
| 7908 | l('sys/bus/serio/devices/serio1', '../../../devices/platform/i8042/serio1') |
| 7909 | d('sys/bus/scsi', 0o755) |
| 7910 | f('sys/bus/scsi/drivers_autoprobe', 0o644, b'1\n') |
| 7911 | d('sys/bus/scsi/drivers', 0o755) |
| 7912 | d('sys/bus/scsi/drivers/sd', 0o755) |
| 7913 | l('sys/bus/scsi/drivers/sd/7:0:0:0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0') |
| 7914 | l('sys/bus/scsi/drivers/sd/0:0:0:0', '../../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0') |
| 7915 | d('sys/bus/scsi/drivers/sr', 0o755) |
| 7916 | l('sys/bus/scsi/drivers/sr/4:0:0:0', '../../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0') |
| 7917 | d('sys/bus/scsi/devices', 0o755) |
| 7918 | l('sys/bus/scsi/devices/target4:0:0', '../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0') |
| 7919 | l('sys/bus/scsi/devices/host0', '../../../devices/pci0000:00/0000:00:1f.2/host0') |
| 7920 | l('sys/bus/scsi/devices/host5', '../../../devices/pci0000:00/0000:00:1f.1/host5') |
| 7921 | l('sys/bus/scsi/devices/host1', '../../../devices/pci0000:00/0000:00:1f.2/host1') |
| 7922 | l('sys/bus/scsi/devices/target0:0:0', '../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0') |
| 7923 | l('sys/bus/scsi/devices/host4', '../../../devices/pci0000:00/0000:00:1f.1/host4') |
| 7924 | l('sys/bus/scsi/devices/7:0:0:0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0') |
| 7925 | l('sys/bus/scsi/devices/target7:0:0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0') |
| 7926 | l('sys/bus/scsi/devices/0:0:0:0', '../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0') |
| 7927 | l('sys/bus/scsi/devices/host2', '../../../devices/pci0000:00/0000:00:1f.2/host2') |
| 7928 | l('sys/bus/scsi/devices/host7', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7') |
| 7929 | l('sys/bus/scsi/devices/4:0:0:0', '../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0') |
| 7930 | l('sys/bus/scsi/devices/host3', '../../../devices/pci0000:00/0000:00:1f.2/host3') |
| 7931 | d('sys/bus/usb', 0o755) |
| 7932 | f('sys/bus/usb/drivers_autoprobe', 0o644, b'1\n') |
| 7933 | d('sys/bus/usb/drivers', 0o755) |
| 7934 | d('sys/bus/usb/drivers/usb-storage', 0o755) |
| 7935 | l('sys/bus/usb/drivers/usb-storage/module', '../../../../module/usb_storage') |
| 7936 | l('sys/bus/usb/drivers/usb-storage/5-1:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0') |
| 7937 | d('sys/bus/usb/drivers/cdc_acm', 0o755) |
| 7938 | l('sys/bus/usb/drivers/cdc_acm/5-2:1.1', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1') |
| 7939 | l('sys/bus/usb/drivers/cdc_acm/5-2:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0') |
| 7940 | l('sys/bus/usb/drivers/cdc_acm/module', '../../../../module/cdc_acm') |
| 7941 | d('sys/bus/usb/drivers/usbhid', 0o755) |
| 7942 | l('sys/bus/usb/drivers/usbhid/3-1:1.0', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0') |
| 7943 | l('sys/bus/usb/drivers/usbhid/module', '../../../../module/usbhid') |
| 7944 | d('sys/bus/usb/drivers/hub', 0o755) |
| 7945 | l('sys/bus/usb/drivers/hub/3-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0') |
| 7946 | l('sys/bus/usb/drivers/hub/1-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0') |
| 7947 | l('sys/bus/usb/drivers/hub/4-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0') |
| 7948 | l('sys/bus/usb/drivers/hub/module', '../../../../module/usbcore') |
| 7949 | l('sys/bus/usb/drivers/hub/2-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0') |
| 7950 | l('sys/bus/usb/drivers/hub/5-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0') |
| 7951 | d('sys/bus/usb/drivers/usb', 0o755) |
| 7952 | l('sys/bus/usb/drivers/usb/usb5', '../../../../devices/pci0000:00/0000:00:1d.7/usb5') |
| 7953 | l('sys/bus/usb/drivers/usb/usb1', '../../../../devices/pci0000:00/0000:00:1d.0/usb1') |
| 7954 | l('sys/bus/usb/drivers/usb/4-2', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2') |
| 7955 | l('sys/bus/usb/drivers/usb/5-1', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1') |
| 7956 | l('sys/bus/usb/drivers/usb/5-2', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2') |
| 7957 | l('sys/bus/usb/drivers/usb/4-1', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1') |
| 7958 | l('sys/bus/usb/drivers/usb/module', '../../../../module/usbcore') |
| 7959 | l('sys/bus/usb/drivers/usb/usb4', '../../../../devices/pci0000:00/0000:00:1d.3/usb4') |
| 7960 | l('sys/bus/usb/drivers/usb/usb3', '../../../../devices/pci0000:00/0000:00:1d.2/usb3') |
| 7961 | l('sys/bus/usb/drivers/usb/usb2', '../../../../devices/pci0000:00/0000:00:1d.1/usb2') |
| 7962 | l('sys/bus/usb/drivers/usb/3-1', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1') |
| 7963 | d('sys/bus/usb/drivers/usbfs', 0o755) |
| 7964 | l('sys/bus/usb/drivers/usbfs/module', '../../../../module/usbcore') |
| 7965 | d('sys/bus/usb/devices', 0o755) |
| 7966 | l('sys/bus/usb/devices/4-1:1.3', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3') |
| 7967 | l('sys/bus/usb/devices/5-2:1.4', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4') |
| 7968 | l('sys/bus/usb/devices/usb5', '../../../devices/pci0000:00/0000:00:1d.7/usb5') |
| 7969 | l('sys/bus/usb/devices/4-1:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0') |
| 7970 | l('sys/bus/usb/devices/5-2:1.2', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2') |
| 7971 | l('sys/bus/usb/devices/3-0:1.0', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0') |
| 7972 | l('sys/bus/usb/devices/usb1', '../../../devices/pci0000:00/0000:00:1d.0/usb1') |
| 7973 | l('sys/bus/usb/devices/4-2', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2') |
| 7974 | l('sys/bus/usb/devices/5-2:1.1', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1') |
| 7975 | l('sys/bus/usb/devices/1-0:1.0', '../../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0') |
| 7976 | l('sys/bus/usb/devices/5-1', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1') |
| 7977 | l('sys/bus/usb/devices/5-2:1.10', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10') |
| 7978 | l('sys/bus/usb/devices/4-0:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0') |
| 7979 | l('sys/bus/usb/devices/5-2:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0') |
| 7980 | l('sys/bus/usb/devices/5-2', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2') |
| 7981 | l('sys/bus/usb/devices/5-2:1.9', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9') |
| 7982 | l('sys/bus/usb/devices/3-1:1.0', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0') |
| 7983 | l('sys/bus/usb/devices/5-2:1.13', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13') |
| 7984 | l('sys/bus/usb/devices/5-2:1.5', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5') |
| 7985 | l('sys/bus/usb/devices/4-1', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1') |
| 7986 | l('sys/bus/usb/devices/4-1:1.2', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2') |
| 7987 | l('sys/bus/usb/devices/usb4', '../../../devices/pci0000:00/0000:00:1d.3/usb4') |
| 7988 | l('sys/bus/usb/devices/2-0:1.0', '../../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0') |
| 7989 | l('sys/bus/usb/devices/5-2:1.11', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11') |
| 7990 | l('sys/bus/usb/devices/usb3', '../../../devices/pci0000:00/0000:00:1d.2/usb3') |
| 7991 | l('sys/bus/usb/devices/5-2:1.12', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12') |
| 7992 | l('sys/bus/usb/devices/5-2:1.3', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3') |
| 7993 | l('sys/bus/usb/devices/5-2:1.6', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6') |
| 7994 | l('sys/bus/usb/devices/4-1:1.1', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1') |
| 7995 | l('sys/bus/usb/devices/5-1:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0') |
| 7996 | l('sys/bus/usb/devices/5-0:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0') |
| 7997 | l('sys/bus/usb/devices/4-2:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0') |
| 7998 | l('sys/bus/usb/devices/usb2', '../../../devices/pci0000:00/0000:00:1d.1/usb2') |
| 7999 | l('sys/bus/usb/devices/3-1', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1') |
| 8000 | d('sys/bus/pci', 0o755) |
| 8001 | f('sys/bus/pci/drivers_autoprobe', 0o644, b'1\n') |
| 8002 | d('sys/bus/pci/drivers', 0o755) |
| 8003 | d('sys/bus/pci/drivers/pcieport-driver', 0o755) |
| 8004 | l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.2', '../../../../devices/pci0000:00/0000:00:1c.2') |
| 8005 | l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.1', '../../../../devices/pci0000:00/0000:00:1c.1') |
| 8006 | l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.3', '../../../../devices/pci0000:00/0000:00:1c.3') |
| 8007 | l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.0', '../../../../devices/pci0000:00/0000:00:1c.0') |
| 8008 | l('sys/bus/pci/drivers/pcieport-driver/0000:00:01.0', '../../../../devices/pci0000:00/0000:00:01.0') |
| 8009 | d('sys/bus/pci/drivers/uhci_hcd', 0o755) |
| 8010 | l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.3', '../../../../devices/pci0000:00/0000:00:1d.3') |
| 8011 | l('sys/bus/pci/drivers/uhci_hcd/module', '../../../../module/uhci_hcd') |
| 8012 | l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.0', '../../../../devices/pci0000:00/0000:00:1d.0') |
| 8013 | l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.2', '../../../../devices/pci0000:00/0000:00:1d.2') |
| 8014 | l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.1', '../../../../devices/pci0000:00/0000:00:1d.1') |
| 8015 | d('sys/bus/pci/drivers/HDA Intel', 0o755) |
| 8016 | l('sys/bus/pci/drivers/HDA Intel/0000:00:1b.0', '../../../../devices/pci0000:00/0000:00:1b.0') |
| 8017 | l('sys/bus/pci/drivers/HDA Intel/module', '../../../../module/snd_hda_intel') |
| 8018 | d('sys/bus/pci/drivers/ata_piix', 0o755) |
| 8019 | l('sys/bus/pci/drivers/ata_piix/0000:00:1f.1', '../../../../devices/pci0000:00/0000:00:1f.1') |
| 8020 | d('sys/bus/pci/drivers/yenta_cardbus', 0o755) |
| 8021 | l('sys/bus/pci/drivers/yenta_cardbus/module', '../../../../module/yenta_socket') |
| 8022 | l('sys/bus/pci/drivers/yenta_cardbus/0000:15:00.0', '../../../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0') |
| 8023 | d('sys/bus/pci/drivers/e1000e', 0o755) |
| 8024 | l('sys/bus/pci/drivers/e1000e/0000:02:00.0', '../../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0') |
| 8025 | l('sys/bus/pci/drivers/e1000e/module', '../../../../module/e1000e') |
| 8026 | d('sys/bus/pci/drivers/iwl3945', 0o755) |
| 8027 | l('sys/bus/pci/drivers/iwl3945/module', '../../../../module/iwl3945') |
| 8028 | l('sys/bus/pci/drivers/iwl3945/0000:03:00.0', '../../../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0') |
| 8029 | d('sys/bus/pci/drivers/ehci_hcd', 0o755) |
| 8030 | l('sys/bus/pci/drivers/ehci_hcd/module', '../../../../module/ehci_hcd') |
| 8031 | d('sys/bus/pci/drivers/agpgart-intel', 0o755) |
| 8032 | l('sys/bus/pci/drivers/agpgart-intel/module', '../../../../module/intel_agp') |
| 8033 | d('sys/bus/pci/drivers/ahci', 0o755) |
| 8034 | l('sys/bus/pci/drivers/ahci/module', '../../../../module/ahci') |
| 8035 | l('sys/bus/pci/drivers/ahci/0000:00:1f.2', '../../../../devices/pci0000:00/0000:00:1f.2') |
| 8036 | d('sys/bus/pci/devices', 0o755) |
| 8037 | l('sys/bus/pci/devices/0000:00:1d.3', '../../../devices/pci0000:00/0000:00:1d.3') |
| 8038 | l('sys/bus/pci/devices/0000:00:1c.2', '../../../devices/pci0000:00/0000:00:1c.2') |
| 8039 | l('sys/bus/pci/devices/0000:00:1b.0', '../../../devices/pci0000:00/0000:00:1b.0') |
| 8040 | l('sys/bus/pci/devices/0000:02:00.0', '../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0') |
| 8041 | l('sys/bus/pci/devices/0000:00:1c.1', '../../../devices/pci0000:00/0000:00:1c.1') |
| 8042 | l('sys/bus/pci/devices/0000:00:00.0', '../../../devices/pci0000:00/0000:00:00.0') |
| 8043 | l('sys/bus/pci/devices/0000:01:00.0', '../../../devices/pci0000:00/0000:00:01.0/0000:01:00.0') |
| 8044 | l('sys/bus/pci/devices/0000:00:1c.3', '../../../devices/pci0000:00/0000:00:1c.3') |
| 8045 | l('sys/bus/pci/devices/0000:00:1f.0', '../../../devices/pci0000:00/0000:00:1f.0') |
| 8046 | l('sys/bus/pci/devices/0000:00:1c.0', '../../../devices/pci0000:00/0000:00:1c.0') |
| 8047 | l('sys/bus/pci/devices/0000:15:00.0', '../../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0') |
| 8048 | l('sys/bus/pci/devices/0000:00:1f.3', '../../../devices/pci0000:00/0000:00:1f.3') |
| 8049 | l('sys/bus/pci/devices/0000:00:1d.0', '../../../devices/pci0000:00/0000:00:1d.0') |
| 8050 | l('sys/bus/pci/devices/0000:00:1f.2', '../../../devices/pci0000:00/0000:00:1f.2') |
| 8051 | l('sys/bus/pci/devices/0000:00:1d.2', '../../../devices/pci0000:00/0000:00:1d.2') |
| 8052 | l('sys/bus/pci/devices/0000:03:00.0', '../../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0') |
| 8053 | l('sys/bus/pci/devices/0000:00:01.0', '../../../devices/pci0000:00/0000:00:01.0') |
| 8054 | l('sys/bus/pci/devices/0000:00:1f.1', '../../../devices/pci0000:00/0000:00:1f.1') |
| 8055 | l('sys/bus/pci/devices/0000:00:1e.0', '../../../devices/pci0000:00/0000:00:1e.0') |
| 8056 | l('sys/bus/pci/devices/0000:00:1d.1', '../../../devices/pci0000:00/0000:00:1d.1') |
| 8057 | d('sys/bus/pnp', 0o755) |
| 8058 | f('sys/bus/pnp/drivers_autoprobe', 0o644, b'1\n') |
| 8059 | d('sys/bus/pnp/drivers', 0o755) |
| 8060 | d('sys/bus/pnp/drivers/system', 0o755) |
| 8061 | l('sys/bus/pnp/drivers/system/00:02', '../../../../devices/pnp0/00:02') |
| 8062 | l('sys/bus/pnp/drivers/system/00:00', '../../../../devices/pnp0/00:00') |
| 8063 | d('sys/bus/pnp/drivers/i8042 kbd', 0o755) |
| 8064 | l('sys/bus/pnp/drivers/i8042 kbd/00:08', '../../../../devices/pnp0/00:08') |
| 8065 | d('sys/bus/pnp/drivers/rtc_cmos', 0o755) |
| 8066 | l('sys/bus/pnp/drivers/rtc_cmos/00:07', '../../../../devices/pnp0/00:07') |
| 8067 | d('sys/bus/pnp/drivers/i8042 aux', 0o755) |
| 8068 | l('sys/bus/pnp/drivers/i8042 aux/00:09', '../../../../devices/pnp0/00:09') |
| 8069 | d('sys/bus/pnp/devices', 0o755) |
| 8070 | l('sys/bus/pnp/devices/00:04', '../../../devices/pnp0/00:04') |
| 8071 | l('sys/bus/pnp/devices/00:0a', '../../../devices/pnp0/00:0a') |
| 8072 | l('sys/bus/pnp/devices/00:03', '../../../devices/pnp0/00:03') |
| 8073 | l('sys/bus/pnp/devices/00:02', '../../../devices/pnp0/00:02') |
| 8074 | l('sys/bus/pnp/devices/00:00', '../../../devices/pnp0/00:00') |
| 8075 | l('sys/bus/pnp/devices/00:09', '../../../devices/pnp0/00:09') |
| 8076 | l('sys/bus/pnp/devices/00:07', '../../../devices/pnp0/00:07') |
| 8077 | l('sys/bus/pnp/devices/00:06', '../../../devices/pnp0/00:06') |
| 8078 | l('sys/bus/pnp/devices/00:08', '../../../devices/pnp0/00:08') |
| 8079 | l('sys/bus/pnp/devices/00:05', '../../../devices/pnp0/00:05') |
| 8080 | l('sys/bus/pnp/devices/00:01', '../../../devices/pnp0/00:01') |
| 8081 | d('sys/bus/pcmcia', 0o755) |
| 8082 | f('sys/bus/pcmcia/drivers_autoprobe', 0o644, b'1\n') |
| 8083 | d('sys/bus/platform', 0o755) |
| 8084 | f('sys/bus/platform/drivers_autoprobe', 0o644, b'1\n') |
| 8085 | d('sys/bus/platform/drivers', 0o755) |
| 8086 | d('sys/bus/platform/drivers/pcspkr', 0o755) |
| 8087 | l('sys/bus/platform/drivers/pcspkr/pcspkr', '../../../../devices/platform/pcspkr') |
| 8088 | l('sys/bus/platform/drivers/pcspkr/module', '../../../../module/pcspkr') |
| 8089 | d('sys/bus/platform/drivers/serial8250', 0o755) |
| 8090 | l('sys/bus/platform/drivers/serial8250/serial8250', '../../../../devices/platform/serial8250') |
| 8091 | d('sys/bus/platform/drivers/thinkpad_acpi', 0o755) |
| 8092 | l('sys/bus/platform/drivers/thinkpad_acpi/module', '../../../../module/thinkpad_acpi') |
| 8093 | l('sys/bus/platform/drivers/thinkpad_acpi/thinkpad_acpi', '../../../../devices/platform/thinkpad_acpi') |
| 8094 | f('sys/bus/platform/drivers/thinkpad_acpi/version', 0o644, b'ThinkPad ACPI Extras v0.21\n') |
| 8095 | f('sys/bus/platform/drivers/thinkpad_acpi/debug_level', 0o644, b'0x0000\n') |
| 8096 | f('sys/bus/platform/drivers/thinkpad_acpi/interface_version', 0o644, b'0x00020200\n') |
| 8097 | d('sys/bus/platform/drivers/vesafb', 0o755) |
| 8098 | l('sys/bus/platform/drivers/vesafb/vesafb.0', '../../../../devices/platform/vesafb.0') |
| 8099 | d('sys/bus/platform/drivers/thinkpad_hwmon', 0o755) |
| 8100 | l('sys/bus/platform/drivers/thinkpad_hwmon/module', '../../../../module/thinkpad_acpi') |
| 8101 | l('sys/bus/platform/drivers/thinkpad_hwmon/thinkpad_hwmon', '../../../../devices/platform/thinkpad_hwmon') |
| 8102 | f('sys/bus/platform/drivers/thinkpad_hwmon/version', 0o644, b'ThinkPad ACPI Extras v0.21\n') |
| 8103 | f('sys/bus/platform/drivers/thinkpad_hwmon/fan_watchdog', 0o644, b'0\n') |
| 8104 | f('sys/bus/platform/drivers/thinkpad_hwmon/debug_level', 0o644, b'0x0000\n') |
| 8105 | f('sys/bus/platform/drivers/thinkpad_hwmon/interface_version', 0o644, b'0x00020200\n') |
| 8106 | d('sys/bus/platform/drivers/i8042', 0o755) |
| 8107 | l('sys/bus/platform/drivers/i8042/i8042', '../../../../devices/platform/i8042') |
| 8108 | d('sys/bus/platform/devices', 0o755) |
| 8109 | l('sys/bus/platform/devices/pcspkr', '../../../devices/platform/pcspkr') |
| 8110 | l('sys/bus/platform/devices/vesafb.0', '../../../devices/platform/vesafb.0') |
| 8111 | l('sys/bus/platform/devices/dock.0', '../../../devices/platform/dock.0') |
| 8112 | l('sys/bus/platform/devices/serial8250', '../../../devices/platform/serial8250') |
| 8113 | l('sys/bus/platform/devices/thinkpad_acpi', '../../../devices/platform/thinkpad_acpi') |
| 8114 | l('sys/bus/platform/devices/thinkpad_hwmon', '../../../devices/platform/thinkpad_hwmon') |
| 8115 | l('sys/bus/platform/devices/microcode', '../../../devices/platform/microcode') |
| 8116 | l('sys/bus/platform/devices/i8042', '../../../devices/platform/i8042') |
| 8117 | d('sys/fs', 0o775) |
| 8118 | d('sys/fs/fuse', 0o775) |
| 8119 | d('sys/fs/fuse/connections', 0o775) |
| 8120 | d('sys/fs/fuse/connections/16', 0o775) |
| 8121 | f('sys/fs/fuse/connections/16/waiting', 0o664, b'0\n') |
| 8122 | f('sys/fs/fuse/connections/16/abort', 0o664, b'') |
| 8123 | d('sys/dev', 0o755) |
| 8124 | d('sys/dev/char', 0o755) |
| 8125 | l('sys/dev/char/4:39', '../../devices/virtual/tty/tty39') |
| 8126 | l('sys/dev/char/116:33', '../../devices/virtual/sound/timer') |
| 8127 | l('sys/dev/char/10:229', '../../devices/virtual/misc/fuse') |
| 8128 | l('sys/dev/char/4:23', '../../devices/virtual/tty/tty23') |
| 8129 | l('sys/dev/char/4:19', '../../devices/virtual/tty/tty19') |
| 8130 | l('sys/dev/char/252:1', '../../devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00') |
| 8131 | l('sys/dev/char/4:48', '../../devices/virtual/tty/tty48') |
| 8132 | l('sys/dev/char/7:129', '../../devices/virtual/vc/vcsa1') |
| 8133 | l('sys/dev/char/4:34', '../../devices/virtual/tty/tty34') |
| 8134 | l('sys/dev/char/189:0', '../../devices/pci0000:00/0000:00:1d.0/usb1') |
| 8135 | l('sys/dev/char/4:61', '../../devices/virtual/tty/tty61') |
| 8136 | l('sys/dev/char/4:5', '../../devices/virtual/tty/tty5') |
| 8137 | l('sys/dev/char/10:1', '../../devices/virtual/misc/psaux') |
| 8138 | l('sys/dev/char/4:47', '../../devices/virtual/tty/tty47') |
| 8139 | l('sys/dev/char/254:2', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0') |
| 8140 | l('sys/dev/char/252:7', '../../devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00') |
| 8141 | l('sys/dev/char/7:1', '../../devices/virtual/vc/vcs1') |
| 8142 | l('sys/dev/char/4:37', '../../devices/virtual/tty/tty37') |
| 8143 | l('sys/dev/char/4:3', '../../devices/virtual/tty/tty3') |
| 8144 | l('sys/dev/char/252:3', '../../devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00') |
| 8145 | l('sys/dev/char/1:3', '../../devices/virtual/mem/null') |
| 8146 | l('sys/dev/char/14:12', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/adsp') |
| 8147 | l('sys/dev/char/7:0', '../../devices/virtual/vc/vcs') |
| 8148 | l('sys/dev/char/252:14', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02') |
| 8149 | l('sys/dev/char/4:52', '../../devices/virtual/tty/tty52') |
| 8150 | l('sys/dev/char/252:18', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04') |
| 8151 | l('sys/dev/char/1:5', '../../devices/virtual/mem/zero') |
| 8152 | l('sys/dev/char/13:66', '../../devices/platform/pcspkr/input/input2/event2') |
| 8153 | l('sys/dev/char/10:223', '../../devices/virtual/misc/uinput') |
| 8154 | l('sys/dev/char/7:2', '../../devices/virtual/vc/vcs2') |
| 8155 | l('sys/dev/char/4:40', '../../devices/virtual/tty/tty40') |
| 8156 | l('sys/dev/char/4:31', '../../devices/virtual/tty/tty31') |
| 8157 | l('sys/dev/char/252:21', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02') |
| 8158 | l('sys/dev/char/4:11', '../../devices/virtual/tty/tty11') |
| 8159 | l('sys/dev/char/4:17', '../../devices/virtual/tty/tty17') |
| 8160 | l('sys/dev/char/252:31', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84') |
| 8161 | l('sys/dev/char/189:256', '../../devices/pci0000:00/0000:00:1d.2/usb3') |
| 8162 | l('sys/dev/char/252:5', '../../devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00') |
| 8163 | l('sys/dev/char/7:4', '../../devices/virtual/vc/vcs4') |
| 8164 | l('sys/dev/char/4:38', '../../devices/virtual/tty/tty38') |
| 8165 | l('sys/dev/char/4:66', '../../devices/platform/serial8250/tty/ttyS2') |
| 8166 | l('sys/dev/char/4:0', '../../devices/virtual/tty/tty0') |
| 8167 | l('sys/dev/char/21:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0') |
| 8168 | l('sys/dev/char/7:134', '../../devices/virtual/vc/vcsa6') |
| 8169 | l('sys/dev/char/116:24', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c') |
| 8170 | l('sys/dev/char/4:29', '../../devices/virtual/tty/tty29') |
| 8171 | l('sys/dev/char/21:2', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2') |
| 8172 | l('sys/dev/char/4:27', '../../devices/virtual/tty/tty27') |
| 8173 | l('sys/dev/char/4:21', '../../devices/virtual/tty/tty21') |
| 8174 | l('sys/dev/char/13:64', '../../devices/platform/i8042/serio0/input/input0/event0') |
| 8175 | l('sys/dev/char/252:30', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83') |
| 8176 | l('sys/dev/char/4:51', '../../devices/virtual/tty/tty51') |
| 8177 | l('sys/dev/char/254:1', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0') |
| 8178 | l('sys/dev/char/4:18', '../../devices/virtual/tty/tty18') |
| 8179 | l('sys/dev/char/7:3', '../../devices/virtual/vc/vcs3') |
| 8180 | l('sys/dev/char/252:32', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02') |
| 8181 | l('sys/dev/char/252:27', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81') |
| 8182 | l('sys/dev/char/252:12', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81') |
| 8183 | l('sys/dev/char/1:1', '../../devices/virtual/mem/mem') |
| 8184 | l('sys/dev/char/189:386', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2') |
| 8185 | l('sys/dev/char/10:62', '../../devices/virtual/misc/network_latency') |
| 8186 | l('sys/dev/char/252:4', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81') |
| 8187 | l('sys/dev/char/5:1', '../../devices/virtual/tty/console') |
| 8188 | l('sys/dev/char/1:7', '../../devices/virtual/mem/full') |
| 8189 | l('sys/dev/char/7:5', '../../devices/virtual/vc/vcs5') |
| 8190 | l('sys/dev/char/4:4', '../../devices/virtual/tty/tty4') |
| 8191 | l('sys/dev/char/4:15', '../../devices/virtual/tty/tty15') |
| 8192 | l('sys/dev/char/4:9', '../../devices/virtual/tty/tty9') |
| 8193 | l('sys/dev/char/4:20', '../../devices/virtual/tty/tty20') |
| 8194 | l('sys/dev/char/10:228', '../../devices/virtual/misc/hpet') |
| 8195 | l('sys/dev/char/4:59', '../../devices/virtual/tty/tty59') |
| 8196 | l('sys/dev/char/252:2', '../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81') |
| 8197 | l('sys/dev/char/4:7', '../../devices/virtual/tty/tty7') |
| 8198 | l('sys/dev/char/4:35', '../../devices/virtual/tty/tty35') |
| 8199 | l('sys/dev/char/254:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0') |
| 8200 | l('sys/dev/char/189:128', '../../devices/pci0000:00/0000:00:1d.1/usb2') |
| 8201 | l('sys/dev/char/10:184', '../../devices/virtual/misc/microcode') |
| 8202 | l('sys/dev/char/7:131', '../../devices/virtual/vc/vcsa3') |
| 8203 | l('sys/dev/char/116:1', '../../devices/virtual/sound/seq') |
| 8204 | l('sys/dev/char/252:17', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84') |
| 8205 | l('sys/dev/char/10:61', '../../devices/virtual/misc/network_throughput') |
| 8206 | l('sys/dev/char/7:130', '../../devices/virtual/vc/vcsa2') |
| 8207 | l('sys/dev/char/252:0', '../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81') |
| 8208 | l('sys/dev/char/4:33', '../../devices/virtual/tty/tty33') |
| 8209 | l('sys/dev/char/4:10', '../../devices/virtual/tty/tty10') |
| 8210 | l('sys/dev/char/13:71', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7') |
| 8211 | l('sys/dev/char/252:10', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81') |
| 8212 | l('sys/dev/char/253:0', '../../devices/pnp0/00:07/rtc/rtc0') |
| 8213 | l('sys/dev/char/252:19', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00') |
| 8214 | l('sys/dev/char/7:10', '../../devices/virtual/vc/vcs10') |
| 8215 | l('sys/dev/char/4:42', '../../devices/virtual/tty/tty42') |
| 8216 | l('sys/dev/char/10:144', '../../devices/virtual/misc/nvram') |
| 8217 | l('sys/dev/char/4:63', '../../devices/virtual/tty/tty63') |
| 8218 | l('sys/dev/char/252:25', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81') |
| 8219 | l('sys/dev/char/189:520', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2') |
| 8220 | l('sys/dev/char/4:55', '../../devices/virtual/tty/tty55') |
| 8221 | l('sys/dev/char/13:33', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1') |
| 8222 | l('sys/dev/char/13:70', '../../devices/virtual/input/input6/event6') |
| 8223 | l('sys/dev/char/252:29', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01') |
| 8224 | l('sys/dev/char/4:45', '../../devices/virtual/tty/tty45') |
| 8225 | l('sys/dev/char/4:56', '../../devices/virtual/tty/tty56') |
| 8226 | l('sys/dev/char/10:60', '../../devices/virtual/misc/device-mapper') |
| 8227 | l('sys/dev/char/5:2', '../../devices/virtual/tty/ptmx') |
| 8228 | l('sys/dev/char/252:8', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81') |
| 8229 | l('sys/dev/char/14:3', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/dsp') |
| 8230 | l('sys/dev/char/13:68', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4') |
| 8231 | l('sys/dev/char/13:67', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3') |
| 8232 | l('sys/dev/char/1:4', '../../devices/virtual/mem/port') |
| 8233 | l('sys/dev/char/116:0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0') |
| 8234 | l('sys/dev/char/4:46', '../../devices/virtual/tty/tty46') |
| 8235 | l('sys/dev/char/4:41', '../../devices/virtual/tty/tty41') |
| 8236 | l('sys/dev/char/189:512', '../../devices/pci0000:00/0000:00:1d.7/usb5') |
| 8237 | l('sys/dev/char/4:62', '../../devices/virtual/tty/tty62') |
| 8238 | l('sys/dev/char/252:15', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83') |
| 8239 | l('sys/dev/char/7:133', '../../devices/virtual/vc/vcsa5') |
| 8240 | l('sys/dev/char/4:2', '../../devices/virtual/tty/tty2') |
| 8241 | l('sys/dev/char/1:8', '../../devices/virtual/mem/random') |
| 8242 | l('sys/dev/char/7:138', '../../devices/virtual/vc/vcsa10') |
| 8243 | l('sys/dev/char/4:64', '../../devices/platform/serial8250/tty/ttyS0') |
| 8244 | l('sys/dev/char/4:1', '../../devices/virtual/tty/tty1') |
| 8245 | l('sys/dev/char/4:28', '../../devices/virtual/tty/tty28') |
| 8246 | l('sys/dev/char/13:32', '../../devices/platform/i8042/serio1/input/input1/mouse0') |
| 8247 | l('sys/dev/char/4:44', '../../devices/virtual/tty/tty44') |
| 8248 | l('sys/dev/char/4:36', '../../devices/virtual/tty/tty36') |
| 8249 | l('sys/dev/char/4:43', '../../devices/virtual/tty/tty43') |
| 8250 | l('sys/dev/char/7:128', '../../devices/virtual/vc/vcsa') |
| 8251 | l('sys/dev/char/4:60', '../../devices/virtual/tty/tty60') |
| 8252 | l('sys/dev/char/7:135', '../../devices/virtual/vc/vcsa7') |
| 8253 | l('sys/dev/char/4:6', '../../devices/virtual/tty/tty6') |
| 8254 | l('sys/dev/char/4:49', '../../devices/virtual/tty/tty49') |
| 8255 | l('sys/dev/char/189:518', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1') |
| 8256 | l('sys/dev/char/29:0', '../../devices/platform/vesafb.0/graphics/fb0') |
| 8257 | l('sys/dev/char/252:23', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00') |
| 8258 | l('sys/dev/char/10:227', '../../devices/virtual/misc/mcelog') |
| 8259 | l('sys/dev/char/4:14', '../../devices/virtual/tty/tty14') |
| 8260 | l('sys/dev/char/4:54', '../../devices/virtual/tty/tty54') |
| 8261 | l('sys/dev/char/7:132', '../../devices/virtual/vc/vcsa4') |
| 8262 | l('sys/dev/char/5:0', '../../devices/virtual/tty/tty') |
| 8263 | l('sys/dev/char/252:26', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00') |
| 8264 | l('sys/dev/char/1:2', '../../devices/virtual/mem/kmem') |
| 8265 | l('sys/dev/char/189:259', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1') |
| 8266 | l('sys/dev/char/252:11', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02') |
| 8267 | l('sys/dev/char/4:26', '../../devices/virtual/tty/tty26') |
| 8268 | l('sys/dev/char/252:33', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00') |
| 8269 | l('sys/dev/char/4:22', '../../devices/virtual/tty/tty22') |
| 8270 | l('sys/dev/char/10:63', '../../devices/virtual/misc/cpu_dma_latency') |
| 8271 | l('sys/dev/char/4:13', '../../devices/virtual/tty/tty13') |
| 8272 | l('sys/dev/char/116:17', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p') |
| 8273 | l('sys/dev/char/116:16', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p') |
| 8274 | l('sys/dev/char/252:16', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03') |
| 8275 | l('sys/dev/char/4:8', '../../devices/virtual/tty/tty8') |
| 8276 | l('sys/dev/char/252:28', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82') |
| 8277 | l('sys/dev/char/21:1', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1') |
| 8278 | l('sys/dev/char/4:24', '../../devices/virtual/tty/tty24') |
| 8279 | l('sys/dev/char/7:7', '../../devices/virtual/vc/vcs7') |
| 8280 | l('sys/dev/char/252:20', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81') |
| 8281 | l('sys/dev/char/166:0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0') |
| 8282 | l('sys/dev/char/4:58', '../../devices/virtual/tty/tty58') |
| 8283 | l('sys/dev/char/4:57', '../../devices/virtual/tty/tty57') |
| 8284 | l('sys/dev/char/189:384', '../../devices/pci0000:00/0000:00:1d.3/usb4') |
| 8285 | l('sys/dev/char/4:50', '../../devices/virtual/tty/tty50') |
| 8286 | l('sys/dev/char/7:6', '../../devices/virtual/vc/vcs6') |
| 8287 | l('sys/dev/char/4:25', '../../devices/virtual/tty/tty25') |
| 8288 | l('sys/dev/char/4:16', '../../devices/virtual/tty/tty16') |
| 8289 | l('sys/dev/char/4:65', '../../devices/platform/serial8250/tty/ttyS1') |
| 8290 | l('sys/dev/char/13:65', '../../devices/platform/i8042/serio1/input/input1/event1') |
| 8291 | l('sys/dev/char/13:69', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5') |
| 8292 | l('sys/dev/char/252:22', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83') |
| 8293 | l('sys/dev/char/1:11', '../../devices/virtual/mem/kmsg') |
| 8294 | l('sys/dev/char/189:385', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1') |
| 8295 | l('sys/dev/char/4:12', '../../devices/virtual/tty/tty12') |
| 8296 | l('sys/dev/char/252:13', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82') |
| 8297 | l('sys/dev/char/1:9', '../../devices/virtual/mem/urandom') |
| 8298 | l('sys/dev/char/4:67', '../../devices/platform/serial8250/tty/ttyS3') |
| 8299 | l('sys/dev/char/13:63', '../../devices/virtual/input/mice') |
| 8300 | l('sys/dev/char/252:24', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00') |
| 8301 | l('sys/dev/char/252:9', '../../devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00') |
| 8302 | l('sys/dev/char/4:53', '../../devices/virtual/tty/tty53') |
| 8303 | l('sys/dev/char/4:30', '../../devices/virtual/tty/tty30') |
| 8304 | l('sys/dev/char/14:4', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/audio') |
| 8305 | l('sys/dev/char/14:0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/mixer') |
| 8306 | l('sys/dev/char/252:6', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81') |
| 8307 | l('sys/dev/char/4:32', '../../devices/virtual/tty/tty32') |
| 8308 | d('sys/dev/block', 0o755) |
| 8309 | l('sys/dev/block/7:1', '../../devices/virtual/block/loop1') |
| 8310 | l('sys/dev/block/7:0', '../../devices/virtual/block/loop0') |
| 8311 | l('sys/dev/block/8:17', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1') |
| 8312 | l('sys/dev/block/7:2', '../../devices/virtual/block/loop2') |
| 8313 | l('sys/dev/block/7:4', '../../devices/virtual/block/loop4') |
| 8314 | l('sys/dev/block/8:8', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8') |
| 8315 | l('sys/dev/block/7:3', '../../devices/virtual/block/loop3') |
| 8316 | l('sys/dev/block/11:0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0') |
| 8317 | l('sys/dev/block/7:5', '../../devices/virtual/block/loop5') |
| 8318 | l('sys/dev/block/8:5', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5') |
| 8319 | l('sys/dev/block/8:10', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10') |
| 8320 | l('sys/dev/block/8:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda') |
| 8321 | l('sys/dev/block/8:9', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9') |
| 8322 | l('sys/dev/block/8:7', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7') |
| 8323 | l('sys/dev/block/8:16', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb') |
| 8324 | l('sys/dev/block/9:0', '../../devices/virtual/block/md0') |
| 8325 | l('sys/dev/block/7:7', '../../devices/virtual/block/loop7') |
| 8326 | l('sys/dev/block/8:6', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6') |
| 8327 | l('sys/dev/block/7:6', '../../devices/virtual/block/loop6') |
| 8328 | l('sys/dev/block/8:1', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1') |
| 8329 | d('sys/module', 0o775) |
| 8330 | d('sys/module/arc4', 0o775) |
| 8331 | f('sys/module/arc4/initstate', 0o664, b'live\n') |
| 8332 | f('sys/module/arc4/srcversion', 0o664, b'0E7B177AF22D87B5B21A577\n') |
| 8333 | f('sys/module/arc4/refcnt', 0o664, b'2\n') |
| 8334 | d('sys/module/arc4/sections', 0o775) |
| 8335 | f('sys/module/arc4/sections/.exit.text', 0o664, b'0xffffffffa006b0dc\n') |
| 8336 | f('sys/module/arc4/sections/.note.gnu.build-id', 0o664, b'0xffffffffa006b0f0\n') |
| 8337 | f('sys/module/arc4/sections/.strtab', 0o664, b'0xffffffffa006b400\n') |
| 8338 | f('sys/module/arc4/sections/.bss', 0o664, b'0xffffffffa006ba00\n') |
| 8339 | f('sys/module/arc4/sections/.text', 0o664, b'0xffffffffa006b000\n') |
| 8340 | f('sys/module/arc4/sections/.init.text', 0o664, b'0xffffffffa009a000\n') |
| 8341 | f('sys/module/arc4/sections/.data', 0o664, b'0xffffffffa006b520\n') |
| 8342 | f('sys/module/arc4/sections/.symtab', 0o664, b'0xffffffffa006b118\n') |
| 8343 | f('sys/module/arc4/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa006b640\n') |
| 8344 | d('sys/module/arc4/notes', 0o775) |
| 8345 | f('sys/module/arc4/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00[P \tR\xc2\xa7\xdd\xf0H\xaa\x06\x1a,\xb3\xa1\xa4\x9a\x13G') |
| 8346 | d('sys/module/vt', 0o775) |
| 8347 | d('sys/module/vt/parameters', 0o775) |
| 8348 | f('sys/module/vt/parameters/default_grn', 0o664, b'0,0,170,85,0,0,170,170,85,85,255,255,85,85,255,255\n') |
| 8349 | f('sys/module/vt/parameters/default_red', 0o664, b'0,170,0,170,0,170,0,170,85,255,85,255,85,255,85,255\n') |
| 8350 | f('sys/module/vt/parameters/italic', 0o664, b'2\n') |
| 8351 | f('sys/module/vt/parameters/underline', 0o664, b'3\n') |
| 8352 | f('sys/module/vt/parameters/default_blu', 0o664, b'0,0,0,0,170,170,170,170,85,85,85,85,255,255,255,255\n') |
| 8353 | f('sys/module/vt/parameters/default_utf8', 0o664, b'1\n') |
| 8354 | d('sys/module/cdrom', 0o775) |
| 8355 | f('sys/module/cdrom/initstate', 0o664, b'live\n') |
| 8356 | f('sys/module/cdrom/srcversion', 0o664, b'D868CCB0789DA27F51280A8\n') |
| 8357 | f('sys/module/cdrom/refcnt', 0o664, b'1\n') |
| 8358 | d('sys/module/cdrom/holders', 0o775) |
| 8359 | l('sys/module/cdrom/holders/sr_mod', '../../sr_mod') |
| 8360 | d('sys/module/cdrom/sections', 0o775) |
| 8361 | f('sys/module/cdrom/sections/__ksymtab_strings', 0o664, b'0xffffffffa002fe20\n') |
| 8362 | f('sys/module/cdrom/sections/.exit.text', 0o664, b'0xffffffffa002e0f8\n') |
| 8363 | f('sys/module/cdrom/sections/.note.gnu.build-id', 0o664, b'0xffffffffa002e120\n') |
| 8364 | f('sys/module/cdrom/sections/.strtab', 0o664, b'0xffffffffa0030f60\n') |
| 8365 | f('sys/module/cdrom/sections/__ksymtab', 0o664, b'0xffffffffa002fc10\n') |
| 8366 | f('sys/module/cdrom/sections/.rodata', 0o664, b'0xffffffffa002e160\n') |
| 8367 | f('sys/module/cdrom/sections/__param', 0o664, b'0xffffffffa002fd30\n') |
| 8368 | f('sys/module/cdrom/sections/.bss', 0o664, b'0xffffffffa0032380\n') |
| 8369 | f('sys/module/cdrom/sections/.text', 0o664, b'0xffffffffa0029000\n') |
| 8370 | f('sys/module/cdrom/sections/.init.text', 0o664, b'0xffffffffa0034000\n') |
| 8371 | f('sys/module/cdrom/sections/__kcrctab', 0o664, b'0xffffffffa002fcd0\n') |
| 8372 | f('sys/module/cdrom/sections/.data', 0o664, b'0xffffffffa0031b80\n') |
| 8373 | f('sys/module/cdrom/sections/.symtab', 0o664, b'0xffffffffa002fef8\n') |
| 8374 | f('sys/module/cdrom/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0031fc0\n') |
| 8375 | f('sys/module/cdrom/sections/.rodata.str1.1', 0o664, b'0xffffffffa002f896\n') |
| 8376 | d('sys/module/cdrom/notes', 0o775) |
| 8377 | f('sys/module/cdrom/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00C\x03\x04\xe9\x8a\x17\x19\x8b\xc7Y\xea\x1a\xa35\x85K\x9e\x1e\xf8=') |
| 8378 | d('sys/module/rfkill', 0o775) |
| 8379 | f('sys/module/rfkill/version', 0o664, b'1.0\n') |
| 8380 | f('sys/module/rfkill/initstate', 0o664, b'live\n') |
| 8381 | f('sys/module/rfkill/srcversion', 0o664, b'6B4E68548C57FD365EB4E71\n') |
| 8382 | f('sys/module/rfkill/refcnt', 0o664, b'2\n') |
| 8383 | d('sys/module/rfkill/holders', 0o775) |
| 8384 | l('sys/module/rfkill/holders/thinkpad_acpi', '../../thinkpad_acpi') |
| 8385 | d('sys/module/rfkill/parameters', 0o775) |
| 8386 | f('sys/module/rfkill/parameters/default_state', 0o664, b'1\n') |
| 8387 | d('sys/module/rfkill/sections', 0o775) |
| 8388 | f('sys/module/rfkill/sections/__ksymtab_gpl', 0o664, b'0xffffffffa01d9f70\n') |
| 8389 | f('sys/module/rfkill/sections/.smp_locks', 0o664, b'0xffffffffa01d9e80\n') |
| 8390 | f('sys/module/rfkill/sections/__bug_table', 0o664, b'0xffffffffa01d9e36\n') |
| 8391 | f('sys/module/rfkill/sections/__ksymtab_strings', 0o664, b'0xffffffffa01d9fe0\n') |
| 8392 | f('sys/module/rfkill/sections/.exit.text', 0o664, b'0xffffffffa01d9c88\n') |
| 8393 | f('sys/module/rfkill/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01d9cb0\n') |
| 8394 | f('sys/module/rfkill/sections/.strtab', 0o664, b'0xffffffffa01dae08\n') |
| 8395 | f('sys/module/rfkill/sections/__ksymtab', 0o664, b'0xffffffffa01d9ee0\n') |
| 8396 | f('sys/module/rfkill/sections/.rodata', 0o664, b'0xffffffffa01d9cd8\n') |
| 8397 | f('sys/module/rfkill/sections/__param', 0o664, b'0xffffffffa01d9fb8\n') |
| 8398 | f('sys/module/rfkill/sections/.bss', 0o664, b'0xffffffffa01dbe00\n') |
| 8399 | f('sys/module/rfkill/sections/.text', 0o664, b'0xffffffffa01d9000\n') |
| 8400 | f('sys/module/rfkill/sections/.init.text', 0o664, b'0xffffffffa009a000\n') |
| 8401 | f('sys/module/rfkill/sections/__kcrctab', 0o664, b'0xffffffffa01d9f40\n') |
| 8402 | f('sys/module/rfkill/sections/.data', 0o664, b'0xffffffffa01db780\n') |
| 8403 | f('sys/module/rfkill/sections/.symtab', 0o664, b'0xffffffffa01da088\n') |
| 8404 | f('sys/module/rfkill/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01dba40\n') |
| 8405 | f('sys/module/rfkill/sections/.rodata.str1.1', 0o664, b'0xffffffffa01d9d36\n') |
| 8406 | f('sys/module/rfkill/sections/__kcrctab_gpl', 0o664, b'0xffffffffa01d9fa0\n') |
| 8407 | d('sys/module/rfkill/notes', 0o775) |
| 8408 | f('sys/module/rfkill/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xd1\x1fs\x98\x9b\x97\xc4\xec\x9dd\xac:\x94m\x1e\xc0Y\xcfd"') |
| 8409 | d('sys/module/uinput', 0o775) |
| 8410 | f('sys/module/uinput/version', 0o664, b'0.3\n') |
| 8411 | f('sys/module/uinput/initstate', 0o664, b'live\n') |
| 8412 | f('sys/module/uinput/srcversion', 0o664, b'2C3E0DB9E2496AD70174B85\n') |
| 8413 | f('sys/module/uinput/refcnt', 0o664, b'0\n') |
| 8414 | d('sys/module/uinput/sections', 0o775) |
| 8415 | f('sys/module/uinput/sections/.smp_locks', 0o664, b'0xffffffffa0206448\n') |
| 8416 | f('sys/module/uinput/sections/.exit.text', 0o664, b'0xffffffffa0206278\n') |
| 8417 | f('sys/module/uinput/sections/.note.gnu.build-id', 0o664, b'0xffffffffa020628c\n') |
| 8418 | f('sys/module/uinput/sections/.strtab', 0o664, b'0xffffffffa0206c88\n') |
| 8419 | f('sys/module/uinput/sections/.rodata', 0o664, b'0xffffffffa02062c0\n') |
| 8420 | f('sys/module/uinput/sections/.bss', 0o664, b'0xffffffffa02074c0\n') |
| 8421 | f('sys/module/uinput/sections/.text', 0o664, b'0xffffffffa0205000\n') |
| 8422 | f('sys/module/uinput/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 8423 | f('sys/module/uinput/sections/.data', 0o664, b'0xffffffffa02070c0\n') |
| 8424 | f('sys/module/uinput/sections/.symtab', 0o664, b'0xffffffffa0206490\n') |
| 8425 | f('sys/module/uinput/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0207100\n') |
| 8426 | f('sys/module/uinput/sections/.rodata.str1.1', 0o664, b'0xffffffffa0206398\n') |
| 8427 | d('sys/module/uinput/notes', 0o775) |
| 8428 | f('sys/module/uinput/notes/.note.gnu.build-id', 0o664, b"\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00'\n{\xdf\xe9m\x80\xea\xa8k\x8f=\x90\x8c\xe1\xf7{\x06\x15S") |
| 8429 | d('sys/module/fuse', 0o775) |
| 8430 | f('sys/module/fuse/initstate', 0o664, b'live\n') |
| 8431 | f('sys/module/fuse/srcversion', 0o664, b'A6C92EE44A51B1B0DC4377D\n') |
| 8432 | f('sys/module/fuse/refcnt', 0o664, b'3\n') |
| 8433 | d('sys/module/fuse/sections', 0o775) |
| 8434 | f('sys/module/fuse/sections/.smp_locks', 0o664, b'0xffffffffa0249d78\n') |
| 8435 | f('sys/module/fuse/sections/__bug_table', 0o664, b'0xffffffffa024a032\n') |
| 8436 | f('sys/module/fuse/sections/.exit.text', 0o664, b'0xffffffffa02493d0\n') |
| 8437 | f('sys/module/fuse/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0249414\n') |
| 8438 | f('sys/module/fuse/sections/.strtab', 0o664, b'0xffffffffa024c4e8\n') |
| 8439 | f('sys/module/fuse/sections/.rodata', 0o664, b'0xffffffffa0249440\n') |
| 8440 | f('sys/module/fuse/sections/.bss', 0o664, b'0xffffffffa024e300\n') |
| 8441 | f('sys/module/fuse/sections/.text', 0o664, b'0xffffffffa0240000\n') |
| 8442 | f('sys/module/fuse/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8443 | f('sys/module/fuse/sections/.data', 0o664, b'0xffffffffa024dba0\n') |
| 8444 | f('sys/module/fuse/sections/.symtab', 0o664, b'0xffffffffa024a208\n') |
| 8445 | f('sys/module/fuse/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa024df40\n') |
| 8446 | f('sys/module/fuse/sections/.rodata.str1.1', 0o664, b'0xffffffffa0249e50\n') |
| 8447 | d('sys/module/fuse/notes', 0o775) |
| 8448 | f('sys/module/fuse/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x7fh\xfe:\x1f\xc6\xddW\x96\x80\x16\x9fK\x7f\xba,\x8a\xc6\xf6E') |
| 8449 | d('sys/module/hid', 0o775) |
| 8450 | d('sys/module/hid/parameters', 0o775) |
| 8451 | f('sys/module/hid/parameters/pb_fnmode', 0o664, b'1\n') |
| 8452 | d('sys/module/uhci_hcd', 0o775) |
| 8453 | f('sys/module/uhci_hcd/initstate', 0o664, b'live\n') |
| 8454 | f('sys/module/uhci_hcd/srcversion', 0o664, b'E3F4B6BEC99D6670259FCC9\n') |
| 8455 | f('sys/module/uhci_hcd/refcnt', 0o664, b'0\n') |
| 8456 | d('sys/module/uhci_hcd/drivers', 0o775) |
| 8457 | l('sys/module/uhci_hcd/drivers/pci:uhci_hcd', '../../../bus/pci/drivers/uhci_hcd') |
| 8458 | d('sys/module/uhci_hcd/parameters', 0o775) |
| 8459 | f('sys/module/uhci_hcd/parameters/ignore_oc', 0o664, b'N\n') |
| 8460 | d('sys/module/uhci_hcd/sections', 0o775) |
| 8461 | f('sys/module/uhci_hcd/sections/.smp_locks', 0o664, b'0xffffffffa00c6850\n') |
| 8462 | f('sys/module/uhci_hcd/sections/.exit.text', 0o664, b'0xffffffffa00c621c\n') |
| 8463 | f('sys/module/uhci_hcd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00c6254\n') |
| 8464 | f('sys/module/uhci_hcd/sections/.strtab', 0o664, b'0xffffffffa00c7690\n') |
| 8465 | f('sys/module/uhci_hcd/sections/.rodata', 0o664, b'0xffffffffa00c6280\n') |
| 8466 | f('sys/module/uhci_hcd/sections/__param', 0o664, b'0xffffffffa00c6888\n') |
| 8467 | f('sys/module/uhci_hcd/sections/.bss', 0o664, b'0xffffffffa00c8400\n') |
| 8468 | f('sys/module/uhci_hcd/sections/.text', 0o664, b'0xffffffffa00c2000\n') |
| 8469 | f('sys/module/uhci_hcd/sections/.init.text', 0o664, b'0xffffffffa0027000\n') |
| 8470 | f('sys/module/uhci_hcd/sections/.data', 0o664, b'0xffffffffa00c7ee0\n') |
| 8471 | f('sys/module/uhci_hcd/sections/.symtab', 0o664, b'0xffffffffa00c68b0\n') |
| 8472 | f('sys/module/uhci_hcd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00c8040\n') |
| 8473 | f('sys/module/uhci_hcd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00c67d2\n') |
| 8474 | d('sys/module/uhci_hcd/notes', 0o775) |
| 8475 | f('sys/module/uhci_hcd/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00t\xd0\xa5\xd2A\xa2\x874\x12\xb5\xf6\x9c\xff\xb9\xee`\x8d\x9f[\x04') |
| 8476 | d('sys/module/crypto_blkcipher', 0o775) |
| 8477 | f('sys/module/crypto_blkcipher/initstate', 0o664, b'live\n') |
| 8478 | f('sys/module/crypto_blkcipher/srcversion', 0o664, b'723F00BD2391209F4D65272\n') |
| 8479 | f('sys/module/crypto_blkcipher/refcnt', 0o664, b'1\n') |
| 8480 | d('sys/module/crypto_blkcipher/holders', 0o775) |
| 8481 | l('sys/module/crypto_blkcipher/holders/ecb', '../../ecb') |
| 8482 | d('sys/module/crypto_blkcipher/sections', 0o775) |
| 8483 | f('sys/module/crypto_blkcipher/sections/__ksymtab_gpl', 0o664, b'0xffffffffa01f1610\n') |
| 8484 | f('sys/module/crypto_blkcipher/sections/.smp_locks', 0o664, b'0xffffffffa01f18c0\n') |
| 8485 | f('sys/module/crypto_blkcipher/sections/__bug_table', 0o664, b'0xffffffffa01f185f\n') |
| 8486 | f('sys/module/crypto_blkcipher/sections/__ksymtab_strings', 0o664, b'0xffffffffa01f1748\n') |
| 8487 | f('sys/module/crypto_blkcipher/sections/.exit.text', 0o664, b'0xffffffffa01f138c\n') |
| 8488 | f('sys/module/crypto_blkcipher/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01f13b0\n') |
| 8489 | f('sys/module/crypto_blkcipher/sections/.strtab', 0o664, b'0xffffffffa01f2b10\n') |
| 8490 | f('sys/module/crypto_blkcipher/sections/.rodata', 0o664, b'0xffffffffa01f13e0\n') |
| 8491 | f('sys/module/crypto_blkcipher/sections/.bss', 0o664, b'0xffffffffa01f3ec0\n') |
| 8492 | f('sys/module/crypto_blkcipher/sections/.text', 0o664, b'0xffffffffa01ef000\n') |
| 8493 | f('sys/module/crypto_blkcipher/sections/.init.text', 0o664, b'0xffffffffa0027000\n') |
| 8494 | f('sys/module/crypto_blkcipher/sections/.data', 0o664, b'0xffffffffa01f39e0\n') |
| 8495 | f('sys/module/crypto_blkcipher/sections/.symtab', 0o664, b'0xffffffffa01f18f8\n') |
| 8496 | f('sys/module/crypto_blkcipher/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01f3b00\n') |
| 8497 | f('sys/module/crypto_blkcipher/sections/.rodata.str1.1', 0o664, b'0xffffffffa01f1440\n') |
| 8498 | f('sys/module/crypto_blkcipher/sections/__kcrctab_gpl', 0o664, b'0xffffffffa01f16e0\n') |
| 8499 | d('sys/module/crypto_blkcipher/notes', 0o775) |
| 8500 | f('sys/module/crypto_blkcipher/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00-_P~\xd2\x1eM\xee\xb0!\xc0\xd8\xb7\x00\x1b\xe4#-\xc8\xe0') |
| 8501 | d('sys/module/soundcore', 0o775) |
| 8502 | f('sys/module/soundcore/initstate', 0o664, b'live\n') |
| 8503 | f('sys/module/soundcore/srcversion', 0o664, b'E4F49ED9C4CFD1A5A923330\n') |
| 8504 | f('sys/module/soundcore/refcnt', 0o664, b'1\n') |
| 8505 | d('sys/module/soundcore/holders', 0o775) |
| 8506 | l('sys/module/soundcore/holders/snd', '../../snd') |
| 8507 | d('sys/module/soundcore/sections', 0o775) |
| 8508 | f('sys/module/soundcore/sections/__ksymtab_strings', 0o664, b'0xffffffffa0067bf0\n') |
| 8509 | f('sys/module/soundcore/sections/.exit.text', 0o664, b'0xffffffffa0067850\n') |
| 8510 | f('sys/module/soundcore/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0067874\n') |
| 8511 | f('sys/module/soundcore/sections/.strtab', 0o664, b'0xffffffffa00686d0\n') |
| 8512 | f('sys/module/soundcore/sections/__ksymtab', 0o664, b'0xffffffffa0067b00\n') |
| 8513 | f('sys/module/soundcore/sections/.rodata', 0o664, b'0xffffffffa00678a0\n') |
| 8514 | f('sys/module/soundcore/sections/.bss', 0o664, b'0xffffffffa00692c0\n') |
| 8515 | f('sys/module/soundcore/sections/.text', 0o664, b'0xffffffffa0067000\n') |
| 8516 | f('sys/module/soundcore/sections/.init.text', 0o664, b'0xffffffffa006b000\n') |
| 8517 | f('sys/module/soundcore/sections/__kcrctab', 0o664, b'0xffffffffa0067ba0\n') |
| 8518 | f('sys/module/soundcore/sections/.data', 0o664, b'0xffffffffa0068ec0\n') |
| 8519 | f('sys/module/soundcore/sections/.symtab', 0o664, b'0xffffffffa0067cc8\n') |
| 8520 | f('sys/module/soundcore/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0068f00\n') |
| 8521 | f('sys/module/soundcore/sections/.rodata.str1.1', 0o664, b'0xffffffffa00679f8\n') |
| 8522 | d('sys/module/soundcore/notes', 0o775) |
| 8523 | f('sys/module/soundcore/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00^\x97fIs2\xf4Ck\xe0$]\xd8)]\xe2\x9c\xea\x1d\x0c') |
| 8524 | d('sys/module/pcspkr', 0o775) |
| 8525 | f('sys/module/pcspkr/initstate', 0o664, b'live\n') |
| 8526 | f('sys/module/pcspkr/srcversion', 0o664, b'5757E9C81E627525BA9D165\n') |
| 8527 | f('sys/module/pcspkr/refcnt', 0o664, b'0\n') |
| 8528 | d('sys/module/pcspkr/drivers', 0o775) |
| 8529 | l('sys/module/pcspkr/drivers/platform:pcspkr', '../../../bus/platform/drivers/pcspkr') |
| 8530 | d('sys/module/pcspkr/sections', 0o775) |
| 8531 | f('sys/module/pcspkr/sections/.exit.text', 0o664, b'0xffffffffa009e15c\n') |
| 8532 | f('sys/module/pcspkr/sections/.note.gnu.build-id', 0o664, b'0xffffffffa009e250\n') |
| 8533 | f('sys/module/pcspkr/sections/.strtab', 0o664, b'0xffffffffa009e6e8\n') |
| 8534 | f('sys/module/pcspkr/sections/.devexit.text', 0o664, b'0xffffffffa009e16e\n') |
| 8535 | f('sys/module/pcspkr/sections/.bss', 0o664, b'0xffffffffa009ed80\n') |
| 8536 | f('sys/module/pcspkr/sections/.text', 0o664, b'0xffffffffa009e000\n') |
| 8537 | f('sys/module/pcspkr/sections/.init.text', 0o664, b'0xffffffffa00a0000\n') |
| 8538 | f('sys/module/pcspkr/sections/.data', 0o664, b'0xffffffffa009e900\n') |
| 8539 | f('sys/module/pcspkr/sections/.devinit.text', 0o664, b'0xffffffffa009e1ad\n') |
| 8540 | f('sys/module/pcspkr/sections/.symtab', 0o664, b'0xffffffffa009e298\n') |
| 8541 | f('sys/module/pcspkr/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa009e9c0\n') |
| 8542 | f('sys/module/pcspkr/sections/.rodata.str1.1', 0o664, b'0xffffffffa009e274\n') |
| 8543 | d('sys/module/pcspkr/notes', 0o775) |
| 8544 | f('sys/module/pcspkr/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xe3\xfd\xb1\xf7b\xd2\x8f\xc1\xd2C\xfc\xfe\xdf8\x80\x82\x85A\xc9!') |
| 8545 | d('sys/module/sr_mod', 0o775) |
| 8546 | f('sys/module/sr_mod/initstate', 0o664, b'live\n') |
| 8547 | f('sys/module/sr_mod/srcversion', 0o664, b'3484F077F1A71803F453437\n') |
| 8548 | f('sys/module/sr_mod/refcnt', 0o664, b'0\n') |
| 8549 | d('sys/module/sr_mod/parameters', 0o775) |
| 8550 | f('sys/module/sr_mod/parameters/xa_test', 0o664, b'0\n') |
| 8551 | d('sys/module/sr_mod/sections', 0o775) |
| 8552 | f('sys/module/sr_mod/sections/.smp_locks', 0o664, b'0xffffffffa0061488\n') |
| 8553 | f('sys/module/sr_mod/sections/.exit.text', 0o664, b'0xffffffffa006126c\n') |
| 8554 | f('sys/module/sr_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0061290\n') |
| 8555 | f('sys/module/sr_mod/sections/.strtab', 0o664, b'0xffffffffa00623f0\n') |
| 8556 | f('sys/module/sr_mod/sections/.rodata', 0o664, b'0xffffffffa00612c0\n') |
| 8557 | f('sys/module/sr_mod/sections/__param', 0o664, b'0xffffffffa0061750\n') |
| 8558 | f('sys/module/sr_mod/sections/.bss', 0o664, b'0xffffffffa00630c0\n') |
| 8559 | f('sys/module/sr_mod/sections/.text', 0o664, b'0xffffffffa005f000\n') |
| 8560 | f('sys/module/sr_mod/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8561 | f('sys/module/sr_mod/sections/.data', 0o664, b'0xffffffffa0062aa0\n') |
| 8562 | f('sys/module/sr_mod/sections/.symtab', 0o664, b'0xffffffffa0061778\n') |
| 8563 | f('sys/module/sr_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0062d00\n') |
| 8564 | f('sys/module/sr_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa0061308\n') |
| 8565 | d('sys/module/sr_mod/notes', 0o775) |
| 8566 | f('sys/module/sr_mod/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xae\xa7\xdcHo\xe7\xe1\xa0#\x94\x9a\xfeV8\xa6O$@\xc1(') |
| 8567 | d('sys/module/cfg80211', 0o775) |
| 8568 | f('sys/module/cfg80211/initstate', 0o664, b'live\n') |
| 8569 | f('sys/module/cfg80211/srcversion', 0o664, b'C43F275505B181F0D1625BE\n') |
| 8570 | f('sys/module/cfg80211/refcnt', 0o664, b'2\n') |
| 8571 | d('sys/module/cfg80211/holders', 0o775) |
| 8572 | l('sys/module/cfg80211/holders/mac80211', '../../mac80211') |
| 8573 | l('sys/module/cfg80211/holders/iwl3945', '../../iwl3945') |
| 8574 | d('sys/module/cfg80211/parameters', 0o775) |
| 8575 | f('sys/module/cfg80211/parameters/ieee80211_regdom', 0o664, b'US\n') |
| 8576 | d('sys/module/cfg80211/sections', 0o775) |
| 8577 | f('sys/module/cfg80211/sections/.smp_locks', 0o664, b'0xffffffffa00bd2a0\n') |
| 8578 | f('sys/module/cfg80211/sections/__bug_table', 0o664, b'0xffffffffa00bd166\n') |
| 8579 | f('sys/module/cfg80211/sections/__ksymtab_strings', 0o664, b'0xffffffffa00bd448\n') |
| 8580 | f('sys/module/cfg80211/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00bce58\n') |
| 8581 | f('sys/module/cfg80211/sections/.strtab', 0o664, b'0xffffffffa00be8c0\n') |
| 8582 | f('sys/module/cfg80211/sections/__ksymtab', 0o664, b'0xffffffffa00bd370\n') |
| 8583 | f('sys/module/cfg80211/sections/.rodata', 0o664, b'0xffffffffa00bce80\n') |
| 8584 | f('sys/module/cfg80211/sections/.data.read_mostly', 0o664, b'0xffffffffa00bfe60\n') |
| 8585 | f('sys/module/cfg80211/sections/__param', 0o664, b'0xffffffffa00bd518\n') |
| 8586 | f('sys/module/cfg80211/sections/.bss', 0o664, b'0xffffffffa00c02c0\n') |
| 8587 | f('sys/module/cfg80211/sections/.text', 0o664, b'0xffffffffa00b9000\n') |
| 8588 | f('sys/module/cfg80211/sections/__kcrctab', 0o664, b'0xffffffffa00bd400\n') |
| 8589 | f('sys/module/cfg80211/sections/.data', 0o664, b'0xffffffffa00bf760\n') |
| 8590 | f('sys/module/cfg80211/sections/.symtab', 0o664, b'0xffffffffa00bd540\n') |
| 8591 | f('sys/module/cfg80211/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00bff00\n') |
| 8592 | f('sys/module/cfg80211/sections/.rodata.str1.1', 0o664, b'0xffffffffa00bd078\n') |
| 8593 | d('sys/module/cfg80211/notes', 0o775) |
| 8594 | f('sys/module/cfg80211/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00}-\xdb\xa6\xb1\xf6I\x90\xaf\xbdX\xed\x8d\xac\x86o(\xc8zC') |
| 8595 | d('sys/module/snd_seq', 0o775) |
| 8596 | f('sys/module/snd_seq/initstate', 0o664, b'live\n') |
| 8597 | f('sys/module/snd_seq/srcversion', 0o664, b'94E19F6DBC8F63B241414FE\n') |
| 8598 | f('sys/module/snd_seq/refcnt', 0o664, b'0\n') |
| 8599 | d('sys/module/snd_seq/parameters', 0o775) |
| 8600 | f('sys/module/snd_seq/parameters/seq_default_timer_device', 0o664, b'0\n') |
| 8601 | f('sys/module/snd_seq/parameters/seq_default_timer_class', 0o664, b'1\n') |
| 8602 | f('sys/module/snd_seq/parameters/seq_client_load', 0o664, b'-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1\n') |
| 8603 | f('sys/module/snd_seq/parameters/seq_default_timer_sclass', 0o664, b'0\n') |
| 8604 | f('sys/module/snd_seq/parameters/seq_default_timer_resolution', 0o664, b'0\n') |
| 8605 | f('sys/module/snd_seq/parameters/seq_default_timer_subdevice', 0o664, b'0\n') |
| 8606 | f('sys/module/snd_seq/parameters/seq_default_timer_card', 0o664, b'-1\n') |
| 8607 | d('sys/module/snd_seq/sections', 0o775) |
| 8608 | f('sys/module/snd_seq/sections/.smp_locks', 0o664, b'0xffffffffa02b1d30\n') |
| 8609 | f('sys/module/snd_seq/sections/__ksymtab_strings', 0o664, b'0xffffffffa02b1748\n') |
| 8610 | f('sys/module/snd_seq/sections/.exit.text', 0o664, b'0xffffffffa02b0ff0\n') |
| 8611 | f('sys/module/snd_seq/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02b10bc\n') |
| 8612 | f('sys/module/snd_seq/sections/.strtab', 0o664, b'0xffffffffa02b4590\n') |
| 8613 | f('sys/module/snd_seq/sections/__ksymtab', 0o664, b'0xffffffffa02b1610\n') |
| 8614 | f('sys/module/snd_seq/sections/.rodata', 0o664, b'0xffffffffa02b10e0\n') |
| 8615 | f('sys/module/snd_seq/sections/__param', 0o664, b'0xffffffffa02b1320\n') |
| 8616 | f('sys/module/snd_seq/sections/.bss', 0o664, b'0xffffffffa02b6f80\n') |
| 8617 | f('sys/module/snd_seq/sections/.text', 0o664, b'0xffffffffa02a9000\n') |
| 8618 | f('sys/module/snd_seq/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8619 | f('sys/module/snd_seq/sections/__kcrctab', 0o664, b'0xffffffffa02b16e0\n') |
| 8620 | f('sys/module/snd_seq/sections/.data', 0o664, b'0xffffffffa02b6860\n') |
| 8621 | f('sys/module/snd_seq/sections/.symtab', 0o664, b'0xffffffffa02b1fc8\n') |
| 8622 | f('sys/module/snd_seq/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02b6bc0\n') |
| 8623 | f('sys/module/snd_seq/sections/.rodata.str1.1', 0o664, b'0xffffffffa02b18b6\n') |
| 8624 | d('sys/module/snd_seq/notes', 0o775) |
| 8625 | f('sys/module/snd_seq/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00O@T\xdaF\x1cl\x11\xfev\xdd\xaa \xea\x87\x92P\xfe\xb1\xf8') |
| 8626 | d('sys/module/usb_storage', 0o775) |
| 8627 | f('sys/module/usb_storage/initstate', 0o664, b'live\n') |
| 8628 | f('sys/module/usb_storage/srcversion', 0o664, b'D07F7C47643AB7AFB6BEF6F\n') |
| 8629 | f('sys/module/usb_storage/refcnt', 0o664, b'1\n') |
| 8630 | d('sys/module/usb_storage/drivers', 0o775) |
| 8631 | l('sys/module/usb_storage/drivers/usb:usb-storage', '../../../bus/usb/drivers/usb-storage') |
| 8632 | d('sys/module/usb_storage/parameters', 0o775) |
| 8633 | f('sys/module/usb_storage/parameters/swi_tru_install', 0o664, b'1\n') |
| 8634 | f('sys/module/usb_storage/parameters/delay_use', 0o664, b'5\n') |
| 8635 | d('sys/module/usb_storage/sections', 0o775) |
| 8636 | f('sys/module/usb_storage/sections/.smp_locks', 0o664, b'0xffffffffa02e1820\n') |
| 8637 | f('sys/module/usb_storage/sections/.exit.text', 0o664, b'0xffffffffa02e056c\n') |
| 8638 | f('sys/module/usb_storage/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02e0580\n') |
| 8639 | f('sys/module/usb_storage/sections/.strtab', 0o664, b'0xffffffffa02e42d0\n') |
| 8640 | f('sys/module/usb_storage/sections/.rodata', 0o664, b'0xffffffffa02e05b0\n') |
| 8641 | f('sys/module/usb_storage/sections/__param', 0o664, b'0xffffffffa02e18b0\n') |
| 8642 | f('sys/module/usb_storage/sections/.bss', 0o664, b'0xffffffffa02e9400\n') |
| 8643 | f('sys/module/usb_storage/sections/.text', 0o664, b'0xffffffffa02dd000\n') |
| 8644 | f('sys/module/usb_storage/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8645 | f('sys/module/usb_storage/sections/.data', 0o664, b'0xffffffffa02e5dc0\n') |
| 8646 | f('sys/module/usb_storage/sections/.symtab', 0o664, b'0xffffffffa02e1900\n') |
| 8647 | f('sys/module/usb_storage/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02e9040\n') |
| 8648 | f('sys/module/usb_storage/sections/.rodata.str1.1', 0o664, b'0xffffffffa02e0ab1\n') |
| 8649 | d('sys/module/usb_storage/notes', 0o775) |
| 8650 | f('sys/module/usb_storage/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00B~(&&u\xc4Ax\xd8|\x80n\xc4G(i\xf3kG') |
| 8651 | d('sys/module/acpi_cpufreq', 0o775) |
| 8652 | f('sys/module/acpi_cpufreq/initstate', 0o664, b'live\n') |
| 8653 | f('sys/module/acpi_cpufreq/srcversion', 0o664, b'09166B6001DCE2189668F16\n') |
| 8654 | f('sys/module/acpi_cpufreq/refcnt', 0o664, b'1\n') |
| 8655 | d('sys/module/acpi_cpufreq/parameters', 0o775) |
| 8656 | f('sys/module/acpi_cpufreq/parameters/acpi_pstate_strict', 0o664, b'0\n') |
| 8657 | d('sys/module/acpi_cpufreq/sections', 0o775) |
| 8658 | f('sys/module/acpi_cpufreq/sections/.smp_locks', 0o664, b'0xffffffffa0254d68\n') |
| 8659 | f('sys/module/acpi_cpufreq/sections/.exit.text', 0o664, b'0xffffffffa0254c4c\n') |
| 8660 | f('sys/module/acpi_cpufreq/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0254c6c\n') |
| 8661 | f('sys/module/acpi_cpufreq/sections/.strtab', 0o664, b'0xffffffffa0255620\n') |
| 8662 | f('sys/module/acpi_cpufreq/sections/.rodata', 0o664, b'0xffffffffa0254ca0\n') |
| 8663 | f('sys/module/acpi_cpufreq/sections/__param', 0o664, b'0xffffffffa0254d70\n') |
| 8664 | f('sys/module/acpi_cpufreq/sections/.bss', 0o664, b'0xffffffffa0256000\n') |
| 8665 | f('sys/module/acpi_cpufreq/sections/.text', 0o664, b'0xffffffffa0254000\n') |
| 8666 | f('sys/module/acpi_cpufreq/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8667 | f('sys/module/acpi_cpufreq/sections/.data', 0o664, b'0xffffffffa0255bc0\n') |
| 8668 | f('sys/module/acpi_cpufreq/sections/.symtab', 0o664, b'0xffffffffa0254dc8\n') |
| 8669 | f('sys/module/acpi_cpufreq/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0255c40\n') |
| 8670 | f('sys/module/acpi_cpufreq/sections/.rodata.str1.1', 0o664, b'0xffffffffa0254d98\n') |
| 8671 | d('sys/module/acpi_cpufreq/notes', 0o775) |
| 8672 | f('sys/module/acpi_cpufreq/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xa4\xfd\x13\xe7*\xbd\x99\x95\x99C\xf6\x95\x04\xf1r\xf9\xf7}aL') |
| 8673 | d('sys/module/button', 0o775) |
| 8674 | f('sys/module/button/initstate', 0o664, b'live\n') |
| 8675 | f('sys/module/button/srcversion', 0o664, b'2713981C971D8EC4C059338\n') |
| 8676 | f('sys/module/button/refcnt', 0o664, b'0\n') |
| 8677 | d('sys/module/button/sections', 0o775) |
| 8678 | f('sys/module/button/sections/.smp_locks', 0o664, b'0xffffffffa00a7c98\n') |
| 8679 | f('sys/module/button/sections/.exit.text', 0o664, b'0xffffffffa00a781c\n') |
| 8680 | f('sys/module/button/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00a7898\n') |
| 8681 | f('sys/module/button/sections/.strtab', 0o664, b'0xffffffffa00a84d8\n') |
| 8682 | f('sys/module/button/sections/.rodata', 0o664, b'0xffffffffa00a78c0\n') |
| 8683 | f('sys/module/button/sections/.bss', 0o664, b'0xffffffffa00a8f40\n') |
| 8684 | f('sys/module/button/sections/.text', 0o664, b'0xffffffffa00a7000\n') |
| 8685 | f('sys/module/button/sections/.init.text', 0o664, b'0xffffffffa00aa000\n') |
| 8686 | f('sys/module/button/sections/.data', 0o664, b'0xffffffffa00a89e0\n') |
| 8687 | f('sys/module/button/sections/.symtab', 0o664, b'0xffffffffa00a7cb0\n') |
| 8688 | f('sys/module/button/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00a8b80\n') |
| 8689 | f('sys/module/button/sections/.rodata.str1.1', 0o664, b'0xffffffffa00a7b60\n') |
| 8690 | d('sys/module/button/notes', 0o775) |
| 8691 | f('sys/module/button/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00;\xc1\xa4qIi\xa7\xa0g\x7fb\xcb\xb4\xba\x80\xb1\x17Z#\xb5') |
| 8692 | d('sys/module/processor', 0o775) |
| 8693 | f('sys/module/processor/initstate', 0o664, b'live\n') |
| 8694 | f('sys/module/processor/srcversion', 0o664, b'8A1C302AFF80867DBAC4684\n') |
| 8695 | f('sys/module/processor/refcnt', 0o664, b'4\n') |
| 8696 | d('sys/module/processor/holders', 0o775) |
| 8697 | l('sys/module/processor/holders/acpi_cpufreq', '../../acpi_cpufreq') |
| 8698 | l('sys/module/processor/holders/thermal', '../../thermal') |
| 8699 | d('sys/module/processor/parameters', 0o775) |
| 8700 | f('sys/module/processor/parameters/ignore_ppc', 0o664, b'0\n') |
| 8701 | f('sys/module/processor/parameters/latency_factor', 0o664, b'2\n') |
| 8702 | d('sys/module/processor/sections', 0o775) |
| 8703 | f('sys/module/processor/sections/.smp_locks', 0o664, b'0xffffffffa0077788\n') |
| 8704 | f('sys/module/processor/sections/__ex_table', 0o664, b'0xffffffffa0077768\n') |
| 8705 | f('sys/module/processor/sections/__bug_table', 0o664, b'0xffffffffa0077621\n') |
| 8706 | f('sys/module/processor/sections/__ksymtab_strings', 0o664, b'0xffffffffa00776b8\n') |
| 8707 | f('sys/module/processor/sections/.exit.text', 0o664, b'0xffffffffa00763a9\n') |
| 8708 | f('sys/module/processor/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00765c4\n') |
| 8709 | f('sys/module/processor/sections/.strtab', 0o664, b'0xffffffffa0079438\n') |
| 8710 | f('sys/module/processor/sections/.fixup', 0o664, b'0xffffffffa00765ad\n') |
| 8711 | f('sys/module/processor/sections/__ksymtab', 0o664, b'0xffffffffa0077640\n') |
| 8712 | f('sys/module/processor/sections/.rodata', 0o664, b'0xffffffffa00765f0\n') |
| 8713 | f('sys/module/processor/sections/.data.read_mostly', 0o664, b'0xffffffffa007b7d8\n') |
| 8714 | f('sys/module/processor/sections/__param', 0o664, b'0xffffffffa00777f0\n') |
| 8715 | f('sys/module/processor/sections/.bss', 0o664, b'0xffffffffa007bbc0\n') |
| 8716 | f('sys/module/processor/sections/.text', 0o664, b'0xffffffffa0072000\n') |
| 8717 | f('sys/module/processor/sections/.init.text', 0o664, b'0xffffffffa007d000\n') |
| 8718 | f('sys/module/processor/sections/__kcrctab', 0o664, b'0xffffffffa0077690\n') |
| 8719 | f('sys/module/processor/sections/.data', 0o664, b'0xffffffffa007ab90\n') |
| 8720 | f('sys/module/processor/sections/.cpuinit.data', 0o664, b'0xffffffffa007b040\n') |
| 8721 | f('sys/module/processor/sections/.symtab', 0o664, b'0xffffffffa0077890\n') |
| 8722 | f('sys/module/processor/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa007b800\n') |
| 8723 | f('sys/module/processor/sections/.rodata.str1.1', 0o664, b'0xffffffffa0076863\n') |
| 8724 | f('sys/module/processor/sections/.cpuinit.text', 0o664, b'0xffffffffa0075abc\n') |
| 8725 | f('sys/module/processor/sections/.ref.text', 0o664, b'0xffffffffa007641a\n') |
| 8726 | d('sys/module/processor/notes', 0o775) |
| 8727 | f('sys/module/processor/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xa1\x01$C\tS,+Ue\\\x8cg\xb0Z\xe9\xa1\xaf[\xe5') |
| 8728 | d('sys/module/oprofile', 0o775) |
| 8729 | d('sys/module/oprofile/parameters', 0o775) |
| 8730 | f('sys/module/oprofile/parameters/timer', 0o664, b'0\n') |
| 8731 | d('sys/module/spurious', 0o775) |
| 8732 | d('sys/module/spurious/parameters', 0o775) |
| 8733 | f('sys/module/spurious/parameters/noirqdebug', 0o664, b'N\n') |
| 8734 | f('sys/module/spurious/parameters/irqfixup', 0o664, b'0\n') |
| 8735 | d('sys/module/raid1', 0o775) |
| 8736 | f('sys/module/raid1/initstate', 0o664, b'live\n') |
| 8737 | f('sys/module/raid1/srcversion', 0o664, b'EA08FDD37C2EEFA95DE4413\n') |
| 8738 | f('sys/module/raid1/refcnt', 0o664, b'1\n') |
| 8739 | d('sys/module/raid1/sections', 0o775) |
| 8740 | f('sys/module/raid1/sections/.smp_locks', 0o664, b'0xffffffffa0236438\n') |
| 8741 | f('sys/module/raid1/sections/__bug_table', 0o664, b'0xffffffffa02369c0\n') |
| 8742 | f('sys/module/raid1/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0236414\n') |
| 8743 | f('sys/module/raid1/sections/.strtab', 0o664, b'0xffffffffa02376f8\n') |
| 8744 | f('sys/module/raid1/sections/.bss', 0o664, b'0xffffffffa0238280\n') |
| 8745 | f('sys/module/raid1/sections/.text', 0o664, b'0xffffffffa0232000\n') |
| 8746 | f('sys/module/raid1/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8747 | f('sys/module/raid1/sections/.data', 0o664, b'0xffffffffa0237e20\n') |
| 8748 | f('sys/module/raid1/sections/.symtab', 0o664, b'0xffffffffa0236a08\n') |
| 8749 | f('sys/module/raid1/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0237ec0\n') |
| 8750 | f('sys/module/raid1/sections/.rodata.str1.1', 0o664, b'0xffffffffa0236618\n') |
| 8751 | d('sys/module/raid1/notes', 0o775) |
| 8752 | f('sys/module/raid1/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xcd\xdf0\xe8v}\x0cuP}\x93\xe1\x19\xcd\xed~\xf7\x14\xdd@') |
| 8753 | d('sys/module/edd', 0o775) |
| 8754 | f('sys/module/edd/version', 0o664, b'0.16\n') |
| 8755 | f('sys/module/edd/initstate', 0o664, b'live\n') |
| 8756 | f('sys/module/edd/srcversion', 0o664, b'ED68C1ACC4B2D1B19C7BEA7\n') |
| 8757 | f('sys/module/edd/refcnt', 0o664, b'0\n') |
| 8758 | d('sys/module/edd/sections', 0o775) |
| 8759 | f('sys/module/edd/sections/.exit.text', 0o664, b'0xffffffffa02a1de8\n') |
| 8760 | f('sys/module/edd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02a1e6c\n') |
| 8761 | f('sys/module/edd/sections/.strtab', 0o664, b'0xffffffffa02a2b88\n') |
| 8762 | f('sys/module/edd/sections/.rodata', 0o664, b'0xffffffffa02a1ea0\n') |
| 8763 | f('sys/module/edd/sections/.bss', 0o664, b'0xffffffffa02a3880\n') |
| 8764 | f('sys/module/edd/sections/.text', 0o664, b'0xffffffffa02a1000\n') |
| 8765 | f('sys/module/edd/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8766 | f('sys/module/edd/sections/.data', 0o664, b'0xffffffffa02a3120\n') |
| 8767 | f('sys/module/edd/sections/.symtab', 0o664, b'0xffffffffa02a22b8\n') |
| 8768 | f('sys/module/edd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02a34c0\n') |
| 8769 | f('sys/module/edd/sections/.rodata.str1.1', 0o664, b'0xffffffffa02a1f18\n') |
| 8770 | d('sys/module/edd/notes', 0o775) |
| 8771 | f('sys/module/edd/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xbe\x92\xcfW\xc8l\x08\xaf\xb6\x1a\xb7!E\xb8\xd1\x9eU\xd2\xddM') |
| 8772 | d('sys/module/hwmon', 0o775) |
| 8773 | f('sys/module/hwmon/initstate', 0o664, b'live\n') |
| 8774 | f('sys/module/hwmon/srcversion', 0o664, b'9344A0FAA4A298DC9AEBDC8\n') |
| 8775 | f('sys/module/hwmon/refcnt', 0o664, b'1\n') |
| 8776 | d('sys/module/hwmon/holders', 0o775) |
| 8777 | l('sys/module/hwmon/holders/thinkpad_acpi', '../../thinkpad_acpi') |
| 8778 | d('sys/module/hwmon/sections', 0o775) |
| 8779 | f('sys/module/hwmon/sections/__ksymtab_gpl', 0o664, b'0xffffffffa007d1d0\n') |
| 8780 | f('sys/module/hwmon/sections/__ksymtab_strings', 0o664, b'0xffffffffa007d200\n') |
| 8781 | f('sys/module/hwmon/sections/.exit.text', 0o664, b'0xffffffffa007d138\n') |
| 8782 | f('sys/module/hwmon/sections/.note.gnu.build-id', 0o664, b'0xffffffffa007d14c\n') |
| 8783 | f('sys/module/hwmon/sections/.strtab', 0o664, b'0xffffffffa007d770\n') |
| 8784 | f('sys/module/hwmon/sections/.bss', 0o664, b'0xffffffffa007de80\n') |
| 8785 | f('sys/module/hwmon/sections/.text', 0o664, b'0xffffffffa007d000\n') |
| 8786 | f('sys/module/hwmon/sections/.init.text', 0o664, b'0xffffffffa009a000\n') |
| 8787 | f('sys/module/hwmon/sections/.data', 0o664, b'0xffffffffa007da20\n') |
| 8788 | f('sys/module/hwmon/sections/.symtab', 0o664, b'0xffffffffa007d230\n') |
| 8789 | f('sys/module/hwmon/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa007dac0\n') |
| 8790 | f('sys/module/hwmon/sections/.rodata.str1.1', 0o664, b'0xffffffffa007d170\n') |
| 8791 | f('sys/module/hwmon/sections/__kcrctab_gpl', 0o664, b'0xffffffffa007d1f0\n') |
| 8792 | d('sys/module/hwmon/notes', 0o775) |
| 8793 | f('sys/module/hwmon/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x0fR\x0b\x94!\x19\xde\x14\x93\xac\x9e@\xa2&\xcam,\xba\x12\xd1') |
| 8794 | d('sys/module/backlight', 0o775) |
| 8795 | f('sys/module/backlight/initstate', 0o664, b'live\n') |
| 8796 | f('sys/module/backlight/srcversion', 0o664, b'AFD1565C65F3DA6D942CB52\n') |
| 8797 | f('sys/module/backlight/refcnt', 0o664, b'1\n') |
| 8798 | d('sys/module/backlight/holders', 0o775) |
| 8799 | l('sys/module/backlight/holders/thinkpad_acpi', '../../thinkpad_acpi') |
| 8800 | d('sys/module/backlight/sections', 0o775) |
| 8801 | f('sys/module/backlight/sections/__ksymtab_strings', 0o664, b'0xffffffffa0131700\n') |
| 8802 | f('sys/module/backlight/sections/.exit.text', 0o664, b'0xffffffffa01315ec\n') |
| 8803 | f('sys/module/backlight/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0131600\n') |
| 8804 | f('sys/module/backlight/sections/.strtab', 0o664, b'0xffffffffa0131de0\n') |
| 8805 | f('sys/module/backlight/sections/__ksymtab', 0o664, b'0xffffffffa01316d0\n') |
| 8806 | f('sys/module/backlight/sections/.bss', 0o664, b'0xffffffffa01326c0\n') |
| 8807 | f('sys/module/backlight/sections/.text', 0o664, b'0xffffffffa0131000\n') |
| 8808 | f('sys/module/backlight/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 8809 | f('sys/module/backlight/sections/__kcrctab', 0o664, b'0xffffffffa01316f0\n') |
| 8810 | f('sys/module/backlight/sections/.data', 0o664, b'0xffffffffa0132220\n') |
| 8811 | f('sys/module/backlight/sections/.symtab', 0o664, b'0xffffffffa0131738\n') |
| 8812 | f('sys/module/backlight/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0132300\n') |
| 8813 | f('sys/module/backlight/sections/.rodata.str1.1', 0o664, b'0xffffffffa0131624\n') |
| 8814 | d('sys/module/backlight/notes', 0o775) |
| 8815 | f('sys/module/backlight/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00d\xb6_\xb64[\x83\x90Fm(\x91J\xb1\xce\xf5\xaa\xd2\xf4}') |
| 8816 | d('sys/module/snd', 0o775) |
| 8817 | f('sys/module/snd/initstate', 0o664, b'live\n') |
| 8818 | f('sys/module/snd/srcversion', 0o664, b'D48337942305C9A41A7CC12\n') |
| 8819 | f('sys/module/snd/refcnt', 0o664, b'13\n') |
| 8820 | d('sys/module/snd/holders', 0o775) |
| 8821 | l('sys/module/snd/holders/snd_seq', '../../snd_seq') |
| 8822 | l('sys/module/snd/holders/snd_timer', '../../snd_timer') |
| 8823 | l('sys/module/snd/holders/snd_pcm', '../../snd_pcm') |
| 8824 | l('sys/module/snd/holders/snd_hda_intel', '../../snd_hda_intel') |
| 8825 | l('sys/module/snd/holders/snd_mixer_oss', '../../snd_mixer_oss') |
| 8826 | l('sys/module/snd/holders/snd_pcm_oss', '../../snd_pcm_oss') |
| 8827 | l('sys/module/snd/holders/snd_seq_device', '../../snd_seq_device') |
| 8828 | d('sys/module/snd/parameters', 0o775) |
| 8829 | f('sys/module/snd/parameters/slots', 0o664, b'snd-hda-intel,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n') |
| 8830 | f('sys/module/snd/parameters/major', 0o664, b'116\n') |
| 8831 | f('sys/module/snd/parameters/cards_limit', 0o664, b'1\n') |
| 8832 | d('sys/module/snd/sections', 0o775) |
| 8833 | f('sys/module/snd/sections/__ksymtab_strings', 0o664, b'0xffffffffa00d32e8\n') |
| 8834 | f('sys/module/snd/sections/.exit.text', 0o664, b'0xffffffffa00d1bc4\n') |
| 8835 | f('sys/module/snd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00d1c8c\n') |
| 8836 | f('sys/module/snd/sections/.strtab', 0o664, b'0xffffffffa00d6cc8\n') |
| 8837 | f('sys/module/snd/sections/__ksymtab', 0o664, b'0xffffffffa00d2d00\n') |
| 8838 | f('sys/module/snd/sections/.rodata', 0o664, b'0xffffffffa00d1cc0\n') |
| 8839 | f('sys/module/snd/sections/__param', 0o664, b'0xffffffffa00d3270\n') |
| 8840 | f('sys/module/snd/sections/.bss', 0o664, b'0xffffffffa00da480\n') |
| 8841 | f('sys/module/snd/sections/.text', 0o664, b'0xffffffffa00ca000\n') |
| 8842 | f('sys/module/snd/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8843 | f('sys/module/snd/sections/__kcrctab', 0o664, b'0xffffffffa00d30a0\n') |
| 8844 | f('sys/module/snd/sections/.data', 0o664, b'0xffffffffa00d9be0\n') |
| 8845 | f('sys/module/snd/sections/.symtab', 0o664, b'0xffffffffa00d3770\n') |
| 8846 | f('sys/module/snd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00da0c0\n') |
| 8847 | f('sys/module/snd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00d2558\n') |
| 8848 | d('sys/module/snd/notes', 0o775) |
| 8849 | f('sys/module/snd/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xee\x11+\xc0\xd4\x8f\x10\x02v\xf8\t\xb4\xa8\xf6[z\xd3\xb3\xb7\x87') |
| 8850 | d('sys/module/mac80211', 0o775) |
| 8851 | f('sys/module/mac80211/initstate', 0o664, b'live\n') |
| 8852 | f('sys/module/mac80211/srcversion', 0o664, b'330E8FB2F2933F478C444A4\n') |
| 8853 | f('sys/module/mac80211/refcnt', 0o664, b'1\n') |
| 8854 | d('sys/module/mac80211/holders', 0o775) |
| 8855 | l('sys/module/mac80211/holders/iwl3945', '../../iwl3945') |
| 8856 | d('sys/module/mac80211/parameters', 0o775) |
| 8857 | f('sys/module/mac80211/parameters/ieee80211_default_rc_algo', 0o664, b'pid\n') |
| 8858 | d('sys/module/mac80211/sections', 0o775) |
| 8859 | f('sys/module/mac80211/sections/__ksymtab_gpl', 0o664, b'0xffffffffa0127a50\n') |
| 8860 | f('sys/module/mac80211/sections/.smp_locks', 0o664, b'0xffffffffa01270a0\n') |
| 8861 | f('sys/module/mac80211/sections/__bug_table', 0o664, b'0xffffffffa0124183\n') |
| 8862 | f('sys/module/mac80211/sections/__ksymtab_strings', 0o664, b'0xffffffffa0127630\n') |
| 8863 | f('sys/module/mac80211/sections/.exit.text', 0o664, b'0xffffffffa0122de4\n') |
| 8864 | f('sys/module/mac80211/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0122df4\n') |
| 8865 | f('sys/module/mac80211/sections/.strtab', 0o664, b'0xffffffffa012b890\n') |
| 8866 | f('sys/module/mac80211/sections/__ksymtab', 0o664, b'0xffffffffa01272a0\n') |
| 8867 | f('sys/module/mac80211/sections/.rodata', 0o664, b'0xffffffffa0122e20\n') |
| 8868 | f('sys/module/mac80211/sections/__param', 0o664, b'0xffffffffa0127a28\n') |
| 8869 | f('sys/module/mac80211/sections/.bss', 0o664, b'0xffffffffa012fa40\n') |
| 8870 | f('sys/module/mac80211/sections/.text', 0o664, b'0xffffffffa0109000\n') |
| 8871 | f('sys/module/mac80211/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8872 | f('sys/module/mac80211/sections/__kcrctab', 0o664, b'0xffffffffa0127500\n') |
| 8873 | f('sys/module/mac80211/sections/.data', 0o664, b'0xffffffffa012f340\n') |
| 8874 | f('sys/module/mac80211/sections/.symtab', 0o664, b'0xffffffffa0127a80\n') |
| 8875 | f('sys/module/mac80211/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa012f680\n') |
| 8876 | f('sys/module/mac80211/sections/.rodata.str1.1', 0o664, b'0xffffffffa0123c40\n') |
| 8877 | f('sys/module/mac80211/sections/__kcrctab_gpl', 0o664, b'0xffffffffa0127a70\n') |
| 8878 | d('sys/module/mac80211/notes', 0o775) |
| 8879 | f('sys/module/mac80211/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00"i\xe2\xa0\x92\xbc7\xc4#\xbc\xda\xf11\x02\x13\xd5\x155\x1cS') |
| 8880 | d('sys/module/printk', 0o775) |
| 8881 | d('sys/module/printk/parameters', 0o775) |
| 8882 | f('sys/module/printk/parameters/time', 0o664, b'N\n') |
| 8883 | d('sys/module/rtc_lib', 0o775) |
| 8884 | f('sys/module/rtc_lib/initstate', 0o664, b'live\n') |
| 8885 | f('sys/module/rtc_lib/srcversion', 0o664, b'7884E7FF8728D88C6BD1427\n') |
| 8886 | f('sys/module/rtc_lib/refcnt', 0o664, b'1\n') |
| 8887 | d('sys/module/rtc_lib/holders', 0o775) |
| 8888 | l('sys/module/rtc_lib/holders/rtc_core', '../../rtc_core') |
| 8889 | d('sys/module/rtc_lib/sections', 0o775) |
| 8890 | f('sys/module/rtc_lib/sections/__ksymtab_strings', 0o664, b'0xffffffffa009c3f8\n') |
| 8891 | f('sys/module/rtc_lib/sections/.note.gnu.build-id', 0o664, b'0xffffffffa009c31c\n') |
| 8892 | f('sys/module/rtc_lib/sections/.strtab', 0o664, b'0xffffffffa009c8f0\n') |
| 8893 | f('sys/module/rtc_lib/sections/__ksymtab', 0o664, b'0xffffffffa009c380\n') |
| 8894 | f('sys/module/rtc_lib/sections/.rodata', 0o664, b'0xffffffffa009c340\n') |
| 8895 | f('sys/module/rtc_lib/sections/.bss', 0o664, b'0xffffffffa009cf80\n') |
| 8896 | f('sys/module/rtc_lib/sections/.text', 0o664, b'0xffffffffa009c000\n') |
| 8897 | f('sys/module/rtc_lib/sections/__kcrctab', 0o664, b'0xffffffffa009c3d0\n') |
| 8898 | f('sys/module/rtc_lib/sections/.data', 0o664, b'0xffffffffa009cba8\n') |
| 8899 | f('sys/module/rtc_lib/sections/.symtab', 0o664, b'0xffffffffa009c440\n') |
| 8900 | f('sys/module/rtc_lib/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa009cbc0\n') |
| 8901 | d('sys/module/rtc_lib/notes', 0o775) |
| 8902 | f('sys/module/rtc_lib/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xb4\xe2\xcfLw\x17j\xb2\xc7\xf1 \xfa\xc7G\x99+b^+S') |
| 8903 | d('sys/module/mousedev', 0o775) |
| 8904 | d('sys/module/mousedev/parameters', 0o775) |
| 8905 | f('sys/module/mousedev/parameters/tap_time', 0o664, b'200\n') |
| 8906 | f('sys/module/mousedev/parameters/yres', 0o664, b'768\n') |
| 8907 | f('sys/module/mousedev/parameters/xres', 0o664, b'1024\n') |
| 8908 | d('sys/module/rtc_cmos', 0o775) |
| 8909 | f('sys/module/rtc_cmos/initstate', 0o664, b'live\n') |
| 8910 | f('sys/module/rtc_cmos/srcversion', 0o664, b'7BE4B8C2A52556D0C62CB0B\n') |
| 8911 | f('sys/module/rtc_cmos/refcnt', 0o664, b'0\n') |
| 8912 | d('sys/module/rtc_cmos/sections', 0o775) |
| 8913 | f('sys/module/rtc_cmos/sections/.exit.text', 0o664, b'0xffffffffa00fe370\n') |
| 8914 | f('sys/module/rtc_cmos/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00fe4e4\n') |
| 8915 | f('sys/module/rtc_cmos/sections/.strtab', 0o664, b'0xffffffffa00ff1a8\n') |
| 8916 | f('sys/module/rtc_cmos/sections/.rodata', 0o664, b'0xffffffffa00fe520\n') |
| 8917 | f('sys/module/rtc_cmos/sections/.bss', 0o664, b'0xffffffffa00ffd40\n') |
| 8918 | f('sys/module/rtc_cmos/sections/.text', 0o664, b'0xffffffffa00fd000\n') |
| 8919 | f('sys/module/rtc_cmos/sections/.init.text', 0o664, b'0xffffffffa007d000\n') |
| 8920 | f('sys/module/rtc_cmos/sections/.data', 0o664, b'0xffffffffa00ff800\n') |
| 8921 | f('sys/module/rtc_cmos/sections/.devinit.text', 0o664, b'0xffffffffa00fe44f\n') |
| 8922 | f('sys/module/rtc_cmos/sections/.symtab', 0o664, b'0xffffffffa00fe6e0\n') |
| 8923 | f('sys/module/rtc_cmos/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ff980\n') |
| 8924 | f('sys/module/rtc_cmos/sections/.rodata.str1.1', 0o664, b'0xffffffffa00fe6a2\n') |
| 8925 | d('sys/module/rtc_cmos/notes', 0o775) |
| 8926 | f('sys/module/rtc_cmos/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xf4\x82\xed4\xe7\x10\xb9\x7f\xa9 \x0c\xedIf0\x86u\xd41\x87') |
| 8927 | d('sys/module/battery', 0o775) |
| 8928 | f('sys/module/battery/initstate', 0o664, b'live\n') |
| 8929 | f('sys/module/battery/srcversion', 0o664, b'5A2CE8D302B31A112CFB57A\n') |
| 8930 | f('sys/module/battery/refcnt', 0o664, b'0\n') |
| 8931 | d('sys/module/battery/parameters', 0o775) |
| 8932 | f('sys/module/battery/parameters/cache_time', 0o664, b'1000\n') |
| 8933 | d('sys/module/battery/sections', 0o775) |
| 8934 | f('sys/module/battery/sections/.exit.text', 0o664, b'0xffffffffa008008c\n') |
| 8935 | f('sys/module/battery/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00800ac\n') |
| 8936 | f('sys/module/battery/sections/.strtab', 0o664, b'0xffffffffa0081318\n') |
| 8937 | f('sys/module/battery/sections/.rodata', 0o664, b'0xffffffffa00800d0\n') |
| 8938 | f('sys/module/battery/sections/__param', 0o664, b'0xffffffffa0080798\n') |
| 8939 | f('sys/module/battery/sections/.bss', 0o664, b'0xffffffffa0082440\n') |
| 8940 | f('sys/module/battery/sections/.text', 0o664, b'0xffffffffa007f000\n') |
| 8941 | f('sys/module/battery/sections/.init.text', 0o664, b'0xffffffffa0084000\n') |
| 8942 | f('sys/module/battery/sections/.data', 0o664, b'0xffffffffa0081a90\n') |
| 8943 | f('sys/module/battery/sections/.symtab', 0o664, b'0xffffffffa00807c0\n') |
| 8944 | f('sys/module/battery/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0082080\n') |
| 8945 | f('sys/module/battery/sections/.rodata.str1.1', 0o664, b'0xffffffffa008025b\n') |
| 8946 | d('sys/module/battery/notes', 0o775) |
| 8947 | f('sys/module/battery/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xe3\xa8\xcc.j\xb3\xda\xc8\x88\x03\xca\xf6\xf0*\x9c-\xffE!\xd3') |
| 8948 | d('sys/module/yenta_socket', 0o775) |
| 8949 | f('sys/module/yenta_socket/initstate', 0o664, b'live\n') |
| 8950 | f('sys/module/yenta_socket/srcversion', 0o664, b'B0538CB6E6ED071E80A4575\n') |
| 8951 | f('sys/module/yenta_socket/refcnt', 0o664, b'1\n') |
| 8952 | d('sys/module/yenta_socket/drivers', 0o775) |
| 8953 | l('sys/module/yenta_socket/drivers/pci:yenta_cardbus', '../../../bus/pci/drivers/yenta_cardbus') |
| 8954 | d('sys/module/yenta_socket/parameters', 0o775) |
| 8955 | f('sys/module/yenta_socket/parameters/isa_probe', 0o664, b'Y\n') |
| 8956 | f('sys/module/yenta_socket/parameters/disable_clkrun', 0o664, b'N\n') |
| 8957 | f('sys/module/yenta_socket/parameters/pwr_irqs_off', 0o664, b'N\n') |
| 8958 | d('sys/module/yenta_socket/sections', 0o775) |
| 8959 | f('sys/module/yenta_socket/sections/__bug_table', 0o664, b'0xffffffffa0104aa6\n') |
| 8960 | f('sys/module/yenta_socket/sections/.exit.text', 0o664, b'0xffffffffa0103c44\n') |
| 8961 | f('sys/module/yenta_socket/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0104330\n') |
| 8962 | f('sys/module/yenta_socket/sections/.strtab', 0o664, b'0xffffffffa0105e80\n') |
| 8963 | f('sys/module/yenta_socket/sections/.rodata', 0o664, b'0xffffffffa0104354\n') |
| 8964 | f('sys/module/yenta_socket/sections/__param', 0o664, b'0xffffffffa0104ad8\n') |
| 8965 | f('sys/module/yenta_socket/sections/.bss', 0o664, b'0xffffffffa0107800\n') |
| 8966 | f('sys/module/yenta_socket/sections/.text', 0o664, b'0xffffffffa0101000\n') |
| 8967 | f('sys/module/yenta_socket/sections/.init.text', 0o664, b'0xffffffffa0084000\n') |
| 8968 | f('sys/module/yenta_socket/sections/.data', 0o664, b'0xffffffffa0106ac0\n') |
| 8969 | f('sys/module/yenta_socket/sections/.devinit.text', 0o664, b'0xffffffffa0103c60\n') |
| 8970 | f('sys/module/yenta_socket/sections/.symtab', 0o664, b'0xffffffffa0104b78\n') |
| 8971 | f('sys/module/yenta_socket/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0107440\n') |
| 8972 | f('sys/module/yenta_socket/sections/.rodata.str1.1', 0o664, b'0xffffffffa0104388\n') |
| 8973 | d('sys/module/yenta_socket/notes', 0o775) |
| 8974 | f('sys/module/yenta_socket/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00H\xa8\xe9\xf1\x06e\xb4\xe4\xd7\xa1\x7f\xf8G)\x1a\xa3\xec\xe7m<') |
| 8975 | d('sys/module/acpi', 0o775) |
| 8976 | d('sys/module/acpi/parameters', 0o775) |
| 8977 | f('sys/module/acpi/parameters/acpica_version', 0o664, b'20080609\n') |
| 8978 | d('sys/module/cdc_acm', 0o775) |
| 8979 | f('sys/module/cdc_acm/initstate', 0o664, b'live\n') |
| 8980 | f('sys/module/cdc_acm/srcversion', 0o664, b'5DED3866AA046376E4E36DD\n') |
| 8981 | f('sys/module/cdc_acm/refcnt', 0o664, b'0\n') |
| 8982 | d('sys/module/cdc_acm/drivers', 0o775) |
| 8983 | l('sys/module/cdc_acm/drivers/usb:cdc_acm', '../../../bus/usb/drivers/cdc_acm') |
| 8984 | d('sys/module/cdc_acm/sections', 0o775) |
| 8985 | f('sys/module/cdc_acm/sections/.smp_locks', 0o664, b'0xffffffffa02d9660\n') |
| 8986 | f('sys/module/cdc_acm/sections/.exit.text', 0o664, b'0xffffffffa02d949c\n') |
| 8987 | f('sys/module/cdc_acm/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02d94c8\n') |
| 8988 | f('sys/module/cdc_acm/sections/.strtab', 0o664, b'0xffffffffa02da838\n') |
| 8989 | f('sys/module/cdc_acm/sections/.rodata', 0o664, b'0xffffffffa02d9500\n') |
| 8990 | f('sys/module/cdc_acm/sections/.bss', 0o664, b'0xffffffffa02db8c0\n') |
| 8991 | f('sys/module/cdc_acm/sections/.text', 0o664, b'0xffffffffa02d7000\n') |
| 8992 | f('sys/module/cdc_acm/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 8993 | f('sys/module/cdc_acm/sections/.data', 0o664, b'0xffffffffa02db0e0\n') |
| 8994 | f('sys/module/cdc_acm/sections/.symtab', 0o664, b'0xffffffffa02d9968\n') |
| 8995 | f('sys/module/cdc_acm/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02db500\n') |
| 8996 | f('sys/module/cdc_acm/sections/.rodata.str1.1', 0o664, b'0xffffffffa02d9698\n') |
| 8997 | d('sys/module/cdc_acm/notes', 0o775) |
| 8998 | f('sys/module/cdc_acm/notes/.note.gnu.build-id', 0o664, b"\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xe1=\x89\xe9\xe8L\t\xfe|o\x9c+\xfe\x81\xe8\xc6P'\xa4$") |
| 8999 | d('sys/module/snd_timer', 0o775) |
| 9000 | f('sys/module/snd_timer/initstate', 0o664, b'live\n') |
| 9001 | f('sys/module/snd_timer/srcversion', 0o664, b'1F1836030C5B604CF478CFC\n') |
| 9002 | f('sys/module/snd_timer/refcnt', 0o664, b'2\n') |
| 9003 | d('sys/module/snd_timer/holders', 0o775) |
| 9004 | l('sys/module/snd_timer/holders/snd_seq', '../../snd_seq') |
| 9005 | l('sys/module/snd_timer/holders/snd_pcm', '../../snd_pcm') |
| 9006 | d('sys/module/snd_timer/parameters', 0o775) |
| 9007 | f('sys/module/snd_timer/parameters/timer_tstamp_monotonic', 0o664, b'1\n') |
| 9008 | f('sys/module/snd_timer/parameters/timer_limit', 0o664, b'1\n') |
| 9009 | d('sys/module/snd_timer/sections', 0o775) |
| 9010 | f('sys/module/snd_timer/sections/.smp_locks', 0o664, b'0xffffffffa00f8908\n') |
| 9011 | f('sys/module/snd_timer/sections/__bug_table', 0o664, b'0xffffffffa00f888f\n') |
| 9012 | f('sys/module/snd_timer/sections/__ksymtab_strings', 0o664, b'0xffffffffa00f8a98\n') |
| 9013 | f('sys/module/snd_timer/sections/.exit.text', 0o664, b'0xffffffffa00f8520\n') |
| 9014 | f('sys/module/snd_timer/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00f8590\n') |
| 9015 | f('sys/module/snd_timer/sections/.strtab', 0o664, b'0xffffffffa00f9e90\n') |
| 9016 | f('sys/module/snd_timer/sections/__ksymtab', 0o664, b'0xffffffffa00f8910\n') |
| 9017 | f('sys/module/snd_timer/sections/.rodata', 0o664, b'0xffffffffa00f85c0\n') |
| 9018 | f('sys/module/snd_timer/sections/__param', 0o664, b'0xffffffffa00f8a48\n') |
| 9019 | f('sys/module/snd_timer/sections/.bss', 0o664, b'0xffffffffa00fb200\n') |
| 9020 | f('sys/module/snd_timer/sections/.text', 0o664, b'0xffffffffa00f5000\n') |
| 9021 | f('sys/module/snd_timer/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9022 | f('sys/module/snd_timer/sections/__kcrctab', 0o664, b'0xffffffffa00f89e0\n') |
| 9023 | f('sys/module/snd_timer/sections/.data', 0o664, b'0xffffffffa00fad00\n') |
| 9024 | f('sys/module/snd_timer/sections/.symtab', 0o664, b'0xffffffffa00f8b88\n') |
| 9025 | f('sys/module/snd_timer/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00fae40\n') |
| 9026 | f('sys/module/snd_timer/sections/.rodata.str1.1', 0o664, b'0xffffffffa00f8723\n') |
| 9027 | d('sys/module/snd_timer/notes', 0o775) |
| 9028 | f('sys/module/snd_timer/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xb2uP\xf49\x98_\xdcY\xc1\xbfY\xa4yn\xb0\xbe\x9c\xf2F') |
| 9029 | d('sys/module/e1000e', 0o775) |
| 9030 | f('sys/module/e1000e/version', 0o664, b'0.3.3.3-k2\n') |
| 9031 | f('sys/module/e1000e/initstate', 0o664, b'live\n') |
| 9032 | f('sys/module/e1000e/srcversion', 0o664, b'5B93BF2B618524ED19305C8\n') |
| 9033 | f('sys/module/e1000e/refcnt', 0o664, b'0\n') |
| 9034 | d('sys/module/e1000e/drivers', 0o775) |
| 9035 | l('sys/module/e1000e/drivers/pci:e1000e', '../../../bus/pci/drivers/e1000e') |
| 9036 | d('sys/module/e1000e/parameters', 0o775) |
| 9037 | f('sys/module/e1000e/parameters/copybreak', 0o664, b'256\n') |
| 9038 | d('sys/module/e1000e/sections', 0o775) |
| 9039 | f('sys/module/e1000e/sections/.devinit.data', 0o664, b'0xffffffffa0024fe0\n') |
| 9040 | f('sys/module/e1000e/sections/.smp_locks', 0o664, b'0xffffffffa001e730\n') |
| 9041 | f('sys/module/e1000e/sections/__bug_table', 0o664, b'0xffffffffa001e590\n') |
| 9042 | f('sys/module/e1000e/sections/.exit.text', 0o664, b'0xffffffffa001c64f\n') |
| 9043 | f('sys/module/e1000e/sections/.note.gnu.build-id', 0o664, b'0xffffffffa001c750\n') |
| 9044 | f('sys/module/e1000e/sections/.strtab', 0o664, b'0xffffffffa0021ac0\n') |
| 9045 | f('sys/module/e1000e/sections/.devexit.text', 0o664, b'0xffffffffa001c672\n') |
| 9046 | f('sys/module/e1000e/sections/.rodata', 0o664, b'0xffffffffa001c780\n') |
| 9047 | f('sys/module/e1000e/sections/__param', 0o664, b'0xffffffffa001e5f0\n') |
| 9048 | f('sys/module/e1000e/sections/.bss', 0o664, b'0xffffffffa0025800\n') |
| 9049 | f('sys/module/e1000e/sections/.text', 0o664, b'0xffffffffa0009000\n') |
| 9050 | f('sys/module/e1000e/sections/.init.text', 0o664, b'0xffffffffa0027000\n') |
| 9051 | f('sys/module/e1000e/sections/.data', 0o664, b'0xffffffffa00243c0\n') |
| 9052 | f('sys/module/e1000e/sections/.devinit.text', 0o664, b'0xffffffffa001b380\n') |
| 9053 | f('sys/module/e1000e/sections/.symtab', 0o664, b'0xffffffffa001e8b0\n') |
| 9054 | f('sys/module/e1000e/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0025440\n') |
| 9055 | f('sys/module/e1000e/sections/.rodata.str1.1', 0o664, b'0xffffffffa001d6f0\n') |
| 9056 | d('sys/module/e1000e/notes', 0o775) |
| 9057 | f('sys/module/e1000e/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xcbJ\xb1\x8eG^\xf7\xba\xbf\xa6\x1b\x03\xfasqDl\xf7"\xf1') |
| 9058 | d('sys/module/aes_x86_64', 0o775) |
| 9059 | f('sys/module/aes_x86_64/initstate', 0o664, b'live\n') |
| 9060 | f('sys/module/aes_x86_64/srcversion', 0o664, b'4E315E23114A08593D5D731\n') |
| 9061 | f('sys/module/aes_x86_64/refcnt', 0o664, b'2\n') |
| 9062 | d('sys/module/aes_x86_64/sections', 0o775) |
| 9063 | f('sys/module/aes_x86_64/sections/.exit.text', 0o664, b'0xffffffffa02d471c\n') |
| 9064 | f('sys/module/aes_x86_64/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02d4730\n') |
| 9065 | f('sys/module/aes_x86_64/sections/.strtab', 0o664, b'0xffffffffa02d4b60\n') |
| 9066 | f('sys/module/aes_x86_64/sections/.bss', 0o664, b'0xffffffffa02d5200\n') |
| 9067 | f('sys/module/aes_x86_64/sections/.text', 0o664, b'0xffffffffa02d3000\n') |
| 9068 | f('sys/module/aes_x86_64/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9069 | f('sys/module/aes_x86_64/sections/.data', 0o664, b'0xffffffffa02d4d20\n') |
| 9070 | f('sys/module/aes_x86_64/sections/.symtab', 0o664, b'0xffffffffa02d4758\n') |
| 9071 | f('sys/module/aes_x86_64/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02d4e40\n') |
| 9072 | d('sys/module/aes_x86_64/notes', 0o775) |
| 9073 | f('sys/module/aes_x86_64/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x1e3\x8c\xa9\xdd\xa1\xeb\\\xcf\xd3\x0f\xd1\xfc\xaa\xd2y\x08+f\xca') |
| 9074 | d('sys/module/dm_mod', 0o775) |
| 9075 | f('sys/module/dm_mod/initstate', 0o664, b'live\n') |
| 9076 | f('sys/module/dm_mod/srcversion', 0o664, b'458AEB289C7AA031FFD0011\n') |
| 9077 | f('sys/module/dm_mod/refcnt', 0o664, b'0\n') |
| 9078 | d('sys/module/dm_mod/sections', 0o775) |
| 9079 | f('sys/module/dm_mod/sections/__ksymtab_gpl', 0o664, b'0xffffffffa02122b0\n') |
| 9080 | f('sys/module/dm_mod/sections/.smp_locks', 0o664, b'0xffffffffa0210eb8\n') |
| 9081 | f('sys/module/dm_mod/sections/__bug_table', 0o664, b'0xffffffffa0211f54\n') |
| 9082 | f('sys/module/dm_mod/sections/__ksymtab_strings', 0o664, b'0xffffffffa0212310\n') |
| 9083 | f('sys/module/dm_mod/sections/.exit.text', 0o664, b'0xffffffffa0210c20\n') |
| 9084 | f('sys/module/dm_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0210c54\n') |
| 9085 | f('sys/module/dm_mod/sections/.strtab', 0o664, b'0xffffffffa02151f0\n') |
| 9086 | f('sys/module/dm_mod/sections/__ksymtab', 0o664, b'0xffffffffa02120d0\n') |
| 9087 | f('sys/module/dm_mod/sections/.rodata', 0o664, b'0xffffffffa0210c80\n') |
| 9088 | f('sys/module/dm_mod/sections/__param', 0o664, b'0xffffffffa02120a8\n') |
| 9089 | f('sys/module/dm_mod/sections/.bss', 0o664, b'0xffffffffa02177c0\n') |
| 9090 | f('sys/module/dm_mod/sections/.text', 0o664, b'0xffffffffa0209000\n') |
| 9091 | f('sys/module/dm_mod/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9092 | f('sys/module/dm_mod/sections/__kcrctab', 0o664, b'0xffffffffa0212210\n') |
| 9093 | f('sys/module/dm_mod/sections/.data', 0o664, b'0xffffffffa0216f40\n') |
| 9094 | f('sys/module/dm_mod/sections/.init.data', 0o664, b'0xffffffffa00652c0\n') |
| 9095 | f('sys/module/dm_mod/sections/.symtab', 0o664, b'0xffffffffa02124a8\n') |
| 9096 | f('sys/module/dm_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0217400\n') |
| 9097 | f('sys/module/dm_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa0211c4d\n') |
| 9098 | f('sys/module/dm_mod/sections/__kcrctab_gpl', 0o664, b'0xffffffffa02122f0\n') |
| 9099 | d('sys/module/dm_mod/notes', 0o775) |
| 9100 | f('sys/module/dm_mod/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00^(\xdd\x16OD6\xfb\x89\xe6\xca3Vl\xb0\xd7MBp\x84') |
| 9101 | d('sys/module/usbhid', 0o775) |
| 9102 | f('sys/module/usbhid/initstate', 0o664, b'live\n') |
| 9103 | f('sys/module/usbhid/srcversion', 0o664, b'3D7B82FE16E5E534DE4C12B\n') |
| 9104 | f('sys/module/usbhid/refcnt', 0o664, b'0\n') |
| 9105 | d('sys/module/usbhid/drivers', 0o775) |
| 9106 | l('sys/module/usbhid/drivers/usb:usbhid', '../../../bus/usb/drivers/usbhid') |
| 9107 | d('sys/module/usbhid/parameters', 0o775) |
| 9108 | f('sys/module/usbhid/parameters/mousepoll', 0o664, b'0\n') |
| 9109 | f('sys/module/usbhid/parameters/rdesc_quirks', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>\n') |
| 9110 | f('sys/module/usbhid/parameters/quirks', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>\n') |
| 9111 | d('sys/module/usbhid/sections', 0o775) |
| 9112 | f('sys/module/usbhid/sections/__ksymtab_gpl', 0o664, b'0xffffffffa0201e60\n') |
| 9113 | f('sys/module/usbhid/sections/.smp_locks', 0o664, b'0xffffffffa0201700\n') |
| 9114 | f('sys/module/usbhid/sections/__ksymtab_strings', 0o664, b'0xffffffffa0201e78\n') |
| 9115 | f('sys/module/usbhid/sections/.exit.text', 0o664, b'0xffffffffa0200c6c\n') |
| 9116 | f('sys/module/usbhid/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0200c84\n') |
| 9117 | f('sys/module/usbhid/sections/.strtab', 0o664, b'0xffffffffa0202e68\n') |
| 9118 | f('sys/module/usbhid/sections/.rodata', 0o664, b'0xffffffffa0200cc0\n') |
| 9119 | f('sys/module/usbhid/sections/__param', 0o664, b'0xffffffffa0201de0\n') |
| 9120 | f('sys/module/usbhid/sections/.bss', 0o664, b'0xffffffffa0203d80\n') |
| 9121 | f('sys/module/usbhid/sections/.text', 0o664, b'0xffffffffa01fe000\n') |
| 9122 | f('sys/module/usbhid/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9123 | f('sys/module/usbhid/sections/.data', 0o664, b'0xffffffffa02037c0\n') |
| 9124 | f('sys/module/usbhid/sections/.symtab', 0o664, b'0xffffffffa0201e90\n') |
| 9125 | f('sys/module/usbhid/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02039c0\n') |
| 9126 | f('sys/module/usbhid/sections/.rodata.str1.1', 0o664, b'0xffffffffa02017a8\n') |
| 9127 | f('sys/module/usbhid/sections/__kcrctab_gpl', 0o664, b'0xffffffffa0201e70\n') |
| 9128 | d('sys/module/usbhid/notes', 0o775) |
| 9129 | f('sys/module/usbhid/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00F\xd8\xa9\xb5\x91:~\xd6KY>\x94\xe1\x1d\xab\xf6\xe5\xeeu*') |
| 9130 | d('sys/module/iwl3945', 0o775) |
| 9131 | f('sys/module/iwl3945/version', 0o664, b'1.2.26ks\n') |
| 9132 | f('sys/module/iwl3945/initstate', 0o664, b'live\n') |
| 9133 | f('sys/module/iwl3945/srcversion', 0o664, b'5C079549ABD48E07B20F3C7\n') |
| 9134 | f('sys/module/iwl3945/refcnt', 0o664, b'0\n') |
| 9135 | d('sys/module/iwl3945/drivers', 0o775) |
| 9136 | l('sys/module/iwl3945/drivers/pci:iwl3945', '../../../bus/pci/drivers/iwl3945') |
| 9137 | d('sys/module/iwl3945/parameters', 0o775) |
| 9138 | f('sys/module/iwl3945/parameters/disable_hw_scan', 0o664, b'0\n') |
| 9139 | f('sys/module/iwl3945/parameters/queues_num', 0o664, b'8\n') |
| 9140 | f('sys/module/iwl3945/parameters/debug', 0o664, b'0\n') |
| 9141 | f('sys/module/iwl3945/parameters/disable', 0o664, b'0\n') |
| 9142 | f('sys/module/iwl3945/parameters/hwcrypto', 0o664, b'0\n') |
| 9143 | f('sys/module/iwl3945/parameters/antenna', 0o664, b'0\n') |
| 9144 | f('sys/module/iwl3945/parameters/qos_enable', 0o664, b'1\n') |
| 9145 | d('sys/module/iwl3945/sections', 0o775) |
| 9146 | f('sys/module/iwl3945/sections/.smp_locks', 0o664, b'0xffffffffa015e0e0\n') |
| 9147 | f('sys/module/iwl3945/sections/__bug_table', 0o664, b'0xffffffffa015e300\n') |
| 9148 | f('sys/module/iwl3945/sections/.exit.text', 0o664, b'0xffffffffa015b2e4\n') |
| 9149 | f('sys/module/iwl3945/sections/.note.gnu.build-id', 0o664, b'0xffffffffa015b2fc\n') |
| 9150 | f('sys/module/iwl3945/sections/.strtab', 0o664, b'0xffffffffa0160f20\n') |
| 9151 | f('sys/module/iwl3945/sections/.devexit.text', 0o664, b'0xffffffffa015b044\n') |
| 9152 | f('sys/module/iwl3945/sections/.rodata', 0o664, b'0xffffffffa015b320\n') |
| 9153 | f('sys/module/iwl3945/sections/__param', 0o664, b'0xffffffffa015e4b0\n') |
| 9154 | f('sys/module/iwl3945/sections/.bss', 0o664, b'0xffffffffa0163d80\n') |
| 9155 | f('sys/module/iwl3945/sections/.text', 0o664, b'0xffffffffa014b000\n') |
| 9156 | f('sys/module/iwl3945/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9157 | f('sys/module/iwl3945/sections/.data', 0o664, b'0xffffffffa0162f00\n') |
| 9158 | f('sys/module/iwl3945/sections/.symtab', 0o664, b'0xffffffffa015e5c8\n') |
| 9159 | f('sys/module/iwl3945/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01639c0\n') |
| 9160 | f('sys/module/iwl3945/sections/.rodata.str1.1', 0o664, b'0xffffffffa015bc0c\n') |
| 9161 | d('sys/module/iwl3945/notes', 0o775) |
| 9162 | f('sys/module/iwl3945/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xd1^"`\xf9\xf2&\x0b\xe0T\x9b\xe1,\xab\x88\x9bos\x0b\xdb') |
| 9163 | d('sys/module/rsrc_nonstatic', 0o775) |
| 9164 | f('sys/module/rsrc_nonstatic/initstate', 0o664, b'live\n') |
| 9165 | f('sys/module/rsrc_nonstatic/srcversion', 0o664, b'8554CBDFE6293476856E830\n') |
| 9166 | f('sys/module/rsrc_nonstatic/refcnt', 0o664, b'1\n') |
| 9167 | d('sys/module/rsrc_nonstatic/holders', 0o775) |
| 9168 | l('sys/module/rsrc_nonstatic/holders/yenta_socket', '../../yenta_socket') |
| 9169 | d('sys/module/rsrc_nonstatic/parameters', 0o775) |
| 9170 | f('sys/module/rsrc_nonstatic/parameters/probe_mem', 0o664, b'1\n') |
| 9171 | d('sys/module/rsrc_nonstatic/sections', 0o775) |
| 9172 | f('sys/module/rsrc_nonstatic/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ef8a0\n') |
| 9173 | f('sys/module/rsrc_nonstatic/sections/.exit.text', 0o664, b'0xffffffffa00ef624\n') |
| 9174 | f('sys/module/rsrc_nonstatic/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00ef69c\n') |
| 9175 | f('sys/module/rsrc_nonstatic/sections/.strtab', 0o664, b'0xffffffffa00f0260\n') |
| 9176 | f('sys/module/rsrc_nonstatic/sections/__ksymtab', 0o664, b'0xffffffffa00ef860\n') |
| 9177 | f('sys/module/rsrc_nonstatic/sections/.devexit.text', 0o664, b'0xffffffffa00ef636\n') |
| 9178 | f('sys/module/rsrc_nonstatic/sections/.rodata', 0o664, b'0xffffffffa00ef6c0\n') |
| 9179 | f('sys/module/rsrc_nonstatic/sections/__param', 0o664, b'0xffffffffa00ef878\n') |
| 9180 | f('sys/module/rsrc_nonstatic/sections/.bss', 0o664, b'0xffffffffa00f0dc0\n') |
| 9181 | f('sys/module/rsrc_nonstatic/sections/.text', 0o664, b'0xffffffffa00ee000\n') |
| 9182 | f('sys/module/rsrc_nonstatic/sections/.init.text', 0o664, b'0xffffffffa0084000\n') |
| 9183 | f('sys/module/rsrc_nonstatic/sections/__kcrctab', 0o664, b'0xffffffffa00ef870\n') |
| 9184 | f('sys/module/rsrc_nonstatic/sections/.ref.data', 0o664, b'0xffffffffa00f09c0\n') |
| 9185 | f('sys/module/rsrc_nonstatic/sections/.data', 0o664, b'0xffffffffa00f0820\n') |
| 9186 | f('sys/module/rsrc_nonstatic/sections/.devinit.text', 0o664, b'0xffffffffa00ef665\n') |
| 9187 | f('sys/module/rsrc_nonstatic/sections/.symtab', 0o664, b'0xffffffffa00ef8b8\n') |
| 9188 | f('sys/module/rsrc_nonstatic/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00f0a00\n') |
| 9189 | f('sys/module/rsrc_nonstatic/sections/.rodata.str1.1', 0o664, b'0xffffffffa00ef78d\n') |
| 9190 | d('sys/module/rsrc_nonstatic/notes', 0o775) |
| 9191 | f('sys/module/rsrc_nonstatic/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xd5n\x94\x07\x89\xe1\x08\xe3\x07C\xb9\x83\x0c\x19*6\xe8\xe3\x10R') |
| 9192 | d('sys/module/thinkpad_acpi', 0o775) |
| 9193 | f('sys/module/thinkpad_acpi/version', 0o664, b'0.21\n') |
| 9194 | f('sys/module/thinkpad_acpi/initstate', 0o664, b'live\n') |
| 9195 | f('sys/module/thinkpad_acpi/srcversion', 0o664, b'FA276F7EFAA90BF39100654\n') |
| 9196 | f('sys/module/thinkpad_acpi/refcnt', 0o664, b'0\n') |
| 9197 | d('sys/module/thinkpad_acpi/drivers', 0o775) |
| 9198 | l('sys/module/thinkpad_acpi/drivers/platform:thinkpad_hwmon', '../../../bus/platform/drivers/thinkpad_hwmon') |
| 9199 | l('sys/module/thinkpad_acpi/drivers/platform:thinkpad_acpi', '../../../bus/platform/drivers/thinkpad_acpi') |
| 9200 | d('sys/module/thinkpad_acpi/sections', 0o775) |
| 9201 | f('sys/module/thinkpad_acpi/sections/.smp_locks', 0o664, b'0xffffffffa01e6088\n') |
| 9202 | f('sys/module/thinkpad_acpi/sections/__bug_table', 0o664, b'0xffffffffa01e60e0\n') |
| 9203 | f('sys/module/thinkpad_acpi/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01e3a80\n') |
| 9204 | f('sys/module/thinkpad_acpi/sections/.strtab', 0o664, b'0xffffffffa01e98b8\n') |
| 9205 | f('sys/module/thinkpad_acpi/sections/.rodata', 0o664, b'0xffffffffa01e3ac0\n') |
| 9206 | f('sys/module/thinkpad_acpi/sections/__param', 0o664, b'0xffffffffa01e61a0\n') |
| 9207 | f('sys/module/thinkpad_acpi/sections/.bss', 0o664, b'0xffffffffa01ed600\n') |
| 9208 | f('sys/module/thinkpad_acpi/sections/.text', 0o664, b'0xffffffffa01dd000\n') |
| 9209 | f('sys/module/thinkpad_acpi/sections/.init.text', 0o664, b'0xffffffffa01ef000\n') |
| 9210 | f('sys/module/thinkpad_acpi/sections/.data', 0o664, b'0xffffffffa01ebd60\n') |
| 9211 | f('sys/module/thinkpad_acpi/sections/.init.data', 0o664, b'0xffffffffa01f1700\n') |
| 9212 | f('sys/module/thinkpad_acpi/sections/.symtab', 0o664, b'0xffffffffa01e6498\n') |
| 9213 | f('sys/module/thinkpad_acpi/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01ed240\n') |
| 9214 | f('sys/module/thinkpad_acpi/sections/.rodata.str1.1', 0o664, b'0xffffffffa01e3df0\n') |
| 9215 | d('sys/module/thinkpad_acpi/notes', 0o775) |
| 9216 | f('sys/module/thinkpad_acpi/notes/.note.gnu.build-id', 0o664, b"\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00]\xca\x1f\xba\xb1J'\xa8\x14\x83cj=h\x11\xe60;\x08\xd6") |
| 9217 | d('sys/module/psmouse', 0o775) |
| 9218 | d('sys/module/psmouse/drivers', 0o775) |
| 9219 | l('sys/module/psmouse/drivers/serio:psmouse', '../../../bus/serio/drivers/psmouse') |
| 9220 | d('sys/module/psmouse/parameters', 0o775) |
| 9221 | f('sys/module/psmouse/parameters/proto', 0o664, b'''auto |
| 9222 | |
| 9223 | ''') |
| 9224 | f('sys/module/psmouse/parameters/resync_time', 0o664, b'0\n') |
| 9225 | f('sys/module/psmouse/parameters/resolution', 0o664, b'200\n') |
| 9226 | f('sys/module/psmouse/parameters/resetafter', 0o664, b'5\n') |
| 9227 | f('sys/module/psmouse/parameters/rate', 0o664, b'100\n') |
| 9228 | f('sys/module/psmouse/parameters/smartscroll', 0o664, b'Y\n') |
| 9229 | d('sys/module/md_mod', 0o775) |
| 9230 | f('sys/module/md_mod/initstate', 0o664, b'live\n') |
| 9231 | f('sys/module/md_mod/srcversion', 0o664, b'1DB954BE8FA97D4755DC15B\n') |
| 9232 | f('sys/module/md_mod/refcnt', 0o664, b'1\n') |
| 9233 | d('sys/module/md_mod/holders', 0o775) |
| 9234 | l('sys/module/md_mod/holders/raid1', '../../raid1') |
| 9235 | d('sys/module/md_mod/parameters', 0o775) |
| 9236 | f('sys/module/md_mod/parameters/start_ro', 0o664, b'0\n') |
| 9237 | f('sys/module/md_mod/parameters/start_dirty_degraded', 0o664, b'0\n') |
| 9238 | d('sys/module/md_mod/sections', 0o775) |
| 9239 | f('sys/module/md_mod/sections/__ksymtab_gpl', 0o664, b'0xffffffffa022a790\n') |
| 9240 | f('sys/module/md_mod/sections/.smp_locks', 0o664, b'0xffffffffa022a038\n') |
| 9241 | f('sys/module/md_mod/sections/__bug_table', 0o664, b'0xffffffffa022a4b8\n') |
| 9242 | f('sys/module/md_mod/sections/__ksymtab_strings', 0o664, b'0xffffffffa022a7f0\n') |
| 9243 | f('sys/module/md_mod/sections/.exit.text', 0o664, b'0xffffffffa02283a0\n') |
| 9244 | f('sys/module/md_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02284c8\n') |
| 9245 | f('sys/module/md_mod/sections/.strtab', 0o664, b'0xffffffffa022d7a0\n') |
| 9246 | f('sys/module/md_mod/sections/__ksymtab', 0o664, b'0xffffffffa022a590\n') |
| 9247 | f('sys/module/md_mod/sections/.rodata', 0o664, b'0xffffffffa0228500\n') |
| 9248 | f('sys/module/md_mod/sections/__param', 0o664, b'0xffffffffa022a740\n') |
| 9249 | f('sys/module/md_mod/sections/.bss', 0o664, b'0xffffffffa0230880\n') |
| 9250 | f('sys/module/md_mod/sections/.text', 0o664, b'0xffffffffa021a000\n') |
| 9251 | f('sys/module/md_mod/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 9252 | f('sys/module/md_mod/sections/__kcrctab', 0o664, b'0xffffffffa022a6b0\n') |
| 9253 | f('sys/module/md_mod/sections/.data', 0o664, b'0xffffffffa022f660\n') |
| 9254 | f('sys/module/md_mod/sections/.symtab', 0o664, b'0xffffffffa022a968\n') |
| 9255 | f('sys/module/md_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02304c0\n') |
| 9256 | f('sys/module/md_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa022869e\n') |
| 9257 | f('sys/module/md_mod/sections/__kcrctab_gpl', 0o664, b'0xffffffffa022a7d0\n') |
| 9258 | d('sys/module/md_mod/notes', 0o775) |
| 9259 | f('sys/module/md_mod/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xbd\xb6!\x84\x88Z\x8bnL\x0f\xf0\xbe\xf0]\n"\xd8\xf3\xb0*') |
| 9260 | d('sys/module/snd_pcm', 0o775) |
| 9261 | f('sys/module/snd_pcm/initstate', 0o664, b'live\n') |
| 9262 | f('sys/module/snd_pcm/srcversion', 0o664, b'96530AD1426FF7F73757C4F\n') |
| 9263 | f('sys/module/snd_pcm/refcnt', 0o664, b'2\n') |
| 9264 | d('sys/module/snd_pcm/holders', 0o775) |
| 9265 | l('sys/module/snd_pcm/holders/snd_hda_intel', '../../snd_hda_intel') |
| 9266 | l('sys/module/snd_pcm/holders/snd_pcm_oss', '../../snd_pcm_oss') |
| 9267 | d('sys/module/snd_pcm/parameters', 0o775) |
| 9268 | f('sys/module/snd_pcm/parameters/preallocate_dma', 0o664, b'1\n') |
| 9269 | f('sys/module/snd_pcm/parameters/maximum_substreams', 0o664, b'4\n') |
| 9270 | d('sys/module/snd_pcm/sections', 0o775) |
| 9271 | f('sys/module/snd_pcm/sections/.smp_locks', 0o664, b'0xffffffffa0141af8\n') |
| 9272 | f('sys/module/snd_pcm/sections/__ex_table', 0o664, b'0xffffffffa0141b30\n') |
| 9273 | f('sys/module/snd_pcm/sections/__ksymtab_strings', 0o664, b'0xffffffffa01415f0\n') |
| 9274 | f('sys/module/snd_pcm/sections/.exit.text', 0o664, b'0xffffffffa01401d4\n') |
| 9275 | f('sys/module/snd_pcm/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0140260\n') |
| 9276 | f('sys/module/snd_pcm/sections/.strtab', 0o664, b'0xffffffffa0145428\n') |
| 9277 | f('sys/module/snd_pcm/sections/.fixup', 0o664, b'0xffffffffa01401fe\n') |
| 9278 | f('sys/module/snd_pcm/sections/__ksymtab', 0o664, b'0xffffffffa01410b0\n') |
| 9279 | f('sys/module/snd_pcm/sections/.rodata', 0o664, b'0xffffffffa01402a0\n') |
| 9280 | f('sys/module/snd_pcm/sections/__param', 0o664, b'0xffffffffa0141bb0\n') |
| 9281 | f('sys/module/snd_pcm/sections/.bss', 0o664, b'0xffffffffa0149640\n') |
| 9282 | f('sys/module/snd_pcm/sections/.text', 0o664, b'0xffffffffa0134000\n') |
| 9283 | f('sys/module/snd_pcm/sections/.init.text', 0o664, b'0xffffffffa007d000\n') |
| 9284 | f('sys/module/snd_pcm/sections/__kcrctab', 0o664, b'0xffffffffa0141430\n') |
| 9285 | f('sys/module/snd_pcm/sections/.data', 0o664, b'0xffffffffa0148b60\n') |
| 9286 | f('sys/module/snd_pcm/sections/.symtab', 0o664, b'0xffffffffa0141c00\n') |
| 9287 | f('sys/module/snd_pcm/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0149280\n') |
| 9288 | f('sys/module/snd_pcm/sections/.rodata.str1.1', 0o664, b'0xffffffffa0140930\n') |
| 9289 | d('sys/module/snd_pcm/notes', 0o775) |
| 9290 | f('sys/module/snd_pcm/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xc8N\x86\x9c\x8dq\x14\x04\xe7\xed\xee\x9b\xe0\x8f\xe4\x8fvF{\xfe') |
| 9291 | d('sys/module/snd_hda_intel', 0o775) |
| 9292 | f('sys/module/snd_hda_intel/initstate', 0o664, b'live\n') |
| 9293 | f('sys/module/snd_hda_intel/srcversion', 0o664, b'B76633A09F11336101E5480\n') |
| 9294 | f('sys/module/snd_hda_intel/refcnt', 0o664, b'3\n') |
| 9295 | d('sys/module/snd_hda_intel/drivers', 0o775) |
| 9296 | l('sys/module/snd_hda_intel/drivers/pci:HDA Intel', '../../../bus/pci/drivers/HDA Intel') |
| 9297 | d('sys/module/snd_hda_intel/parameters', 0o775) |
| 9298 | f('sys/module/snd_hda_intel/parameters/bdl_pos_adj', 0o664, b'1,-1,-1,-1,-1,-1,-1,-1\n') |
| 9299 | f('sys/module/snd_hda_intel/parameters/enable', 0o664, b'Y,Y,Y,Y,Y,Y,Y,Y\n') |
| 9300 | f('sys/module/snd_hda_intel/parameters/id', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n') |
| 9301 | f('sys/module/snd_hda_intel/parameters/probe_mask', 0o664, b'1,-1,-1,-1,-1,-1,-1,-1\n') |
| 9302 | f('sys/module/snd_hda_intel/parameters/enable_msi', 0o664, b'0\n') |
| 9303 | f('sys/module/snd_hda_intel/parameters/index', 0o664, b'-1,-1,-1,-1,-1,-1,-1,-1\n') |
| 9304 | f('sys/module/snd_hda_intel/parameters/single_cmd', 0o664, b'N\n') |
| 9305 | f('sys/module/snd_hda_intel/parameters/model', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n') |
| 9306 | f('sys/module/snd_hda_intel/parameters/position_fix', 0o664, b'0,0,0,0,0,0,0,0\n') |
| 9307 | d('sys/module/snd_hda_intel/sections', 0o775) |
| 9308 | f('sys/module/snd_hda_intel/sections/.devinit.data', 0o664, b'0xffffffffa01d7340\n') |
| 9309 | f('sys/module/snd_hda_intel/sections/.exit.text', 0o664, b'0xffffffffa0182a58\n') |
| 9310 | f('sys/module/snd_hda_intel/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0183f4c\n') |
| 9311 | f('sys/module/snd_hda_intel/sections/.strtab', 0o664, b'0xffffffffa0193910\n') |
| 9312 | f('sys/module/snd_hda_intel/sections/.devexit.text', 0o664, b'0xffffffffa0182a6a\n') |
| 9313 | f('sys/module/snd_hda_intel/sections/.rodata', 0o664, b'0xffffffffa0183f80\n') |
| 9314 | f('sys/module/snd_hda_intel/sections/__param', 0o664, b'0xffffffffa0189de8\n') |
| 9315 | f('sys/module/snd_hda_intel/sections/.bss', 0o664, b'0xffffffffa01d7800\n') |
| 9316 | f('sys/module/snd_hda_intel/sections/.text', 0o664, b'0xffffffffa0165000\n') |
| 9317 | f('sys/module/snd_hda_intel/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 9318 | f('sys/module/snd_hda_intel/sections/.data', 0o664, b'0xffffffffa019bd40\n') |
| 9319 | f('sys/module/snd_hda_intel/sections/.devinit.text', 0o664, b'0xffffffffa0182aa0\n') |
| 9320 | f('sys/module/snd_hda_intel/sections/.symtab', 0o664, b'0xffffffffa0189f50\n') |
| 9321 | f('sys/module/snd_hda_intel/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01d7440\n') |
| 9322 | f('sys/module/snd_hda_intel/sections/.rodata.str1.1', 0o664, b'0xffffffffa0186d8b\n') |
| 9323 | d('sys/module/snd_hda_intel/notes', 0o775) |
| 9324 | f('sys/module/snd_hda_intel/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x002\xfe\x91\xd2K\x86\x1d\x92P\xdcX/c\x07=\xf3\xceY\xbc-') |
| 9325 | d('sys/module/ehci_hcd', 0o775) |
| 9326 | f('sys/module/ehci_hcd/initstate', 0o664, b'live\n') |
| 9327 | f('sys/module/ehci_hcd/srcversion', 0o664, b'6EBBF13EC8AD467D8AB11A4\n') |
| 9328 | f('sys/module/ehci_hcd/refcnt', 0o664, b'0\n') |
| 9329 | d('sys/module/ehci_hcd/drivers', 0o775) |
| 9330 | l('sys/module/ehci_hcd/drivers/pci:ehci_hcd', '../../../bus/pci/drivers/ehci_hcd') |
| 9331 | d('sys/module/ehci_hcd/parameters', 0o775) |
| 9332 | f('sys/module/ehci_hcd/parameters/park', 0o664, b'0\n') |
| 9333 | f('sys/module/ehci_hcd/parameters/ignore_oc', 0o664, b'N\n') |
| 9334 | f('sys/module/ehci_hcd/parameters/log2_irq_thresh', 0o664, b'0\n') |
| 9335 | d('sys/module/ehci_hcd/sections', 0o775) |
| 9336 | f('sys/module/ehci_hcd/sections/.smp_locks', 0o664, b'0xffffffffa00e4048\n') |
| 9337 | f('sys/module/ehci_hcd/sections/__bug_table', 0o664, b'0xffffffffa00e3f22\n') |
| 9338 | f('sys/module/ehci_hcd/sections/.exit.text', 0o664, b'0xffffffffa00e3b98\n') |
| 9339 | f('sys/module/ehci_hcd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00e3bac\n') |
| 9340 | f('sys/module/ehci_hcd/sections/.strtab', 0o664, b'0xffffffffa00e54a8\n') |
| 9341 | f('sys/module/ehci_hcd/sections/.rodata', 0o664, b'0xffffffffa00e3be0\n') |
| 9342 | f('sys/module/ehci_hcd/sections/__param', 0o664, b'0xffffffffa00e42f0\n') |
| 9343 | f('sys/module/ehci_hcd/sections/.bss', 0o664, b'0xffffffffa00e6480\n') |
| 9344 | f('sys/module/ehci_hcd/sections/.text', 0o664, b'0xffffffffa00dd000\n') |
| 9345 | f('sys/module/ehci_hcd/sections/.init.text', 0o664, b'0xffffffffa006b000\n') |
| 9346 | f('sys/module/ehci_hcd/sections/.data', 0o664, b'0xffffffffa00e5f40\n') |
| 9347 | f('sys/module/ehci_hcd/sections/.symtab', 0o664, b'0xffffffffa00e4368\n') |
| 9348 | f('sys/module/ehci_hcd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00e60c0\n') |
| 9349 | f('sys/module/ehci_hcd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00e3dd0\n') |
| 9350 | d('sys/module/ehci_hcd/notes', 0o775) |
| 9351 | f('sys/module/ehci_hcd/notes/.note.gnu.build-id', 0o664, b"\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00 \xc7\x01\xa9Mi;\xcaNB'\x08T\xc4\xf9\x80\xd7\x10\xb3h") |
| 9352 | d('sys/module/sg', 0o775) |
| 9353 | f('sys/module/sg/version', 0o664, b'3.5.34\n') |
| 9354 | f('sys/module/sg/initstate', 0o664, b'live\n') |
| 9355 | f('sys/module/sg/srcversion', 0o664, b'DC7DE342543B6D7AB46D718\n') |
| 9356 | f('sys/module/sg/refcnt', 0o664, b'0\n') |
| 9357 | d('sys/module/sg/parameters', 0o775) |
| 9358 | f('sys/module/sg/parameters/allow_dio', 0o664, b'0\n') |
| 9359 | f('sys/module/sg/parameters/scatter_elem_sz', 0o664, b'32768\n') |
| 9360 | f('sys/module/sg/parameters/def_reserved_size', 0o664, b'32768\n') |
| 9361 | d('sys/module/sg/sections', 0o775) |
| 9362 | f('sys/module/sg/sections/.smp_locks', 0o664, b'0xffffffffa00054d8\n') |
| 9363 | f('sys/module/sg/sections/__ex_table', 0o664, b'0xffffffffa0005530\n') |
| 9364 | f('sys/module/sg/sections/__bug_table', 0o664, b'0xffffffffa00054e8\n') |
| 9365 | f('sys/module/sg/sections/.exit.text', 0o664, b'0xffffffffa00049f0\n') |
| 9366 | f('sys/module/sg/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0004afc\n') |
| 9367 | f('sys/module/sg/sections/.strtab', 0o664, b'0xffffffffa0006710\n') |
| 9368 | f('sys/module/sg/sections/.fixup', 0o664, b'0xffffffffa0004a33\n') |
| 9369 | f('sys/module/sg/sections/.rodata', 0o664, b'0xffffffffa0004b20\n') |
| 9370 | f('sys/module/sg/sections/__param', 0o664, b'0xffffffffa0005630\n') |
| 9371 | f('sys/module/sg/sections/.bss', 0o664, b'0xffffffffa0007640\n') |
| 9372 | f('sys/module/sg/sections/.text', 0o664, b'0xffffffffa0000000\n') |
| 9373 | f('sys/module/sg/sections/.init.text', 0o664, b'0xffffffffa0009000\n') |
| 9374 | f('sys/module/sg/sections/.data', 0o664, b'0xffffffffa0007040\n') |
| 9375 | f('sys/module/sg/sections/.symtab', 0o664, b'0xffffffffa00056a8\n') |
| 9376 | f('sys/module/sg/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0007280\n') |
| 9377 | f('sys/module/sg/sections/.rodata.str1.1', 0o664, b'0xffffffffa0004bc0\n') |
| 9378 | d('sys/module/sg/notes', 0o775) |
| 9379 | f('sys/module/sg/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00q\x06\xb5<\xb3\x13\xd4\xe6\xc5W\xbb;{\x14\x93\xd5\x07\xc7\x13\xfa') |
| 9380 | d('sys/module/snd_mixer_oss', 0o775) |
| 9381 | f('sys/module/snd_mixer_oss/initstate', 0o664, b'live\n') |
| 9382 | f('sys/module/snd_mixer_oss/srcversion', 0o664, b'9D2BFE821DD0ACFA2CFF364\n') |
| 9383 | f('sys/module/snd_mixer_oss/refcnt', 0o664, b'1\n') |
| 9384 | d('sys/module/snd_mixer_oss/holders', 0o775) |
| 9385 | l('sys/module/snd_mixer_oss/holders/snd_pcm_oss', '../../snd_pcm_oss') |
| 9386 | d('sys/module/snd_mixer_oss/sections', 0o775) |
| 9387 | f('sys/module/snd_mixer_oss/sections/__ksymtab_strings', 0o664, b'0xffffffffa02bba78\n') |
| 9388 | f('sys/module/snd_mixer_oss/sections/.exit.text', 0o664, b'0xffffffffa02bb508\n') |
| 9389 | f('sys/module/snd_mixer_oss/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02bb54c\n') |
| 9390 | f('sys/module/snd_mixer_oss/sections/.strtab', 0o664, b'0xffffffffa02bc470\n') |
| 9391 | f('sys/module/snd_mixer_oss/sections/__ksymtab', 0o664, b'0xffffffffa02bba60\n') |
| 9392 | f('sys/module/snd_mixer_oss/sections/.rodata', 0o664, b'0xffffffffa02bb580\n') |
| 9393 | f('sys/module/snd_mixer_oss/sections/.bss', 0o664, b'0xffffffffa02bd240\n') |
| 9394 | f('sys/module/snd_mixer_oss/sections/.text', 0o664, b'0xffffffffa02b9000\n') |
| 9395 | f('sys/module/snd_mixer_oss/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9396 | f('sys/module/snd_mixer_oss/sections/__kcrctab', 0o664, b'0xffffffffa02bba70\n') |
| 9397 | f('sys/module/snd_mixer_oss/sections/.data', 0o664, b'0xffffffffa02bcb20\n') |
| 9398 | f('sys/module/snd_mixer_oss/sections/.symtab', 0o664, b'0xffffffffa02bba98\n') |
| 9399 | f('sys/module/snd_mixer_oss/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02bce80\n') |
| 9400 | f('sys/module/snd_mixer_oss/sections/.rodata.str1.1', 0o664, b'0xffffffffa02bb760\n') |
| 9401 | d('sys/module/snd_mixer_oss/notes', 0o775) |
| 9402 | f('sys/module/snd_mixer_oss/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xc3u\x0b\x0eh,\x90W\xba\xf3S\xa9\x16\\<\x97u\x0f.\xa6') |
| 9403 | d('sys/module/pcmcia', 0o775) |
| 9404 | f('sys/module/pcmcia/initstate', 0o664, b'live\n') |
| 9405 | f('sys/module/pcmcia/srcversion', 0o664, b'6544CB07B8D7D79F19A4CD6\n') |
| 9406 | f('sys/module/pcmcia/refcnt', 0o664, b'0\n') |
| 9407 | d('sys/module/pcmcia/parameters', 0o775) |
| 9408 | f('sys/module/pcmcia/parameters/io_speed', 0o664, b'0\n') |
| 9409 | d('sys/module/pcmcia/sections', 0o775) |
| 9410 | f('sys/module/pcmcia/sections/__ksymtab_strings', 0o664, b'0xffffffffa01f9890\n') |
| 9411 | f('sys/module/pcmcia/sections/.exit.text', 0o664, b'0xffffffffa01f85c4\n') |
| 9412 | f('sys/module/pcmcia/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01f86c8\n') |
| 9413 | f('sys/module/pcmcia/sections/.strtab', 0o664, b'0xffffffffa01fb138\n') |
| 9414 | f('sys/module/pcmcia/sections/__ksymtab', 0o664, b'0xffffffffa01f9710\n') |
| 9415 | f('sys/module/pcmcia/sections/.rodata', 0o664, b'0xffffffffa01f8700\n') |
| 9416 | f('sys/module/pcmcia/sections/__param', 0o664, b'0xffffffffa01f9a00\n') |
| 9417 | f('sys/module/pcmcia/sections/.bss', 0o664, b'0xffffffffa01fcb40\n') |
| 9418 | f('sys/module/pcmcia/sections/.text', 0o664, b'0xffffffffa01f5000\n') |
| 9419 | f('sys/module/pcmcia/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9420 | f('sys/module/pcmcia/sections/__kcrctab', 0o664, b'0xffffffffa01f9810\n') |
| 9421 | f('sys/module/pcmcia/sections/.ref.data', 0o664, b'0xffffffffa01fc720\n') |
| 9422 | f('sys/module/pcmcia/sections/.data', 0o664, b'0xffffffffa01fc3a0\n') |
| 9423 | f('sys/module/pcmcia/sections/.devinit.text', 0o664, b'0xffffffffa01f85e2\n') |
| 9424 | f('sys/module/pcmcia/sections/.symtab', 0o664, b'0xffffffffa01f9a28\n') |
| 9425 | f('sys/module/pcmcia/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01fc780\n') |
| 9426 | f('sys/module/pcmcia/sections/.rodata.str1.1', 0o664, b'0xffffffffa01f913d\n') |
| 9427 | d('sys/module/pcmcia/notes', 0o775) |
| 9428 | f('sys/module/pcmcia/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00v\xd6BR5q\xd2\xd4\x05y\xe0\x84j\x17\xab\xb2\xe6o\xd43') |
| 9429 | d('sys/module/nvram', 0o775) |
| 9430 | f('sys/module/nvram/initstate', 0o664, b'live\n') |
| 9431 | f('sys/module/nvram/srcversion', 0o664, b'ECD12B2949BC771BDCE8146\n') |
| 9432 | f('sys/module/nvram/refcnt', 0o664, b'1\n') |
| 9433 | d('sys/module/nvram/holders', 0o775) |
| 9434 | l('sys/module/nvram/holders/thinkpad_acpi', '../../thinkpad_acpi') |
| 9435 | d('sys/module/nvram/sections', 0o775) |
| 9436 | f('sys/module/nvram/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ad2c0\n') |
| 9437 | f('sys/module/nvram/sections/.exit.text', 0o664, b'0xffffffffa00ace3c\n') |
| 9438 | f('sys/module/nvram/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00ace5c\n') |
| 9439 | f('sys/module/nvram/sections/.strtab', 0o664, b'0xffffffffa00adc38\n') |
| 9440 | f('sys/module/nvram/sections/__ksymtab', 0o664, b'0xffffffffa00ad230\n') |
| 9441 | f('sys/module/nvram/sections/.rodata', 0o664, b'0xffffffffa00ace80\n') |
| 9442 | f('sys/module/nvram/sections/.bss', 0o664, b'0xffffffffa00ae640\n') |
| 9443 | f('sys/module/nvram/sections/.text', 0o664, b'0xffffffffa00ac000\n') |
| 9444 | f('sys/module/nvram/sections/.init.text', 0o664, b'0xffffffffa00b0000\n') |
| 9445 | f('sys/module/nvram/sections/__kcrctab', 0o664, b'0xffffffffa00ad290\n') |
| 9446 | f('sys/module/nvram/sections/.data', 0o664, b'0xffffffffa00ae200\n') |
| 9447 | f('sys/module/nvram/sections/.symtab', 0o664, b'0xffffffffa00ad338\n') |
| 9448 | f('sys/module/nvram/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ae280\n') |
| 9449 | f('sys/module/nvram/sections/.rodata.str1.1', 0o664, b'0xffffffffa00acfb8\n') |
| 9450 | d('sys/module/nvram/notes', 0o775) |
| 9451 | f('sys/module/nvram/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x00j\xf9\trf\x94M\xafD\\s\xced\xcc\x97c\xd5L\n') |
| 9452 | d('sys/module/scsi_mod', 0o775) |
| 9453 | d('sys/module/scsi_mod/parameters', 0o775) |
| 9454 | f('sys/module/scsi_mod/parameters/scan', 0o664, b'sync\n') |
| 9455 | f('sys/module/scsi_mod/parameters/default_dev_flags', 0o664, b'0\n') |
| 9456 | f('sys/module/scsi_mod/parameters/scsi_logging_level', 0o664, b'0\n') |
| 9457 | f('sys/module/scsi_mod/parameters/inq_timeout', 0o664, b'5\n') |
| 9458 | f('sys/module/scsi_mod/parameters/max_luns', 0o664, b'512\n') |
| 9459 | f('sys/module/scsi_mod/parameters/max_report_luns', 0o664, b'511\n') |
| 9460 | d('sys/module/pcmcia_core', 0o775) |
| 9461 | f('sys/module/pcmcia_core/initstate', 0o664, b'live\n') |
| 9462 | f('sys/module/pcmcia_core/srcversion', 0o664, b'7C1220572DE8897E4D560EB\n') |
| 9463 | f('sys/module/pcmcia_core/refcnt', 0o664, b'3\n') |
| 9464 | d('sys/module/pcmcia_core/holders', 0o775) |
| 9465 | l('sys/module/pcmcia_core/holders/yenta_socket', '../../yenta_socket') |
| 9466 | l('sys/module/pcmcia_core/holders/rsrc_nonstatic', '../../rsrc_nonstatic') |
| 9467 | l('sys/module/pcmcia_core/holders/pcmcia', '../../pcmcia') |
| 9468 | d('sys/module/pcmcia_core/parameters', 0o775) |
| 9469 | f('sys/module/pcmcia_core/parameters/setup_delay', 0o664, b'10\n') |
| 9470 | f('sys/module/pcmcia_core/parameters/cis_speed', 0o664, b'300\n') |
| 9471 | f('sys/module/pcmcia_core/parameters/unreset_delay', 0o664, b'10\n') |
| 9472 | f('sys/module/pcmcia_core/parameters/shutdown_delay', 0o664, b'3\n') |
| 9473 | f('sys/module/pcmcia_core/parameters/cis_width', 0o664, b'0\n') |
| 9474 | f('sys/module/pcmcia_core/parameters/unreset_limit', 0o664, b'30\n') |
| 9475 | f('sys/module/pcmcia_core/parameters/reset_time', 0o664, b'10\n') |
| 9476 | f('sys/module/pcmcia_core/parameters/resume_delay', 0o664, b'20\n') |
| 9477 | f('sys/module/pcmcia_core/parameters/unreset_check', 0o664, b'10\n') |
| 9478 | f('sys/module/pcmcia_core/parameters/vcc_settle', 0o664, b'40\n') |
| 9479 | d('sys/module/pcmcia_core/sections', 0o775) |
| 9480 | f('sys/module/pcmcia_core/sections/__ksymtab_strings', 0o664, b'0xffffffffa0094310\n') |
| 9481 | f('sys/module/pcmcia_core/sections/.exit.text', 0o664, b'0xffffffffa0093558\n') |
| 9482 | f('sys/module/pcmcia_core/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0093668\n') |
| 9483 | f('sys/module/pcmcia_core/sections/.strtab', 0o664, b'0xffffffffa0096898\n') |
| 9484 | f('sys/module/pcmcia_core/sections/__ksymtab', 0o664, b'0xffffffffa0093e50\n') |
| 9485 | f('sys/module/pcmcia_core/sections/.rodata', 0o664, b'0xffffffffa00936a0\n') |
| 9486 | f('sys/module/pcmcia_core/sections/__param', 0o664, b'0xffffffffa0094180\n') |
| 9487 | f('sys/module/pcmcia_core/sections/.bss', 0o664, b'0xffffffffa0098f40\n') |
| 9488 | f('sys/module/pcmcia_core/sections/.text', 0o664, b'0xffffffffa008f000\n') |
| 9489 | f('sys/module/pcmcia_core/sections/.init.text', 0o664, b'0xffffffffa009a000\n') |
| 9490 | f('sys/module/pcmcia_core/sections/__kcrctab', 0o664, b'0xffffffffa0094070\n') |
| 9491 | f('sys/module/pcmcia_core/sections/.data', 0o664, b'0xffffffffa0098700\n') |
| 9492 | f('sys/module/pcmcia_core/sections/.symtab', 0o664, b'0xffffffffa00945d0\n') |
| 9493 | f('sys/module/pcmcia_core/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0098b80\n') |
| 9494 | f('sys/module/pcmcia_core/sections/.rodata.str1.1', 0o664, b'0xffffffffa0093a88\n') |
| 9495 | f('sys/module/pcmcia_core/sections/.ref.text', 0o664, b'0xffffffffa0093580\n') |
| 9496 | d('sys/module/pcmcia_core/notes', 0o775) |
| 9497 | f('sys/module/pcmcia_core/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00M\xe5~\xb9\x10\x7f(\xb8\x18\xe2ma\xb4\xdc\x9a\x8er\xb2t\xbc') |
| 9498 | d('sys/module/rtc_core', 0o775) |
| 9499 | f('sys/module/rtc_core/initstate', 0o664, b'live\n') |
| 9500 | f('sys/module/rtc_core/srcversion', 0o664, b'8684A14821938B7D8E50DB5\n') |
| 9501 | f('sys/module/rtc_core/refcnt', 0o664, b'1\n') |
| 9502 | d('sys/module/rtc_core/holders', 0o775) |
| 9503 | l('sys/module/rtc_core/holders/rtc_cmos', '../../rtc_cmos') |
| 9504 | d('sys/module/rtc_core/sections', 0o775) |
| 9505 | f('sys/module/rtc_core/sections/__ksymtab_gpl', 0o664, b'0xffffffffa00ea380\n') |
| 9506 | f('sys/module/rtc_core/sections/.smp_locks', 0o664, b'0xffffffffa00ea5b8\n') |
| 9507 | f('sys/module/rtc_core/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ea4d0\n') |
| 9508 | f('sys/module/rtc_core/sections/.exit.text', 0o664, b'0xffffffffa00e9e60\n') |
| 9509 | f('sys/module/rtc_core/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00e9ea4\n') |
| 9510 | f('sys/module/rtc_core/sections/.strtab', 0o664, b'0xffffffffa00eb9c0\n') |
| 9511 | f('sys/module/rtc_core/sections/.rodata', 0o664, b'0xffffffffa00e9ee0\n') |
| 9512 | f('sys/module/rtc_core/sections/.bss', 0o664, b'0xffffffffa00ecd80\n') |
| 9513 | f('sys/module/rtc_core/sections/.text', 0o664, b'0xffffffffa00e8000\n') |
| 9514 | f('sys/module/rtc_core/sections/.init.text', 0o664, b'0xffffffffa007d000\n') |
| 9515 | f('sys/module/rtc_core/sections/.data', 0o664, b'0xffffffffa00ec760\n') |
| 9516 | f('sys/module/rtc_core/sections/.symtab', 0o664, b'0xffffffffa00ea5e0\n') |
| 9517 | f('sys/module/rtc_core/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ec9c0\n') |
| 9518 | f('sys/module/rtc_core/sections/.rodata.str1.1', 0o664, b'0xffffffffa00ea098\n') |
| 9519 | f('sys/module/rtc_core/sections/__kcrctab_gpl', 0o664, b'0xffffffffa00ea460\n') |
| 9520 | d('sys/module/rtc_core/notes', 0o775) |
| 9521 | f('sys/module/rtc_core/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xfbj\x90X\x98\xf7\x0e\x95\x19\xc6\xa1\xa1\xcd\xe0\x835$\x0e\x96\x17') |
| 9522 | d('sys/module/led_class', 0o775) |
| 9523 | f('sys/module/led_class/initstate', 0o664, b'live\n') |
| 9524 | f('sys/module/led_class/srcversion', 0o664, b'B916A50F53ABBBB19DFF203\n') |
| 9525 | f('sys/module/led_class/refcnt', 0o664, b'2\n') |
| 9526 | d('sys/module/led_class/holders', 0o775) |
| 9527 | l('sys/module/led_class/holders/iwl3945', '../../iwl3945') |
| 9528 | l('sys/module/led_class/holders/thinkpad_acpi', '../../thinkpad_acpi') |
| 9529 | d('sys/module/led_class/sections', 0o775) |
| 9530 | f('sys/module/led_class/sections/__ksymtab_gpl', 0o664, b'0xffffffffa00f23c0\n') |
| 9531 | f('sys/module/led_class/sections/__ksymtab_strings', 0o664, b'0xffffffffa00f2420\n') |
| 9532 | f('sys/module/led_class/sections/.exit.text', 0o664, b'0xffffffffa00f2330\n') |
| 9533 | f('sys/module/led_class/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00f2344\n') |
| 9534 | f('sys/module/led_class/sections/.strtab', 0o664, b'0xffffffffa00f2bf8\n') |
| 9535 | f('sys/module/led_class/sections/.bss', 0o664, b'0xffffffffa00f3500\n') |
| 9536 | f('sys/module/led_class/sections/.text', 0o664, b'0xffffffffa00f2000\n') |
| 9537 | f('sys/module/led_class/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9538 | f('sys/module/led_class/sections/.data', 0o664, b'0xffffffffa00f30c0\n') |
| 9539 | f('sys/module/led_class/sections/.symtab', 0o664, b'0xffffffffa00f2478\n') |
| 9540 | f('sys/module/led_class/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00f3140\n') |
| 9541 | f('sys/module/led_class/sections/.rodata.str1.1', 0o664, b'0xffffffffa00f2368\n') |
| 9542 | f('sys/module/led_class/sections/__kcrctab_gpl', 0o664, b'0xffffffffa00f2400\n') |
| 9543 | d('sys/module/led_class/notes', 0o775) |
| 9544 | f('sys/module/led_class/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00Iq;\xaf\xad\xf1\xe5\xcf8\xa5\x86u\xa9tMV\x02*\xfd\r') |
| 9545 | d('sys/module/libata', 0o775) |
| 9546 | d('sys/module/libata/parameters', 0o775) |
| 9547 | f('sys/module/libata/parameters/acpi_gtf_filter', 0o664, b'7\n') |
| 9548 | f('sys/module/libata/parameters/noacpi', 0o664, b'0\n') |
| 9549 | f('sys/module/libata/parameters/atapi_passthru16', 0o664, b'1\n') |
| 9550 | f('sys/module/libata/parameters/ata_probe_timeout', 0o664, b'0\n') |
| 9551 | f('sys/module/libata/parameters/dma', 0o664, b'7\n') |
| 9552 | f('sys/module/libata/parameters/atapi_dmadir', 0o664, b'0\n') |
| 9553 | f('sys/module/libata/parameters/fua', 0o664, b'0\n') |
| 9554 | f('sys/module/libata/parameters/ignore_hpa', 0o664, b'0\n') |
| 9555 | f('sys/module/libata/parameters/atapi_enabled', 0o664, b'1\n') |
| 9556 | f('sys/module/libata/parameters/allow_tpm', 0o664, b'0\n') |
| 9557 | d('sys/module/thermal', 0o775) |
| 9558 | f('sys/module/thermal/initstate', 0o664, b'live\n') |
| 9559 | f('sys/module/thermal/srcversion', 0o664, b'1787CE9FEB053C917D031A9\n') |
| 9560 | f('sys/module/thermal/refcnt', 0o664, b'0\n') |
| 9561 | d('sys/module/thermal/parameters', 0o775) |
| 9562 | f('sys/module/thermal/parameters/act', 0o664, b'0\n') |
| 9563 | f('sys/module/thermal/parameters/tzp', 0o664, b'0\n') |
| 9564 | f('sys/module/thermal/parameters/crt', 0o664, b'0\n') |
| 9565 | f('sys/module/thermal/parameters/psv', 0o664, b'0\n') |
| 9566 | d('sys/module/thermal/sections', 0o775) |
| 9567 | f('sys/module/thermal/sections/.exit.text', 0o664, b'0xffffffffa00a1f14\n') |
| 9568 | f('sys/module/thermal/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00a1f3c\n') |
| 9569 | f('sys/module/thermal/sections/.strtab', 0o664, b'0xffffffffa00a3b28\n') |
| 9570 | f('sys/module/thermal/sections/.rodata', 0o664, b'0xffffffffa00a1f60\n') |
| 9571 | f('sys/module/thermal/sections/__param', 0o664, b'0xffffffffa00a29d0\n') |
| 9572 | f('sys/module/thermal/sections/.bss', 0o664, b'0xffffffffa00a4bc0\n') |
| 9573 | f('sys/module/thermal/sections/.text', 0o664, b'0xffffffffa00a0000\n') |
| 9574 | f('sys/module/thermal/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 9575 | f('sys/module/thermal/sections/.data', 0o664, b'0xffffffffa00a4640\n') |
| 9576 | f('sys/module/thermal/sections/.init.data', 0o664, b'0xffffffffa0070090\n') |
| 9577 | f('sys/module/thermal/sections/.symtab', 0o664, b'0xffffffffa00a2ac0\n') |
| 9578 | f('sys/module/thermal/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00a4800\n') |
| 9579 | f('sys/module/thermal/sections/.rodata.str1.1', 0o664, b'0xffffffffa00a242a\n') |
| 9580 | d('sys/module/thermal/notes', 0o775) |
| 9581 | f('sys/module/thermal/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x97\xa9\xec\xf2\x01\x86!\x94\x89\xa4n%q\t\xb7\xb4\x97a\x1a\x85') |
| 9582 | d('sys/module/keyboard', 0o775) |
| 9583 | d('sys/module/keyboard/parameters', 0o775) |
| 9584 | f('sys/module/keyboard/parameters/brl_nbchords', 0o664, b'1\n') |
| 9585 | f('sys/module/keyboard/parameters/brl_timeout', 0o664, b'300\n') |
| 9586 | d('sys/module/ahci', 0o775) |
| 9587 | d('sys/module/ahci/drivers', 0o775) |
| 9588 | l('sys/module/ahci/drivers/pci:ahci', '../../../bus/pci/drivers/ahci') |
| 9589 | d('sys/module/ahci/parameters', 0o775) |
| 9590 | f('sys/module/ahci/parameters/marvell_enable', 0o664, b'1\n') |
| 9591 | f('sys/module/ahci/parameters/ahci_em_messages', 0o664, b'1\n') |
| 9592 | f('sys/module/ahci/parameters/skip_host_reset', 0o664, b'0\n') |
| 9593 | d('sys/module/snd_pcm_oss', 0o775) |
| 9594 | f('sys/module/snd_pcm_oss/initstate', 0o664, b'live\n') |
| 9595 | f('sys/module/snd_pcm_oss/srcversion', 0o664, b'E3D05A52B04130012283029\n') |
| 9596 | f('sys/module/snd_pcm_oss/refcnt', 0o664, b'0\n') |
| 9597 | d('sys/module/snd_pcm_oss/parameters', 0o775) |
| 9598 | f('sys/module/snd_pcm_oss/parameters/dsp_map', 0o664, b'0,0,0,0,0,0,0,0\n') |
| 9599 | f('sys/module/snd_pcm_oss/parameters/nonblock_open', 0o664, b'Y\n') |
| 9600 | f('sys/module/snd_pcm_oss/parameters/adsp_map', 0o664, b'1,1,1,1,1,1,1,1\n') |
| 9601 | d('sys/module/snd_pcm_oss/sections', 0o775) |
| 9602 | f('sys/module/snd_pcm_oss/sections/.exit.text', 0o664, b'0xffffffffa02c6e7c\n') |
| 9603 | f('sys/module/snd_pcm_oss/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02c6e94\n') |
| 9604 | f('sys/module/snd_pcm_oss/sections/.strtab', 0o664, b'0xffffffffa02c8818\n') |
| 9605 | f('sys/module/snd_pcm_oss/sections/.rodata', 0o664, b'0xffffffffa02c6ec0\n') |
| 9606 | f('sys/module/snd_pcm_oss/sections/__param', 0o664, b'0xffffffffa02c7378\n') |
| 9607 | f('sys/module/snd_pcm_oss/sections/.bss', 0o664, b'0xffffffffa02c9b00\n') |
| 9608 | f('sys/module/snd_pcm_oss/sections/.text', 0o664, b'0xffffffffa02bf000\n') |
| 9609 | f('sys/module/snd_pcm_oss/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9610 | f('sys/module/snd_pcm_oss/sections/.data', 0o664, b'0xffffffffa02c96c0\n') |
| 9611 | f('sys/module/snd_pcm_oss/sections/.symtab', 0o664, b'0xffffffffa02c73f0\n') |
| 9612 | f('sys/module/snd_pcm_oss/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02c9740\n') |
| 9613 | f('sys/module/snd_pcm_oss/sections/.rodata.str1.1', 0o664, b'0xffffffffa02c71a8\n') |
| 9614 | d('sys/module/snd_pcm_oss/notes', 0o775) |
| 9615 | f('sys/module/snd_pcm_oss/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xd7y|\xbf\xa5\x8aZm\x86\x85CF\x11s\xd3\xf5f\xbd7\xc6') |
| 9616 | d('sys/module/ac', 0o775) |
| 9617 | f('sys/module/ac/initstate', 0o664, b'live\n') |
| 9618 | f('sys/module/ac/srcversion', 0o664, b'6E9CD20EE5BE8425A61B938\n') |
| 9619 | f('sys/module/ac/refcnt', 0o664, b'0\n') |
| 9620 | d('sys/module/ac/sections', 0o775) |
| 9621 | f('sys/module/ac/sections/.exit.text', 0o664, b'0xffffffffa006d43c\n') |
| 9622 | f('sys/module/ac/sections/.note.gnu.build-id', 0o664, b'0xffffffffa006d45c\n') |
| 9623 | f('sys/module/ac/sections/.strtab', 0o664, b'0xffffffffa006dd28\n') |
| 9624 | f('sys/module/ac/sections/.rodata', 0o664, b'0xffffffffa006d480\n') |
| 9625 | f('sys/module/ac/sections/.bss', 0o664, b'0xffffffffa006e600\n') |
| 9626 | f('sys/module/ac/sections/.text', 0o664, b'0xffffffffa006d000\n') |
| 9627 | f('sys/module/ac/sections/.init.text', 0o664, b'0xffffffffa0070000\n') |
| 9628 | f('sys/module/ac/sections/.data', 0o664, b'0xffffffffa006e0d0\n') |
| 9629 | f('sys/module/ac/sections/.symtab', 0o664, b'0xffffffffa006d668\n') |
| 9630 | f('sys/module/ac/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa006e240\n') |
| 9631 | f('sys/module/ac/sections/.rodata.str1.1', 0o664, b'0xffffffffa006d5a0\n') |
| 9632 | d('sys/module/ac/notes', 0o775) |
| 9633 | f('sys/module/ac/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00^h\xf0\x19\xcc\x94"G\xf8\xbc\x1c\xf0\xa3\x8d?\xec\xa5\xc4\x95\x9f') |
| 9634 | d('sys/module/dock', 0o775) |
| 9635 | d('sys/module/dock/parameters', 0o775) |
| 9636 | f('sys/module/dock/parameters/immediate_undock', 0o664, b'Y\n') |
| 9637 | d('sys/module/pcie_aspm', 0o775) |
| 9638 | d('sys/module/pcie_aspm/parameters', 0o775) |
| 9639 | f('sys/module/pcie_aspm/parameters/policy', 0o664, b'[default] performance powersave \n') |
| 9640 | d('sys/module/lockdep', 0o775) |
| 9641 | d('sys/module/lockdep/parameters', 0o775) |
| 9642 | f('sys/module/lockdep/parameters/lock_stat', 0o664, b'1\n') |
| 9643 | d('sys/module/tcp_cubic', 0o775) |
| 9644 | d('sys/module/tcp_cubic/parameters', 0o775) |
| 9645 | f('sys/module/tcp_cubic/parameters/tcp_friendliness', 0o664, b'1\n') |
| 9646 | f('sys/module/tcp_cubic/parameters/beta', 0o664, b'717\n') |
| 9647 | f('sys/module/tcp_cubic/parameters/bic_scale', 0o664, b'41\n') |
| 9648 | f('sys/module/tcp_cubic/parameters/fast_convergence', 0o664, b'1\n') |
| 9649 | f('sys/module/tcp_cubic/parameters/initial_ssthresh', 0o664, b'0\n') |
| 9650 | d('sys/module/ecb', 0o775) |
| 9651 | f('sys/module/ecb/initstate', 0o664, b'live\n') |
| 9652 | f('sys/module/ecb/srcversion', 0o664, b'5BBA8E5CDEA4EA8BA5ED31D\n') |
| 9653 | f('sys/module/ecb/refcnt', 0o664, b'2\n') |
| 9654 | d('sys/module/ecb/sections', 0o775) |
| 9655 | f('sys/module/ecb/sections/.exit.text', 0o664, b'0xffffffffa0027300\n') |
| 9656 | f('sys/module/ecb/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0027314\n') |
| 9657 | f('sys/module/ecb/sections/.strtab', 0o664, b'0xffffffffa00277c0\n') |
| 9658 | f('sys/module/ecb/sections/.bss', 0o664, b'0xffffffffa0027e80\n') |
| 9659 | f('sys/module/ecb/sections/.text', 0o664, b'0xffffffffa0027000\n') |
| 9660 | f('sys/module/ecb/sections/.init.text', 0o664, b'0xffffffffa006b000\n') |
| 9661 | f('sys/module/ecb/sections/.data', 0o664, b'0xffffffffa0027a40\n') |
| 9662 | f('sys/module/ecb/sections/.symtab', 0o664, b'0xffffffffa0027340\n') |
| 9663 | f('sys/module/ecb/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0027ac0\n') |
| 9664 | f('sys/module/ecb/sections/.rodata.str1.1', 0o664, b'0xffffffffa0027338\n') |
| 9665 | d('sys/module/ecb/notes', 0o775) |
| 9666 | f('sys/module/ecb/notes/.note.gnu.build-id', 0o664, b"\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xc20'\x18T\x8bW#\xf5\xe5\xf8JvI\xcb\xc4\x91\x95\nJ") |
| 9667 | d('sys/module/snd_page_alloc', 0o775) |
| 9668 | f('sys/module/snd_page_alloc/initstate', 0o664, b'live\n') |
| 9669 | f('sys/module/snd_page_alloc/srcversion', 0o664, b'D9E59C27F28D5DA2B935016\n') |
| 9670 | f('sys/module/snd_page_alloc/refcnt', 0o664, b'2\n') |
| 9671 | d('sys/module/snd_page_alloc/holders', 0o775) |
| 9672 | l('sys/module/snd_page_alloc/holders/snd_pcm', '../../snd_pcm') |
| 9673 | l('sys/module/snd_page_alloc/holders/snd_hda_intel', '../../snd_hda_intel') |
| 9674 | d('sys/module/snd_page_alloc/sections', 0o775) |
| 9675 | f('sys/module/snd_page_alloc/sections/__ksymtab_strings', 0o664, b'0xffffffffa00350e8\n') |
| 9676 | f('sys/module/snd_page_alloc/sections/.exit.text', 0o664, b'0xffffffffa0034cc0\n') |
| 9677 | f('sys/module/snd_page_alloc/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0034cf8\n') |
| 9678 | f('sys/module/snd_page_alloc/sections/.strtab', 0o664, b'0xffffffffa0035be8\n') |
| 9679 | f('sys/module/snd_page_alloc/sections/__ksymtab', 0o664, b'0xffffffffa0035040\n') |
| 9680 | f('sys/module/snd_page_alloc/sections/.rodata', 0o664, b'0xffffffffa0034d20\n') |
| 9681 | f('sys/module/snd_page_alloc/sections/.bss', 0o664, b'0xffffffffa0036780\n') |
| 9682 | f('sys/module/snd_page_alloc/sections/.text', 0o664, b'0xffffffffa0034000\n') |
| 9683 | f('sys/module/snd_page_alloc/sections/.init.text', 0o664, b'0xffffffffa0038000\n') |
| 9684 | f('sys/module/snd_page_alloc/sections/__kcrctab', 0o664, b'0xffffffffa00350b0\n') |
| 9685 | f('sys/module/snd_page_alloc/sections/.data', 0o664, b'0xffffffffa0036300\n') |
| 9686 | f('sys/module/snd_page_alloc/sections/.symtab', 0o664, b'0xffffffffa0035180\n') |
| 9687 | f('sys/module/snd_page_alloc/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00363c0\n') |
| 9688 | f('sys/module/snd_page_alloc/sections/.rodata.str1.1', 0o664, b'0xffffffffa0034fd5\n') |
| 9689 | d('sys/module/snd_page_alloc/notes', 0o775) |
| 9690 | f('sys/module/snd_page_alloc/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00s\xc1\x8a\x9a\xf7g\x83-x\xc0\xbe\x98\xb0[\x95"\xd7\x97Q=') |
| 9691 | d('sys/module/loop', 0o775) |
| 9692 | f('sys/module/loop/initstate', 0o664, b'live\n') |
| 9693 | f('sys/module/loop/srcversion', 0o664, b'7595F5D46DFDB4A2D489DDD\n') |
| 9694 | f('sys/module/loop/refcnt', 0o664, b'0\n') |
| 9695 | d('sys/module/loop/sections', 0o775) |
| 9696 | f('sys/module/loop/sections/__bug_table', 0o664, b'0xffffffffa023ca1f\n') |
| 9697 | f('sys/module/loop/sections/__ksymtab_strings', 0o664, b'0xffffffffa023caf0\n') |
| 9698 | f('sys/module/loop/sections/.exit.text', 0o664, b'0xffffffffa023c72c\n') |
| 9699 | f('sys/module/loop/sections/.note.gnu.build-id', 0o664, b'0xffffffffa023c7e4\n') |
| 9700 | f('sys/module/loop/sections/.strtab', 0o664, b'0xffffffffa023d960\n') |
| 9701 | f('sys/module/loop/sections/__ksymtab', 0o664, b'0xffffffffa023ca70\n') |
| 9702 | f('sys/module/loop/sections/.rodata', 0o664, b'0xffffffffa023c808\n') |
| 9703 | f('sys/module/loop/sections/__param', 0o664, b'0xffffffffa023caa0\n') |
| 9704 | f('sys/module/loop/sections/.bss', 0o664, b'0xffffffffa023e780\n') |
| 9705 | f('sys/module/loop/sections/.text', 0o664, b'0xffffffffa023a000\n') |
| 9706 | f('sys/module/loop/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9707 | f('sys/module/loop/sections/__kcrctab', 0o664, b'0xffffffffa023ca90\n') |
| 9708 | f('sys/module/loop/sections/.data', 0o664, b'0xffffffffa023e180\n') |
| 9709 | f('sys/module/loop/sections/.symtab', 0o664, b'0xffffffffa023cb20\n') |
| 9710 | f('sys/module/loop/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa023e3c0\n') |
| 9711 | f('sys/module/loop/sections/.rodata.str1.1', 0o664, b'0xffffffffa023c88a\n') |
| 9712 | d('sys/module/loop/notes', 0o775) |
| 9713 | f('sys/module/loop/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x007;\xf4\xa1\x0e\xe8\x13\xedX\xe6\xbc\xa4\xcd\xde_\x7fe\x84\x90\x85') |
| 9714 | d('sys/module/aes_generic', 0o775) |
| 9715 | f('sys/module/aes_generic/initstate', 0o664, b'live\n') |
| 9716 | f('sys/module/aes_generic/srcversion', 0o664, b'CE7DEF557FD2F72DE36DE4A\n') |
| 9717 | f('sys/module/aes_generic/refcnt', 0o664, b'1\n') |
| 9718 | d('sys/module/aes_generic/holders', 0o775) |
| 9719 | l('sys/module/aes_generic/holders/aes_x86_64', '../../aes_x86_64') |
| 9720 | d('sys/module/aes_generic/sections', 0o775) |
| 9721 | f('sys/module/aes_generic/sections/__ksymtab_gpl', 0o664, b'0xffffffffa02ccef0\n') |
| 9722 | f('sys/module/aes_generic/sections/__ksymtab_strings', 0o664, b'0xffffffffa02ccf80\n') |
| 9723 | f('sys/module/aes_generic/sections/.exit.text', 0o664, b'0xffffffffa02cceb8\n') |
| 9724 | f('sys/module/aes_generic/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02ccecc\n') |
| 9725 | f('sys/module/aes_generic/sections/.strtab', 0o664, b'0xffffffffa02cd678\n') |
| 9726 | f('sys/module/aes_generic/sections/.bss', 0o664, b'0xffffffffa02cdf80\n') |
| 9727 | f('sys/module/aes_generic/sections/.text', 0o664, b'0xffffffffa02cb000\n') |
| 9728 | f('sys/module/aes_generic/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9729 | f('sys/module/aes_generic/sections/.data', 0o664, b'0xffffffffa02cda80\n') |
| 9730 | f('sys/module/aes_generic/sections/.init.data', 0o664, b'0xffffffffa0065300\n') |
| 9731 | f('sys/module/aes_generic/sections/.symtab', 0o664, b'0xffffffffa02ccfe8\n') |
| 9732 | f('sys/module/aes_generic/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02cdbc0\n') |
| 9733 | f('sys/module/aes_generic/sections/__kcrctab_gpl', 0o664, b'0xffffffffa02ccf50\n') |
| 9734 | d('sys/module/aes_generic/notes', 0o775) |
| 9735 | f('sys/module/aes_generic/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00V@\xa6&\x10\xf7X\xe0q\xbf\xb9G\xd9d\x004\x06h\xe6\x13') |
| 9736 | d('sys/module/snd_seq_device', 0o775) |
| 9737 | f('sys/module/snd_seq_device/initstate', 0o664, b'live\n') |
| 9738 | f('sys/module/snd_seq_device/srcversion', 0o664, b'A166653189DAF15E3F2B588\n') |
| 9739 | f('sys/module/snd_seq_device/refcnt', 0o664, b'1\n') |
| 9740 | d('sys/module/snd_seq_device/holders', 0o775) |
| 9741 | l('sys/module/snd_seq_device/holders/snd_seq', '../../snd_seq') |
| 9742 | d('sys/module/snd_seq_device/sections', 0o775) |
| 9743 | f('sys/module/snd_seq_device/sections/__ksymtab_strings', 0o664, b'0xffffffffa02a5d10\n') |
| 9744 | f('sys/module/snd_seq_device/sections/.exit.text', 0o664, b'0xffffffffa02a5a5c\n') |
| 9745 | f('sys/module/snd_seq_device/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02a5a90\n') |
| 9746 | f('sys/module/snd_seq_device/sections/.strtab', 0o664, b'0xffffffffa02a66e0\n') |
| 9747 | f('sys/module/snd_seq_device/sections/__ksymtab', 0o664, b'0xffffffffa02a5c80\n') |
| 9748 | f('sys/module/snd_seq_device/sections/.bss', 0o664, b'0xffffffffa02a7280\n') |
| 9749 | f('sys/module/snd_seq_device/sections/.text', 0o664, b'0xffffffffa02a5000\n') |
| 9750 | f('sys/module/snd_seq_device/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9751 | f('sys/module/snd_seq_device/sections/__kcrctab', 0o664, b'0xffffffffa02a5ce0\n') |
| 9752 | f('sys/module/snd_seq_device/sections/.data', 0o664, b'0xffffffffa02a6de0\n') |
| 9753 | f('sys/module/snd_seq_device/sections/.symtab', 0o664, b'0xffffffffa02a5db0\n') |
| 9754 | f('sys/module/snd_seq_device/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02a6ec0\n') |
| 9755 | f('sys/module/snd_seq_device/sections/.rodata.str1.1', 0o664, b'0xffffffffa02a5bd0\n') |
| 9756 | d('sys/module/snd_seq_device/notes', 0o775) |
| 9757 | f('sys/module/snd_seq_device/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xb6B\x93\xc2\xcc\x83\xa8\xfc\xc2r\xf6\x8c\xcej\n\xc5\x87ys\r') |
| 9758 | d('sys/module/8250', 0o775) |
| 9759 | d('sys/module/8250/parameters', 0o775) |
| 9760 | f('sys/module/8250/parameters/share_irqs', 0o664, b'0\n') |
| 9761 | f('sys/module/8250/parameters/nr_uarts', 0o664, b'4\n') |
| 9762 | d('sys/module/ipv6', 0o775) |
| 9763 | f('sys/module/ipv6/initstate', 0o664, b'live\n') |
| 9764 | f('sys/module/ipv6/srcversion', 0o664, b'184C844E7A78529619B4C9D\n') |
| 9765 | f('sys/module/ipv6/refcnt', 0o664, b'10\n') |
| 9766 | d('sys/module/ipv6/sections', 0o775) |
| 9767 | f('sys/module/ipv6/sections/__ksymtab_gpl', 0o664, b'0xffffffffa028ac10\n') |
| 9768 | f('sys/module/ipv6/sections/.smp_locks', 0o664, b'0xffffffffa028a240\n') |
| 9769 | f('sys/module/ipv6/sections/__bug_table', 0o664, b'0xffffffffa0288edd\n') |
| 9770 | f('sys/module/ipv6/sections/__ksymtab_strings', 0o664, b'0xffffffffa028b108\n') |
| 9771 | f('sys/module/ipv6/sections/.exit.text', 0o664, b'0xffffffffa0285e40\n') |
| 9772 | f('sys/module/ipv6/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0286024\n') |
| 9773 | f('sys/module/ipv6/sections/.strtab', 0o664, b'0xffffffffa02937f0\n') |
| 9774 | f('sys/module/ipv6/sections/__ksymtab', 0o664, b'0xffffffffa028ad90\n') |
| 9775 | f('sys/module/ipv6/sections/.rodata', 0o664, b'0xffffffffa0286060\n') |
| 9776 | f('sys/module/ipv6/sections/.data.read_mostly', 0o664, b'0xffffffffa029cf20\n') |
| 9777 | f('sys/module/ipv6/sections/.bss', 0o664, b'0xffffffffa029dd80\n') |
| 9778 | f('sys/module/ipv6/sections/.text', 0o664, b'0xffffffffa0258000\n') |
| 9779 | f('sys/module/ipv6/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9780 | f('sys/module/ipv6/sections/__kcrctab', 0o664, b'0xffffffffa028afe0\n') |
| 9781 | f('sys/module/ipv6/sections/.data', 0o664, b'0xffffffffa02998c0\n') |
| 9782 | f('sys/module/ipv6/sections/.init.data', 0o664, b'0xffffffffa0065d80\n') |
| 9783 | f('sys/module/ipv6/sections/.symtab', 0o664, b'0xffffffffa028b4c8\n') |
| 9784 | f('sys/module/ipv6/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa029d9c0\n') |
| 9785 | f('sys/module/ipv6/sections/.rodata.str1.1', 0o664, b'0xffffffffa02883c0\n') |
| 9786 | f('sys/module/ipv6/sections/.ref.text', 0o664, b'0xffffffffa0285f40\n') |
| 9787 | f('sys/module/ipv6/sections/__kcrctab_gpl', 0o664, b'0xffffffffa028ad10\n') |
| 9788 | d('sys/module/ipv6/notes', 0o775) |
| 9789 | f('sys/module/ipv6/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x90\x01\xde\xf3>\xfd_r\xbc\xbb\x16\xbd\xceIf\xc2vC\xbd\xc9') |
| 9790 | d('sys/module/microcode', 0o775) |
| 9791 | f('sys/module/microcode/initstate', 0o664, b'live\n') |
| 9792 | f('sys/module/microcode/srcversion', 0o664, b'FC3DA13E858B639D12F2043\n') |
| 9793 | f('sys/module/microcode/refcnt', 0o664, b'0\n') |
| 9794 | d('sys/module/microcode/sections', 0o775) |
| 9795 | f('sys/module/microcode/sections/__bug_table', 0o664, b'0xffffffffa02516f7\n') |
| 9796 | f('sys/module/microcode/sections/.exit.text', 0o664, b'0xffffffffa0250ff6\n') |
| 9797 | f('sys/module/microcode/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0251040\n') |
| 9798 | f('sys/module/microcode/sections/.strtab', 0o664, b'0xffffffffa02520b8\n') |
| 9799 | f('sys/module/microcode/sections/.rodata', 0o664, b'0xffffffffa0251080\n') |
| 9800 | f('sys/module/microcode/sections/.bss', 0o664, b'0xffffffffa0252c40\n') |
| 9801 | f('sys/module/microcode/sections/.text', 0o664, b'0xffffffffa0250000\n') |
| 9802 | f('sys/module/microcode/sections/.init.text', 0o664, b'0xffffffffa0065000\n') |
| 9803 | f('sys/module/microcode/sections/.ref.data', 0o664, b'0xffffffffa0252850\n') |
| 9804 | f('sys/module/microcode/sections/.data', 0o664, b'0xffffffffa0252600\n') |
| 9805 | f('sys/module/microcode/sections/.symtab', 0o664, b'0xffffffffa0251740\n') |
| 9806 | f('sys/module/microcode/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0252880\n') |
| 9807 | f('sys/module/microcode/sections/.rodata.str1.1', 0o664, b'0xffffffffa0251218\n') |
| 9808 | f('sys/module/microcode/sections/.cpuinit.text', 0o664, b'0xffffffffa0250d90\n') |
| 9809 | d('sys/module/microcode/notes', 0o775) |
| 9810 | f('sys/module/microcode/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x81 p\x0b\x99+\x14\x05\x9c\xb2\xf6{\xacs\xa9\xf3<\xb5\x99\x1a') |
| 9811 | d('sys/module/i8042', 0o775) |
| 9812 | d('sys/module/i8042/parameters', 0o775) |
| 9813 | f('sys/module/i8042/parameters/debug', 0o664, b'N\n') |
| 9814 | f('sys/module/i8042/parameters/panicblink', 0o664, b'500\n') |
| 9815 | d('sys/module/usbcore', 0o775) |
| 9816 | f('sys/module/usbcore/initstate', 0o664, b'live\n') |
| 9817 | f('sys/module/usbcore/srcversion', 0o664, b'4FF77EB8DAB25F4076D7357\n') |
| 9818 | f('sys/module/usbcore/refcnt', 0o664, b'5\n') |
| 9819 | d('sys/module/usbcore/holders', 0o775) |
| 9820 | l('sys/module/usbcore/holders/uhci_hcd', '../../uhci_hcd') |
| 9821 | l('sys/module/usbcore/holders/usb_storage', '../../usb_storage') |
| 9822 | l('sys/module/usbcore/holders/cdc_acm', '../../cdc_acm') |
| 9823 | l('sys/module/usbcore/holders/usbhid', '../../usbhid') |
| 9824 | l('sys/module/usbcore/holders/ehci_hcd', '../../ehci_hcd') |
| 9825 | d('sys/module/usbcore/drivers', 0o775) |
| 9826 | l('sys/module/usbcore/drivers/usb:usbfs', '../../../bus/usb/drivers/usbfs') |
| 9827 | l('sys/module/usbcore/drivers/usb:usb', '../../../bus/usb/drivers/usb') |
| 9828 | l('sys/module/usbcore/drivers/usb:hub', '../../../bus/usb/drivers/hub') |
| 9829 | d('sys/module/usbcore/parameters', 0o775) |
| 9830 | f('sys/module/usbcore/parameters/use_both_schemes', 0o664, b'Y\n') |
| 9831 | f('sys/module/usbcore/parameters/blinkenlights', 0o664, b'N\n') |
| 9832 | f('sys/module/usbcore/parameters/usbfs_snoop', 0o664, b'N\n') |
| 9833 | f('sys/module/usbcore/parameters/autosuspend', 0o664, b'2\n') |
| 9834 | f('sys/module/usbcore/parameters/nousb', 0o664, b'N\n') |
| 9835 | f('sys/module/usbcore/parameters/old_scheme_first', 0o664, b'N\n') |
| 9836 | d('sys/module/usbcore/sections', 0o775) |
| 9837 | f('sys/module/usbcore/sections/__ksymtab_gpl', 0o664, b'0xffffffffa004ea30\n') |
| 9838 | f('sys/module/usbcore/sections/.smp_locks', 0o664, b'0xffffffffa004f930\n') |
| 9839 | f('sys/module/usbcore/sections/__ex_table', 0o664, b'0xffffffffa004fa58\n') |
| 9840 | f('sys/module/usbcore/sections/__bug_table', 0o664, b'0xffffffffa004fa40\n') |
| 9841 | f('sys/module/usbcore/sections/__ksymtab_strings', 0o664, b'0xffffffffa004f300\n') |
| 9842 | f('sys/module/usbcore/sections/.exit.text', 0o664, b'0xffffffffa004ba30\n') |
| 9843 | f('sys/module/usbcore/sections/.note.gnu.build-id', 0o664, b'0xffffffffa004bb30\n') |
| 9844 | f('sys/module/usbcore/sections/.strtab', 0o664, b'0xffffffffa0055cf8\n') |
| 9845 | f('sys/module/usbcore/sections/.fixup', 0o664, b'0xffffffffa004ba87\n') |
| 9846 | f('sys/module/usbcore/sections/.rodata', 0o664, b'0xffffffffa004bb60\n') |
| 9847 | f('sys/module/usbcore/sections/__param', 0o664, b'0xffffffffa004f210\n') |
| 9848 | f('sys/module/usbcore/sections/.bss', 0o664, b'0xffffffffa005cec0\n') |
| 9849 | f('sys/module/usbcore/sections/.text', 0o664, b'0xffffffffa0038000\n') |
| 9850 | f('sys/module/usbcore/sections/.init.text', 0o664, b'0xffffffffa0027000\n') |
| 9851 | f('sys/module/usbcore/sections/.data', 0o664, b'0xffffffffa005af00\n') |
| 9852 | f('sys/module/usbcore/sections/.symtab', 0o664, b'0xffffffffa004fb18\n') |
| 9853 | f('sys/module/usbcore/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa005cb00\n') |
| 9854 | f('sys/module/usbcore/sections/.rodata.str1.1', 0o664, b'0xffffffffa004c044\n') |
| 9855 | f('sys/module/usbcore/sections/__kcrctab_gpl', 0o664, b'0xffffffffa004ef70\n') |
| 9856 | d('sys/module/usbcore/notes', 0o775) |
| 9857 | f('sys/module/usbcore/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00!\xbeP\xa2@m\xffg\xff\x1b\xa8\x8f\xd2\xb3\x11\x14[\xb0\x89\x1e') |
| 9858 | d('sys/module/intel_agp', 0o775) |
| 9859 | f('sys/module/intel_agp/initstate', 0o664, b'live\n') |
| 9860 | f('sys/module/intel_agp/srcversion', 0o664, b'98AFACFFF6A1ADC3A6FAB67\n') |
| 9861 | f('sys/module/intel_agp/refcnt', 0o664, b'0\n') |
| 9862 | d('sys/module/intel_agp/drivers', 0o775) |
| 9863 | l('sys/module/intel_agp/drivers/pci:agpgart-intel', '../../../bus/pci/drivers/agpgart-intel') |
| 9864 | d('sys/module/intel_agp/sections', 0o775) |
| 9865 | f('sys/module/intel_agp/sections/.smp_locks', 0o664, b'0xffffffffa008ae38\n') |
| 9866 | f('sys/module/intel_agp/sections/.exit.text', 0o664, b'0xffffffffa00893ac\n') |
| 9867 | f('sys/module/intel_agp/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00896b0\n') |
| 9868 | f('sys/module/intel_agp/sections/.strtab', 0o664, b'0xffffffffa008c1b8\n') |
| 9869 | f('sys/module/intel_agp/sections/.devexit.text', 0o664, b'0xffffffffa00893be\n') |
| 9870 | f('sys/module/intel_agp/sections/.rodata', 0o664, b'0xffffffffa00896e0\n') |
| 9871 | f('sys/module/intel_agp/sections/.bss', 0o664, b'0xffffffffa008da00\n') |
| 9872 | f('sys/module/intel_agp/sections/.text', 0o664, b'0xffffffffa0086000\n') |
| 9873 | f('sys/module/intel_agp/sections/.init.text', 0o664, b'0xffffffffa008f000\n') |
| 9874 | f('sys/module/intel_agp/sections/.data', 0o664, b'0xffffffffa008cf60\n') |
| 9875 | f('sys/module/intel_agp/sections/.devinit.text', 0o664, b'0xffffffffa0089400\n') |
| 9876 | f('sys/module/intel_agp/sections/.symtab', 0o664, b'0xffffffffa008ae50\n') |
| 9877 | f('sys/module/intel_agp/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa008d640\n') |
| 9878 | f('sys/module/intel_agp/sections/.rodata.str1.1', 0o664, b'0xffffffffa008a9c0\n') |
| 9879 | d('sys/module/intel_agp/notes', 0o775) |
| 9880 | f('sys/module/intel_agp/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\xb0\xb5IU\x04F\xdb\x80\xdf\x9a8\xedq\x0b\xd4\xc7K\x851\x86') |
| 9881 | d('sys/module/evdev', 0o775) |
| 9882 | f('sys/module/evdev/initstate', 0o664, b'live\n') |
| 9883 | f('sys/module/evdev/srcversion', 0o664, b'6F6934C1F95317926EA0520\n') |
| 9884 | f('sys/module/evdev/refcnt', 0o664, b'5\n') |
| 9885 | d('sys/module/evdev/sections', 0o775) |
| 9886 | f('sys/module/evdev/sections/.exit.text', 0o664, b'0xffffffffa00b3724\n') |
| 9887 | f('sys/module/evdev/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00b3738\n') |
| 9888 | f('sys/module/evdev/sections/.strtab', 0o664, b'0xffffffffa00b4610\n') |
| 9889 | f('sys/module/evdev/sections/.rodata', 0o664, b'0xffffffffa00b3760\n') |
| 9890 | f('sys/module/evdev/sections/.bss', 0o664, b'0xffffffffa00b50c0\n') |
| 9891 | f('sys/module/evdev/sections/.text', 0o664, b'0xffffffffa00b2000\n') |
| 9892 | f('sys/module/evdev/sections/.init.text', 0o664, b'0xffffffffa00b7000\n') |
| 9893 | f('sys/module/evdev/sections/.data', 0o664, b'0xffffffffa00b4be0\n') |
| 9894 | f('sys/module/evdev/sections/.symtab', 0o664, b'0xffffffffa00b3b60\n') |
| 9895 | f('sys/module/evdev/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00b4d00\n') |
| 9896 | f('sys/module/evdev/sections/.rodata.str1.1', 0o664, b'0xffffffffa00b3a38\n') |
| 9897 | d('sys/module/evdev/notes', 0o775) |
| 9898 | f('sys/module/evdev/notes/.note.gnu.build-id', 0o664, b'\x04\x00\x00\x00\x14\x00\x00\x00\x03\x00\x00\x00GNU\x00\x8d/u!\xb1\xf2\xe7\x10z\x8a\xf7\x0c\x88\x17\x1c4i\\2\xa8') |
| 9899 | d('sys/module/atkbd', 0o775) |
| 9900 | d('sys/module/atkbd/drivers', 0o775) |
| 9901 | l('sys/module/atkbd/drivers/serio:atkbd', '../../../bus/serio/drivers/atkbd') |
| 9902 | d('sys/class', 0o755) |
| 9903 | d('sys/class/rfkill', 0o755) |
| 9904 | l('sys/class/rfkill/rfkill0', '../../devices/platform/thinkpad_acpi/rfkill/rfkill0') |
| 9905 | d('sys/class/rtc', 0o755) |
| 9906 | l('sys/class/rtc/rtc0', '../../devices/pnp0/00:07/rtc/rtc0') |
| 9907 | d('sys/class/usb_endpoint', 0o755) |
| 9908 | l('sys/class/usb_endpoint/usbdev1.1_ep00', '../../devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00') |
| 9909 | l('sys/class/usb_endpoint/usbdev4.3_ep83', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83') |
| 9910 | l('sys/class/usb_endpoint/usbdev4.2_ep04', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04') |
| 9911 | l('sys/class/usb_endpoint/usbdev1.1_ep81', '../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81') |
| 9912 | l('sys/class/usb_endpoint/usbdev3.1_ep81', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81') |
| 9913 | l('sys/class/usb_endpoint/usbdev4.1_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00') |
| 9914 | l('sys/class/usb_endpoint/usbdev3.4_ep00', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00') |
| 9915 | l('sys/class/usb_endpoint/usbdev4.2_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00') |
| 9916 | l('sys/class/usb_endpoint/usbdev5.7_ep81', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81') |
| 9917 | l('sys/class/usb_endpoint/usbdev5.9_ep81', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81') |
| 9918 | l('sys/class/usb_endpoint/usbdev5.9_ep83', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83') |
| 9919 | l('sys/class/usb_endpoint/usbdev5.9_ep84', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84') |
| 9920 | l('sys/class/usb_endpoint/usbdev5.9_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00') |
| 9921 | l('sys/class/usb_endpoint/usbdev4.2_ep03', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03') |
| 9922 | l('sys/class/usb_endpoint/usbdev4.2_ep84', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84') |
| 9923 | l('sys/class/usb_endpoint/usbdev3.1_ep00', '../../devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00') |
| 9924 | l('sys/class/usb_endpoint/usbdev4.2_ep83', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83') |
| 9925 | l('sys/class/usb_endpoint/usbdev4.2_ep02', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02') |
| 9926 | l('sys/class/usb_endpoint/usbdev4.3_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00') |
| 9927 | l('sys/class/usb_endpoint/usbdev5.7_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00') |
| 9928 | l('sys/class/usb_endpoint/usbdev4.1_ep81', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81') |
| 9929 | l('sys/class/usb_endpoint/usbdev5.9_ep02', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02') |
| 9930 | l('sys/class/usb_endpoint/usbdev4.2_ep82', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82') |
| 9931 | l('sys/class/usb_endpoint/usbdev2.1_ep81', '../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81') |
| 9932 | l('sys/class/usb_endpoint/usbdev4.3_ep81', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81') |
| 9933 | l('sys/class/usb_endpoint/usbdev2.1_ep00', '../../devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00') |
| 9934 | l('sys/class/usb_endpoint/usbdev5.1_ep81', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81') |
| 9935 | l('sys/class/usb_endpoint/usbdev4.2_ep81', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81') |
| 9936 | l('sys/class/usb_endpoint/usbdev3.4_ep81', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81') |
| 9937 | l('sys/class/usb_endpoint/usbdev4.3_ep02', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02') |
| 9938 | l('sys/class/usb_endpoint/usbdev5.7_ep02', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02') |
| 9939 | l('sys/class/usb_endpoint/usbdev5.1_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00') |
| 9940 | l('sys/class/usb_endpoint/usbdev5.9_ep01', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01') |
| 9941 | l('sys/class/usb_endpoint/usbdev5.9_ep82', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82') |
| 9942 | d('sys/class/ieee80211', 0o755) |
| 9943 | l('sys/class/ieee80211/phy0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0') |
| 9944 | d('sys/class/scsi_disk', 0o755) |
| 9945 | l('sys/class/scsi_disk/7:0:0:0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0') |
| 9946 | l('sys/class/scsi_disk/0:0:0:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0') |
| 9947 | d('sys/class/vc', 0o755) |
| 9948 | l('sys/class/vc/vcsa3', '../../devices/virtual/vc/vcsa3') |
| 9949 | l('sys/class/vc/vcsa6', '../../devices/virtual/vc/vcsa6') |
| 9950 | l('sys/class/vc/vcsa2', '../../devices/virtual/vc/vcsa2') |
| 9951 | l('sys/class/vc/vcsa', '../../devices/virtual/vc/vcsa') |
| 9952 | l('sys/class/vc/vcs2', '../../devices/virtual/vc/vcs2') |
| 9953 | l('sys/class/vc/vcs7', '../../devices/virtual/vc/vcs7') |
| 9954 | l('sys/class/vc/vcsa5', '../../devices/virtual/vc/vcsa5') |
| 9955 | l('sys/class/vc/vcsa10', '../../devices/virtual/vc/vcsa10') |
| 9956 | l('sys/class/vc/vcs10', '../../devices/virtual/vc/vcs10') |
| 9957 | l('sys/class/vc/vcsa1', '../../devices/virtual/vc/vcsa1') |
| 9958 | l('sys/class/vc/vcsa4', '../../devices/virtual/vc/vcsa4') |
| 9959 | l('sys/class/vc/vcs', '../../devices/virtual/vc/vcs') |
| 9960 | l('sys/class/vc/vcs1', '../../devices/virtual/vc/vcs1') |
| 9961 | l('sys/class/vc/vcs4', '../../devices/virtual/vc/vcs4') |
| 9962 | l('sys/class/vc/vcsa7', '../../devices/virtual/vc/vcsa7') |
| 9963 | l('sys/class/vc/vcs6', '../../devices/virtual/vc/vcs6') |
| 9964 | l('sys/class/vc/vcs3', '../../devices/virtual/vc/vcs3') |
| 9965 | l('sys/class/vc/vcs5', '../../devices/virtual/vc/vcs5') |
| 9966 | d('sys/class/mem', 0o755) |
| 9967 | l('sys/class/mem/zero', '../../devices/virtual/mem/zero') |
| 9968 | l('sys/class/mem/kmsg', '../../devices/virtual/mem/kmsg') |
| 9969 | l('sys/class/mem/mem', '../../devices/virtual/mem/mem') |
| 9970 | l('sys/class/mem/urandom', '../../devices/virtual/mem/urandom') |
| 9971 | l('sys/class/mem/port', '../../devices/virtual/mem/port') |
| 9972 | l('sys/class/mem/null', '../../devices/virtual/mem/null') |
| 9973 | l('sys/class/mem/kmem', '../../devices/virtual/mem/kmem') |
| 9974 | l('sys/class/mem/full', '../../devices/virtual/mem/full') |
| 9975 | l('sys/class/mem/random', '../../devices/virtual/mem/random') |
| 9976 | d('sys/class/pci_bus', 0o755) |
| 9977 | l('sys/class/pci_bus/0000:00', '../../devices/pci0000:00/pci_bus/0000:00') |
| 9978 | l('sys/class/pci_bus/0000:01', '../../devices/pci0000:00/0000:00:01.0/pci_bus/0000:01') |
| 9979 | l('sys/class/pci_bus/0000:03', '../../devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03') |
| 9980 | l('sys/class/pci_bus/0000:0c', '../../devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c') |
| 9981 | l('sys/class/pci_bus/0000:16', '../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16') |
| 9982 | l('sys/class/pci_bus/0000:04', '../../devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04') |
| 9983 | l('sys/class/pci_bus/0000:02', '../../devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02') |
| 9984 | l('sys/class/pci_bus/0000:15', '../../devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15') |
| 9985 | d('sys/class/hwmon', 0o755) |
| 9986 | l('sys/class/hwmon/hwmon0', '../../devices/platform/thinkpad_hwmon/hwmon/hwmon0') |
| 9987 | d('sys/class/net', 0o755) |
| 9988 | l('sys/class/net/wmaster0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0') |
| 9989 | l('sys/class/net/wlan0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0') |
| 9990 | l('sys/class/net/lo', '../../devices/virtual/net/lo') |
| 9991 | l('sys/class/net/eth0', '../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0') |
| 9992 | d('sys/class/dmi', 0o755) |
| 9993 | l('sys/class/dmi/id', '../../devices/virtual/dmi/id') |
| 9994 | d('sys/class/firmware', 0o755) |
| 9995 | f('sys/class/firmware/timeout', 0o644, b'60\n') |
| 9996 | d('sys/class/scsi_generic', 0o755) |
| 9997 | l('sys/class/scsi_generic/sg0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0') |
| 9998 | l('sys/class/scsi_generic/sg1', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1') |
| 9999 | l('sys/class/scsi_generic/sg2', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2') |
| 10000 | d('sys/class/bdi', 0o755) |
| 10001 | l('sys/class/bdi/7:1', '../../devices/virtual/bdi/7:1') |
| 10002 | l('sys/class/bdi/7:0', '../../devices/virtual/bdi/7:0') |
| 10003 | l('sys/class/bdi/7:2', '../../devices/virtual/bdi/7:2') |
| 10004 | l('sys/class/bdi/7:4', '../../devices/virtual/bdi/7:4') |
| 10005 | l('sys/class/bdi/7:3', '../../devices/virtual/bdi/7:3') |
| 10006 | l('sys/class/bdi/11:0', '../../devices/virtual/bdi/11:0') |
| 10007 | l('sys/class/bdi/7:5', '../../devices/virtual/bdi/7:5') |
| 10008 | l('sys/class/bdi/8:0', '../../devices/virtual/bdi/8:0') |
| 10009 | l('sys/class/bdi/default', '../../devices/virtual/bdi/default') |
| 10010 | l('sys/class/bdi/0:16', '../../devices/virtual/bdi/0:16') |
| 10011 | l('sys/class/bdi/8:16', '../../devices/virtual/bdi/8:16') |
| 10012 | l('sys/class/bdi/9:0', '../../devices/virtual/bdi/9:0') |
| 10013 | l('sys/class/bdi/7:7', '../../devices/virtual/bdi/7:7') |
| 10014 | l('sys/class/bdi/7:6', '../../devices/virtual/bdi/7:6') |
| 10015 | d('sys/class/leds', 0o755) |
| 10016 | l('sys/class/leds/iwl-phy0:TX', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX') |
| 10017 | l('sys/class/leds/tpacpi::bay_active', '../../devices/platform/thinkpad_acpi/leds/tpacpi::bay_active') |
| 10018 | l('sys/class/leds/tpacpi:orange:batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt') |
| 10019 | l('sys/class/leds/tpacpi::dock_active', '../../devices/platform/thinkpad_acpi/leds/tpacpi::dock_active') |
| 10020 | l('sys/class/leds/tpacpi::unknown_led', '../../devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led') |
| 10021 | l('sys/class/leds/iwl-phy0:assoc', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc') |
| 10022 | l('sys/class/leds/tpacpi:green:batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi:green:batt') |
| 10023 | l('sys/class/leds/iwl-phy0:radio', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio') |
| 10024 | l('sys/class/leds/iwl-phy0:RX', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX') |
| 10025 | l('sys/class/leds/tpacpi::dock_batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt') |
| 10026 | l('sys/class/leds/tpacpi::thinklight', '../../devices/platform/thinkpad_acpi/leds/tpacpi::thinklight') |
| 10027 | l('sys/class/leds/tpacpi::power', '../../devices/platform/thinkpad_acpi/leds/tpacpi::power') |
| 10028 | l('sys/class/leds/tpacpi::standby', '../../devices/platform/thinkpad_acpi/leds/tpacpi::standby') |
| 10029 | d('sys/class/usb_host', 0o755) |
| 10030 | l('sys/class/usb_host/usb_host1', '../../devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1') |
| 10031 | l('sys/class/usb_host/usb_host2', '../../devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2') |
| 10032 | l('sys/class/usb_host/usb_host4', '../../devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4') |
| 10033 | l('sys/class/usb_host/usb_host5', '../../devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5') |
| 10034 | l('sys/class/usb_host/usb_host3', '../../devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3') |
| 10035 | d('sys/class/pcmcia_socket', 0o755) |
| 10036 | l('sys/class/pcmcia_socket/pcmcia_socket0', '../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0') |
| 10037 | d('sys/class/sound', 0o755) |
| 10038 | l('sys/class/sound/audio', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/audio') |
| 10039 | l('sys/class/sound/dsp', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/dsp') |
| 10040 | l('sys/class/sound/timer', '../../devices/virtual/sound/timer') |
| 10041 | l('sys/class/sound/card0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0') |
| 10042 | l('sys/class/sound/seq', '../../devices/virtual/sound/seq') |
| 10043 | l('sys/class/sound/mixer', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/mixer') |
| 10044 | l('sys/class/sound/pcmC0D0p', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p') |
| 10045 | l('sys/class/sound/controlC0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0') |
| 10046 | l('sys/class/sound/pcmC0D0c', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c') |
| 10047 | l('sys/class/sound/adsp', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/adsp') |
| 10048 | l('sys/class/sound/pcmC0D1p', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p') |
| 10049 | d('sys/class/misc', 0o755) |
| 10050 | l('sys/class/misc/uinput', '../../devices/virtual/misc/uinput') |
| 10051 | l('sys/class/misc/fuse', '../../devices/virtual/misc/fuse') |
| 10052 | l('sys/class/misc/hpet', '../../devices/virtual/misc/hpet') |
| 10053 | l('sys/class/misc/cpu_dma_latency', '../../devices/virtual/misc/cpu_dma_latency') |
| 10054 | l('sys/class/misc/mcelog', '../../devices/virtual/misc/mcelog') |
| 10055 | l('sys/class/misc/device-mapper', '../../devices/virtual/misc/device-mapper') |
| 10056 | l('sys/class/misc/psaux', '../../devices/virtual/misc/psaux') |
| 10057 | l('sys/class/misc/nvram', '../../devices/virtual/misc/nvram') |
| 10058 | l('sys/class/misc/network_latency', '../../devices/virtual/misc/network_latency') |
| 10059 | l('sys/class/misc/network_throughput', '../../devices/virtual/misc/network_throughput') |
| 10060 | l('sys/class/misc/microcode', '../../devices/virtual/misc/microcode') |
| 10061 | d('sys/class/vtconsole', 0o755) |
| 10062 | l('sys/class/vtconsole/vtcon1', '../../devices/virtual/vtconsole/vtcon1') |
| 10063 | l('sys/class/vtconsole/vtcon0', '../../devices/virtual/vtconsole/vtcon0') |
| 10064 | d('sys/class/bsg', 0o755) |
| 10065 | l('sys/class/bsg/7:0:0:0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0') |
| 10066 | l('sys/class/bsg/0:0:0:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0') |
| 10067 | l('sys/class/bsg/4:0:0:0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0') |
| 10068 | d('sys/class/input', 0o755) |
| 10069 | l('sys/class/input/event0', '../../devices/platform/i8042/serio0/input/input0/event0') |
| 10070 | l('sys/class/input/input0', '../../devices/platform/i8042/serio0/input/input0') |
| 10071 | l('sys/class/input/event4', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4') |
| 10072 | l('sys/class/input/mouse0', '../../devices/platform/i8042/serio1/input/input1/mouse0') |
| 10073 | l('sys/class/input/mouse1', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1') |
| 10074 | l('sys/class/input/event2', '../../devices/platform/pcspkr/input/input2/event2') |
| 10075 | l('sys/class/input/input2', '../../devices/platform/pcspkr/input/input2') |
| 10076 | l('sys/class/input/input5', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5') |
| 10077 | l('sys/class/input/input8', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8') |
| 10078 | l('sys/class/input/input3', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3') |
| 10079 | l('sys/class/input/input1', '../../devices/platform/i8042/serio1/input/input1') |
| 10080 | l('sys/class/input/mice', '../../devices/virtual/input/mice') |
| 10081 | l('sys/class/input/event6', '../../devices/virtual/input/input6/event6') |
| 10082 | l('sys/class/input/input6', '../../devices/virtual/input/input6') |
| 10083 | l('sys/class/input/event3', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3') |
| 10084 | l('sys/class/input/event1', '../../devices/platform/i8042/serio1/input/input1/event1') |
| 10085 | l('sys/class/input/input4', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4') |
| 10086 | l('sys/class/input/event7', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7') |
| 10087 | l('sys/class/input/event5', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5') |
| 10088 | d('sys/class/thermal', 0o755) |
| 10089 | l('sys/class/thermal/thermal_zone1', '../../devices/virtual/thermal/thermal_zone1') |
| 10090 | l('sys/class/thermal/cooling_device1', '../../devices/virtual/thermal/cooling_device1') |
| 10091 | l('sys/class/thermal/cooling_device0', '../../devices/virtual/thermal/cooling_device0') |
| 10092 | l('sys/class/thermal/thermal_zone0', '../../devices/virtual/thermal/thermal_zone0') |
| 10093 | d('sys/class/power_supply', 0o755) |
| 10094 | l('sys/class/power_supply/AC', '../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC') |
| 10095 | l('sys/class/power_supply/BAT0', '../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0') |
| 10096 | d('sys/class/block', 0o755) |
| 10097 | l('sys/class/block/loop1', '../../devices/virtual/block/loop1') |
| 10098 | l('sys/class/block/loop7', '../../devices/virtual/block/loop7') |
| 10099 | l('sys/class/block/loop0', '../../devices/virtual/block/loop0') |
| 10100 | l('sys/class/block/sda10', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10') |
| 10101 | l('sys/class/block/sr0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0') |
| 10102 | l('sys/class/block/loop5', '../../devices/virtual/block/loop5') |
| 10103 | l('sys/class/block/loop3', '../../devices/virtual/block/loop3') |
| 10104 | l('sys/class/block/sda9', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9') |
| 10105 | l('sys/class/block/sda7', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7') |
| 10106 | l('sys/class/block/loop6', '../../devices/virtual/block/loop6') |
| 10107 | l('sys/class/block/sdb', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb') |
| 10108 | l('sys/class/block/sda1', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1') |
| 10109 | l('sys/class/block/loop2', '../../devices/virtual/block/loop2') |
| 10110 | l('sys/class/block/sda8', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8') |
| 10111 | l('sys/class/block/sda5', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5') |
| 10112 | l('sys/class/block/loop4', '../../devices/virtual/block/loop4') |
| 10113 | l('sys/class/block/sda6', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6') |
| 10114 | l('sys/class/block/sda', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda') |
| 10115 | l('sys/class/block/md0', '../../devices/virtual/block/md0') |
| 10116 | l('sys/class/block/sdb1', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1') |
| 10117 | d('sys/class/scsi_host', 0o755) |
| 10118 | l('sys/class/scsi_host/host0', '../../devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0') |
| 10119 | l('sys/class/scsi_host/host5', '../../devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5') |
| 10120 | l('sys/class/scsi_host/host1', '../../devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1') |
| 10121 | l('sys/class/scsi_host/host4', '../../devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4') |
| 10122 | l('sys/class/scsi_host/host2', '../../devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2') |
| 10123 | l('sys/class/scsi_host/host7', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7') |
| 10124 | l('sys/class/scsi_host/host3', '../../devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3') |
| 10125 | d('sys/class/graphics', 0o755) |
| 10126 | l('sys/class/graphics/fbcon', '../../devices/virtual/graphics/fbcon') |
| 10127 | l('sys/class/graphics/fb0', '../../devices/platform/vesafb.0/graphics/fb0') |
| 10128 | d('sys/class/tty', 0o755) |
| 10129 | l('sys/class/tty/tty51', '../../devices/virtual/tty/tty51') |
| 10130 | l('sys/class/tty/tty24', '../../devices/virtual/tty/tty24') |
| 10131 | l('sys/class/tty/tty61', '../../devices/virtual/tty/tty61') |
| 10132 | l('sys/class/tty/ttyS1', '../../devices/platform/serial8250/tty/ttyS1') |
| 10133 | l('sys/class/tty/tty40', '../../devices/virtual/tty/tty40') |
| 10134 | l('sys/class/tty/tty60', '../../devices/virtual/tty/tty60') |
| 10135 | l('sys/class/tty/tty15', '../../devices/virtual/tty/tty15') |
| 10136 | l('sys/class/tty/tty27', '../../devices/virtual/tty/tty27') |
| 10137 | l('sys/class/tty/tty7', '../../devices/virtual/tty/tty7') |
| 10138 | l('sys/class/tty/tty43', '../../devices/virtual/tty/tty43') |
| 10139 | l('sys/class/tty/tty23', '../../devices/virtual/tty/tty23') |
| 10140 | l('sys/class/tty/tty14', '../../devices/virtual/tty/tty14') |
| 10141 | l('sys/class/tty/tty56', '../../devices/virtual/tty/tty56') |
| 10142 | l('sys/class/tty/tty3', '../../devices/virtual/tty/tty3') |
| 10143 | l('sys/class/tty/ttyS3', '../../devices/platform/serial8250/tty/ttyS3') |
| 10144 | l('sys/class/tty/tty49', '../../devices/virtual/tty/tty49') |
| 10145 | l('sys/class/tty/tty47', '../../devices/virtual/tty/tty47') |
| 10146 | l('sys/class/tty/tty57', '../../devices/virtual/tty/tty57') |
| 10147 | l('sys/class/tty/tty30', '../../devices/virtual/tty/tty30') |
| 10148 | l('sys/class/tty/tty45', '../../devices/virtual/tty/tty45') |
| 10149 | l('sys/class/tty/tty22', '../../devices/virtual/tty/tty22') |
| 10150 | l('sys/class/tty/tty55', '../../devices/virtual/tty/tty55') |
| 10151 | l('sys/class/tty/tty11', '../../devices/virtual/tty/tty11') |
| 10152 | l('sys/class/tty/tty53', '../../devices/virtual/tty/tty53') |
| 10153 | l('sys/class/tty/tty12', '../../devices/virtual/tty/tty12') |
| 10154 | l('sys/class/tty/tty28', '../../devices/virtual/tty/tty28') |
| 10155 | l('sys/class/tty/tty58', '../../devices/virtual/tty/tty58') |
| 10156 | l('sys/class/tty/tty32', '../../devices/virtual/tty/tty32') |
| 10157 | l('sys/class/tty/tty44', '../../devices/virtual/tty/tty44') |
| 10158 | l('sys/class/tty/tty6', '../../devices/virtual/tty/tty6') |
| 10159 | l('sys/class/tty/tty9', '../../devices/virtual/tty/tty9') |
| 10160 | l('sys/class/tty/tty26', '../../devices/virtual/tty/tty26') |
| 10161 | l('sys/class/tty/tty10', '../../devices/virtual/tty/tty10') |
| 10162 | l('sys/class/tty/tty39', '../../devices/virtual/tty/tty39') |
| 10163 | l('sys/class/tty/tty0', '../../devices/virtual/tty/tty0') |
| 10164 | l('sys/class/tty/tty36', '../../devices/virtual/tty/tty36') |
| 10165 | l('sys/class/tty/tty34', '../../devices/virtual/tty/tty34') |
| 10166 | l('sys/class/tty/tty16', '../../devices/virtual/tty/tty16') |
| 10167 | l('sys/class/tty/tty25', '../../devices/virtual/tty/tty25') |
| 10168 | l('sys/class/tty/tty13', '../../devices/virtual/tty/tty13') |
| 10169 | l('sys/class/tty/tty52', '../../devices/virtual/tty/tty52') |
| 10170 | l('sys/class/tty/ttyS0', '../../devices/platform/serial8250/tty/ttyS0') |
| 10171 | l('sys/class/tty/tty31', '../../devices/virtual/tty/tty31') |
| 10172 | l('sys/class/tty/tty35', '../../devices/virtual/tty/tty35') |
| 10173 | l('sys/class/tty/tty54', '../../devices/virtual/tty/tty54') |
| 10174 | l('sys/class/tty/tty63', '../../devices/virtual/tty/tty63') |
| 10175 | l('sys/class/tty/tty1', '../../devices/virtual/tty/tty1') |
| 10176 | l('sys/class/tty/tty33', '../../devices/virtual/tty/tty33') |
| 10177 | l('sys/class/tty/tty18', '../../devices/virtual/tty/tty18') |
| 10178 | l('sys/class/tty/ttyACM0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0') |
| 10179 | l('sys/class/tty/tty42', '../../devices/virtual/tty/tty42') |
| 10180 | l('sys/class/tty/tty8', '../../devices/virtual/tty/tty8') |
| 10181 | l('sys/class/tty/tty37', '../../devices/virtual/tty/tty37') |
| 10182 | l('sys/class/tty/tty5', '../../devices/virtual/tty/tty5') |
| 10183 | l('sys/class/tty/tty48', '../../devices/virtual/tty/tty48') |
| 10184 | l('sys/class/tty/tty17', '../../devices/virtual/tty/tty17') |
| 10185 | l('sys/class/tty/tty62', '../../devices/virtual/tty/tty62') |
| 10186 | l('sys/class/tty/tty59', '../../devices/virtual/tty/tty59') |
| 10187 | l('sys/class/tty/tty50', '../../devices/virtual/tty/tty50') |
| 10188 | l('sys/class/tty/tty21', '../../devices/virtual/tty/tty21') |
| 10189 | l('sys/class/tty/ttyS2', '../../devices/platform/serial8250/tty/ttyS2') |
| 10190 | l('sys/class/tty/tty19', '../../devices/virtual/tty/tty19') |
| 10191 | l('sys/class/tty/ptmx', '../../devices/virtual/tty/ptmx') |
| 10192 | l('sys/class/tty/tty46', '../../devices/virtual/tty/tty46') |
| 10193 | l('sys/class/tty/tty2', '../../devices/virtual/tty/tty2') |
| 10194 | l('sys/class/tty/console', '../../devices/virtual/tty/console') |
| 10195 | l('sys/class/tty/tty41', '../../devices/virtual/tty/tty41') |
| 10196 | l('sys/class/tty/tty4', '../../devices/virtual/tty/tty4') |
| 10197 | l('sys/class/tty/tty29', '../../devices/virtual/tty/tty29') |
| 10198 | l('sys/class/tty/tty', '../../devices/virtual/tty/tty') |
| 10199 | l('sys/class/tty/tty38', '../../devices/virtual/tty/tty38') |
| 10200 | l('sys/class/tty/tty20', '../../devices/virtual/tty/tty20') |
| 10201 | d('sys/class/scsi_device', 0o755) |
| 10202 | l('sys/class/scsi_device/7:0:0:0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0') |
| 10203 | l('sys/class/scsi_device/0:0:0:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0') |
| 10204 | l('sys/class/scsi_device/4:0:0:0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0') |
| 10205 | d('sys/block', 0o755) |
| 10206 | l('sys/block/loop1', '../devices/virtual/block/loop1') |
| 10207 | l('sys/block/loop7', '../devices/virtual/block/loop7') |
| 10208 | l('sys/block/loop0', '../devices/virtual/block/loop0') |
| 10209 | l('sys/block/sr0', '../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0') |
| 10210 | l('sys/block/loop5', '../devices/virtual/block/loop5') |
| 10211 | l('sys/block/loop3', '../devices/virtual/block/loop3') |
| 10212 | l('sys/block/loop6', '../devices/virtual/block/loop6') |
| 10213 | l('sys/block/sdb', '../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb') |
| 10214 | l('sys/block/loop2', '../devices/virtual/block/loop2') |
| 10215 | l('sys/block/loop4', '../devices/virtual/block/loop4') |
| 10216 | l('sys/block/sda', '../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda') |
| 10217 | l('sys/block/md0', '../devices/virtual/block/md0') |
| 10218 | d('sys/devices', 0o755) |
| 10219 | d('sys/devices/system', 0o755) |
| 10220 | d('sys/devices/system/machinecheck', 0o755) |
| 10221 | d('sys/devices/system/machinecheck/machinecheck1', 0o755) |
| 10222 | f('sys/devices/system/machinecheck/machinecheck1/trigger', 0o644, b'\n') |
| 10223 | f('sys/devices/system/machinecheck/machinecheck1/bank0ctl', 0o644, b'ffffffffffffffff\n') |
| 10224 | f('sys/devices/system/machinecheck/machinecheck1/check_interval', 0o644, b'12c\n') |
| 10225 | f('sys/devices/system/machinecheck/machinecheck1/tolerant', 0o644, b'1\n') |
| 10226 | f('sys/devices/system/machinecheck/machinecheck1/bank1ctl', 0o644, b'ffffffffffffffff\n') |
| 10227 | f('sys/devices/system/machinecheck/machinecheck1/bank5ctl', 0o644, b'ffffffffffffffff\n') |
| 10228 | f('sys/devices/system/machinecheck/machinecheck1/bank3ctl', 0o644, b'ffffffffffffffff\n') |
| 10229 | f('sys/devices/system/machinecheck/machinecheck1/bank2ctl', 0o644, b'ffffffffffffffff\n') |
| 10230 | f('sys/devices/system/machinecheck/machinecheck1/bank4ctl', 0o644, b'ffffffffffffffff\n') |
| 10231 | d('sys/devices/system/machinecheck/machinecheck0', 0o755) |
| 10232 | f('sys/devices/system/machinecheck/machinecheck0/trigger', 0o644, b'\n') |
| 10233 | f('sys/devices/system/machinecheck/machinecheck0/bank0ctl', 0o644, b'ffffffffffffffff\n') |
| 10234 | f('sys/devices/system/machinecheck/machinecheck0/check_interval', 0o644, b'12c\n') |
| 10235 | f('sys/devices/system/machinecheck/machinecheck0/tolerant', 0o644, b'1\n') |
| 10236 | f('sys/devices/system/machinecheck/machinecheck0/bank1ctl', 0o644, b'ffffffffffffffff\n') |
| 10237 | f('sys/devices/system/machinecheck/machinecheck0/bank5ctl', 0o644, b'ffffffffffffffff\n') |
| 10238 | f('sys/devices/system/machinecheck/machinecheck0/bank3ctl', 0o644, b'ffffffffffffffff\n') |
| 10239 | f('sys/devices/system/machinecheck/machinecheck0/bank2ctl', 0o644, b'ffffffffffffffff\n') |
| 10240 | f('sys/devices/system/machinecheck/machinecheck0/bank4ctl', 0o644, b'ffffffffffffffff\n') |
| 10241 | d('sys/devices/system/clocksource', 0o755) |
| 10242 | d('sys/devices/system/clocksource/clocksource0', 0o755) |
| 10243 | f('sys/devices/system/clocksource/clocksource0/available_clocksource', 0o644, b'hpet acpi_pm jiffies tsc \n') |
| 10244 | f('sys/devices/system/clocksource/clocksource0/current_clocksource', 0o644, b'hpet\n') |
| 10245 | d('sys/devices/system/cpu', 0o755) |
| 10246 | f('sys/devices/system/cpu/possible', 0o644, b'0-1\n') |
| 10247 | f('sys/devices/system/cpu/online', 0o644, b'0-1\n') |
| 10248 | f('sys/devices/system/cpu/present', 0o644, b'0-1\n') |
| 10249 | f('sys/devices/system/cpu/sched_mc_power_savings', 0o644, b'1\n') |
| 10250 | d('sys/devices/system/cpu/cpu0', 0o755) |
| 10251 | f('sys/devices/system/cpu/cpu0/crash_notes', 0o644, b'7fb20920\n') |
| 10252 | d('sys/devices/system/cpu/cpu0/topology', 0o755) |
| 10253 | f('sys/devices/system/cpu/cpu0/topology/thread_siblings', 0o644, b'01\n') |
| 10254 | f('sys/devices/system/cpu/cpu0/topology/thread_siblings_list', 0o644, b'0\n') |
| 10255 | f('sys/devices/system/cpu/cpu0/topology/core_siblings_list', 0o644, b'0-1\n') |
| 10256 | f('sys/devices/system/cpu/cpu0/topology/core_siblings', 0o644, b'03\n') |
| 10257 | f('sys/devices/system/cpu/cpu0/topology/core_id', 0o644, b'0\n') |
| 10258 | f('sys/devices/system/cpu/cpu0/topology/physical_package_id', 0o644, b'0\n') |
| 10259 | d('sys/devices/system/cpu/cpu0/thermal_throttle', 0o755) |
| 10260 | f('sys/devices/system/cpu/cpu0/thermal_throttle/count', 0o644, b'0\n') |
| 10261 | d('sys/devices/system/cpu/cpu0/cache', 0o755) |
| 10262 | d('sys/devices/system/cpu/cpu0/cache/index0', 0o755) |
| 10263 | f('sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity', 0o644, b'8\n') |
| 10264 | f('sys/devices/system/cpu/cpu0/cache/index0/type', 0o644, b'Data\n') |
| 10265 | f('sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size', 0o644, b'64\n') |
| 10266 | f('sys/devices/system/cpu/cpu0/cache/index0/number_of_sets', 0o644, b'64\n') |
| 10267 | f('sys/devices/system/cpu/cpu0/cache/index0/size', 0o644, b'32K\n') |
| 10268 | f('sys/devices/system/cpu/cpu0/cache/index0/physical_line_partition', 0o644, b'1\n') |
| 10269 | f('sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map', 0o644, b'01\n') |
| 10270 | f('sys/devices/system/cpu/cpu0/cache/index0/level', 0o644, b'1\n') |
| 10271 | f('sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list', 0o644, b'0\n') |
| 10272 | d('sys/devices/system/cpu/cpu0/cache/index2', 0o755) |
| 10273 | f('sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity', 0o644, b'16\n') |
| 10274 | f('sys/devices/system/cpu/cpu0/cache/index2/type', 0o644, b'Unified\n') |
| 10275 | f('sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size', 0o644, b'64\n') |
| 10276 | f('sys/devices/system/cpu/cpu0/cache/index2/number_of_sets', 0o644, b'4096\n') |
| 10277 | f('sys/devices/system/cpu/cpu0/cache/index2/size', 0o644, b'4096K\n') |
| 10278 | f('sys/devices/system/cpu/cpu0/cache/index2/physical_line_partition', 0o644, b'1\n') |
| 10279 | f('sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map', 0o644, b'03\n') |
| 10280 | f('sys/devices/system/cpu/cpu0/cache/index2/level', 0o644, b'2\n') |
| 10281 | f('sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list', 0o644, b'0-1\n') |
| 10282 | d('sys/devices/system/cpu/cpu0/cache/index1', 0o755) |
| 10283 | f('sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity', 0o644, b'8\n') |
| 10284 | f('sys/devices/system/cpu/cpu0/cache/index1/type', 0o644, b'Instruction\n') |
| 10285 | f('sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size', 0o644, b'64\n') |
| 10286 | f('sys/devices/system/cpu/cpu0/cache/index1/number_of_sets', 0o644, b'64\n') |
| 10287 | f('sys/devices/system/cpu/cpu0/cache/index1/size', 0o644, b'32K\n') |
| 10288 | f('sys/devices/system/cpu/cpu0/cache/index1/physical_line_partition', 0o644, b'1\n') |
| 10289 | f('sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map', 0o644, b'01\n') |
| 10290 | f('sys/devices/system/cpu/cpu0/cache/index1/level', 0o644, b'1\n') |
| 10291 | f('sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list', 0o644, b'0\n') |
| 10292 | d('sys/devices/system/cpu/cpu0/cpuidle', 0o755) |
| 10293 | d('sys/devices/system/cpu/cpu0/cpuidle/state2', 0o755) |
| 10294 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x10\n') |
| 10295 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/power', 0o644, b'500\n') |
| 10296 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/latency', 0o644, b'1\n') |
| 10297 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/usage', 0o644, b'689\n') |
| 10298 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/name', 0o644, b'C2\n') |
| 10299 | f('sys/devices/system/cpu/cpu0/cpuidle/state2/time', 0o644, b'209561\n') |
| 10300 | d('sys/devices/system/cpu/cpu0/cpuidle/state3', 0o755) |
| 10301 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x30\n') |
| 10302 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/power', 0o644, b'100\n') |
| 10303 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/latency', 0o644, b'57\n') |
| 10304 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/usage', 0o644, b'11774\n') |
| 10305 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/name', 0o644, b'C3\n') |
| 10306 | f('sys/devices/system/cpu/cpu0/cpuidle/state3/time', 0o644, b'116651688\n') |
| 10307 | d('sys/devices/system/cpu/cpu0/cpuidle/state1', 0o755) |
| 10308 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x0\n') |
| 10309 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/power', 0o644, b'1000\n') |
| 10310 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/latency', 0o644, b'1\n') |
| 10311 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/usage', 0o644, b'2\n') |
| 10312 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/name', 0o644, b'C1\n') |
| 10313 | f('sys/devices/system/cpu/cpu0/cpuidle/state1/time', 0o644, b'1044\n') |
| 10314 | d('sys/devices/system/cpu/cpu0/cpuidle/state0', 0o755) |
| 10315 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/desc', 0o644, b'<null>\n') |
| 10316 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/power', 0o644, b'4294967295\n') |
| 10317 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/latency', 0o644, b'0\n') |
| 10318 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/usage', 0o644, b'0\n') |
| 10319 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/name', 0o644, b'<null>\n') |
| 10320 | f('sys/devices/system/cpu/cpu0/cpuidle/state0/time', 0o644, b'0\n') |
| 10321 | d('sys/devices/system/cpu/cpu0/cpufreq', 0o755) |
| 10322 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq', 0o644, b'1000000\n') |
| 10323 | f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq', 0o644, b'2333000\n') |
| 10324 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies', 0o644, b'2333000 2000000 1667000 1333000 1000000 \n') |
| 10325 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_governor', 0o644, b'ondemand\n') |
| 10326 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors', 0o644, b'ondemand performance \n') |
| 10327 | f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq', 0o644, b'1000000\n') |
| 10328 | f('sys/devices/system/cpu/cpu0/cpufreq/affected_cpus', 0o644, b'0 1\n') |
| 10329 | f('sys/devices/system/cpu/cpu0/cpufreq/related_cpus', 0o644, b'0 1\n') |
| 10330 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed', 0o644, b'<unsupported>\n') |
| 10331 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_driver', 0o644, b'acpi-cpufreq\n') |
| 10332 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq', 0o644, b'1000000\n') |
| 10333 | f('sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq', 0o644, b'1000000\n') |
| 10334 | f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq', 0o644, b'1000000\n') |
| 10335 | d('sys/devices/system/cpu/cpu0/cpufreq/stats', 0o755) |
| 10336 | f('sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans', 0o644, b'12627\n') |
| 10337 | f('sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state', 0o644, b'''2333000 92206 |
| 10338 | 2000000 442 |
| 10339 | 1667000 1009 |
| 10340 | 1333000 1713 |
| 10341 | 1000000 740740 |
| 10342 | ''') |
| 10343 | d('sys/devices/system/cpu/cpu0/cpufreq/ondemand', 0o755) |
| 10344 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/powersave_bias', 0o644, b'0\n') |
| 10345 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_max', 0o644, b'10000000\n') |
| 10346 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate', 0o644, b'20000\n') |
| 10347 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold', 0o644, b'90\n') |
| 10348 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load', 0o644, b'1\n') |
| 10349 | f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_min', 0o644, b'10000\n') |
| 10350 | d('sys/devices/system/cpu/cpu0/microcode', 0o755) |
| 10351 | f('sys/devices/system/cpu/cpu0/microcode/version', 0o644, b'0xc7\n') |
| 10352 | f('sys/devices/system/cpu/cpu0/microcode/processor_flags', 0o644, b'0x20\n') |
| 10353 | d('sys/devices/system/cpu/cpuidle', 0o755) |
| 10354 | f('sys/devices/system/cpu/cpuidle/current_driver', 0o644, b'acpi_idle\n') |
| 10355 | f('sys/devices/system/cpu/cpuidle/current_governor_ro', 0o644, b'menu\n') |
| 10356 | d('sys/devices/system/cpu/cpu1', 0o755) |
| 10357 | l('sys/devices/system/cpu/cpu1/cpufreq', '../cpu0/cpufreq') |
| 10358 | f('sys/devices/system/cpu/cpu1/crash_notes', 0o644, b'7fb20b68\n') |
| 10359 | f('sys/devices/system/cpu/cpu1/online', 0o644, b'1\n') |
| 10360 | d('sys/devices/system/cpu/cpu1/topology', 0o755) |
| 10361 | f('sys/devices/system/cpu/cpu1/topology/thread_siblings', 0o644, b'02\n') |
| 10362 | f('sys/devices/system/cpu/cpu1/topology/thread_siblings_list', 0o644, b'1\n') |
| 10363 | f('sys/devices/system/cpu/cpu1/topology/core_siblings_list', 0o644, b'0-1\n') |
| 10364 | f('sys/devices/system/cpu/cpu1/topology/core_siblings', 0o644, b'03\n') |
| 10365 | f('sys/devices/system/cpu/cpu1/topology/core_id', 0o644, b'1\n') |
| 10366 | f('sys/devices/system/cpu/cpu1/topology/physical_package_id', 0o644, b'0\n') |
| 10367 | d('sys/devices/system/cpu/cpu1/thermal_throttle', 0o755) |
| 10368 | f('sys/devices/system/cpu/cpu1/thermal_throttle/count', 0o644, b'0\n') |
| 10369 | d('sys/devices/system/cpu/cpu1/cache', 0o755) |
| 10370 | d('sys/devices/system/cpu/cpu1/cache/index0', 0o755) |
| 10371 | f('sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity', 0o644, b'8\n') |
| 10372 | f('sys/devices/system/cpu/cpu1/cache/index0/type', 0o644, b'Data\n') |
| 10373 | f('sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size', 0o644, b'64\n') |
| 10374 | f('sys/devices/system/cpu/cpu1/cache/index0/number_of_sets', 0o644, b'64\n') |
| 10375 | f('sys/devices/system/cpu/cpu1/cache/index0/size', 0o644, b'32K\n') |
| 10376 | f('sys/devices/system/cpu/cpu1/cache/index0/physical_line_partition', 0o644, b'1\n') |
| 10377 | f('sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map', 0o644, b'02\n') |
| 10378 | f('sys/devices/system/cpu/cpu1/cache/index0/level', 0o644, b'1\n') |
| 10379 | f('sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_list', 0o644, b'1\n') |
| 10380 | d('sys/devices/system/cpu/cpu1/cache/index2', 0o755) |
| 10381 | f('sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity', 0o644, b'16\n') |
| 10382 | f('sys/devices/system/cpu/cpu1/cache/index2/type', 0o644, b'Unified\n') |
| 10383 | f('sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size', 0o644, b'64\n') |
| 10384 | f('sys/devices/system/cpu/cpu1/cache/index2/number_of_sets', 0o644, b'4096\n') |
| 10385 | f('sys/devices/system/cpu/cpu1/cache/index2/size', 0o644, b'4096K\n') |
| 10386 | f('sys/devices/system/cpu/cpu1/cache/index2/physical_line_partition', 0o644, b'1\n') |
| 10387 | f('sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map', 0o644, b'03\n') |
| 10388 | f('sys/devices/system/cpu/cpu1/cache/index2/level', 0o644, b'2\n') |
| 10389 | f('sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list', 0o644, b'0-1\n') |
| 10390 | d('sys/devices/system/cpu/cpu1/cache/index1', 0o755) |
| 10391 | f('sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity', 0o644, b'8\n') |
| 10392 | f('sys/devices/system/cpu/cpu1/cache/index1/type', 0o644, b'Instruction\n') |
| 10393 | f('sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size', 0o644, b'64\n') |
| 10394 | f('sys/devices/system/cpu/cpu1/cache/index1/number_of_sets', 0o644, b'64\n') |
| 10395 | f('sys/devices/system/cpu/cpu1/cache/index1/size', 0o644, b'32K\n') |
| 10396 | f('sys/devices/system/cpu/cpu1/cache/index1/physical_line_partition', 0o644, b'1\n') |
| 10397 | f('sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map', 0o644, b'02\n') |
| 10398 | f('sys/devices/system/cpu/cpu1/cache/index1/level', 0o644, b'1\n') |
| 10399 | f('sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_list', 0o644, b'1\n') |
| 10400 | d('sys/devices/system/cpu/cpu1/cpuidle', 0o755) |
| 10401 | d('sys/devices/system/cpu/cpu1/cpuidle/state2', 0o755) |
| 10402 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x10\n') |
| 10403 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/power', 0o644, b'500\n') |
| 10404 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/latency', 0o644, b'1\n') |
| 10405 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/usage', 0o644, b'271\n') |
| 10406 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/name', 0o644, b'C2\n') |
| 10407 | f('sys/devices/system/cpu/cpu1/cpuidle/state2/time', 0o644, b'47233\n') |
| 10408 | d('sys/devices/system/cpu/cpu1/cpuidle/state3', 0o755) |
| 10409 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x30\n') |
| 10410 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/power', 0o644, b'100\n') |
| 10411 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/latency', 0o644, b'57\n') |
| 10412 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/usage', 0o644, b'10601\n') |
| 10413 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/name', 0o644, b'C3\n') |
| 10414 | f('sys/devices/system/cpu/cpu1/cpuidle/state3/time', 0o644, b'117038054\n') |
| 10415 | d('sys/devices/system/cpu/cpu1/cpuidle/state1', 0o755) |
| 10416 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x0\n') |
| 10417 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/power', 0o644, b'1000\n') |
| 10418 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/latency', 0o644, b'1\n') |
| 10419 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/usage', 0o644, b'1\n') |
| 10420 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/name', 0o644, b'C1\n') |
| 10421 | f('sys/devices/system/cpu/cpu1/cpuidle/state1/time', 0o644, b'8\n') |
| 10422 | d('sys/devices/system/cpu/cpu1/cpuidle/state0', 0o755) |
| 10423 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/desc', 0o644, b'<null>\n') |
| 10424 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/power', 0o644, b'4294967295\n') |
| 10425 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/latency', 0o644, b'0\n') |
| 10426 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/usage', 0o644, b'0\n') |
| 10427 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/name', 0o644, b'<null>\n') |
| 10428 | f('sys/devices/system/cpu/cpu1/cpuidle/state0/time', 0o644, b'0\n') |
| 10429 | d('sys/devices/system/cpu/cpu1/microcode', 0o755) |
| 10430 | f('sys/devices/system/cpu/cpu1/microcode/version', 0o644, b'0xc7\n') |
| 10431 | f('sys/devices/system/cpu/cpu1/microcode/processor_flags', 0o644, b'0x20\n') |
| 10432 | d('sys/devices/pnp0', 0o755) |
| 10433 | f('sys/devices/pnp0/uevent', 0o644, b'') |
| 10434 | d('sys/devices/pnp0/00:04', 0o755) |
| 10435 | l('sys/devices/pnp0/00:04/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00') |
| 10436 | l('sys/devices/pnp0/00:04/subsystem', '../../../bus/pnp') |
| 10437 | f('sys/devices/pnp0/00:04/options', 0o644, b'') |
| 10438 | f('sys/devices/pnp0/00:04/id', 0o644, b'PNP0200\n') |
| 10439 | f('sys/devices/pnp0/00:04/resources', 0o644, b'''state = active |
| 10440 | io 0x0-0xf |
| 10441 | io 0x80-0x8f |
| 10442 | io 0xc0-0xdf |
| 10443 | dma 4 |
| 10444 | ''') |
| 10445 | f('sys/devices/pnp0/00:04/uevent', 0o644, b'') |
| 10446 | d('sys/devices/pnp0/00:04/power', 0o755) |
| 10447 | f('sys/devices/pnp0/00:04/power/wakeup', 0o644, b'\n') |
| 10448 | d('sys/devices/pnp0/00:0a', 0o755) |
| 10449 | l('sys/devices/pnp0/00:0a/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00') |
| 10450 | l('sys/devices/pnp0/00:0a/subsystem', '../../../bus/pnp') |
| 10451 | f('sys/devices/pnp0/00:0a/options', 0o644, b'') |
| 10452 | f('sys/devices/pnp0/00:0a/id', 0o644, b'''ATM1200 |
| 10453 | PNP0c31 |
| 10454 | ''') |
| 10455 | f('sys/devices/pnp0/00:0a/resources', 0o644, b'''state = active |
| 10456 | mem 0xfed40000-0xfed40fff |
| 10457 | ''') |
| 10458 | f('sys/devices/pnp0/00:0a/uevent', 0o644, b'') |
| 10459 | d('sys/devices/pnp0/00:0a/power', 0o755) |
| 10460 | f('sys/devices/pnp0/00:0a/power/wakeup', 0o644, b'\n') |
| 10461 | d('sys/devices/pnp0/00:03', 0o755) |
| 10462 | l('sys/devices/pnp0/00:03/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00') |
| 10463 | l('sys/devices/pnp0/00:03/subsystem', '../../../bus/pnp') |
| 10464 | f('sys/devices/pnp0/00:03/options', 0o644, b'') |
| 10465 | f('sys/devices/pnp0/00:03/id', 0o644, b'PNP0103\n') |
| 10466 | f('sys/devices/pnp0/00:03/resources', 0o644, b'''state = active |
| 10467 | mem 0xfed00000-0xfed003ff |
| 10468 | ''') |
| 10469 | f('sys/devices/pnp0/00:03/uevent', 0o644, b'') |
| 10470 | d('sys/devices/pnp0/00:03/power', 0o755) |
| 10471 | f('sys/devices/pnp0/00:03/power/wakeup', 0o644, b'\n') |
| 10472 | d('sys/devices/pnp0/00:02', 0o755) |
| 10473 | l('sys/devices/pnp0/00:02/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00') |
| 10474 | l('sys/devices/pnp0/00:02/subsystem', '../../../bus/pnp') |
| 10475 | l('sys/devices/pnp0/00:02/driver', '../../../bus/pnp/drivers/system') |
| 10476 | f('sys/devices/pnp0/00:02/options', 0o644, b'') |
| 10477 | f('sys/devices/pnp0/00:02/id', 0o644, b'PNP0c02\n') |
| 10478 | f('sys/devices/pnp0/00:02/resources', 0o644, b'''state = active |
| 10479 | io 0x10-0x1f |
| 10480 | io 0x90-0x9f |
| 10481 | io 0x24-0x25 |
| 10482 | io 0x28-0x29 |
| 10483 | io 0x2c-0x2d |
| 10484 | io 0x30-0x31 |
| 10485 | io 0x34-0x35 |
| 10486 | io 0x38-0x39 |
| 10487 | io 0x3c-0x3d |
| 10488 | io 0xa4-0xa5 |
| 10489 | io 0xa8-0xa9 |
| 10490 | io 0xac-0xad |
| 10491 | io 0xb0-0xb5 |
| 10492 | io 0xb8-0xb9 |
| 10493 | io 0xbc-0xbd |
| 10494 | io 0x50-0x53 |
| 10495 | io 0x72-0x77 |
| 10496 | io 0x164e-0x164f |
| 10497 | io 0x2e-0x2f |
| 10498 | io 0x1000-0x107f |
| 10499 | io 0x1180-0x11bf |
| 10500 | io 0x800-0x80f |
| 10501 | io 0x15e0-0x15ef |
| 10502 | io 0x1600-0x165f |
| 10503 | mem 0xf0000000-0xf3ffffff |
| 10504 | mem 0xfed1c000-0xfed1ffff |
| 10505 | mem 0xfed14000-0xfed17fff |
| 10506 | mem 0xfed18000-0xfed18fff |
| 10507 | mem 0xfed19000-0xfed19fff |
| 10508 | ''') |
| 10509 | f('sys/devices/pnp0/00:02/uevent', 0o644, b'DRIVER=system\n') |
| 10510 | d('sys/devices/pnp0/00:02/power', 0o755) |
| 10511 | f('sys/devices/pnp0/00:02/power/wakeup', 0o644, b'\n') |
| 10512 | d('sys/devices/pnp0/00:00', 0o755) |
| 10513 | l('sys/devices/pnp0/00:00/firmware_node', '../../LNXSYSTM:00/device:00/PNP0C01:00') |
| 10514 | l('sys/devices/pnp0/00:00/subsystem', '../../../bus/pnp') |
| 10515 | l('sys/devices/pnp0/00:00/driver', '../../../bus/pnp/drivers/system') |
| 10516 | f('sys/devices/pnp0/00:00/options', 0o644, b'') |
| 10517 | f('sys/devices/pnp0/00:00/id', 0o644, b'PNP0c01\n') |
| 10518 | f('sys/devices/pnp0/00:00/resources', 0o644, b'''state = active |
| 10519 | mem 0x0-0x9ffff |
| 10520 | mem 0xc0000-0xc3fff |
| 10521 | mem 0xc4000-0xc7fff |
| 10522 | mem 0xc8000-0xcbfff |
| 10523 | mem 0xcc000-0xcffff |
| 10524 | mem disabled |
| 10525 | mem disabled |
| 10526 | mem disabled |
| 10527 | mem 0xdc000-0xdffff |
| 10528 | mem 0xe0000-0xe3fff |
| 10529 | mem 0xe4000-0xe7fff |
| 10530 | mem 0xe8000-0xebfff |
| 10531 | mem 0xec000-0xeffff |
| 10532 | mem 0xf0000-0xfffff |
| 10533 | mem 0x100000-0x7fffffff |
| 10534 | mem 0xfec00000-0xfed3ffff |
| 10535 | mem 0xfed41000-0xffffffff |
| 10536 | ''') |
| 10537 | f('sys/devices/pnp0/00:00/uevent', 0o644, b'DRIVER=system\n') |
| 10538 | d('sys/devices/pnp0/00:00/power', 0o755) |
| 10539 | f('sys/devices/pnp0/00:00/power/wakeup', 0o644, b'\n') |
| 10540 | d('sys/devices/pnp0/power', 0o755) |
| 10541 | f('sys/devices/pnp0/power/wakeup', 0o644, b'\n') |
| 10542 | d('sys/devices/pnp0/00:09', 0o755) |
| 10543 | l('sys/devices/pnp0/00:09/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00') |
| 10544 | l('sys/devices/pnp0/00:09/subsystem', '../../../bus/pnp') |
| 10545 | l('sys/devices/pnp0/00:09/driver', '../../../bus/pnp/drivers/i8042 aux') |
| 10546 | f('sys/devices/pnp0/00:09/options', 0o644, b'') |
| 10547 | f('sys/devices/pnp0/00:09/id', 0o644, b'''IBM0057 |
| 10548 | PNP0f13 |
| 10549 | ''') |
| 10550 | f('sys/devices/pnp0/00:09/resources', 0o644, b'''state = active |
| 10551 | irq 12 |
| 10552 | ''') |
| 10553 | f('sys/devices/pnp0/00:09/uevent', 0o644, b'DRIVER=i8042 aux\n') |
| 10554 | d('sys/devices/pnp0/00:09/power', 0o755) |
| 10555 | f('sys/devices/pnp0/00:09/power/wakeup', 0o644, b'\n') |
| 10556 | d('sys/devices/pnp0/00:07', 0o755) |
| 10557 | l('sys/devices/pnp0/00:07/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00') |
| 10558 | l('sys/devices/pnp0/00:07/subsystem', '../../../bus/pnp') |
| 10559 | l('sys/devices/pnp0/00:07/driver', '../../../bus/pnp/drivers/rtc_cmos') |
| 10560 | f('sys/devices/pnp0/00:07/options', 0o644, b'') |
| 10561 | f('sys/devices/pnp0/00:07/id', 0o644, b'PNP0b00\n') |
| 10562 | f('sys/devices/pnp0/00:07/nvram', 0o644, b'\x00\x00\x00\x00\x00\x00\x03\x80\x02\x00\xfc\x01\x00\x03\x00\x9f\x16\x00\x00\x02\x00\x00\x00\x01\x05\x00\x00\x11\x11\x01\x00\x00\x02e\x00\xfc \x8c\xc1\x01\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x08D\xb0\x11\x00c\x11T/\x06\xd00\x80\x00\x00\x00\x00\x00\xc0\x05R\xfc\x01\x1d\x00[\x0f\x02\x03\x00\x00\x04\x04\x00\xdf8\xd3\xa0\x13r\xf2\x06\x13\xf9\xa7\xf1\x0e\x00\xc5\xfe\x00\x00\xf1\xff\xff\xff\xff\x00\x00\x00IS\xb2\x00') |
| 10563 | f('sys/devices/pnp0/00:07/resources', 0o644, b'''state = active |
| 10564 | io 0x70-0x71 |
| 10565 | irq 8 |
| 10566 | ''') |
| 10567 | f('sys/devices/pnp0/00:07/uevent', 0o644, b'DRIVER=rtc_cmos\n') |
| 10568 | d('sys/devices/pnp0/00:07/rtc', 0o755) |
| 10569 | d('sys/devices/pnp0/00:07/rtc/rtc0', 0o755) |
| 10570 | l('sys/devices/pnp0/00:07/rtc/rtc0/subsystem', '../../../../../class/rtc') |
| 10571 | l('sys/devices/pnp0/00:07/rtc/rtc0/device', '../../../00:07') |
| 10572 | f('sys/devices/pnp0/00:07/rtc/rtc0/date', 0o644, b'2008-09-29\n') |
| 10573 | f('sys/devices/pnp0/00:07/rtc/rtc0/dev', 0o644, b'253:0\n') |
| 10574 | f('sys/devices/pnp0/00:07/rtc/rtc0/max_user_freq', 0o644, b'64\n') |
| 10575 | f('sys/devices/pnp0/00:07/rtc/rtc0/wakealarm', 0o644, b'') |
| 10576 | f('sys/devices/pnp0/00:07/rtc/rtc0/since_epoch', 0o644, b'1222655451\n') |
| 10577 | f('sys/devices/pnp0/00:07/rtc/rtc0/name', 0o644, b'rtc_cmos\n') |
| 10578 | f('sys/devices/pnp0/00:07/rtc/rtc0/time', 0o644, b'02:30:51\n') |
| 10579 | f('sys/devices/pnp0/00:07/rtc/rtc0/uevent', 0o644, b'''MAJOR=253 |
| 10580 | MINOR=0 |
| 10581 | ''') |
| 10582 | d('sys/devices/pnp0/00:07/rtc/rtc0/power', 0o755) |
| 10583 | f('sys/devices/pnp0/00:07/rtc/rtc0/power/wakeup', 0o644, b'\n') |
| 10584 | d('sys/devices/pnp0/00:07/power', 0o755) |
| 10585 | f('sys/devices/pnp0/00:07/power/wakeup', 0o644, b'enabled\n') |
| 10586 | d('sys/devices/pnp0/00:06', 0o755) |
| 10587 | l('sys/devices/pnp0/00:06/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00') |
| 10588 | l('sys/devices/pnp0/00:06/subsystem', '../../../bus/pnp') |
| 10589 | f('sys/devices/pnp0/00:06/options', 0o644, b'') |
| 10590 | f('sys/devices/pnp0/00:06/id', 0o644, b'PNP0c04\n') |
| 10591 | f('sys/devices/pnp0/00:06/resources', 0o644, b'''state = active |
| 10592 | io 0xf0-0xf0 |
| 10593 | irq 13 |
| 10594 | ''') |
| 10595 | f('sys/devices/pnp0/00:06/uevent', 0o644, b'') |
| 10596 | d('sys/devices/pnp0/00:06/power', 0o755) |
| 10597 | f('sys/devices/pnp0/00:06/power/wakeup', 0o644, b'\n') |
| 10598 | d('sys/devices/pnp0/00:08', 0o755) |
| 10599 | l('sys/devices/pnp0/00:08/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00') |
| 10600 | l('sys/devices/pnp0/00:08/subsystem', '../../../bus/pnp') |
| 10601 | l('sys/devices/pnp0/00:08/driver', '../../../bus/pnp/drivers/i8042 kbd') |
| 10602 | f('sys/devices/pnp0/00:08/options', 0o644, b'') |
| 10603 | f('sys/devices/pnp0/00:08/id', 0o644, b'PNP0303\n') |
| 10604 | f('sys/devices/pnp0/00:08/resources', 0o644, b'''state = active |
| 10605 | io 0x60-0x60 |
| 10606 | io 0x64-0x64 |
| 10607 | irq 1 |
| 10608 | ''') |
| 10609 | f('sys/devices/pnp0/00:08/uevent', 0o644, b'DRIVER=i8042 kbd\n') |
| 10610 | d('sys/devices/pnp0/00:08/power', 0o755) |
| 10611 | f('sys/devices/pnp0/00:08/power/wakeup', 0o644, b'\n') |
| 10612 | d('sys/devices/pnp0/00:05', 0o755) |
| 10613 | l('sys/devices/pnp0/00:05/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00') |
| 10614 | l('sys/devices/pnp0/00:05/subsystem', '../../../bus/pnp') |
| 10615 | f('sys/devices/pnp0/00:05/options', 0o644, b'') |
| 10616 | f('sys/devices/pnp0/00:05/id', 0o644, b'PNP0800\n') |
| 10617 | f('sys/devices/pnp0/00:05/resources', 0o644, b'''state = active |
| 10618 | io 0x61-0x61 |
| 10619 | ''') |
| 10620 | f('sys/devices/pnp0/00:05/uevent', 0o644, b'') |
| 10621 | d('sys/devices/pnp0/00:05/power', 0o755) |
| 10622 | f('sys/devices/pnp0/00:05/power/wakeup', 0o644, b'\n') |
| 10623 | d('sys/devices/pnp0/00:01', 0o755) |
| 10624 | l('sys/devices/pnp0/00:01/subsystem', '../../../bus/pnp') |
| 10625 | f('sys/devices/pnp0/00:01/options', 0o644, b'') |
| 10626 | f('sys/devices/pnp0/00:01/id', 0o644, b'''PNP0a08 |
| 10627 | PNP0a03 |
| 10628 | ''') |
| 10629 | f('sys/devices/pnp0/00:01/resources', 0o644, b'''state = active |
| 10630 | io 0xcf8-0xcff |
| 10631 | ''') |
| 10632 | f('sys/devices/pnp0/00:01/uevent', 0o644, b'') |
| 10633 | d('sys/devices/pnp0/00:01/power', 0o755) |
| 10634 | f('sys/devices/pnp0/00:01/power/wakeup', 0o644, b'\n') |
| 10635 | d('sys/devices/pci0000:00', 0o755) |
| 10636 | l('sys/devices/pci0000:00/firmware_node', '../LNXSYSTM:00/device:00/PNP0A08:00') |
| 10637 | f('sys/devices/pci0000:00/uevent', 0o644, b'') |
| 10638 | d('sys/devices/pci0000:00/0000:00:1d.3', 0o755) |
| 10639 | l('sys/devices/pci0000:00/0000:00:1d.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:20') |
| 10640 | l('sys/devices/pci0000:00/0000:00:1d.3/subsystem', '../../../bus/pci') |
| 10641 | l('sys/devices/pci0000:00/0000:00:1d.3/driver', '../../../bus/pci/drivers/uhci_hcd') |
| 10642 | f('sys/devices/pci0000:00/0000:00:1d.3/local_cpulist', 0o644, b'0-7\n') |
| 10643 | f('sys/devices/pci0000:00/0000:00:1d.3/enable', 0o644, b'1\n') |
| 10644 | f('sys/devices/pci0000:00/0000:00:1d.3/modalias', 0o644, b'pci:v00008086d000027CBsv000017AAsd0000200Abc0Csc03i00\n') |
| 10645 | f('sys/devices/pci0000:00/0000:00:1d.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10646 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10647 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10648 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10649 | 0x0000000000001860 0x000000000000187f 0x0000000000020101 |
| 10650 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10651 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 10652 | ''') |
| 10653 | f('sys/devices/pci0000:00/0000:00:1d.3/config', 0o644, b"\x86\x80\xcb'\x05\x00\x80\x02\x02\x00\x03\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\n \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 10654 | f('sys/devices/pci0000:00/0000:00:1d.3/local_cpus', 0o644, b'ff\n') |
| 10655 | f('sys/devices/pci0000:00/0000:00:1d.3/subsystem_device', 0o644, b'0x200a\n') |
| 10656 | f('sys/devices/pci0000:00/0000:00:1d.3/vendor', 0o644, b'0x8086\n') |
| 10657 | f('sys/devices/pci0000:00/0000:00:1d.3/irq', 0o644, b'19\n') |
| 10658 | f('sys/devices/pci0000:00/0000:00:1d.3/pools', 0o644, b'''poolinfo - 0.1 |
| 10659 | uhci_qh 13 32 128 1 |
| 10660 | uhci_td 3 64 64 1 |
| 10661 | buffer-2048 0 0 2048 0 |
| 10662 | buffer-512 0 0 512 0 |
| 10663 | buffer-128 0 0 128 0 |
| 10664 | buffer-32 1 128 32 1 |
| 10665 | ''') |
| 10666 | f('sys/devices/pci0000:00/0000:00:1d.3/device', 0o644, b'0x27cb\n') |
| 10667 | f('sys/devices/pci0000:00/0000:00:1d.3/class', 0o644, b'0x0c0300\n') |
| 10668 | f('sys/devices/pci0000:00/0000:00:1d.3/msi_bus', 0o644, b'') |
| 10669 | f('sys/devices/pci0000:00/0000:00:1d.3/subsystem_vendor', 0o644, b'0x17aa\n') |
| 10670 | f('sys/devices/pci0000:00/0000:00:1d.3/uevent', 0o644, b'''DRIVER=uhci_hcd |
| 10671 | PCI_CLASS=C0300 |
| 10672 | PCI_ID=8086:27CB |
| 10673 | PCI_SUBSYS_ID=17AA:200A |
| 10674 | PCI_SLOT_NAME=0000:00:1d.3 |
| 10675 | MODALIAS=pci:v00008086d000027CBsv000017AAsd0000200Abc0Csc03i00 |
| 10676 | ''') |
| 10677 | f('sys/devices/pci0000:00/0000:00:1d.3/resource4', 0o644, b'') |
| 10678 | f('sys/devices/pci0000:00/0000:00:1d.3/broken_parity_status', 0o644, b'0\n') |
| 10679 | d('sys/devices/pci0000:00/0000:00:1d.3/power', 0o755) |
| 10680 | f('sys/devices/pci0000:00/0000:00:1d.3/power/wakeup', 0o644, b'\n') |
| 10681 | d('sys/devices/pci0000:00/0000:00:1d.3/usb_host', 0o755) |
| 10682 | d('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4', 0o755) |
| 10683 | l('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/subsystem', '../../../../../class/usb_host') |
| 10684 | l('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/device', '../../../0000:00:1d.3') |
| 10685 | f('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/uevent', 0o644, b'') |
| 10686 | d('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/power', 0o755) |
| 10687 | f('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/power/wakeup', 0o644, b'\n') |
| 10688 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4', 0o755) |
| 10689 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/subsystem', '../../../../bus/usb') |
| 10690 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/driver', '../../../../bus/usb/drivers/usb') |
| 10691 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/ep_00', 'usb_endpoint/usbdev4.1_ep00') |
| 10692 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/version', 0o644, b' 1.10\n') |
| 10693 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/authorized_default', 0o644, b'1\n') |
| 10694 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/maxchild', 0o644, b'2\n') |
| 10695 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceClass', 0o644, b'09\n') |
| 10696 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bcdDevice', 0o644, b'0206\n') |
| 10697 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/devnum', 0o644, b'1\n') |
| 10698 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceProtocol', 0o644, b'00\n') |
| 10699 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/idProduct', 0o644, b'0001\n') |
| 10700 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/product', 0o644, b'UHCI Host Controller\n') |
| 10701 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceSubClass', 0o644, b'00\n') |
| 10702 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/configuration', 0o644, b'') |
| 10703 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/dev', 0o644, b'189:384\n') |
| 10704 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/urbnum', 0o644, b'62\n') |
| 10705 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/authorized', 0o644, b'1\n') |
| 10706 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/descriptors', 0o644, b'\x12\x01\x10\x01\t\x00\x00@k\x1d\x01\x00\x06\x02\x03\x02\x01\x01\t\x02\x19\x00\x01\x01\x00\xe0\x00\t\x04\x00\x00\x01\t\x00\x00\x00\x07\x05\x81\x03\x02\x00\xff') |
| 10707 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bNumConfigurations', 0o644, b'1\n') |
| 10708 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/serial', 0o644, b'0000:00:1d.3\n') |
| 10709 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/speed', 0o644, b'12\n') |
| 10710 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bMaxPacketSize0', 0o644, b'64\n') |
| 10711 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bmAttributes', 0o644, b'e0\n') |
| 10712 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/busnum', 0o644, b'4\n') |
| 10713 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/quirks', 0o644, b'0x0\n') |
| 10714 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bConfigurationValue', 0o644, b'1\n') |
| 10715 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/uevent', 0o644, b'''MAJOR=189 |
| 10716 | MINOR=384 |
| 10717 | DEVTYPE=usb_device |
| 10718 | DRIVER=usb |
| 10719 | PRODUCT=1d6b/1/206 |
| 10720 | TYPE=9/0/0 |
| 10721 | BUSNUM=004 |
| 10722 | DEVNUM=001 |
| 10723 | ''') |
| 10724 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n') |
| 10725 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/idVendor', 0o644, b'1d6b\n') |
| 10726 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bNumInterfaces', 0o644, b' 1\n') |
| 10727 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bMaxPower', 0o644, b' 0mA\n') |
| 10728 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint', 0o755) |
| 10729 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00', 0o755) |
| 10730 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/subsystem', '../../../../../../class/usb_endpoint') |
| 10731 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/device', '../../../usb4') |
| 10732 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/interval', 0o644, b'0ms\n') |
| 10733 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bEndpointAddress', 0o644, b'00\n') |
| 10734 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/type', 0o644, b'Control\n') |
| 10735 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/dev', 0o644, b'252:7\n') |
| 10736 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/direction', 0o644, b'both\n') |
| 10737 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bLength', 0o644, b'07\n') |
| 10738 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 10739 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bmAttributes', 0o644, b'00\n') |
| 10740 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/uevent', 0o644, b'''MAJOR=252 |
| 10741 | MINOR=7 |
| 10742 | ''') |
| 10743 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bInterval', 0o644, b'00\n') |
| 10744 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/power', 0o755) |
| 10745 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/power/wakeup', 0o644, b'\n') |
| 10746 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2', 0o755) |
| 10747 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/subsystem', '../../../../../bus/usb') |
| 10748 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/driver', '../../../../../bus/usb/drivers/usb') |
| 10749 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/ep_00', 'usb_endpoint/usbdev4.3_ep00') |
| 10750 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/version', 0o644, b' 1.00\n') |
| 10751 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/maxchild', 0o644, b'0\n') |
| 10752 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceClass', 0o644, b'00\n') |
| 10753 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bcdDevice', 0o644, b'0001\n') |
| 10754 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/devnum', 0o644, b'3\n') |
| 10755 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceProtocol', 0o644, b'00\n') |
| 10756 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/idProduct', 0o644, b'2016\n') |
| 10757 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/product', 0o644, b'Biometric Coprocessor\n') |
| 10758 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceSubClass', 0o644, b'00\n') |
| 10759 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/configuration', 0o644, b'') |
| 10760 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/dev', 0o644, b'189:386\n') |
| 10761 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/urbnum', 0o644, b'9\n') |
| 10762 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/authorized', 0o644, b'1\n') |
| 10763 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/descriptors', 0o644, b"\x12\x01\x00\x01\x00\x00\x00\x08\x83\x04\x16 \x01\x00\x01\x02\x00\x01\t\x02'\x00\x01\x01\x00\xa02\t\x04\x00\x00\x03\xff\x00\x00\x00\x07\x05\x81\x02@\x00\x00\x07\x05\x02\x02@\x00\x00\x07\x05\x83\x03\x04\x00\x14") |
| 10764 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bNumConfigurations', 0o644, b'1\n') |
| 10765 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/speed', 0o644, b'12\n') |
| 10766 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bMaxPacketSize0', 0o644, b'8\n') |
| 10767 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bmAttributes', 0o644, b'a0\n') |
| 10768 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/busnum', 0o644, b'4\n') |
| 10769 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/quirks', 0o644, b'0x0\n') |
| 10770 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bConfigurationValue', 0o644, b'1\n') |
| 10771 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/uevent', 0o644, b'''MAJOR=189 |
| 10772 | MINOR=386 |
| 10773 | DEVTYPE=usb_device |
| 10774 | DRIVER=usb |
| 10775 | PRODUCT=483/2016/1 |
| 10776 | TYPE=0/0/0 |
| 10777 | BUSNUM=004 |
| 10778 | DEVNUM=003 |
| 10779 | ''') |
| 10780 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/manufacturer', 0o644, b'STMicroelectronics\n') |
| 10781 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/idVendor', 0o644, b'0483\n') |
| 10782 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bNumInterfaces', 0o644, b' 1\n') |
| 10783 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bMaxPower', 0o644, b'100mA\n') |
| 10784 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint', 0o755) |
| 10785 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00', 0o755) |
| 10786 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/subsystem', '../../../../../../../class/usb_endpoint') |
| 10787 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/device', '../../../4-2') |
| 10788 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/interval', 0o644, b'0ms\n') |
| 10789 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bEndpointAddress', 0o644, b'00\n') |
| 10790 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/type', 0o644, b'Control\n') |
| 10791 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/dev', 0o644, b'252:23\n') |
| 10792 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/direction', 0o644, b'both\n') |
| 10793 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bLength', 0o644, b'07\n') |
| 10794 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/wMaxPacketSize', 0o644, b'0008\n') |
| 10795 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bmAttributes', 0o644, b'00\n') |
| 10796 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/uevent', 0o644, b'''MAJOR=252 |
| 10797 | MINOR=23 |
| 10798 | ''') |
| 10799 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bInterval', 0o644, b'00\n') |
| 10800 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/power', 0o755) |
| 10801 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/power/wakeup', 0o644, b'\n') |
| 10802 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power', 0o755) |
| 10803 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/active_duration', 0o644, b'8370363\n') |
| 10804 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/wakeup', 0o644, b'enabled\n') |
| 10805 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/connected_duration', 0o644, b'8370362\n') |
| 10806 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/autosuspend', 0o644, b'2\n') |
| 10807 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/persist', 0o644, b'1\n') |
| 10808 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/level', 0o644, b'on\n') |
| 10809 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0', 0o755) |
| 10810 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/subsystem', '../../../../../../bus/usb') |
| 10811 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_83', 'usb_endpoint/usbdev4.3_ep83') |
| 10812 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_81', 'usb_endpoint/usbdev4.3_ep81') |
| 10813 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_02', 'usb_endpoint/usbdev4.3_ep02') |
| 10814 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/modalias', 0o644, b'usb:v0483p2016d0001dc00dsc00dp00icFFisc00ip00\n') |
| 10815 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 10816 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bNumEndpoints', 0o644, b'03\n') |
| 10817 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 10818 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 10819 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceClass', 0o644, b'ff\n') |
| 10820 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 10821 | PRODUCT=483/2016/1 |
| 10822 | TYPE=0/0/0 |
| 10823 | INTERFACE=255/0/0 |
| 10824 | MODALIAS=usb:v0483p2016d0001dc00dsc00dp00icFFisc00ip00 |
| 10825 | ''') |
| 10826 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 10827 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint', 0o755) |
| 10828 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83', 0o755) |
| 10829 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/subsystem', '../../../../../../../../class/usb_endpoint') |
| 10830 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/device', '../../../4-2:1.0') |
| 10831 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/interval', 0o644, b'20ms\n') |
| 10832 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/bEndpointAddress', 0o644, b'83\n') |
| 10833 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/type', 0o644, b'Interrupt\n') |
| 10834 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/dev', 0o644, b'252:22\n') |
| 10835 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/direction', 0o644, b'in\n') |
| 10836 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/bLength', 0o644, b'07\n') |
| 10837 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/wMaxPacketSize', 0o644, b'0004\n') |
| 10838 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/bmAttributes', 0o644, b'03\n') |
| 10839 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/uevent', 0o644, b'''MAJOR=252 |
| 10840 | MINOR=22 |
| 10841 | ''') |
| 10842 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/bInterval', 0o644, b'14\n') |
| 10843 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/power', 0o755) |
| 10844 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/power/wakeup', 0o644, b'\n') |
| 10845 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81', 0o755) |
| 10846 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/subsystem', '../../../../../../../../class/usb_endpoint') |
| 10847 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/device', '../../../4-2:1.0') |
| 10848 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/interval', 0o644, b'0ms\n') |
| 10849 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/bEndpointAddress', 0o644, b'81\n') |
| 10850 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/type', 0o644, b'Bulk\n') |
| 10851 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/dev', 0o644, b'252:20\n') |
| 10852 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/direction', 0o644, b'in\n') |
| 10853 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/bLength', 0o644, b'07\n') |
| 10854 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/wMaxPacketSize', 0o644, b'0040\n') |
| 10855 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/bmAttributes', 0o644, b'02\n') |
| 10856 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/uevent', 0o644, b'''MAJOR=252 |
| 10857 | MINOR=20 |
| 10858 | ''') |
| 10859 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/bInterval', 0o644, b'00\n') |
| 10860 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/power', 0o755) |
| 10861 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/power/wakeup', 0o644, b'\n') |
| 10862 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02', 0o755) |
| 10863 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/subsystem', '../../../../../../../../class/usb_endpoint') |
| 10864 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/device', '../../../4-2:1.0') |
| 10865 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/interval', 0o644, b'0ms\n') |
| 10866 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/bEndpointAddress', 0o644, b'02\n') |
| 10867 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/type', 0o644, b'Bulk\n') |
| 10868 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/dev', 0o644, b'252:21\n') |
| 10869 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/direction', 0o644, b'out\n') |
| 10870 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/bLength', 0o644, b'07\n') |
| 10871 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/wMaxPacketSize', 0o644, b'0040\n') |
| 10872 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/bmAttributes', 0o644, b'02\n') |
| 10873 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/uevent', 0o644, b'''MAJOR=252 |
| 10874 | MINOR=21 |
| 10875 | ''') |
| 10876 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/bInterval', 0o644, b'00\n') |
| 10877 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/power', 0o755) |
| 10878 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/power/wakeup', 0o644, b'\n') |
| 10879 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/power', 0o755) |
| 10880 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/power/wakeup', 0o644, b'\n') |
| 10881 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0', 0o755) |
| 10882 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/subsystem', '../../../../../bus/usb') |
| 10883 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/ep_81', 'usb_endpoint/usbdev4.1_ep81') |
| 10884 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/driver', '../../../../../bus/usb/drivers/hub') |
| 10885 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n') |
| 10886 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 10887 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bNumEndpoints', 0o644, b'01\n') |
| 10888 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 10889 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 10890 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceClass', 0o644, b'09\n') |
| 10891 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 10892 | DRIVER=hub |
| 10893 | PRODUCT=1d6b/1/206 |
| 10894 | TYPE=9/0/0 |
| 10895 | INTERFACE=9/0/0 |
| 10896 | MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00 |
| 10897 | ''') |
| 10898 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 10899 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint', 0o755) |
| 10900 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81', 0o755) |
| 10901 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/subsystem', '../../../../../../../class/usb_endpoint') |
| 10902 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/device', '../../../4-0:1.0') |
| 10903 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/interval', 0o644, b'255ms\n') |
| 10904 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bEndpointAddress', 0o644, b'81\n') |
| 10905 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/type', 0o644, b'Interrupt\n') |
| 10906 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/dev', 0o644, b'252:6\n') |
| 10907 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/direction', 0o644, b'in\n') |
| 10908 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bLength', 0o644, b'07\n') |
| 10909 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/wMaxPacketSize', 0o644, b'0002\n') |
| 10910 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bmAttributes', 0o644, b'03\n') |
| 10911 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/uevent', 0o644, b'''MAJOR=252 |
| 10912 | MINOR=6 |
| 10913 | ''') |
| 10914 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bInterval', 0o644, b'ff\n') |
| 10915 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/power', 0o755) |
| 10916 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/power/wakeup', 0o644, b'\n') |
| 10917 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/power', 0o755) |
| 10918 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/power/wakeup', 0o644, b'\n') |
| 10919 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/power', 0o755) |
| 10920 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/active_duration', 0o644, b'8372033\n') |
| 10921 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/wakeup', 0o644, b'enabled\n') |
| 10922 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/connected_duration', 0o644, b'8372033\n') |
| 10923 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/autosuspend', 0o644, b'2\n') |
| 10924 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/level', 0o644, b'auto\n') |
| 10925 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1', 0o755) |
| 10926 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/subsystem', '../../../../../bus/usb') |
| 10927 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/driver', '../../../../../bus/usb/drivers/usb') |
| 10928 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/ep_00', 'usb_endpoint/usbdev4.2_ep00') |
| 10929 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/version', 0o644, b' 2.00\n') |
| 10930 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/maxchild', 0o644, b'0\n') |
| 10931 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceClass', 0o644, b'e0\n') |
| 10932 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bcdDevice', 0o644, b'0100\n') |
| 10933 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/devnum', 0o644, b'2\n') |
| 10934 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceProtocol', 0o644, b'01\n') |
| 10935 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/idProduct', 0o644, b'2110\n') |
| 10936 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/product', 0o644, b'BCM2045B\n') |
| 10937 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceSubClass', 0o644, b'01\n') |
| 10938 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/configuration', 0o644, b'') |
| 10939 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/dev', 0o644, b'189:385\n') |
| 10940 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/urbnum', 0o644, b'12\n') |
| 10941 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/authorized', 0o644, b'1\n') |
| 10942 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/descriptors', 0o644, b'\x12\x01\x00\x02\xe0\x01\x01@\\\n\x10!\x00\x01\x01\x02\x00\x01\t\x02\xd8\x00\x04\x01\x00\xe0\x00\t\x04\x00\x00\x03\xe0\x01\x01\x00\x07\x05\x81\x03\x10\x00\x01\x07\x05\x82\x02@\x00\x01\x07\x05\x02\x02@\x00\x01\t\x04\x01\x00\x02\xe0\x01\x01\x00\x07\x05\x83\x01\x00\x00\x01\x07\x05\x03\x01\x00\x00\x01\t\x04\x01\x01\x02\xe0\x01\x01\x00\x07\x05\x83\x01\t\x00\x01\x07\x05\x03\x01\t\x00\x01\t\x04\x01\x02\x02\xe0\x01\x01\x00\x07\x05\x83\x01\x11\x00\x01\x07\x05\x03\x01\x11\x00\x01\t\x04\x01\x03\x02\xe0\x01\x01\x00\x07\x05\x83\x01 \x00\x01\x07\x05\x03\x01 \x00\x01\t\x04\x01\x04\x02\xe0\x01\x01\x00\x07\x05\x83\x01@\x00\x01\x07\x05\x03\x01@\x00\x01\t\x04\x01\x05\x02\xe0\x01\x01\x00\x07\x05\x83\x01@\x00\x01\x07\x05\x03\x01@\x00\x01\t\x04\x02\x00\x02\xff\xff\xff\x00\x07\x05\x84\x02 \x00\x01\x07\x05\x04\x02 \x00\x01\t\x04\x03\x00\x00\xfe\x01\x00\x00\x07!\x07\x88\x13@\x00') |
| 10943 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bNumConfigurations', 0o644, b'1\n') |
| 10944 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/speed', 0o644, b'12\n') |
| 10945 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bMaxPacketSize0', 0o644, b'64\n') |
| 10946 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bmAttributes', 0o644, b'e0\n') |
| 10947 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/busnum', 0o644, b'4\n') |
| 10948 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/quirks', 0o644, b'0x0\n') |
| 10949 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bConfigurationValue', 0o644, b'1\n') |
| 10950 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/uevent', 0o644, b'''MAJOR=189 |
| 10951 | MINOR=385 |
| 10952 | DEVTYPE=usb_device |
| 10953 | DRIVER=usb |
| 10954 | PRODUCT=a5c/2110/100 |
| 10955 | TYPE=224/1/1 |
| 10956 | BUSNUM=004 |
| 10957 | DEVNUM=002 |
| 10958 | ''') |
| 10959 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/manufacturer', 0o644, b'Broadcom Corp\n') |
| 10960 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/idVendor', 0o644, b'0a5c\n') |
| 10961 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bNumInterfaces', 0o644, b' 4\n') |
| 10962 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bMaxPower', 0o644, b' 0mA\n') |
| 10963 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3', 0o755) |
| 10964 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/subsystem', '../../../../../../bus/usb') |
| 10965 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icFEisc01ip00\n') |
| 10966 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceNumber', 0o644, b'03\n') |
| 10967 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bNumEndpoints', 0o644, b'00\n') |
| 10968 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceSubClass', 0o644, b'01\n') |
| 10969 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bAlternateSetting', 0o644, b' 0\n') |
| 10970 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceClass', 0o644, b'fe\n') |
| 10971 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 10972 | PRODUCT=a5c/2110/100 |
| 10973 | TYPE=224/1/1 |
| 10974 | INTERFACE=254/1/0 |
| 10975 | MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icFEisc01ip00 |
| 10976 | ''') |
| 10977 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceProtocol', 0o644, b'00\n') |
| 10978 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/power', 0o755) |
| 10979 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/power/wakeup', 0o644, b'\n') |
| 10980 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint', 0o755) |
| 10981 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00', 0o755) |
| 10982 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/subsystem', '../../../../../../../class/usb_endpoint') |
| 10983 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/device', '../../../4-1') |
| 10984 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/interval', 0o644, b'0ms\n') |
| 10985 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bEndpointAddress', 0o644, b'00\n') |
| 10986 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/type', 0o644, b'Control\n') |
| 10987 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/dev', 0o644, b'252:19\n') |
| 10988 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/direction', 0o644, b'both\n') |
| 10989 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bLength', 0o644, b'07\n') |
| 10990 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 10991 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bmAttributes', 0o644, b'00\n') |
| 10992 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/uevent', 0o644, b'''MAJOR=252 |
| 10993 | MINOR=19 |
| 10994 | ''') |
| 10995 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bInterval', 0o644, b'00\n') |
| 10996 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/power', 0o755) |
| 10997 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/power/wakeup', 0o644, b'\n') |
| 10998 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0', 0o755) |
| 10999 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/subsystem', '../../../../../../bus/usb') |
| 11000 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_81', 'usb_endpoint/usbdev4.2_ep81') |
| 11001 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_02', 'usb_endpoint/usbdev4.2_ep02') |
| 11002 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_82', 'usb_endpoint/usbdev4.2_ep82') |
| 11003 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01\n') |
| 11004 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 11005 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bNumEndpoints', 0o644, b'03\n') |
| 11006 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceSubClass', 0o644, b'01\n') |
| 11007 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 11008 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceClass', 0o644, b'e0\n') |
| 11009 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11010 | PRODUCT=a5c/2110/100 |
| 11011 | TYPE=224/1/1 |
| 11012 | INTERFACE=224/1/1 |
| 11013 | MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01 |
| 11014 | ''') |
| 11015 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceProtocol', 0o644, b'01\n') |
| 11016 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint', 0o755) |
| 11017 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02', 0o755) |
| 11018 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11019 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/device', '../../../4-1:1.0') |
| 11020 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/interval', 0o644, b'0ms\n') |
| 11021 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/bEndpointAddress', 0o644, b'02\n') |
| 11022 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/type', 0o644, b'Bulk\n') |
| 11023 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/dev', 0o644, b'252:14\n') |
| 11024 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/direction', 0o644, b'out\n') |
| 11025 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/bLength', 0o644, b'07\n') |
| 11026 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/wMaxPacketSize', 0o644, b'0040\n') |
| 11027 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/bmAttributes', 0o644, b'02\n') |
| 11028 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/uevent', 0o644, b'''MAJOR=252 |
| 11029 | MINOR=14 |
| 11030 | ''') |
| 11031 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/bInterval', 0o644, b'01\n') |
| 11032 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/power', 0o755) |
| 11033 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/power/wakeup', 0o644, b'\n') |
| 11034 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82', 0o755) |
| 11035 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11036 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/device', '../../../4-1:1.0') |
| 11037 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/interval', 0o644, b'0ms\n') |
| 11038 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/bEndpointAddress', 0o644, b'82\n') |
| 11039 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/type', 0o644, b'Bulk\n') |
| 11040 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/dev', 0o644, b'252:13\n') |
| 11041 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/direction', 0o644, b'in\n') |
| 11042 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/bLength', 0o644, b'07\n') |
| 11043 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/wMaxPacketSize', 0o644, b'0040\n') |
| 11044 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/bmAttributes', 0o644, b'02\n') |
| 11045 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/uevent', 0o644, b'''MAJOR=252 |
| 11046 | MINOR=13 |
| 11047 | ''') |
| 11048 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/bInterval', 0o644, b'01\n') |
| 11049 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/power', 0o755) |
| 11050 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/power/wakeup', 0o644, b'\n') |
| 11051 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81', 0o755) |
| 11052 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11053 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/device', '../../../4-1:1.0') |
| 11054 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/interval', 0o644, b'1ms\n') |
| 11055 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/bEndpointAddress', 0o644, b'81\n') |
| 11056 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/type', 0o644, b'Interrupt\n') |
| 11057 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/dev', 0o644, b'252:12\n') |
| 11058 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/direction', 0o644, b'in\n') |
| 11059 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/bLength', 0o644, b'07\n') |
| 11060 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/wMaxPacketSize', 0o644, b'0010\n') |
| 11061 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/bmAttributes', 0o644, b'03\n') |
| 11062 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/uevent', 0o644, b'''MAJOR=252 |
| 11063 | MINOR=12 |
| 11064 | ''') |
| 11065 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/bInterval', 0o644, b'01\n') |
| 11066 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/power', 0o755) |
| 11067 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/power/wakeup', 0o644, b'\n') |
| 11068 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/power', 0o755) |
| 11069 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/power/wakeup', 0o644, b'\n') |
| 11070 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power', 0o755) |
| 11071 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/active_duration', 0o644, b'8370651\n') |
| 11072 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/wakeup', 0o644, b'enabled\n') |
| 11073 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/connected_duration', 0o644, b'8370650\n') |
| 11074 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/autosuspend', 0o644, b'2\n') |
| 11075 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/persist', 0o644, b'1\n') |
| 11076 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/level', 0o644, b'on\n') |
| 11077 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2', 0o755) |
| 11078 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/subsystem', '../../../../../../bus/usb') |
| 11079 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/ep_84', 'usb_endpoint/usbdev4.2_ep84') |
| 11080 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/ep_04', 'usb_endpoint/usbdev4.2_ep04') |
| 11081 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icFFiscFFipFF\n') |
| 11082 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceNumber', 0o644, b'02\n') |
| 11083 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bNumEndpoints', 0o644, b'02\n') |
| 11084 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceSubClass', 0o644, b'ff\n') |
| 11085 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bAlternateSetting', 0o644, b' 0\n') |
| 11086 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceClass', 0o644, b'ff\n') |
| 11087 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11088 | PRODUCT=a5c/2110/100 |
| 11089 | TYPE=224/1/1 |
| 11090 | INTERFACE=255/255/255 |
| 11091 | MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icFFiscFFipFF |
| 11092 | ''') |
| 11093 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceProtocol', 0o644, b'ff\n') |
| 11094 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint', 0o755) |
| 11095 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04', 0o755) |
| 11096 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11097 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/device', '../../../4-1:1.2') |
| 11098 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/interval', 0o644, b'0ms\n') |
| 11099 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/bEndpointAddress', 0o644, b'04\n') |
| 11100 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/type', 0o644, b'Bulk\n') |
| 11101 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/dev', 0o644, b'252:18\n') |
| 11102 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/direction', 0o644, b'out\n') |
| 11103 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/bLength', 0o644, b'07\n') |
| 11104 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/wMaxPacketSize', 0o644, b'0020\n') |
| 11105 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/bmAttributes', 0o644, b'02\n') |
| 11106 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/uevent', 0o644, b'''MAJOR=252 |
| 11107 | MINOR=18 |
| 11108 | ''') |
| 11109 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/bInterval', 0o644, b'01\n') |
| 11110 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/power', 0o755) |
| 11111 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/power/wakeup', 0o644, b'\n') |
| 11112 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84', 0o755) |
| 11113 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11114 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/device', '../../../4-1:1.2') |
| 11115 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/interval', 0o644, b'0ms\n') |
| 11116 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/bEndpointAddress', 0o644, b'84\n') |
| 11117 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/type', 0o644, b'Bulk\n') |
| 11118 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/dev', 0o644, b'252:17\n') |
| 11119 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/direction', 0o644, b'in\n') |
| 11120 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/bLength', 0o644, b'07\n') |
| 11121 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/wMaxPacketSize', 0o644, b'0020\n') |
| 11122 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/bmAttributes', 0o644, b'02\n') |
| 11123 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/uevent', 0o644, b'''MAJOR=252 |
| 11124 | MINOR=17 |
| 11125 | ''') |
| 11126 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/bInterval', 0o644, b'01\n') |
| 11127 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/power', 0o755) |
| 11128 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/power/wakeup', 0o644, b'\n') |
| 11129 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/power', 0o755) |
| 11130 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/power/wakeup', 0o644, b'\n') |
| 11131 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1', 0o755) |
| 11132 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/subsystem', '../../../../../../bus/usb') |
| 11133 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/ep_83', 'usb_endpoint/usbdev4.2_ep83') |
| 11134 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/ep_03', 'usb_endpoint/usbdev4.2_ep03') |
| 11135 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01\n') |
| 11136 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceNumber', 0o644, b'01\n') |
| 11137 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bNumEndpoints', 0o644, b'02\n') |
| 11138 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceSubClass', 0o644, b'01\n') |
| 11139 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bAlternateSetting', 0o644, b' 0\n') |
| 11140 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceClass', 0o644, b'e0\n') |
| 11141 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11142 | PRODUCT=a5c/2110/100 |
| 11143 | TYPE=224/1/1 |
| 11144 | INTERFACE=224/1/1 |
| 11145 | MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01 |
| 11146 | ''') |
| 11147 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceProtocol', 0o644, b'01\n') |
| 11148 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint', 0o755) |
| 11149 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03', 0o755) |
| 11150 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11151 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/device', '../../../4-1:1.1') |
| 11152 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/interval', 0o644, b'1ms\n') |
| 11153 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/bEndpointAddress', 0o644, b'03\n') |
| 11154 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/type', 0o644, b'Isoc\n') |
| 11155 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/dev', 0o644, b'252:16\n') |
| 11156 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/direction', 0o644, b'out\n') |
| 11157 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/bLength', 0o644, b'07\n') |
| 11158 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/wMaxPacketSize', 0o644, b'0000\n') |
| 11159 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/bmAttributes', 0o644, b'01\n') |
| 11160 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/uevent', 0o644, b'''MAJOR=252 |
| 11161 | MINOR=16 |
| 11162 | ''') |
| 11163 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/bInterval', 0o644, b'01\n') |
| 11164 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/power', 0o755) |
| 11165 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/power/wakeup', 0o644, b'\n') |
| 11166 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83', 0o755) |
| 11167 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11168 | l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/device', '../../../4-1:1.1') |
| 11169 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/interval', 0o644, b'1ms\n') |
| 11170 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/bEndpointAddress', 0o644, b'83\n') |
| 11171 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/type', 0o644, b'Isoc\n') |
| 11172 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/dev', 0o644, b'252:15\n') |
| 11173 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/direction', 0o644, b'in\n') |
| 11174 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/bLength', 0o644, b'07\n') |
| 11175 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/wMaxPacketSize', 0o644, b'0000\n') |
| 11176 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/bmAttributes', 0o644, b'01\n') |
| 11177 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/uevent', 0o644, b'''MAJOR=252 |
| 11178 | MINOR=15 |
| 11179 | ''') |
| 11180 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/bInterval', 0o644, b'01\n') |
| 11181 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/power', 0o755) |
| 11182 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/power/wakeup', 0o644, b'\n') |
| 11183 | d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/power', 0o755) |
| 11184 | f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/power/wakeup', 0o644, b'\n') |
| 11185 | d('sys/devices/pci0000:00/0000:00:1c.2', 0o755) |
| 11186 | l('sys/devices/pci0000:00/0000:00:1c.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0d') |
| 11187 | l('sys/devices/pci0000:00/0000:00:1c.2/subsystem', '../../../bus/pci') |
| 11188 | l('sys/devices/pci0000:00/0000:00:1c.2/driver', '../../../bus/pci/drivers/pcieport-driver') |
| 11189 | f('sys/devices/pci0000:00/0000:00:1c.2/local_cpulist', 0o644, b'0-7\n') |
| 11190 | f('sys/devices/pci0000:00/0000:00:1c.2/enable', 0o644, b'2\n') |
| 11191 | f('sys/devices/pci0000:00/0000:00:1c.2/modalias', 0o644, b'pci:v00008086d000027D4sv00000000sd00000000bc06sc04i00\n') |
| 11192 | f('sys/devices/pci0000:00/0000:00:1c.2/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11193 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11194 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11195 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11196 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11197 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11198 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11199 | 0x0000000000006000 0x0000000000007fff 0x0000000000000100 |
| 11200 | 0x00000000e8000000 0x00000000e9ffffff 0x0000000000000200 |
| 11201 | 0x00000000e4100000 0x00000000e41fffff 0x0000000000001201 |
| 11202 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11203 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11204 | ''') |
| 11205 | f('sys/devices/pci0000:00/0000:00:1c.2/config', 0o644, b"\x86\x80\xd4'\x07\x05\x10\x00\x02\x00\x04\x06\x10\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x0b\x00`p\x00\x00\x00\xe8\xf0\xe9\x11\xe4\x11\xe4\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x0b\x03\x04\x00\x10\x80A\x01\xc0\x0f\x00\x00\x00\x00\x10\x00\x11L\x11\x03\x00\x00\x01\x10\xe0\xa0 \x00(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x90\x01\x00\x0c0\xe0\xfe\x89A\x00\x00\x00\x00\x00\x00\r\xa0\x00\x00\xaa\x17\x11 \x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\xc8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x11\xc0\x00\x00\x00\x00\x00\x00\xc7\x00\x06\x07\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00\x02\x00\x01\x18\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\xff\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x11\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x02\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x01\xc0\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07`\x00`\x00\x00\x00\x00`\x02\x00\x00\x0c\x00\x06\x00\x00\x00\x00\x00[`\xc9\xc0\x00p&u\x00\x10\x00\x00\xff\x0f\x00\x00\x16\x00\x00\x14\xb5\xbcJ\xbc\x0b*\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x10\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") |
| 11206 | f('sys/devices/pci0000:00/0000:00:1c.2/local_cpus', 0o644, b'ff\n') |
| 11207 | f('sys/devices/pci0000:00/0000:00:1c.2/subsystem_device', 0o644, b'0x0000\n') |
| 11208 | f('sys/devices/pci0000:00/0000:00:1c.2/vendor', 0o644, b'0x8086\n') |
| 11209 | f('sys/devices/pci0000:00/0000:00:1c.2/irq', 0o644, b'508\n') |
| 11210 | f('sys/devices/pci0000:00/0000:00:1c.2/device', 0o644, b'0x27d4\n') |
| 11211 | f('sys/devices/pci0000:00/0000:00:1c.2/class', 0o644, b'0x060400\n') |
| 11212 | f('sys/devices/pci0000:00/0000:00:1c.2/msi_bus', 0o644, b'1\n') |
| 11213 | f('sys/devices/pci0000:00/0000:00:1c.2/subsystem_vendor', 0o644, b'0x0000\n') |
| 11214 | f('sys/devices/pci0000:00/0000:00:1c.2/uevent', 0o644, b'''DRIVER=pcieport-driver |
| 11215 | PCI_CLASS=60400 |
| 11216 | PCI_ID=8086:27D4 |
| 11217 | PCI_SUBSYS_ID=0000:0000 |
| 11218 | PCI_SLOT_NAME=0000:00:1c.2 |
| 11219 | MODALIAS=pci:v00008086d000027D4sv00000000sd00000000bc06sc04i00 |
| 11220 | ''') |
| 11221 | f('sys/devices/pci0000:00/0000:00:1c.2/broken_parity_status', 0o644, b'0\n') |
| 11222 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02', 0o755) |
| 11223 | l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/subsystem', '../../../../bus/pci_express') |
| 11224 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/uevent', 0o644, b'') |
| 11225 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/power', 0o755) |
| 11226 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/power/wakeup', 0o644, b'\n') |
| 11227 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00', 0o755) |
| 11228 | l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/subsystem', '../../../../bus/pci_express') |
| 11229 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/uevent', 0o644, b'') |
| 11230 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/power', 0o755) |
| 11231 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/power/wakeup', 0o644, b'\n') |
| 11232 | d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus', 0o755) |
| 11233 | d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04', 0o755) |
| 11234 | l('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/subsystem', '../../../../../class/pci_bus') |
| 11235 | l('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/device', '../../../0000:00:1c.2') |
| 11236 | f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/cpuaffinity', 0o644, b'ff\n') |
| 11237 | f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/uevent', 0o644, b'') |
| 11238 | d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/power', 0o755) |
| 11239 | f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/power/wakeup', 0o644, b'\n') |
| 11240 | d('sys/devices/pci0000:00/0000:00:1c.2/power', 0o755) |
| 11241 | f('sys/devices/pci0000:00/0000:00:1c.2/power/wakeup', 0o644, b'disabled\n') |
| 11242 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03', 0o755) |
| 11243 | l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/subsystem', '../../../../bus/pci_express') |
| 11244 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/uevent', 0o644, b'') |
| 11245 | d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/power', 0o755) |
| 11246 | f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/power/wakeup', 0o644, b'\n') |
| 11247 | d('sys/devices/pci0000:00/0000:00:1b.0', 0o755) |
| 11248 | l('sys/devices/pci0000:00/0000:00:1b.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:25') |
| 11249 | l('sys/devices/pci0000:00/0000:00:1b.0/subsystem', '../../../bus/pci') |
| 11250 | l('sys/devices/pci0000:00/0000:00:1b.0/driver', '../../../bus/pci/drivers/HDA Intel') |
| 11251 | f('sys/devices/pci0000:00/0000:00:1b.0/local_cpulist', 0o644, b'0-7\n') |
| 11252 | f('sys/devices/pci0000:00/0000:00:1b.0/enable', 0o644, b'1\n') |
| 11253 | f('sys/devices/pci0000:00/0000:00:1b.0/modalias', 0o644, b'pci:v00008086d000027D8sv000017AAsd00002010bc04sc03i00\n') |
| 11254 | f('sys/devices/pci0000:00/0000:00:1b.0/resource', 0o644, b'''0x00000000ee400000 0x00000000ee403fff 0x0000000000020204 |
| 11255 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11256 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11257 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11258 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11259 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11260 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11261 | ''') |
| 11262 | f('sys/devices/pci0000:00/0000:00:1b.0/config', 0o644, b"\x86\x80\xd8'\x06\x01\x10\x00\x02\x00\x03\x04\x10\x00\x00\x00\x04\x00@\xee\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x10 \x00\x00\x00\x00P\x00\x00\x00\x00\x00\x00\x00\x0b\x02\x00\x00\x03\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x01`B\xc8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05p\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x91\x00\x00\x00\x00\x00\x00\x08\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00\x02\x00\x01\x13\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x02\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x00\xc0\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") |
| 11263 | f('sys/devices/pci0000:00/0000:00:1b.0/local_cpus', 0o644, b'ff\n') |
| 11264 | f('sys/devices/pci0000:00/0000:00:1b.0/subsystem_device', 0o644, b'0x2010\n') |
| 11265 | f('sys/devices/pci0000:00/0000:00:1b.0/vendor', 0o644, b'0x8086\n') |
| 11266 | f('sys/devices/pci0000:00/0000:00:1b.0/irq', 0o644, b'17\n') |
| 11267 | f('sys/devices/pci0000:00/0000:00:1b.0/device', 0o644, b'0x27d8\n') |
| 11268 | f('sys/devices/pci0000:00/0000:00:1b.0/class', 0o644, b'0x040300\n') |
| 11269 | f('sys/devices/pci0000:00/0000:00:1b.0/msi_bus', 0o644, b'') |
| 11270 | f('sys/devices/pci0000:00/0000:00:1b.0/resource0', 0o644, b'') |
| 11271 | f('sys/devices/pci0000:00/0000:00:1b.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 11272 | f('sys/devices/pci0000:00/0000:00:1b.0/uevent', 0o644, b'''DRIVER=HDA Intel |
| 11273 | PCI_CLASS=40300 |
| 11274 | PCI_ID=8086:27D8 |
| 11275 | PCI_SUBSYS_ID=17AA:2010 |
| 11276 | PCI_SLOT_NAME=0000:00:1b.0 |
| 11277 | MODALIAS=pci:v00008086d000027D8sv000017AAsd00002010bc04sc03i00 |
| 11278 | ''') |
| 11279 | f('sys/devices/pci0000:00/0000:00:1b.0/broken_parity_status', 0o644, b'0\n') |
| 11280 | d('sys/devices/pci0000:00/0000:00:1b.0/power', 0o755) |
| 11281 | f('sys/devices/pci0000:00/0000:00:1b.0/power/wakeup', 0o644, b'disabled\n') |
| 11282 | d('sys/devices/pci0000:00/0000:00:1b.0/sound', 0o755) |
| 11283 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0', 0o755) |
| 11284 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/subsystem', '../../../../../class/sound') |
| 11285 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/device', '../../../0000:00:1b.0') |
| 11286 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/uevent', 0o644, b'') |
| 11287 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio', 0o755) |
| 11288 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/subsystem', '../../../../../../class/sound') |
| 11289 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/device', '../../card0') |
| 11290 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/dev', 0o644, b'14:4\n') |
| 11291 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/uevent', 0o644, b'''MAJOR=14 |
| 11292 | MINOR=4 |
| 11293 | ''') |
| 11294 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/power', 0o755) |
| 11295 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/power/wakeup', 0o644, b'\n') |
| 11296 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/power', 0o755) |
| 11297 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/power/wakeup', 0o644, b'\n') |
| 11298 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp', 0o755) |
| 11299 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/subsystem', '../../../../../../class/sound') |
| 11300 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/device', '../../card0') |
| 11301 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/dev', 0o644, b'14:3\n') |
| 11302 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/uevent', 0o644, b'''MAJOR=14 |
| 11303 | MINOR=3 |
| 11304 | ''') |
| 11305 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/power', 0o755) |
| 11306 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/power/wakeup', 0o644, b'\n') |
| 11307 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer', 0o755) |
| 11308 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/subsystem', '../../../../../../class/sound') |
| 11309 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/device', '../../card0') |
| 11310 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/dev', 0o644, b'14:0\n') |
| 11311 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/uevent', 0o644, b'''MAJOR=14 |
| 11312 | MINOR=0 |
| 11313 | ''') |
| 11314 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/power', 0o755) |
| 11315 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/power/wakeup', 0o644, b'\n') |
| 11316 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p', 0o755) |
| 11317 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/subsystem', '../../../../../../class/sound') |
| 11318 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/device', '../../card0') |
| 11319 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/pcm_class', 0o644, b'generic\n') |
| 11320 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/dev', 0o644, b'116:16\n') |
| 11321 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/uevent', 0o644, b'''MAJOR=116 |
| 11322 | MINOR=16 |
| 11323 | ''') |
| 11324 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/power', 0o755) |
| 11325 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/power/wakeup', 0o644, b'\n') |
| 11326 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0', 0o755) |
| 11327 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/subsystem', '../../../../../../class/sound') |
| 11328 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/device', '../../card0') |
| 11329 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/dev', 0o644, b'116:0\n') |
| 11330 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/uevent', 0o644, b'''MAJOR=116 |
| 11331 | MINOR=0 |
| 11332 | ''') |
| 11333 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/power', 0o755) |
| 11334 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/power/wakeup', 0o644, b'\n') |
| 11335 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c', 0o755) |
| 11336 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/subsystem', '../../../../../../class/sound') |
| 11337 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/device', '../../card0') |
| 11338 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/pcm_class', 0o644, b'generic\n') |
| 11339 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/dev', 0o644, b'116:24\n') |
| 11340 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/uevent', 0o644, b'''MAJOR=116 |
| 11341 | MINOR=24 |
| 11342 | ''') |
| 11343 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/power', 0o755) |
| 11344 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/power/wakeup', 0o644, b'\n') |
| 11345 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp', 0o755) |
| 11346 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/subsystem', '../../../../../../class/sound') |
| 11347 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/device', '../../card0') |
| 11348 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/dev', 0o644, b'14:12\n') |
| 11349 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/uevent', 0o644, b'''MAJOR=14 |
| 11350 | MINOR=12 |
| 11351 | ''') |
| 11352 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/power', 0o755) |
| 11353 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/power/wakeup', 0o644, b'\n') |
| 11354 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p', 0o755) |
| 11355 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/subsystem', '../../../../../../class/sound') |
| 11356 | l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/device', '../../card0') |
| 11357 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/pcm_class', 0o644, b'generic\n') |
| 11358 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/dev', 0o644, b'116:17\n') |
| 11359 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/uevent', 0o644, b'''MAJOR=116 |
| 11360 | MINOR=17 |
| 11361 | ''') |
| 11362 | d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/power', 0o755) |
| 11363 | f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/power/wakeup', 0o644, b'\n') |
| 11364 | d('sys/devices/pci0000:00/pci_bus', 0o755) |
| 11365 | d('sys/devices/pci0000:00/pci_bus/0000:00', 0o755) |
| 11366 | l('sys/devices/pci0000:00/pci_bus/0000:00/subsystem', '../../../../class/pci_bus') |
| 11367 | l('sys/devices/pci0000:00/pci_bus/0000:00/device', '../../../pci0000:00') |
| 11368 | f('sys/devices/pci0000:00/pci_bus/0000:00/cpuaffinity', 0o644, b'ff\n') |
| 11369 | f('sys/devices/pci0000:00/pci_bus/0000:00/uevent', 0o644, b'') |
| 11370 | d('sys/devices/pci0000:00/pci_bus/0000:00/power', 0o755) |
| 11371 | f('sys/devices/pci0000:00/pci_bus/0000:00/power/wakeup', 0o644, b'\n') |
| 11372 | d('sys/devices/pci0000:00/power', 0o755) |
| 11373 | f('sys/devices/pci0000:00/power/wakeup', 0o644, b'\n') |
| 11374 | d('sys/devices/pci0000:00/0000:00:1d.7', 0o755) |
| 11375 | l('sys/devices/pci0000:00/0000:00:1d.7/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:21') |
| 11376 | l('sys/devices/pci0000:00/0000:00:1d.7/subsystem', '../../../bus/pci') |
| 11377 | l('sys/devices/pci0000:00/0000:00:1d.7/driver', '../../../bus/pci/drivers/ehci_hcd') |
| 11378 | f('sys/devices/pci0000:00/0000:00:1d.7/local_cpulist', 0o644, b'0-7\n') |
| 11379 | f('sys/devices/pci0000:00/0000:00:1d.7/enable', 0o644, b'1\n') |
| 11380 | f('sys/devices/pci0000:00/0000:00:1d.7/modalias', 0o644, b'pci:v00008086d000027CCsv000017AAsd0000200Bbc0Csc03i20\n') |
| 11381 | f('sys/devices/pci0000:00/0000:00:1d.7/resource', 0o644, b'''0x00000000ee404000 0x00000000ee4043ff 0x0000000000020200 |
| 11382 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11383 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11384 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11385 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11386 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11387 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 11388 | ''') |
| 11389 | f('sys/devices/pci0000:00/0000:00:1d.7/config', 0o644, b"\x86\x80\xcc'\x06\x01\x90\x02\x02 \x03\x0c\x00\x00\x00\x00\x00@@\xee\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x0b \x00\x00\x00\x00P\x00\x00\x00\x00\x00\x00\x00\x0b\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01X\xc2\xc9\x00\x80\x00\x00\n\x00\xa0 \x00\x00\x00\x00 \x9f\x01\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x08\x80\x00\x00\xd7?\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\xff\x00\xff\x00\xff\x00 \x00\x00\x88\x00\x00\x00\x00\xdb\xb6m\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\t\x88\x85@\x00\x86\x0f\x02\x00\x06\x17\x02 ") |
| 11390 | f('sys/devices/pci0000:00/0000:00:1d.7/local_cpus', 0o644, b'ff\n') |
| 11391 | f('sys/devices/pci0000:00/0000:00:1d.7/subsystem_device', 0o644, b'0x200b\n') |
| 11392 | f('sys/devices/pci0000:00/0000:00:1d.7/vendor', 0o644, b'0x8086\n') |
| 11393 | f('sys/devices/pci0000:00/0000:00:1d.7/irq', 0o644, b'19\n') |
| 11394 | f('sys/devices/pci0000:00/0000:00:1d.7/pools', 0o644, b'''poolinfo - 0.1 |
| 11395 | ehci_sitd 0 0 96 0 |
| 11396 | ehci_itd 0 0 192 0 |
| 11397 | ehci_qh 5 25 160 1 |
| 11398 | ehci_qtd 5 42 96 1 |
| 11399 | buffer-2048 16 32 2048 16 |
| 11400 | buffer-512 0 0 512 0 |
| 11401 | buffer-128 2 32 128 1 |
| 11402 | buffer-32 2 128 32 1 |
| 11403 | ''') |
| 11404 | f('sys/devices/pci0000:00/0000:00:1d.7/device', 0o644, b'0x27cc\n') |
| 11405 | f('sys/devices/pci0000:00/0000:00:1d.7/class', 0o644, b'0x0c0320\n') |
| 11406 | f('sys/devices/pci0000:00/0000:00:1d.7/msi_bus', 0o644, b'') |
| 11407 | f('sys/devices/pci0000:00/0000:00:1d.7/resource0', 0o644, b'') |
| 11408 | f('sys/devices/pci0000:00/0000:00:1d.7/subsystem_vendor', 0o644, b'0x17aa\n') |
| 11409 | f('sys/devices/pci0000:00/0000:00:1d.7/uevent', 0o644, b'''DRIVER=ehci_hcd |
| 11410 | PCI_CLASS=C0320 |
| 11411 | PCI_ID=8086:27CC |
| 11412 | PCI_SUBSYS_ID=17AA:200B |
| 11413 | PCI_SLOT_NAME=0000:00:1d.7 |
| 11414 | MODALIAS=pci:v00008086d000027CCsv000017AAsd0000200Bbc0Csc03i20 |
| 11415 | ''') |
| 11416 | f('sys/devices/pci0000:00/0000:00:1d.7/broken_parity_status', 0o644, b'0\n') |
| 11417 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5', 0o755) |
| 11418 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/subsystem', '../../../../bus/usb') |
| 11419 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/driver', '../../../../bus/usb/drivers/usb') |
| 11420 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/ep_00', 'usb_endpoint/usbdev5.1_ep00') |
| 11421 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/version', 0o644, b' 2.00\n') |
| 11422 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/authorized_default', 0o644, b'1\n') |
| 11423 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/maxchild', 0o644, b'8\n') |
| 11424 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceClass', 0o644, b'09\n') |
| 11425 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bcdDevice', 0o644, b'0206\n') |
| 11426 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/devnum', 0o644, b'1\n') |
| 11427 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceProtocol', 0o644, b'00\n') |
| 11428 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/idProduct', 0o644, b'0002\n') |
| 11429 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/product', 0o644, b'EHCI Host Controller\n') |
| 11430 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceSubClass', 0o644, b'00\n') |
| 11431 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/configuration', 0o644, b'') |
| 11432 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/dev', 0o644, b'189:512\n') |
| 11433 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/urbnum', 0o644, b'151\n') |
| 11434 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/authorized', 0o644, b'1\n') |
| 11435 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/descriptors', 0o644, b'\x12\x01\x00\x02\t\x00\x00@k\x1d\x02\x00\x06\x02\x03\x02\x01\x01\t\x02\x19\x00\x01\x01\x00\xe0\x00\t\x04\x00\x00\x01\t\x00\x00\x00\x07\x05\x81\x03\x04\x00\x0c') |
| 11436 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bNumConfigurations', 0o644, b'1\n') |
| 11437 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/serial', 0o644, b'0000:00:1d.7\n') |
| 11438 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/speed', 0o644, b'480\n') |
| 11439 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bMaxPacketSize0', 0o644, b'64\n') |
| 11440 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bmAttributes', 0o644, b'e0\n') |
| 11441 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/busnum', 0o644, b'5\n') |
| 11442 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/quirks', 0o644, b'0x0\n') |
| 11443 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bConfigurationValue', 0o644, b'1\n') |
| 11444 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/uevent', 0o644, b'''MAJOR=189 |
| 11445 | MINOR=512 |
| 11446 | DEVTYPE=usb_device |
| 11447 | DRIVER=usb |
| 11448 | PRODUCT=1d6b/2/206 |
| 11449 | TYPE=9/0/0 |
| 11450 | BUSNUM=005 |
| 11451 | DEVNUM=001 |
| 11452 | ''') |
| 11453 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty ehci_hcd\n') |
| 11454 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/idVendor', 0o644, b'1d6b\n') |
| 11455 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bNumInterfaces', 0o644, b' 1\n') |
| 11456 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bMaxPower', 0o644, b' 0mA\n') |
| 11457 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint', 0o755) |
| 11458 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00', 0o755) |
| 11459 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/subsystem', '../../../../../../class/usb_endpoint') |
| 11460 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/device', '../../../usb5') |
| 11461 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/interval', 0o644, b'0ms\n') |
| 11462 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bEndpointAddress', 0o644, b'00\n') |
| 11463 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/type', 0o644, b'Control\n') |
| 11464 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/dev', 0o644, b'252:9\n') |
| 11465 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/direction', 0o644, b'both\n') |
| 11466 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bLength', 0o644, b'07\n') |
| 11467 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 11468 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bmAttributes', 0o644, b'00\n') |
| 11469 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/uevent', 0o644, b'''MAJOR=252 |
| 11470 | MINOR=9 |
| 11471 | ''') |
| 11472 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bInterval', 0o644, b'00\n') |
| 11473 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/power', 0o755) |
| 11474 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/power/wakeup', 0o644, b'\n') |
| 11475 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1', 0o755) |
| 11476 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/subsystem', '../../../../../bus/usb') |
| 11477 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/driver', '../../../../../bus/usb/drivers/usb') |
| 11478 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/ep_00', 'usb_endpoint/usbdev5.7_ep00') |
| 11479 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/version', 0o644, b' 2.00\n') |
| 11480 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/maxchild', 0o644, b'0\n') |
| 11481 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceClass', 0o644, b'00\n') |
| 11482 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bcdDevice', 0o644, b'0100\n') |
| 11483 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/devnum', 0o644, b'7\n') |
| 11484 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceProtocol', 0o644, b'00\n') |
| 11485 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/idProduct', 0o644, b'8012\n') |
| 11486 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/product', 0o644, b'Flash Disk\n') |
| 11487 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceSubClass', 0o644, b'00\n') |
| 11488 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/configuration', 0o644, b'') |
| 11489 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/dev', 0o644, b'189:518\n') |
| 11490 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/urbnum', 0o644, b'743\n') |
| 11491 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/authorized', 0o644, b'1\n') |
| 11492 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/descriptors', 0o644, b'\x12\x01\x00\x02\x00\x00\x00@C\x10\x12\x80\x00\x01\x01\x02\x00\x01\t\x02 \x00\x01\x01\x00\x802\t\x04\x00\x00\x02\x08\x06P\x00\x07\x05\x81\x02\x00\x02\x00\x07\x05\x02\x02\x00\x02\x00') |
| 11493 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bNumConfigurations', 0o644, b'1\n') |
| 11494 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/speed', 0o644, b'480\n') |
| 11495 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bMaxPacketSize0', 0o644, b'64\n') |
| 11496 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bmAttributes', 0o644, b'80\n') |
| 11497 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/busnum', 0o644, b'5\n') |
| 11498 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/quirks', 0o644, b'0x0\n') |
| 11499 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bConfigurationValue', 0o644, b'1\n') |
| 11500 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/uevent', 0o644, b'''MAJOR=189 |
| 11501 | MINOR=518 |
| 11502 | DEVTYPE=usb_device |
| 11503 | DRIVER=usb |
| 11504 | PRODUCT=1043/8012/100 |
| 11505 | TYPE=0/0/0 |
| 11506 | BUSNUM=005 |
| 11507 | DEVNUM=007 |
| 11508 | ''') |
| 11509 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/manufacturer', 0o644, b'Generic\n') |
| 11510 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/idVendor', 0o644, b'1043\n') |
| 11511 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bNumInterfaces', 0o644, b' 1\n') |
| 11512 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bMaxPower', 0o644, b'100mA\n') |
| 11513 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint', 0o755) |
| 11514 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00', 0o755) |
| 11515 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/subsystem', '../../../../../../../class/usb_endpoint') |
| 11516 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/device', '../../../5-1') |
| 11517 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/interval', 0o644, b'0ms\n') |
| 11518 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bEndpointAddress', 0o644, b'00\n') |
| 11519 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/type', 0o644, b'Control\n') |
| 11520 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/dev', 0o644, b'252:24\n') |
| 11521 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/direction', 0o644, b'both\n') |
| 11522 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bLength', 0o644, b'07\n') |
| 11523 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 11524 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bmAttributes', 0o644, b'00\n') |
| 11525 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/uevent', 0o644, b'''MAJOR=252 |
| 11526 | MINOR=24 |
| 11527 | ''') |
| 11528 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bInterval', 0o644, b'00\n') |
| 11529 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/power', 0o755) |
| 11530 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/power/wakeup', 0o644, b'\n') |
| 11531 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power', 0o755) |
| 11532 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/active_duration', 0o644, b'65113\n') |
| 11533 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/wakeup', 0o644, b'\n') |
| 11534 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/connected_duration', 0o644, b'65113\n') |
| 11535 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/autosuspend', 0o644, b'2\n') |
| 11536 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/persist', 0o644, b'1\n') |
| 11537 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/level', 0o644, b'on\n') |
| 11538 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0', 0o755) |
| 11539 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/subsystem', '../../../../../../bus/usb') |
| 11540 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/ep_81', 'usb_endpoint/usbdev5.7_ep81') |
| 11541 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/ep_02', 'usb_endpoint/usbdev5.7_ep02') |
| 11542 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/driver', '../../../../../../bus/usb/drivers/usb-storage') |
| 11543 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/modalias', 0o644, b'usb:v1043p8012d0100dc00dsc00dp00ic08isc06ip50\n') |
| 11544 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 11545 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bNumEndpoints', 0o644, b'02\n') |
| 11546 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceSubClass', 0o644, b'06\n') |
| 11547 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 11548 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceClass', 0o644, b'08\n') |
| 11549 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11550 | DRIVER=usb-storage |
| 11551 | PRODUCT=1043/8012/100 |
| 11552 | TYPE=0/0/0 |
| 11553 | INTERFACE=8/6/80 |
| 11554 | MODALIAS=usb:v1043p8012d0100dc00dsc00dp00ic08isc06ip50 |
| 11555 | ''') |
| 11556 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceProtocol', 0o644, b'50\n') |
| 11557 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint', 0o755) |
| 11558 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81', 0o755) |
| 11559 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11560 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/device', '../../../5-1:1.0') |
| 11561 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/interval', 0o644, b'0ms\n') |
| 11562 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/bEndpointAddress', 0o644, b'81\n') |
| 11563 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/type', 0o644, b'Bulk\n') |
| 11564 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/dev', 0o644, b'252:10\n') |
| 11565 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/direction', 0o644, b'in\n') |
| 11566 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/bLength', 0o644, b'07\n') |
| 11567 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/wMaxPacketSize', 0o644, b'0200\n') |
| 11568 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/bmAttributes', 0o644, b'02\n') |
| 11569 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/uevent', 0o644, b'''MAJOR=252 |
| 11570 | MINOR=10 |
| 11571 | ''') |
| 11572 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/bInterval', 0o644, b'00\n') |
| 11573 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/power', 0o755) |
| 11574 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/power/wakeup', 0o644, b'\n') |
| 11575 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02', 0o755) |
| 11576 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11577 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/device', '../../../5-1:1.0') |
| 11578 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/interval', 0o644, b'0ms\n') |
| 11579 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/bEndpointAddress', 0o644, b'02\n') |
| 11580 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/type', 0o644, b'Bulk\n') |
| 11581 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/dev', 0o644, b'252:11\n') |
| 11582 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/direction', 0o644, b'out\n') |
| 11583 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/bLength', 0o644, b'07\n') |
| 11584 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/wMaxPacketSize', 0o644, b'0200\n') |
| 11585 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/bmAttributes', 0o644, b'02\n') |
| 11586 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/uevent', 0o644, b'''MAJOR=252 |
| 11587 | MINOR=11 |
| 11588 | ''') |
| 11589 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/bInterval', 0o644, b'00\n') |
| 11590 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/power', 0o755) |
| 11591 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/power/wakeup', 0o644, b'\n') |
| 11592 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/power', 0o755) |
| 11593 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/power/wakeup', 0o644, b'\n') |
| 11594 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7', 0o755) |
| 11595 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/subsystem', '../../../../../../../bus/scsi') |
| 11596 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 11597 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/power', 0o755) |
| 11598 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/power/wakeup', 0o644, b'\n') |
| 11599 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0', 0o755) |
| 11600 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/subsystem', '../../../../../../../../bus/scsi') |
| 11601 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/uevent', 0o644, b'DEVTYPE=scsi_target\n') |
| 11602 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/power', 0o755) |
| 11603 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/power/wakeup', 0o644, b'\n') |
| 11604 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0', 0o755) |
| 11605 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/generic', 'scsi_generic/sg2') |
| 11606 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/subsystem', '../../../../../../../../../bus/scsi') |
| 11607 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/driver', '../../../../../../../../../bus/scsi/drivers/sd') |
| 11608 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/iodone_cnt', 0o644, b'0xc3\n') |
| 11609 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/device_blocked', 0o644, b'0\n') |
| 11610 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/max_sectors', 0o644, b'240\n') |
| 11611 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/modalias', 0o644, b'scsi:t-0x00\n') |
| 11612 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_level', 0o644, b'3\n') |
| 11613 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/queue_depth', 0o644, b'1\n') |
| 11614 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/rev', 0o644, b'1.00\n') |
| 11615 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/type', 0o644, b'0\n') |
| 11616 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/iocounterbits', 0o644, b'32\n') |
| 11617 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/vendor', 0o644, b'Generic \n') |
| 11618 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/state', 0o644, b'running\n') |
| 11619 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/queue_type', 0o644, b'none\n') |
| 11620 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/iorequest_cnt', 0o644, b'0xc3\n') |
| 11621 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/evt_media_change', 0o644, b'0\n') |
| 11622 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/model', 0o644, b'USB Flash Drive \n') |
| 11623 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/ioerr_cnt', 0o644, b'0x2\n') |
| 11624 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/uevent', 0o644, b'''DEVTYPE=scsi_device |
| 11625 | DRIVER=sd |
| 11626 | MODALIAS=scsi:t-0x00 |
| 11627 | ''') |
| 11628 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/timeout', 0o644, b'60\n') |
| 11629 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk', 0o755) |
| 11630 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0', 0o755) |
| 11631 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/subsystem', '../../../../../../../../../../../class/scsi_disk') |
| 11632 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/device', '../../../7:0:0:0') |
| 11633 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/app_tag_own', 0o644, b'0\n') |
| 11634 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/FUA', 0o644, b'0\n') |
| 11635 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/cache_type', 0o644, b'write through\n') |
| 11636 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/protection_type', 0o644, b'0\n') |
| 11637 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/manage_start_stop', 0o644, b'0\n') |
| 11638 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/allow_restart', 0o644, b'1\n') |
| 11639 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/uevent', 0o644, b'') |
| 11640 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/power', 0o755) |
| 11641 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_disk/7:0:0:0/power/wakeup', 0o644, b'\n') |
| 11642 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/power', 0o755) |
| 11643 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/power/wakeup', 0o644, b'\n') |
| 11644 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic', 0o755) |
| 11645 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2', 0o755) |
| 11646 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/subsystem', '../../../../../../../../../../../class/scsi_generic') |
| 11647 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/device', '../../../7:0:0:0') |
| 11648 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/dev', 0o644, b'21:2\n') |
| 11649 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/uevent', 0o644, b'''MAJOR=21 |
| 11650 | MINOR=2 |
| 11651 | ''') |
| 11652 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/power', 0o755) |
| 11653 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_generic/sg2/power/wakeup', 0o644, b'\n') |
| 11654 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg', 0o755) |
| 11655 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0', 0o755) |
| 11656 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/subsystem', '../../../../../../../../../../../class/bsg') |
| 11657 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/device', '../../../7:0:0:0') |
| 11658 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/dev', 0o644, b'254:2\n') |
| 11659 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/uevent', 0o644, b'''MAJOR=254 |
| 11660 | MINOR=2 |
| 11661 | ''') |
| 11662 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/power', 0o755) |
| 11663 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/bsg/7:0:0:0/power/wakeup', 0o644, b'\n') |
| 11664 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block', 0o755) |
| 11665 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb', 0o755) |
| 11666 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/subsystem', '../../../../../../../../../../../class/block') |
| 11667 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/bdi', '../../../../../../../../../../virtual/bdi/8:16') |
| 11668 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/device', '../../../7:0:0:0') |
| 11669 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/capability', 0o644, b'13\n') |
| 11670 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/ro', 0o644, b'0\n') |
| 11671 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/make-it-fail', 0o644, b'0\n') |
| 11672 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/size', 0o644, b'257024\n') |
| 11673 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/dev', 0o644, b'8:16\n') |
| 11674 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/range', 0o644, b'16\n') |
| 11675 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/removable', 0o644, b'1\n') |
| 11676 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/stat', 0o644, b' 117 409 2103 272 0 0 0 0 0 194 272\n') |
| 11677 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/uevent', 0o644, b'''MAJOR=8 |
| 11678 | MINOR=16 |
| 11679 | DEVTYPE=disk |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 11680 | DEVNAME=sdb |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 11681 | ''') |
| 11682 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue', 0o755) |
| 11683 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/bsg', '../../../bsg/7:0:0:0') |
| 11684 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/nr_requests', 0o644, b'128\n') |
| 11685 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/nomerges', 0o644, b'0\n') |
| 11686 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/scheduler', 0o644, b'noop anticipatory deadline [cfq] \n') |
| 11687 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/hw_sector_size', 0o644, b'512\n') |
| 11688 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/max_hw_sectors_kb', 0o644, b'120\n') |
| 11689 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/read_ahead_kb', 0o644, b'128\n') |
| 11690 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/max_sectors_kb', 0o644, b'120\n') |
| 11691 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched', 0o755) |
| 11692 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/slice_async_rq', 0o644, b'2\n') |
| 11693 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/back_seek_max', 0o644, b'16384\n') |
| 11694 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/slice_sync', 0o644, b'100\n') |
| 11695 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/slice_async', 0o644, b'40\n') |
| 11696 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/fifo_expire_sync', 0o644, b'125\n') |
| 11697 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/slice_idle', 0o644, b'8\n') |
| 11698 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/back_seek_penalty', 0o644, b'2\n') |
| 11699 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/fifo_expire_async', 0o644, b'250\n') |
| 11700 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/queue/iosched/quantum', 0o644, b'4\n') |
| 11701 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/power', 0o755) |
| 11702 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/power/wakeup', 0o644, b'\n') |
| 11703 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1', 0o755) |
| 11704 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/subsystem', '../../../../../../../../../../../../class/block') |
| 11705 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/start', 0o644, b'32\n') |
| 11706 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/make-it-fail', 0o644, b'0\n') |
| 11707 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/size', 0o644, b'256992\n') |
| 11708 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/dev', 0o644, b'8:17\n') |
| 11709 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/stat', 0o644, b' 109 392 1903 246 0 0 0 0 0 169 246\n') |
| 11710 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/uevent', 0o644, b'''MAJOR=8 |
| 11711 | MINOR=17 |
| 11712 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 11713 | DEVNAME=sdb1 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 11714 | ''') |
| 11715 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/power', 0o755) |
| 11716 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/power/wakeup', 0o644, b'\n') |
| 11717 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device', 0o755) |
| 11718 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0', 0o755) |
| 11719 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0/subsystem', '../../../../../../../../../../../class/scsi_device') |
| 11720 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0/device', '../../../7:0:0:0') |
| 11721 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0/uevent', 0o644, b'') |
| 11722 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0/power', 0o755) |
| 11723 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0/scsi_device/7:0:0:0/power/wakeup', 0o644, b'\n') |
| 11724 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host', 0o755) |
| 11725 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7', 0o755) |
| 11726 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/subsystem', '../../../../../../../../../class/scsi_host') |
| 11727 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/device', '../../../host7') |
| 11728 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/unique_id', 0o644, b'0\n') |
| 11729 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/can_queue', 0o644, b'1\n') |
| 11730 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/unchecked_isa_dma', 0o644, b'0\n') |
| 11731 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/active_mode', 0o644, b'Initiator\n') |
| 11732 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/sg_tablesize', 0o644, b'128\n') |
| 11733 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/prot_guard_type', 0o644, b'0\n') |
| 11734 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/host_busy', 0o644, b'0\n') |
| 11735 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/proc_name', 0o644, b'usb-storage\n') |
| 11736 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/state', 0o644, b'running\n') |
| 11737 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/cmd_per_lun', 0o644, b'1\n') |
| 11738 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/supported_mode', 0o644, b'Initiator\n') |
| 11739 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/uevent', 0o644, b'') |
| 11740 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/prot_capabilities', 0o644, b'0\n') |
| 11741 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/power', 0o755) |
| 11742 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/power/wakeup', 0o644, b'\n') |
| 11743 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2', 0o755) |
| 11744 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/subsystem', '../../../../../bus/usb') |
| 11745 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/driver', '../../../../../bus/usb/drivers/usb') |
| 11746 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/ep_00', 'usb_endpoint/usbdev5.9_ep00') |
| 11747 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/version', 0o644, b' 2.00\n') |
| 11748 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/maxchild', 0o644, b'0\n') |
| 11749 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceClass', 0o644, b'02\n') |
| 11750 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bcdDevice', 0o644, b'0100\n') |
| 11751 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/devnum', 0o644, b'9\n') |
| 11752 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceProtocol', 0o644, b'00\n') |
| 11753 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/idProduct', 0o644, b'007b\n') |
| 11754 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/product', 0o644, b'N78\n') |
| 11755 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceSubClass', 0o644, b'00\n') |
| 11756 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/configuration', 0o644, b'Bulk transfer method configuration\n') |
| 11757 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/dev', 0o644, b'189:520\n') |
| 11758 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/urbnum', 0o644, b'20\n') |
| 11759 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/authorized', 0o644, b'1\n') |
| 11760 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/descriptors', 0o644, b'''\x12\x01\x00\x02\x02\x00\x00@!\x04{\x00\x00\x01\x01\x02\x03\x01\t\x02\xab\x01\x0e\x01\x04\xc02\t\x04\x00\x00\x01\x02\x02\x01\x06\x05$\x00\x00\x01\x04$\x02\x0f\x05$\x06\x00\x01\x07\x05\x81\x03@\x00\x08\t\x04\x01\x00\x02 |
| 11761 | \x00\x00\x07\x07\x05\x82\x02\x00\x02\xff\x07\x05\x01\x02\x00\x02\xff\t\x04\x02\x00\x01\x02\x02\xff\x08\x05$\x00\x00\x01\x04$\x02\x0f\x05$\x06\x02\x03\x07\x05\x83\x03@\x00\x08\t\x04\x03\x00\x02 |
| 11762 | \x00\x00\t\x07\x05\x84\x02\x00\x02\xff\x07\x05\x02\x02\x00\x02\xff\t\x04\x04\x00\x00\x02\x08\x00\x00\x05$\x00\x10\x01\x05$\x11\x00\x01\r$\x06\x04\x05\x06\x07\x08\t |
| 11763 | \x0b\x0c\r\t\x04\x05\x00\x00\x02\x0b\x00 |
| 11764 | \x05$\x00\x10\x01\x05$\x15\x00\x01\x05$\x06\x05\x06\t\x04\x06\x00\x00 |
| 11765 | \x00\x00\x00\t\x04\x06\x01\x02 |
| 11766 | \x00\x00\x00\x07\x05\x85\x02\x00\x02\xff\x07\x05\x03\x02\x00\x02\xff\t\x04\x07\x00\x00\x02\x0b\x00\x0b\x05$\x00\x10\x01\x05$\x15\x00\x01\x05$\x06\x07\x08\t\x04\x08\x00\x00 |
| 11767 | \x00\x00\x00\t\x04\x08\x01\x02 |
| 11768 | \x00\x00\x00\x07\x05\x86\x02\x00\x02\xff\x07\x05\x04\x02\x00\x02\xff\t\x04\t\x00\x00\x02\x08\x01\x00\x05$\x00\x10\x01\x05$\x08\x00\x01\x06$\x06\t |
| 11769 | \x0b\t\x04 |
| 11770 | \x00\x00\x02\xfe\x00\x00\x05$\x00\x10\x01\x05$\xab\x05\x15\x05$\x06 |
| 11771 | \x0b\t\x04\x0b\x00\x00 |
| 11772 | \x00\x00\x00\t\x04\x0b\x01\x02 |
| 11773 | \x00\x00\x00\x04$\xfd\x01\x07\x05\x05\x02\x00\x02\xff\x07\x05\x87\x02\x00\x02\xff\t\x04\x0c\x00\x00\x02\xfd\x00\x0c\x05$\x00\x10\x01\x05$\xfc\x00\x01\x05$\x06\x0c\r\x04$\xfd\x00\t\x04\r\x00\x00 |
| 11774 | \x00\x00\x00\t\x04\r\x01\x02 |
| 11775 | \x00\x00\x00\x07\x05\x88\x03\x00\x02\x06\x07\x05\x06\x02\x00\x02\xff\t\x04\r\x02\x02 |
| 11776 | \x00\x00\x00\x07\x05\x88\x02\x00\x02\xff\x07\x05\x06\x02\x00\x02\xff''') |
| 11777 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bNumConfigurations', 0o644, b'1\n') |
| 11778 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/serial', 0o644, b'354172020305000\n') |
| 11779 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/speed', 0o644, b'480\n') |
| 11780 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bMaxPacketSize0', 0o644, b'64\n') |
| 11781 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bmAttributes', 0o644, b'c0\n') |
| 11782 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/busnum', 0o644, b'5\n') |
| 11783 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/quirks', 0o644, b'0x0\n') |
| 11784 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bConfigurationValue', 0o644, b'1\n') |
| 11785 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/uevent', 0o644, b'''MAJOR=189 |
| 11786 | MINOR=520 |
| 11787 | DEVTYPE=usb_device |
| 11788 | DRIVER=usb |
| 11789 | PRODUCT=421/7b/100 |
| 11790 | TYPE=2/0/0 |
| 11791 | BUSNUM=005 |
| 11792 | DEVNUM=009 |
| 11793 | ''') |
| 11794 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/manufacturer', 0o644, b'Nokia\n') |
| 11795 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/idVendor', 0o644, b'0421\n') |
| 11796 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bNumInterfaces', 0o644, b'14\n') |
| 11797 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bMaxPower', 0o644, b'100mA\n') |
| 11798 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4', 0o755) |
| 11799 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/subsystem', '../../../../../../bus/usb') |
| 11800 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip00\n') |
| 11801 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceNumber', 0o644, b'04\n') |
| 11802 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bNumEndpoints', 0o644, b'00\n') |
| 11803 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceSubClass', 0o644, b'08\n') |
| 11804 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bAlternateSetting', 0o644, b' 0\n') |
| 11805 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceClass', 0o644, b'02\n') |
| 11806 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11807 | PRODUCT=421/7b/100 |
| 11808 | TYPE=2/0/0 |
| 11809 | INTERFACE=2/8/0 |
| 11810 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip00 |
| 11811 | ''') |
| 11812 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceProtocol', 0o644, b'00\n') |
| 11813 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/power', 0o755) |
| 11814 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/power/wakeup', 0o644, b'\n') |
| 11815 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint', 0o755) |
| 11816 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00', 0o755) |
| 11817 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/subsystem', '../../../../../../../class/usb_endpoint') |
| 11818 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/device', '../../../5-2') |
| 11819 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/interval', 0o644, b'0ms\n') |
| 11820 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bEndpointAddress', 0o644, b'00\n') |
| 11821 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/type', 0o644, b'Control\n') |
| 11822 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/dev', 0o644, b'252:33\n') |
| 11823 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/direction', 0o644, b'both\n') |
| 11824 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bLength', 0o644, b'07\n') |
| 11825 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 11826 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bmAttributes', 0o644, b'00\n') |
| 11827 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/uevent', 0o644, b'''MAJOR=252 |
| 11828 | MINOR=33 |
| 11829 | ''') |
| 11830 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bInterval', 0o644, b'00\n') |
| 11831 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/power', 0o755) |
| 11832 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/power/wakeup', 0o644, b'\n') |
| 11833 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2', 0o755) |
| 11834 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/subsystem', '../../../../../../bus/usb') |
| 11835 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/ep_83', 'usb_endpoint/usbdev5.9_ep83') |
| 11836 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ipFF\n') |
| 11837 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceNumber', 0o644, b'02\n') |
| 11838 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bNumEndpoints', 0o644, b'01\n') |
| 11839 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/interface', 0o644, b'CDC Comms Interface\n') |
| 11840 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceSubClass', 0o644, b'02\n') |
| 11841 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bAlternateSetting', 0o644, b' 0\n') |
| 11842 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceClass', 0o644, b'02\n') |
| 11843 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11844 | PRODUCT=421/7b/100 |
| 11845 | TYPE=2/0/0 |
| 11846 | INTERFACE=2/2/255 |
| 11847 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ipFF |
| 11848 | ''') |
| 11849 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceProtocol', 0o644, b'ff\n') |
| 11850 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint', 0o755) |
| 11851 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83', 0o755) |
| 11852 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11853 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/device', '../../../5-2:1.2') |
| 11854 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/interval', 0o644, b'16ms\n') |
| 11855 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/bEndpointAddress', 0o644, b'83\n') |
| 11856 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/type', 0o644, b'Interrupt\n') |
| 11857 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/dev', 0o644, b'252:30\n') |
| 11858 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/direction', 0o644, b'in\n') |
| 11859 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/bLength', 0o644, b'07\n') |
| 11860 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/wMaxPacketSize', 0o644, b'0040\n') |
| 11861 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/bmAttributes', 0o644, b'03\n') |
| 11862 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/uevent', 0o644, b'''MAJOR=252 |
| 11863 | MINOR=30 |
| 11864 | ''') |
| 11865 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/bInterval', 0o644, b'08\n') |
| 11866 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/power', 0o755) |
| 11867 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/power/wakeup', 0o644, b'\n') |
| 11868 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/power', 0o755) |
| 11869 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/power/wakeup', 0o644, b'\n') |
| 11870 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1', 0o755) |
| 11871 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/subsystem', '../../../../../../bus/usb') |
| 11872 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/ep_01', 'usb_endpoint/usbdev5.9_ep01') |
| 11873 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/ep_82', 'usb_endpoint/usbdev5.9_ep82') |
| 11874 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/driver', '../../../../../../bus/usb/drivers/cdc_acm') |
| 11875 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 11876 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceNumber', 0o644, b'01\n') |
| 11877 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bNumEndpoints', 0o644, b'02\n') |
| 11878 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/interface', 0o644, b'CDC Data Interface\n') |
| 11879 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceSubClass', 0o644, b'00\n') |
| 11880 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bAlternateSetting', 0o644, b' 0\n') |
| 11881 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceClass', 0o644, b'0a\n') |
| 11882 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11883 | DRIVER=cdc_acm |
| 11884 | PRODUCT=421/7b/100 |
| 11885 | TYPE=2/0/0 |
| 11886 | INTERFACE=10/0/0 |
| 11887 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 11888 | ''') |
| 11889 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceProtocol', 0o644, b'00\n') |
| 11890 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint', 0o755) |
| 11891 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01', 0o755) |
| 11892 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11893 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/device', '../../../5-2:1.1') |
| 11894 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/interval', 0o644, b'31875us\n') |
| 11895 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/bEndpointAddress', 0o644, b'01\n') |
| 11896 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/type', 0o644, b'Bulk\n') |
| 11897 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/dev', 0o644, b'252:29\n') |
| 11898 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/direction', 0o644, b'out\n') |
| 11899 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/bLength', 0o644, b'07\n') |
| 11900 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/wMaxPacketSize', 0o644, b'0200\n') |
| 11901 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/bmAttributes', 0o644, b'02\n') |
| 11902 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/uevent', 0o644, b'''MAJOR=252 |
| 11903 | MINOR=29 |
| 11904 | ''') |
| 11905 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/bInterval', 0o644, b'ff\n') |
| 11906 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/power', 0o755) |
| 11907 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/power/wakeup', 0o644, b'\n') |
| 11908 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82', 0o755) |
| 11909 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11910 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/device', '../../../5-2:1.1') |
| 11911 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/interval', 0o644, b'0ms\n') |
| 11912 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/bEndpointAddress', 0o644, b'82\n') |
| 11913 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/type', 0o644, b'Bulk\n') |
| 11914 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/dev', 0o644, b'252:28\n') |
| 11915 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/direction', 0o644, b'in\n') |
| 11916 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/bLength', 0o644, b'07\n') |
| 11917 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/wMaxPacketSize', 0o644, b'0200\n') |
| 11918 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/bmAttributes', 0o644, b'02\n') |
| 11919 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/uevent', 0o644, b'''MAJOR=252 |
| 11920 | MINOR=28 |
| 11921 | ''') |
| 11922 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/bInterval', 0o644, b'ff\n') |
| 11923 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/power', 0o755) |
| 11924 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/power/wakeup', 0o644, b'\n') |
| 11925 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/power', 0o755) |
| 11926 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/power/wakeup', 0o644, b'\n') |
| 11927 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10', 0o755) |
| 11928 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/subsystem', '../../../../../../bus/usb') |
| 11929 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02iscFEip00\n') |
| 11930 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceNumber', 0o644, b'0a\n') |
| 11931 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bNumEndpoints', 0o644, b'00\n') |
| 11932 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceSubClass', 0o644, b'fe\n') |
| 11933 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bAlternateSetting', 0o644, b' 0\n') |
| 11934 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceClass', 0o644, b'02\n') |
| 11935 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11936 | PRODUCT=421/7b/100 |
| 11937 | TYPE=2/0/0 |
| 11938 | INTERFACE=2/254/0 |
| 11939 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02iscFEip00 |
| 11940 | ''') |
| 11941 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceProtocol', 0o644, b'00\n') |
| 11942 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/power', 0o755) |
| 11943 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/power/wakeup', 0o644, b'\n') |
| 11944 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7', 0o755) |
| 11945 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/subsystem', '../../../../../../bus/usb') |
| 11946 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00\n') |
| 11947 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceNumber', 0o644, b'07\n') |
| 11948 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bNumEndpoints', 0o644, b'00\n') |
| 11949 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/interface', 0o644, b'PC Suite Services\n') |
| 11950 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceSubClass', 0o644, b'0b\n') |
| 11951 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bAlternateSetting', 0o644, b' 0\n') |
| 11952 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceClass', 0o644, b'02\n') |
| 11953 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11954 | PRODUCT=421/7b/100 |
| 11955 | TYPE=2/0/0 |
| 11956 | INTERFACE=2/11/0 |
| 11957 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00 |
| 11958 | ''') |
| 11959 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceProtocol', 0o644, b'00\n') |
| 11960 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/power', 0o755) |
| 11961 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/power/wakeup', 0o644, b'\n') |
| 11962 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0', 0o755) |
| 11963 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/subsystem', '../../../../../../bus/usb') |
| 11964 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/ep_81', 'usb_endpoint/usbdev5.9_ep81') |
| 11965 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/driver', '../../../../../../bus/usb/drivers/cdc_acm') |
| 11966 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ip01\n') |
| 11967 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 11968 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bmCapabilities', 0o644, b'15') |
| 11969 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bNumEndpoints', 0o644, b'01\n') |
| 11970 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/interface', 0o644, b'CDC Comms Interface\n') |
| 11971 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceSubClass', 0o644, b'02\n') |
| 11972 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 11973 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceClass', 0o644, b'02\n') |
| 11974 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 11975 | DRIVER=cdc_acm |
| 11976 | PRODUCT=421/7b/100 |
| 11977 | TYPE=2/0/0 |
| 11978 | INTERFACE=2/2/1 |
| 11979 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ip01 |
| 11980 | ''') |
| 11981 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceProtocol', 0o644, b'01\n') |
| 11982 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint', 0o755) |
| 11983 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81', 0o755) |
| 11984 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/subsystem', '../../../../../../../../class/usb_endpoint') |
| 11985 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/device', '../../../5-2:1.0') |
| 11986 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/interval', 0o644, b'16ms\n') |
| 11987 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/bEndpointAddress', 0o644, b'81\n') |
| 11988 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/type', 0o644, b'Interrupt\n') |
| 11989 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/dev', 0o644, b'252:27\n') |
| 11990 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/direction', 0o644, b'in\n') |
| 11991 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/bLength', 0o644, b'07\n') |
| 11992 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/wMaxPacketSize', 0o644, b'0040\n') |
| 11993 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/bmAttributes', 0o644, b'03\n') |
| 11994 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/uevent', 0o644, b'''MAJOR=252 |
| 11995 | MINOR=27 |
| 11996 | ''') |
| 11997 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/bInterval', 0o644, b'08\n') |
| 11998 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/power', 0o755) |
| 11999 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/power/wakeup', 0o644, b'\n') |
| 12000 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/power', 0o755) |
| 12001 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/power/wakeup', 0o644, b'\n') |
| 12002 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty', 0o755) |
| 12003 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0', 0o755) |
| 12004 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/subsystem', '../../../../../../../../class/tty') |
| 12005 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/device', '../../../5-2:1.0') |
| 12006 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/dev', 0o644, b'166:0\n') |
| 12007 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/uevent', 0o644, b'''MAJOR=166 |
| 12008 | MINOR=0 |
| 12009 | DEVNAME=ttyACM0 |
| 12010 | ''') |
| 12011 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/power', 0o755) |
| 12012 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/power/wakeup', 0o644, b'\n') |
| 12013 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9', 0o755) |
| 12014 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/subsystem', '../../../../../../bus/usb') |
| 12015 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip01\n') |
| 12016 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceNumber', 0o644, b'09\n') |
| 12017 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bNumEndpoints', 0o644, b'00\n') |
| 12018 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceSubClass', 0o644, b'08\n') |
| 12019 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bAlternateSetting', 0o644, b' 0\n') |
| 12020 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceClass', 0o644, b'02\n') |
| 12021 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12022 | PRODUCT=421/7b/100 |
| 12023 | TYPE=2/0/0 |
| 12024 | INTERFACE=2/8/1 |
| 12025 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip01 |
| 12026 | ''') |
| 12027 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceProtocol', 0o644, b'01\n') |
| 12028 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/power', 0o755) |
| 12029 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/power/wakeup', 0o644, b'\n') |
| 12030 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8', 0o755) |
| 12031 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/subsystem', '../../../../../../bus/usb') |
| 12032 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 12033 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceNumber', 0o644, b'08\n') |
| 12034 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bNumEndpoints', 0o644, b'00\n') |
| 12035 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceSubClass', 0o644, b'00\n') |
| 12036 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bAlternateSetting', 0o644, b' 0\n') |
| 12037 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceClass', 0o644, b'0a\n') |
| 12038 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12039 | PRODUCT=421/7b/100 |
| 12040 | TYPE=2/0/0 |
| 12041 | INTERFACE=10/0/0 |
| 12042 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 12043 | ''') |
| 12044 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceProtocol', 0o644, b'00\n') |
| 12045 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/power', 0o755) |
| 12046 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/power/wakeup', 0o644, b'\n') |
| 12047 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power', 0o755) |
| 12048 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/active_duration', 0o644, b'20902\n') |
| 12049 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/wakeup', 0o644, b'\n') |
| 12050 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/connected_duration', 0o644, b'20901\n') |
| 12051 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/autosuspend', 0o644, b'2\n') |
| 12052 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/persist', 0o644, b'1\n') |
| 12053 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/level', 0o644, b'on\n') |
| 12054 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13', 0o755) |
| 12055 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/subsystem', '../../../../../../bus/usb') |
| 12056 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 12057 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceNumber', 0o644, b'0d\n') |
| 12058 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bNumEndpoints', 0o644, b'00\n') |
| 12059 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceSubClass', 0o644, b'00\n') |
| 12060 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bAlternateSetting', 0o644, b' 0\n') |
| 12061 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceClass', 0o644, b'0a\n') |
| 12062 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12063 | PRODUCT=421/7b/100 |
| 12064 | TYPE=2/0/0 |
| 12065 | INTERFACE=10/0/0 |
| 12066 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 12067 | ''') |
| 12068 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceProtocol', 0o644, b'00\n') |
| 12069 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/power', 0o755) |
| 12070 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/power/wakeup', 0o644, b'\n') |
| 12071 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5', 0o755) |
| 12072 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/subsystem', '../../../../../../bus/usb') |
| 12073 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00\n') |
| 12074 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceNumber', 0o644, b'05\n') |
| 12075 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bNumEndpoints', 0o644, b'00\n') |
| 12076 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/interface', 0o644, b'SYNCML-SYNC\n') |
| 12077 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceSubClass', 0o644, b'0b\n') |
| 12078 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bAlternateSetting', 0o644, b' 0\n') |
| 12079 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceClass', 0o644, b'02\n') |
| 12080 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12081 | PRODUCT=421/7b/100 |
| 12082 | TYPE=2/0/0 |
| 12083 | INTERFACE=2/11/0 |
| 12084 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00 |
| 12085 | ''') |
| 12086 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceProtocol', 0o644, b'00\n') |
| 12087 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/power', 0o755) |
| 12088 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/power/wakeup', 0o644, b'\n') |
| 12089 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11', 0o755) |
| 12090 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/subsystem', '../../../../../../bus/usb') |
| 12091 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 12092 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceNumber', 0o644, b'0b\n') |
| 12093 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bNumEndpoints', 0o644, b'00\n') |
| 12094 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceSubClass', 0o644, b'00\n') |
| 12095 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bAlternateSetting', 0o644, b' 0\n') |
| 12096 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceClass', 0o644, b'0a\n') |
| 12097 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12098 | PRODUCT=421/7b/100 |
| 12099 | TYPE=2/0/0 |
| 12100 | INTERFACE=10/0/0 |
| 12101 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 12102 | ''') |
| 12103 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceProtocol', 0o644, b'00\n') |
| 12104 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/power', 0o755) |
| 12105 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/power/wakeup', 0o644, b'\n') |
| 12106 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12', 0o755) |
| 12107 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/subsystem', '../../../../../../bus/usb') |
| 12108 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02iscFDip00\n') |
| 12109 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceNumber', 0o644, b'0c\n') |
| 12110 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bNumEndpoints', 0o644, b'00\n') |
| 12111 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/interface', 0o644, b'LCIF_Alt0\n') |
| 12112 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceSubClass', 0o644, b'fd\n') |
| 12113 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bAlternateSetting', 0o644, b' 0\n') |
| 12114 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceClass', 0o644, b'02\n') |
| 12115 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12116 | PRODUCT=421/7b/100 |
| 12117 | TYPE=2/0/0 |
| 12118 | INTERFACE=2/253/0 |
| 12119 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02iscFDip00 |
| 12120 | ''') |
| 12121 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceProtocol', 0o644, b'00\n') |
| 12122 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/power', 0o755) |
| 12123 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/power/wakeup', 0o644, b'\n') |
| 12124 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3', 0o755) |
| 12125 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/subsystem', '../../../../../../bus/usb') |
| 12126 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/ep_02', 'usb_endpoint/usbdev5.9_ep02') |
| 12127 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/ep_84', 'usb_endpoint/usbdev5.9_ep84') |
| 12128 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 12129 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceNumber', 0o644, b'03\n') |
| 12130 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bNumEndpoints', 0o644, b'02\n') |
| 12131 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/interface', 0o644, b'CDC Data Interface\n') |
| 12132 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceSubClass', 0o644, b'00\n') |
| 12133 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bAlternateSetting', 0o644, b' 0\n') |
| 12134 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceClass', 0o644, b'0a\n') |
| 12135 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12136 | PRODUCT=421/7b/100 |
| 12137 | TYPE=2/0/0 |
| 12138 | INTERFACE=10/0/0 |
| 12139 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 12140 | ''') |
| 12141 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceProtocol', 0o644, b'00\n') |
| 12142 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint', 0o755) |
| 12143 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84', 0o755) |
| 12144 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/subsystem', '../../../../../../../../class/usb_endpoint') |
| 12145 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/device', '../../../5-2:1.3') |
| 12146 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/interval', 0o644, b'0ms\n') |
| 12147 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/bEndpointAddress', 0o644, b'84\n') |
| 12148 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/type', 0o644, b'Bulk\n') |
| 12149 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/dev', 0o644, b'252:31\n') |
| 12150 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/direction', 0o644, b'in\n') |
| 12151 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/bLength', 0o644, b'07\n') |
| 12152 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/wMaxPacketSize', 0o644, b'0200\n') |
| 12153 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/bmAttributes', 0o644, b'02\n') |
| 12154 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/uevent', 0o644, b'''MAJOR=252 |
| 12155 | MINOR=31 |
| 12156 | ''') |
| 12157 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/bInterval', 0o644, b'ff\n') |
| 12158 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/power', 0o755) |
| 12159 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/power/wakeup', 0o644, b'\n') |
| 12160 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02', 0o755) |
| 12161 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/subsystem', '../../../../../../../../class/usb_endpoint') |
| 12162 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/device', '../../../5-2:1.3') |
| 12163 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/interval', 0o644, b'31875us\n') |
| 12164 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/bEndpointAddress', 0o644, b'02\n') |
| 12165 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/type', 0o644, b'Bulk\n') |
| 12166 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/dev', 0o644, b'252:32\n') |
| 12167 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/direction', 0o644, b'out\n') |
| 12168 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/bLength', 0o644, b'07\n') |
| 12169 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/wMaxPacketSize', 0o644, b'0200\n') |
| 12170 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/bmAttributes', 0o644, b'02\n') |
| 12171 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/uevent', 0o644, b'''MAJOR=252 |
| 12172 | MINOR=32 |
| 12173 | ''') |
| 12174 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/bInterval', 0o644, b'ff\n') |
| 12175 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/power', 0o755) |
| 12176 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/power/wakeup', 0o644, b'\n') |
| 12177 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/power', 0o755) |
| 12178 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/power/wakeup', 0o644, b'\n') |
| 12179 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6', 0o755) |
| 12180 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/subsystem', '../../../../../../bus/usb') |
| 12181 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n') |
| 12182 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceNumber', 0o644, b'06\n') |
| 12183 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bNumEndpoints', 0o644, b'00\n') |
| 12184 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceSubClass', 0o644, b'00\n') |
| 12185 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bAlternateSetting', 0o644, b' 0\n') |
| 12186 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceClass', 0o644, b'0a\n') |
| 12187 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12188 | PRODUCT=421/7b/100 |
| 12189 | TYPE=2/0/0 |
| 12190 | INTERFACE=10/0/0 |
| 12191 | MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00 |
| 12192 | ''') |
| 12193 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceProtocol', 0o644, b'00\n') |
| 12194 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/power', 0o755) |
| 12195 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/power/wakeup', 0o644, b'\n') |
| 12196 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/power', 0o755) |
| 12197 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/active_duration', 0o644, b'547102\n') |
| 12198 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/wakeup', 0o644, b'enabled\n') |
| 12199 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/connected_duration', 0o644, b'8371932\n') |
| 12200 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/autosuspend', 0o644, b'2\n') |
| 12201 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/level', 0o644, b'auto\n') |
| 12202 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0', 0o755) |
| 12203 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/subsystem', '../../../../../bus/usb') |
| 12204 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/ep_81', 'usb_endpoint/usbdev5.1_ep81') |
| 12205 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/driver', '../../../../../bus/usb/drivers/hub') |
| 12206 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/modalias', 0o644, b'usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00\n') |
| 12207 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 12208 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bNumEndpoints', 0o644, b'01\n') |
| 12209 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 12210 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 12211 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceClass', 0o644, b'09\n') |
| 12212 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12213 | DRIVER=hub |
| 12214 | PRODUCT=1d6b/2/206 |
| 12215 | TYPE=9/0/0 |
| 12216 | INTERFACE=9/0/0 |
| 12217 | MODALIAS=usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00 |
| 12218 | ''') |
| 12219 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 12220 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint', 0o755) |
| 12221 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81', 0o755) |
| 12222 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/subsystem', '../../../../../../../class/usb_endpoint') |
| 12223 | l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/device', '../../../5-0:1.0') |
| 12224 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/interval', 0o644, b'256ms\n') |
| 12225 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bEndpointAddress', 0o644, b'81\n') |
| 12226 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/type', 0o644, b'Interrupt\n') |
| 12227 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/dev', 0o644, b'252:8\n') |
| 12228 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/direction', 0o644, b'in\n') |
| 12229 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bLength', 0o644, b'07\n') |
| 12230 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/wMaxPacketSize', 0o644, b'0004\n') |
| 12231 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bmAttributes', 0o644, b'03\n') |
| 12232 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/uevent', 0o644, b'''MAJOR=252 |
| 12233 | MINOR=8 |
| 12234 | ''') |
| 12235 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bInterval', 0o644, b'0c\n') |
| 12236 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/power', 0o755) |
| 12237 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/power/wakeup', 0o644, b'\n') |
| 12238 | d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/power', 0o755) |
| 12239 | f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/power/wakeup', 0o644, b'\n') |
| 12240 | d('sys/devices/pci0000:00/0000:00:1d.7/power', 0o755) |
| 12241 | f('sys/devices/pci0000:00/0000:00:1d.7/power/wakeup', 0o644, b'disabled\n') |
| 12242 | d('sys/devices/pci0000:00/0000:00:1d.7/usb_host', 0o755) |
| 12243 | d('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5', 0o755) |
| 12244 | l('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/subsystem', '../../../../../class/usb_host') |
| 12245 | l('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/device', '../../../0000:00:1d.7') |
| 12246 | f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/companion', 0o644, b'') |
| 12247 | f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/uevent', 0o644, b'') |
| 12248 | d('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/power', 0o755) |
| 12249 | f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/power/wakeup', 0o644, b'\n') |
| 12250 | d('sys/devices/pci0000:00/0000:00:1c.1', 0o755) |
| 12251 | l('sys/devices/pci0000:00/0000:00:1c.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0c') |
| 12252 | l('sys/devices/pci0000:00/0000:00:1c.1/subsystem', '../../../bus/pci') |
| 12253 | l('sys/devices/pci0000:00/0000:00:1c.1/driver', '../../../bus/pci/drivers/pcieport-driver') |
| 12254 | f('sys/devices/pci0000:00/0000:00:1c.1/local_cpulist', 0o644, b'0-7\n') |
| 12255 | f('sys/devices/pci0000:00/0000:00:1c.1/enable', 0o644, b'2\n') |
| 12256 | f('sys/devices/pci0000:00/0000:00:1c.1/modalias', 0o644, b'pci:v00008086d000027D2sv00000000sd00000000bc06sc04i00\n') |
| 12257 | f('sys/devices/pci0000:00/0000:00:1c.1/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12258 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12259 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12260 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12261 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12262 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12263 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12264 | 0x0000000000004000 0x0000000000005fff 0x0000000000000100 |
| 12265 | 0x00000000ec000000 0x00000000edffffff 0x0000000000000200 |
| 12266 | 0x00000000e4000000 0x00000000e40fffff 0x0000000000001201 |
| 12267 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12268 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12269 | ''') |
| 12270 | f('sys/devices/pci0000:00/0000:00:1c.1/config', 0o644, b"\x86\x80\xd2'\x07\x05\x10\x00\x02\x00\x04\x06\x10\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x03\x00@P\x00\x00\x00\xec\xf0\xed\x01\xe4\x01\xe4\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x0b\x02\x04\x00\x10\x80A\x01\xc0\x0f\x00\x00\x00\x00\x11\x00\x11,\x11\x02B\x00\x110\xe0\xa0\x18\x00\x00\x00H\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x90\x01\x00\x0c0\xe0\xfe\x81A\x00\x00\x00\x00\x00\x00\r\xa0\x00\x00\xaa\x17\x11 \x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\xc8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x11\x00\x00\x00\x00\x00\x00\x0f\xc7\x80\x06\x07\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00\x02\x00\x01\x18\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x00\x06\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x02\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x01\xc0\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07`\x00`\x00\x00\x00\x00`\x02\x00\x00\x0c\x00\x06\x00\x00\x00\x001[`\xc9\xc0\x00p&u\xa2\x178\x00\xa1\x07G\x02\x16\x00\x00\x14\xb5\xbcJ\xbc\x0b*\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xb4\x0c\xb4\x00\xc4\x0c\xb6\x00A\x08z\x00Y\x00\x1b\x00[\x00\x1d\x00\x01\x00\xba\x00\xe3\x0f\xd3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") |
| 12271 | f('sys/devices/pci0000:00/0000:00:1c.1/local_cpus', 0o644, b'ff\n') |
| 12272 | f('sys/devices/pci0000:00/0000:00:1c.1/subsystem_device', 0o644, b'0x0000\n') |
| 12273 | f('sys/devices/pci0000:00/0000:00:1c.1/vendor', 0o644, b'0x8086\n') |
| 12274 | f('sys/devices/pci0000:00/0000:00:1c.1/irq', 0o644, b'509\n') |
| 12275 | f('sys/devices/pci0000:00/0000:00:1c.1/device', 0o644, b'0x27d2\n') |
| 12276 | f('sys/devices/pci0000:00/0000:00:1c.1/class', 0o644, b'0x060400\n') |
| 12277 | f('sys/devices/pci0000:00/0000:00:1c.1/msi_bus', 0o644, b'1\n') |
| 12278 | f('sys/devices/pci0000:00/0000:00:1c.1/subsystem_vendor', 0o644, b'0x0000\n') |
| 12279 | f('sys/devices/pci0000:00/0000:00:1c.1/uevent', 0o644, b'''DRIVER=pcieport-driver |
| 12280 | PCI_CLASS=60400 |
| 12281 | PCI_ID=8086:27D2 |
| 12282 | PCI_SUBSYS_ID=0000:0000 |
| 12283 | PCI_SLOT_NAME=0000:00:1c.1 |
| 12284 | MODALIAS=pci:v00008086d000027D2sv00000000sd00000000bc06sc04i00 |
| 12285 | ''') |
| 12286 | f('sys/devices/pci0000:00/0000:00:1c.1/broken_parity_status', 0o644, b'0\n') |
| 12287 | d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus', 0o755) |
| 12288 | d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03', 0o755) |
| 12289 | l('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/subsystem', '../../../../../class/pci_bus') |
| 12290 | l('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/device', '../../../0000:00:1c.1') |
| 12291 | f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/cpuaffinity', 0o644, b'ff\n') |
| 12292 | f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/uevent', 0o644, b'') |
| 12293 | d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/power', 0o755) |
| 12294 | f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/power/wakeup', 0o644, b'\n') |
| 12295 | d('sys/devices/pci0000:00/0000:00:1c.1/power', 0o755) |
| 12296 | f('sys/devices/pci0000:00/0000:00:1c.1/power/wakeup', 0o644, b'disabled\n') |
| 12297 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02', 0o755) |
| 12298 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/subsystem', '../../../../bus/pci_express') |
| 12299 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/uevent', 0o644, b'') |
| 12300 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/power', 0o755) |
| 12301 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/power/wakeup', 0o644, b'\n') |
| 12302 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03', 0o755) |
| 12303 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/subsystem', '../../../../bus/pci_express') |
| 12304 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/uevent', 0o644, b'') |
| 12305 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/power', 0o755) |
| 12306 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/power/wakeup', 0o644, b'\n') |
| 12307 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0', 0o755) |
| 12308 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem', '../../../../bus/pci') |
| 12309 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/driver', '../../../../bus/pci/drivers/iwl3945') |
| 12310 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/local_cpulist', 0o644, b'0-7\n') |
| 12311 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/enable', 0o644, b'1\n') |
| 12312 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rs_window', 0o644, b''' 54Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12313 | 48Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12314 | 36Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12315 | 24Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12316 | 18Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12317 | 12Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12318 | 11Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12319 | 9Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12320 | 6Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12321 | 5Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12322 | 2Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12323 | 1Mbs: 00000000000000000000000000000000000000000000000000000000000000 |
| 12324 | |
| 12325 | Average rate: 0Mbs |
| 12326 | ''') |
| 12327 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/modalias', 0o644, b'pci:v00008086d00004227sv00008086sd00001011bc02sc80i00\n') |
| 12328 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/resource', 0o644, b'''0x00000000edf00000 0x00000000edf00fff 0x0000000000020200 |
| 12329 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12330 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12331 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12332 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12333 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12334 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12335 | ''') |
| 12336 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/statistics', 0o644, b'''02 00 01 00 a4 c0 02 00 c6 27 01 00 80 16 01 00 .........\'...... |
| 12337 | e9 0c 00 00 00 00 00 00 00 00 00 00 69 05 00 00 ............i... |
| 12338 | de 98 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 12339 | 00 00 00 00 00 00 00 00 bd 01 00 00 00 00 00 00 ................ |
| 12340 | fd 68 08 00 ae d3 06 00 78 65 04 00 b8 2b 00 00 .h......xe...+.. |
| 12341 | 00 00 00 00 00 00 00 00 7e 42 02 00 4f 95 01 00 ........~B..O... |
| 12342 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 12343 | 00 00 00 00 da 01 00 00 00 00 00 00 00 00 00 00 ................ |
| 12344 | 00 00 00 00 d8 dc 00 00 59 10 01 00 00 00 00 00 ........Y....... |
| 12345 | df 0c 00 00 16 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 12346 | 88 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ................ |
| 12347 | 00 00 00 00 72 ff ff ff 00 00 00 00 00 00 00 00 ....r........... |
| 12348 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ |
| 12349 | 00 00 00 00 01 00 00 00 bb 45 98 35 1c 91 e7 f1 .........E.5.... |
| 12350 | 4c 19 00 00 c2 0c 00 00 e7 ed 00 00 1c 4c 00 00 L............L.. |
| 12351 | ''') |
| 12352 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/config', 0o644, b'\x86\x80\'B\x06\x05\x10\x00\x02\x00\x80\x02\x10\x00\x00\x00\x00\x00\xf0\xed\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x80\x11\x10\x00\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\xd0"H\x00\x00\x00\r\x05\xe0\x81\x00\x0c\x10\xe0\xfe\x00\x00\x00\x00\xd1A\x00\x00\x10\x00\x11\x00\xc0\x0e\x00\x00\x10\x08\n\x00\x11\x1c\x07\x00B\x01\x11\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x14\x00\x00\x10\x00\x00\x00\x00\x00\x11 \x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x00\x00\x00\x01\x00\x00\x04\x0f\x1a\x00\x00\x00\x01\x01\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x01\x00\xd1\xaeu\xff\xff\xd2\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') |
| 12353 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/filter_flags', 0o644, b'0x0024\n') |
| 12354 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/retry_rate', 0o644, b'1') |
| 12355 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/local_cpus', 0o644, b'ff\n') |
| 12356 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/channels', 0o644, b'') |
| 12357 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem_device', 0o644, b'0x1011\n') |
| 12358 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/vendor', 0o644, b'0x8086\n') |
| 12359 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/tx_power', 0o644, b'16\n') |
| 12360 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/irq', 0o644, b'504\n') |
| 12361 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/antenna', 0o644, b'0\n') |
| 12362 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/device', 0o644, b'0x4227\n') |
| 12363 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/class', 0o644, b'0x028000\n') |
| 12364 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power_level', 0o644, b'6 (AC) OFF\n\x00') |
| 12365 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/msi_bus', 0o644, b'') |
| 12366 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/flags', 0o644, b'0x8015\n') |
| 12367 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/resource0', 0o644, b'') |
| 12368 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/temperature', 0o644, b'-142\n') |
| 12369 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/measurement', 0o644, b'') |
| 12370 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem_vendor', 0o644, b'0x8086\n') |
| 12371 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/uevent', 0o644, b'''DRIVER=iwl3945 |
| 12372 | PCI_CLASS=28000 |
| 12373 | PCI_ID=8086:4227 |
| 12374 | PCI_SUBSYS_ID=8086:1011 |
| 12375 | PCI_SLOT_NAME=0000:03:00.0 |
| 12376 | MODALIAS=pci:v00008086d00004227sv00008086sd00001011bc02sc80i00 |
| 12377 | ''') |
| 12378 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/status', 0o644, b'0x000002e4\n') |
| 12379 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/broken_parity_status', 0o644, b'0\n') |
| 12380 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211', 0o755) |
| 12381 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0', 0o755) |
| 12382 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/subsystem', '../../../../../../class/ieee80211') |
| 12383 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/device', '../../../0000:03:00.0') |
| 12384 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/index', 0o644, b'0\n') |
| 12385 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/uevent', 0o644, b'') |
| 12386 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/macaddress', 0o644, b'00:19:d2:75:ae:d1\n') |
| 12387 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/power', 0o755) |
| 12388 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/power/wakeup', 0o644, b'\n') |
| 12389 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power', 0o755) |
| 12390 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power/wakeup', 0o644, b'disabled\n') |
| 12391 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net', 0o755) |
| 12392 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0', 0o755) |
| 12393 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/subsystem', '../../../../../../class/net') |
| 12394 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/device', '../../../0000:03:00.0') |
| 12395 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/phy80211', '../../ieee80211/phy0') |
| 12396 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/ifindex', 0o644, b'3\n') |
| 12397 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/features', 0o644, b'0x0\n') |
| 12398 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/iflink', 0o644, b'3\n') |
| 12399 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/dormant', 0o644, b'0\n') |
| 12400 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/dev_id', 0o644, b'0x0\n') |
| 12401 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/type', 0o644, b'801\n') |
| 12402 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/operstate', 0o644, b'unknown\n') |
| 12403 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/carrier', 0o644, b'1\n') |
| 12404 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/link_mode', 0o644, b'0\n') |
| 12405 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/tx_queue_len', 0o644, b'1000\n') |
| 12406 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/flags', 0o644, b'0x1003\n') |
| 12407 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/addr_len', 0o644, b'6\n') |
| 12408 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/address', 0o644, b'00:19:d2:75:ae:ff\n') |
| 12409 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/uevent', 0o644, b'''INTERFACE=wmaster0 |
| 12410 | IFINDEX=3 |
| 12411 | ''') |
| 12412 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/mtu', 0o644, b'1500\n') |
| 12413 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n') |
| 12414 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics', 0o755) |
| 12415 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_aborted_errors', 0o644, b'0\n') |
| 12416 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_crc_errors', 0o644, b'0\n') |
| 12417 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_bytes', 0o644, b'0\n') |
| 12418 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_errors', 0o644, b'0\n') |
| 12419 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_packets', 0o644, b'0\n') |
| 12420 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_carrier_errors', 0o644, b'0\n') |
| 12421 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_errors', 0o644, b'0\n') |
| 12422 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_dropped', 0o644, b'0\n') |
| 12423 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_fifo_errors', 0o644, b'0\n') |
| 12424 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_length_errors', 0o644, b'0\n') |
| 12425 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_dropped', 0o644, b'0\n') |
| 12426 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_fifo_errors', 0o644, b'0\n') |
| 12427 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_missed_errors', 0o644, b'0\n') |
| 12428 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_window_errors', 0o644, b'0\n') |
| 12429 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/collisions', 0o644, b'0\n') |
| 12430 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_frame_errors', 0o644, b'0\n') |
| 12431 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_packets', 0o644, b'0\n') |
| 12432 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_compressed', 0o644, b'0\n') |
| 12433 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_compressed', 0o644, b'0\n') |
| 12434 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/multicast', 0o644, b'0\n') |
| 12435 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_over_errors', 0o644, b'0\n') |
| 12436 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_bytes', 0o644, b'0\n') |
| 12437 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_heartbeat_errors', 0o644, b'0\n') |
| 12438 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/power', 0o755) |
| 12439 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/power/wakeup', 0o644, b'\n') |
| 12440 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0', 0o755) |
| 12441 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/subsystem', '../../../../../../class/net') |
| 12442 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/device', '../../../0000:03:00.0') |
| 12443 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/phy80211', '../../ieee80211/phy0') |
| 12444 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/ifindex', 0o644, b'4\n') |
| 12445 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/features', 0o644, b'0x0\n') |
| 12446 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/iflink', 0o644, b'4\n') |
| 12447 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/dormant', 0o644, b'0\n') |
| 12448 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/dev_id', 0o644, b'0x0\n') |
| 12449 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/type', 0o644, b'1\n') |
| 12450 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/operstate', 0o644, b'up\n') |
| 12451 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/carrier', 0o644, b'1\n') |
| 12452 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/link_mode', 0o644, b'1\n') |
| 12453 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/tx_queue_len', 0o644, b'1000\n') |
| 12454 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/flags', 0o644, b'0x1003\n') |
| 12455 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/addr_len', 0o644, b'6\n') |
| 12456 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/address', 0o644, b'00:19:d2:75:ae:ff\n') |
| 12457 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/uevent', 0o644, b'''INTERFACE=wlan0 |
| 12458 | IFINDEX=4 |
| 12459 | ''') |
| 12460 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/mtu', 0o644, b'1500\n') |
| 12461 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n') |
| 12462 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics', 0o755) |
| 12463 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_aborted_errors', 0o644, b'0\n') |
| 12464 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_crc_errors', 0o644, b'0\n') |
| 12465 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_bytes', 0o644, b'289996\n') |
| 12466 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_errors', 0o644, b'0\n') |
| 12467 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_packets', 0o644, b'1029\n') |
| 12468 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_carrier_errors', 0o644, b'0\n') |
| 12469 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_errors', 0o644, b'0\n') |
| 12470 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_dropped', 0o644, b'0\n') |
| 12471 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_fifo_errors', 0o644, b'0\n') |
| 12472 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_length_errors', 0o644, b'0\n') |
| 12473 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_dropped', 0o644, b'0\n') |
| 12474 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_fifo_errors', 0o644, b'0\n') |
| 12475 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_missed_errors', 0o644, b'0\n') |
| 12476 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_window_errors', 0o644, b'0\n') |
| 12477 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/collisions', 0o644, b'0\n') |
| 12478 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_frame_errors', 0o644, b'0\n') |
| 12479 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_packets', 0o644, b'788\n') |
| 12480 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_compressed', 0o644, b'0\n') |
| 12481 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_compressed', 0o644, b'0\n') |
| 12482 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/multicast', 0o644, b'0\n') |
| 12483 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_over_errors', 0o644, b'0\n') |
| 12484 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_bytes', 0o644, b'530013\n') |
| 12485 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_heartbeat_errors', 0o644, b'0\n') |
| 12486 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/power', 0o755) |
| 12487 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/power/wakeup', 0o644, b'\n') |
| 12488 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless', 0o755) |
| 12489 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/beacon', 0o644, b'0\n') |
| 12490 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/link', 0o644, b'77\n') |
| 12491 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/nwid', 0o644, b'0\n') |
| 12492 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/retries', 0o644, b'0\n') |
| 12493 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/fragment', 0o644, b'0\n') |
| 12494 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/misc', 0o644, b'0\n') |
| 12495 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/crypt', 0o644, b'0\n') |
| 12496 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/noise', 0o644, b'178\n') |
| 12497 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/level', 0o644, b'199\n') |
| 12498 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/status', 0o644, b'0x0\n') |
| 12499 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds', 0o755) |
| 12500 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX', 0o755) |
| 12501 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/subsystem', '../../../../../../class/leds') |
| 12502 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/device', '../../../0000:03:00.0') |
| 12503 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/trigger', 0o644, b'none AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx [phy0tx] phy0assoc phy0radio \n') |
| 12504 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/brightness', 0o644, b'0\n\x00') |
| 12505 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/uevent', 0o644, b'') |
| 12506 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/power', 0o755) |
| 12507 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/power/wakeup', 0o644, b'\n') |
| 12508 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc', 0o755) |
| 12509 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/subsystem', '../../../../../../class/leds') |
| 12510 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/device', '../../../0000:03:00.0') |
| 12511 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/trigger', 0o644, b'none AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx [phy0assoc] phy0radio \n') |
| 12512 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/brightness', 0o644, b'255\n\x00') |
| 12513 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/uevent', 0o644, b'') |
| 12514 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/power', 0o755) |
| 12515 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/power/wakeup', 0o644, b'\n') |
| 12516 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio', 0o755) |
| 12517 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/subsystem', '../../../../../../class/leds') |
| 12518 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/device', '../../../0000:03:00.0') |
| 12519 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/trigger', 0o644, b'none AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc [phy0radio] \n') |
| 12520 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/brightness', 0o644, b'255\n\x00') |
| 12521 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/uevent', 0o644, b'') |
| 12522 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/power', 0o755) |
| 12523 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/power/wakeup', 0o644, b'\n') |
| 12524 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX', 0o755) |
| 12525 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/subsystem', '../../../../../../class/leds') |
| 12526 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/device', '../../../0000:03:00.0') |
| 12527 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/trigger', 0o644, b'none AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 [phy0rx] phy0tx phy0assoc phy0radio \n') |
| 12528 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/brightness', 0o644, b'0\n\x00') |
| 12529 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/uevent', 0o644, b'') |
| 12530 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/power', 0o755) |
| 12531 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/power/wakeup', 0o644, b'\n') |
| 12532 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00', 0o755) |
| 12533 | l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/subsystem', '../../../../bus/pci_express') |
| 12534 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/uevent', 0o644, b'') |
| 12535 | d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/power', 0o755) |
| 12536 | f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/power/wakeup', 0o644, b'\n') |
| 12537 | d('sys/devices/pci0000:00/0000:00:00.0', 0o755) |
| 12538 | l('sys/devices/pci0000:00/0000:00:00.0/subsystem', '../../../bus/pci') |
| 12539 | f('sys/devices/pci0000:00/0000:00:00.0/local_cpulist', 0o644, b'0-7\n') |
| 12540 | f('sys/devices/pci0000:00/0000:00:00.0/enable', 0o644, b'0\n') |
| 12541 | f('sys/devices/pci0000:00/0000:00:00.0/modalias', 0o644, b'pci:v00008086d000027A0sv000017AAsd00002015bc06sc00i00\n') |
| 12542 | f('sys/devices/pci0000:00/0000:00:00.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12543 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12544 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12545 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12546 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12547 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12548 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12549 | ''') |
| 12550 | f('sys/devices/pci0000:00/0000:00:00.0/config', 0o644, b"\x86\x80\xa0'\x06\x01\x90 \x03\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x15 \x00\x00\x00\x00\xe0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x90\xd1\xfe\x01@\xd1\xfe\x05\x00\x00\xf0\x01\x80\xd1\xfe\x00\x00\x02\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x11\x11\x000\x11\x11\x00\xff\x03\x00\x00\x80\x1a9\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x01\x00\x00\t\x00\tQJ\x00J\xb0\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x05\x00\x10\x00\x00\x00") |
| 12551 | f('sys/devices/pci0000:00/0000:00:00.0/local_cpus', 0o644, b'ff\n') |
| 12552 | f('sys/devices/pci0000:00/0000:00:00.0/subsystem_device', 0o644, b'0x2015\n') |
| 12553 | f('sys/devices/pci0000:00/0000:00:00.0/vendor', 0o644, b'0x8086\n') |
| 12554 | f('sys/devices/pci0000:00/0000:00:00.0/irq', 0o644, b'0\n') |
| 12555 | f('sys/devices/pci0000:00/0000:00:00.0/device', 0o644, b'0x27a0\n') |
| 12556 | f('sys/devices/pci0000:00/0000:00:00.0/class', 0o644, b'0x060000\n') |
| 12557 | f('sys/devices/pci0000:00/0000:00:00.0/msi_bus', 0o644, b'') |
| 12558 | f('sys/devices/pci0000:00/0000:00:00.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 12559 | f('sys/devices/pci0000:00/0000:00:00.0/uevent', 0o644, b'''PCI_CLASS=60000 |
| 12560 | PCI_ID=8086:27A0 |
| 12561 | PCI_SUBSYS_ID=17AA:2015 |
| 12562 | PCI_SLOT_NAME=0000:00:00.0 |
| 12563 | MODALIAS=pci:v00008086d000027A0sv000017AAsd00002015bc06sc00i00 |
| 12564 | ''') |
| 12565 | f('sys/devices/pci0000:00/0000:00:00.0/broken_parity_status', 0o644, b'0\n') |
| 12566 | d('sys/devices/pci0000:00/0000:00:00.0/power', 0o755) |
| 12567 | f('sys/devices/pci0000:00/0000:00:00.0/power/wakeup', 0o644, b'\n') |
| 12568 | d('sys/devices/pci0000:00/0000:00:1c.3', 0o755) |
| 12569 | l('sys/devices/pci0000:00/0000:00:1c.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0f') |
| 12570 | l('sys/devices/pci0000:00/0000:00:1c.3/subsystem', '../../../bus/pci') |
| 12571 | l('sys/devices/pci0000:00/0000:00:1c.3/driver', '../../../bus/pci/drivers/pcieport-driver') |
| 12572 | f('sys/devices/pci0000:00/0000:00:1c.3/local_cpulist', 0o644, b'0-7\n') |
| 12573 | f('sys/devices/pci0000:00/0000:00:1c.3/enable', 0o644, b'2\n') |
| 12574 | f('sys/devices/pci0000:00/0000:00:1c.3/modalias', 0o644, b'pci:v00008086d000027D6sv00000000sd00000000bc06sc04i00\n') |
| 12575 | f('sys/devices/pci0000:00/0000:00:1c.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12576 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12577 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12578 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12579 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12580 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12581 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12582 | 0x0000000000008000 0x0000000000009fff 0x0000000000000100 |
| 12583 | 0x00000000ea000000 0x00000000ebffffff 0x0000000000000200 |
| 12584 | 0x00000000e4200000 0x00000000e42fffff 0x0000000000001201 |
| 12585 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12586 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12587 | ''') |
| 12588 | f('sys/devices/pci0000:00/0000:00:1c.3/config', 0o644, b"\x86\x80\xd6'\x07\x05\x10\x00\x02\x00\x04\x06\x10\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x13\x00\x80\x90\x00\x00\x00\xea\xf0\xeb!\xe4!\xe4\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x0b\x04\x04\x00\x10\x80A\x01\xc0\x0f\x00\x00\x00\x00\x10\x00\x11L\x11\x04\x00\x00\x01\x10\xe0\xa0(\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x90\x01\x00\x0c0\xe0\xfe\x91A\x00\x00\x00\x00\x00\x00\r\xa0\x00\x00\xaa\x17\x11 \x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\xc8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x11\x00\x00\x00\x00\x00\x00\x00\xc7\x00\x06\x07\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00\x02\x00\x01\x18\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\xff\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x02\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x01\xc0\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07`\x00`\x00\x00\x00\x00`\x02\x00\x00\x0c\x00\x06\x00\x00\x00\x00\x00[`\xc9\xc0\x00p&u\x00\x10\x00\x00\xff\x0f\x00\x00\x16\x00\x00\x14\xb5\xbcJ\xbc\x0b*\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") |
| 12589 | f('sys/devices/pci0000:00/0000:00:1c.3/local_cpus', 0o644, b'ff\n') |
| 12590 | f('sys/devices/pci0000:00/0000:00:1c.3/subsystem_device', 0o644, b'0x0000\n') |
| 12591 | f('sys/devices/pci0000:00/0000:00:1c.3/vendor', 0o644, b'0x8086\n') |
| 12592 | f('sys/devices/pci0000:00/0000:00:1c.3/irq', 0o644, b'507\n') |
| 12593 | f('sys/devices/pci0000:00/0000:00:1c.3/device', 0o644, b'0x27d6\n') |
| 12594 | f('sys/devices/pci0000:00/0000:00:1c.3/class', 0o644, b'0x060400\n') |
| 12595 | f('sys/devices/pci0000:00/0000:00:1c.3/msi_bus', 0o644, b'1\n') |
| 12596 | f('sys/devices/pci0000:00/0000:00:1c.3/subsystem_vendor', 0o644, b'0x0000\n') |
| 12597 | f('sys/devices/pci0000:00/0000:00:1c.3/uevent', 0o644, b'''DRIVER=pcieport-driver |
| 12598 | PCI_CLASS=60400 |
| 12599 | PCI_ID=8086:27D6 |
| 12600 | PCI_SUBSYS_ID=0000:0000 |
| 12601 | PCI_SLOT_NAME=0000:00:1c.3 |
| 12602 | MODALIAS=pci:v00008086d000027D6sv00000000sd00000000bc06sc04i00 |
| 12603 | ''') |
| 12604 | f('sys/devices/pci0000:00/0000:00:1c.3/broken_parity_status', 0o644, b'0\n') |
| 12605 | d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus', 0o755) |
| 12606 | d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c', 0o755) |
| 12607 | l('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/subsystem', '../../../../../class/pci_bus') |
| 12608 | l('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/device', '../../../0000:00:1c.3') |
| 12609 | f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/cpuaffinity', 0o644, b'ff\n') |
| 12610 | f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/uevent', 0o644, b'') |
| 12611 | d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/power', 0o755) |
| 12612 | f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/power/wakeup', 0o644, b'\n') |
| 12613 | d('sys/devices/pci0000:00/0000:00:1c.3/power', 0o755) |
| 12614 | f('sys/devices/pci0000:00/0000:00:1c.3/power/wakeup', 0o644, b'disabled\n') |
| 12615 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02', 0o755) |
| 12616 | l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/subsystem', '../../../../bus/pci_express') |
| 12617 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/uevent', 0o644, b'') |
| 12618 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/power', 0o755) |
| 12619 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/power/wakeup', 0o644, b'\n') |
| 12620 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03', 0o755) |
| 12621 | l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/subsystem', '../../../../bus/pci_express') |
| 12622 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/uevent', 0o644, b'') |
| 12623 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/power', 0o755) |
| 12624 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/power/wakeup', 0o644, b'\n') |
| 12625 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00', 0o755) |
| 12626 | l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/subsystem', '../../../../bus/pci_express') |
| 12627 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/uevent', 0o644, b'') |
| 12628 | d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/power', 0o755) |
| 12629 | f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/power/wakeup', 0o644, b'\n') |
| 12630 | d('sys/devices/pci0000:00/0000:00:1f.0', 0o755) |
| 12631 | l('sys/devices/pci0000:00/0000:00:1f.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01') |
| 12632 | l('sys/devices/pci0000:00/0000:00:1f.0/subsystem', '../../../bus/pci') |
| 12633 | f('sys/devices/pci0000:00/0000:00:1f.0/local_cpulist', 0o644, b'0-7\n') |
| 12634 | f('sys/devices/pci0000:00/0000:00:1f.0/enable', 0o644, b'0\n') |
| 12635 | f('sys/devices/pci0000:00/0000:00:1f.0/modalias', 0o644, b'pci:v00008086d000027B9sv000017AAsd00002009bc06sc01i00\n') |
| 12636 | f('sys/devices/pci0000:00/0000:00:1f.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12637 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12638 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12639 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12640 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12641 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12642 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12643 | ''') |
| 12644 | f('sys/devices/pci0000:00/0000:00:1f.0/config', 0o644, b'''\x86\x80\xb9\'\x07\x00\x10\x02\x02\x00\x01\x06\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\t \x00\x00\x00\x00\xe0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x10\x00\x00\x80\x00\x00\x00\x81\x11\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8b\x8b\x8b\x8b\x92\x00\x00\x00\x8b\x8b\x8b\x8b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00 |
| 12645 | \x1f\x01\x16|\x00\xe1\x15\x0c\x00\x81\x16\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00$\x06\x02\x00\x00\x00\x00\x00\x13\x1c |
| 12646 | \x00\x00\x03\x00\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x00\x00\x12 |
| 12647 | \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00D\x12\x11\x00gE\x00\x00\xc0\xff\x00\x00\x01\x00\x00\x00\t\x00\x0c\x10\xb4\x02$\x17\x00\x00\x00\x00\x00\x00\x00\x00\x01\xc0\xd1\xfe\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00''') |
| 12648 | f('sys/devices/pci0000:00/0000:00:1f.0/local_cpus', 0o644, b'ff\n') |
| 12649 | f('sys/devices/pci0000:00/0000:00:1f.0/subsystem_device', 0o644, b'0x2009\n') |
| 12650 | f('sys/devices/pci0000:00/0000:00:1f.0/vendor', 0o644, b'0x8086\n') |
| 12651 | f('sys/devices/pci0000:00/0000:00:1f.0/irq', 0o644, b'0\n') |
| 12652 | f('sys/devices/pci0000:00/0000:00:1f.0/device', 0o644, b'0x27b9\n') |
| 12653 | f('sys/devices/pci0000:00/0000:00:1f.0/class', 0o644, b'0x060100\n') |
| 12654 | f('sys/devices/pci0000:00/0000:00:1f.0/msi_bus', 0o644, b'') |
| 12655 | f('sys/devices/pci0000:00/0000:00:1f.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 12656 | f('sys/devices/pci0000:00/0000:00:1f.0/uevent', 0o644, b'''PCI_CLASS=60100 |
| 12657 | PCI_ID=8086:27B9 |
| 12658 | PCI_SUBSYS_ID=17AA:2009 |
| 12659 | PCI_SLOT_NAME=0000:00:1f.0 |
| 12660 | MODALIAS=pci:v00008086d000027B9sv000017AAsd00002009bc06sc01i00 |
| 12661 | ''') |
| 12662 | f('sys/devices/pci0000:00/0000:00:1f.0/broken_parity_status', 0o644, b'0\n') |
| 12663 | d('sys/devices/pci0000:00/0000:00:1f.0/power', 0o755) |
| 12664 | f('sys/devices/pci0000:00/0000:00:1f.0/power/wakeup', 0o644, b'\n') |
| 12665 | d('sys/devices/pci0000:00/0000:00:1c.0', 0o755) |
| 12666 | l('sys/devices/pci0000:00/0000:00:1c.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0b') |
| 12667 | l('sys/devices/pci0000:00/0000:00:1c.0/subsystem', '../../../bus/pci') |
| 12668 | l('sys/devices/pci0000:00/0000:00:1c.0/driver', '../../../bus/pci/drivers/pcieport-driver') |
| 12669 | f('sys/devices/pci0000:00/0000:00:1c.0/local_cpulist', 0o644, b'0-7\n') |
| 12670 | f('sys/devices/pci0000:00/0000:00:1c.0/enable', 0o644, b'2\n') |
| 12671 | f('sys/devices/pci0000:00/0000:00:1c.0/modalias', 0o644, b'pci:v00008086d000027D0sv00000000sd00000000bc06sc04i00\n') |
| 12672 | f('sys/devices/pci0000:00/0000:00:1c.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12673 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12674 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12675 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12676 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12677 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12678 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12679 | 0x0000000000003000 0x0000000000003fff 0x0000000000000100 |
| 12680 | 0x00000000ee000000 0x00000000ee0fffff 0x0000000000000200 |
| 12681 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12682 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12683 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12684 | ''') |
| 12685 | f('sys/devices/pci0000:00/0000:00:1c.0/config', 0o644, b"\x86\x80\xd0'\x07\x05\x10\x00\x02\x00\x04\x06\x10\x00\x81\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x02\x0000\x00\x00\x00\xee\x00\xee\xf1\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x04\x00\x10\x80A\x01\xc0\x0f\x00\x00\x00\x00\x11\x00\x11,\x11\x01B\x00\x110\xe0\xa0\x10\x00(\x00@\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x90\x01\x00\x0c0\xe0\xfeyA\x00\x00\x00\x00\x00\x00\r\xa0\x00\x00\xaa\x17\x11 \x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\xc8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x00\x11\xc0\x00\x00\x00\x00\x00\x0f\xc7\x00\x06\x07\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00\x02\x00\x01\x18\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00@\x00\x00\x11\x00\x06\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x01\xc0\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07`\x00`\x00\x00\x00\x00`\x02\x00\x00\x0c\x00\x06\x00\x00\x00\x00\x08[`\xc9\xc0\x00p&u:\x188\x009\x08\x9e\x0e\x16\x00\x00\x14\xb5\xbcJ\xbc\x0b*\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xec\t\xec\x00\xfc\t\xee\x00c\x00W\x00i\x00J\x00k\x00L\x00\x01\x00\x05\x00\x10\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") |
| 12686 | f('sys/devices/pci0000:00/0000:00:1c.0/local_cpus', 0o644, b'ff\n') |
| 12687 | f('sys/devices/pci0000:00/0000:00:1c.0/subsystem_device', 0o644, b'0x0000\n') |
| 12688 | f('sys/devices/pci0000:00/0000:00:1c.0/vendor', 0o644, b'0x8086\n') |
| 12689 | f('sys/devices/pci0000:00/0000:00:1c.0/irq', 0o644, b'510\n') |
| 12690 | f('sys/devices/pci0000:00/0000:00:1c.0/device', 0o644, b'0x27d0\n') |
| 12691 | f('sys/devices/pci0000:00/0000:00:1c.0/class', 0o644, b'0x060400\n') |
| 12692 | f('sys/devices/pci0000:00/0000:00:1c.0/msi_bus', 0o644, b'1\n') |
| 12693 | f('sys/devices/pci0000:00/0000:00:1c.0/subsystem_vendor', 0o644, b'0x0000\n') |
| 12694 | f('sys/devices/pci0000:00/0000:00:1c.0/uevent', 0o644, b'''DRIVER=pcieport-driver |
| 12695 | PCI_CLASS=60400 |
| 12696 | PCI_ID=8086:27D0 |
| 12697 | PCI_SUBSYS_ID=0000:0000 |
| 12698 | PCI_SLOT_NAME=0000:00:1c.0 |
| 12699 | MODALIAS=pci:v00008086d000027D0sv00000000sd00000000bc06sc04i00 |
| 12700 | ''') |
| 12701 | f('sys/devices/pci0000:00/0000:00:1c.0/broken_parity_status', 0o644, b'0\n') |
| 12702 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03', 0o755) |
| 12703 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/subsystem', '../../../../bus/pci_express') |
| 12704 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/uevent', 0o644, b'') |
| 12705 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/power', 0o755) |
| 12706 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/power/wakeup', 0o644, b'\n') |
| 12707 | d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus', 0o755) |
| 12708 | d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02', 0o755) |
| 12709 | l('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/subsystem', '../../../../../class/pci_bus') |
| 12710 | l('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/device', '../../../0000:00:1c.0') |
| 12711 | f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/cpuaffinity', 0o644, b'ff\n') |
| 12712 | f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/uevent', 0o644, b'') |
| 12713 | d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/power', 0o755) |
| 12714 | f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/power/wakeup', 0o644, b'\n') |
| 12715 | d('sys/devices/pci0000:00/0000:00:1c.0/power', 0o755) |
| 12716 | f('sys/devices/pci0000:00/0000:00:1c.0/power/wakeup', 0o644, b'disabled\n') |
| 12717 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0', 0o755) |
| 12718 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem', '../../../../bus/pci') |
| 12719 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/driver', '../../../../bus/pci/drivers/e1000e') |
| 12720 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/local_cpulist', 0o644, b'0-7\n') |
| 12721 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/enable', 0o644, b'1\n') |
| 12722 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/modalias', 0o644, b'pci:v00008086d0000109Asv000017AAsd00002001bc02sc00i00\n') |
| 12723 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource', 0o644, b'''0x00000000ee000000 0x00000000ee01ffff 0x0000000000020200 |
| 12724 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12725 | 0x0000000000003000 0x000000000000301f 0x0000000000020101 |
| 12726 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12727 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12728 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12729 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12730 | ''') |
| 12731 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/config', 0o644, b'\x86\x80\x9a\x10\x07\x05\x10\x00\x00\x00\x00\x02\x10\x00\x00\x00\x00\x00\x00\xee\x00\x00\x00\x00\x010\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x01 \x00\x00\x00\x00\xc8\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\xd0"\xc8\x00 \x00\x0f\x05\xe0\x81\x00\x0c\x10\xe0\xfe\x00\x00\x00\x00\xc9A\x00\x00\x10\x00\x01\x00\xc1\x0c\x00\x00\x10(\x1a\x00\x11\x1c\x07\x00@\x01\x11\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x14\x00\x00\x10\x00\x00\x00\x00\x00\x11 \x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x00\x00\x00\x01\x00\x00\x04\x0f\x03\x00\x00\x00\x01\x01\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x01\x00\xc7\x8d\xe2\xff\xffA\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') |
| 12732 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource2', 0o644, b'') |
| 12733 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/local_cpus', 0o644, b'ff\n') |
| 12734 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem_device', 0o644, b'0x2001\n') |
| 12735 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/vendor', 0o644, b'0x8086\n') |
| 12736 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/irq', 0o644, b'505\n') |
| 12737 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/device', 0o644, b'0x109a\n') |
| 12738 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/class', 0o644, b'0x020000\n') |
| 12739 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/msi_bus', 0o644, b'') |
| 12740 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource0', 0o644, b'') |
| 12741 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 12742 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/uevent', 0o644, b'''DRIVER=e1000e |
| 12743 | PCI_CLASS=20000 |
| 12744 | PCI_ID=8086:109A |
| 12745 | PCI_SUBSYS_ID=17AA:2001 |
| 12746 | PCI_SLOT_NAME=0000:02:00.0 |
| 12747 | MODALIAS=pci:v00008086d0000109Asv000017AAsd00002001bc02sc00i00 |
| 12748 | ''') |
| 12749 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/broken_parity_status', 0o644, b'0\n') |
| 12750 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/power', 0o755) |
| 12751 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/power/wakeup', 0o644, b'disabled\n') |
| 12752 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net', 0o755) |
| 12753 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0', 0o755) |
| 12754 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/subsystem', '../../../../../../class/net') |
| 12755 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/device', '../../../0000:02:00.0') |
| 12756 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/ifindex', 0o644, b'2\n') |
| 12757 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/features', 0o644, b'0x111ba9\n') |
| 12758 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/iflink', 0o644, b'2\n') |
| 12759 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/dormant', 0o644, b'0\n') |
| 12760 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/dev_id', 0o644, b'0x0\n') |
| 12761 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/type', 0o644, b'1\n') |
| 12762 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/operstate', 0o644, b'down\n') |
| 12763 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/carrier', 0o644, b'0\n') |
| 12764 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/link_mode', 0o644, b'0\n') |
| 12765 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/tx_queue_len', 0o644, b'1000\n') |
| 12766 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/flags', 0o644, b'0x1003\n') |
| 12767 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/addr_len', 0o644, b'6\n') |
| 12768 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/address', 0o644, b'00:16:41:e2:8d:ff\n') |
| 12769 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/uevent', 0o644, b'''INTERFACE=eth0 |
| 12770 | IFINDEX=2 |
| 12771 | ''') |
| 12772 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/mtu', 0o644, b'1500\n') |
| 12773 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n') |
| 12774 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics', 0o755) |
| 12775 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_aborted_errors', 0o644, b'0\n') |
| 12776 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_crc_errors', 0o644, b'0\n') |
| 12777 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_bytes', 0o644, b'0\n') |
| 12778 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_errors', 0o644, b'0\n') |
| 12779 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_packets', 0o644, b'0\n') |
| 12780 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_carrier_errors', 0o644, b'0\n') |
| 12781 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_errors', 0o644, b'0\n') |
| 12782 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_dropped', 0o644, b'0\n') |
| 12783 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_fifo_errors', 0o644, b'0\n') |
| 12784 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_length_errors', 0o644, b'0\n') |
| 12785 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_dropped', 0o644, b'0\n') |
| 12786 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_fifo_errors', 0o644, b'0\n') |
| 12787 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_missed_errors', 0o644, b'0\n') |
| 12788 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_window_errors', 0o644, b'0\n') |
| 12789 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/collisions', 0o644, b'0\n') |
| 12790 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_frame_errors', 0o644, b'0\n') |
| 12791 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_packets', 0o644, b'0\n') |
| 12792 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_compressed', 0o644, b'0\n') |
| 12793 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_compressed', 0o644, b'0\n') |
| 12794 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/multicast', 0o644, b'0\n') |
| 12795 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_over_errors', 0o644, b'0\n') |
| 12796 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_bytes', 0o644, b'0\n') |
| 12797 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_heartbeat_errors', 0o644, b'0\n') |
| 12798 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/power', 0o755) |
| 12799 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/power/wakeup', 0o644, b'\n') |
| 12800 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00', 0o755) |
| 12801 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/subsystem', '../../../../bus/pci_express') |
| 12802 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/uevent', 0o644, b'') |
| 12803 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/power', 0o755) |
| 12804 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/power/wakeup', 0o644, b'\n') |
| 12805 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02', 0o755) |
| 12806 | l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/subsystem', '../../../../bus/pci_express') |
| 12807 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/uevent', 0o644, b'') |
| 12808 | d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/power', 0o755) |
| 12809 | f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/power/wakeup', 0o644, b'\n') |
| 12810 | d('sys/devices/pci0000:00/0000:00:1f.3', 0o755) |
| 12811 | l('sys/devices/pci0000:00/0000:00:1f.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:18') |
| 12812 | l('sys/devices/pci0000:00/0000:00:1f.3/subsystem', '../../../bus/pci') |
| 12813 | f('sys/devices/pci0000:00/0000:00:1f.3/local_cpulist', 0o644, b'0-7\n') |
| 12814 | f('sys/devices/pci0000:00/0000:00:1f.3/enable', 0o644, b'0\n') |
| 12815 | f('sys/devices/pci0000:00/0000:00:1f.3/modalias', 0o644, b'pci:v00008086d000027DAsv000017AAsd0000200Fbc0Csc05i00\n') |
| 12816 | f('sys/devices/pci0000:00/0000:00:1f.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12817 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12818 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12819 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12820 | 0x00000000000018e0 0x00000000000018ff 0x0000000000020101 |
| 12821 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12822 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12823 | ''') |
| 12824 | f('sys/devices/pci0000:00/0000:00:1f.3/config', 0o644, b"\x86\x80\xda'\x01\x01\x80\x02\x02\x00\x05\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe1\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x0f \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 12825 | f('sys/devices/pci0000:00/0000:00:1f.3/local_cpus', 0o644, b'ff\n') |
| 12826 | f('sys/devices/pci0000:00/0000:00:1f.3/subsystem_device', 0o644, b'0x200f\n') |
| 12827 | f('sys/devices/pci0000:00/0000:00:1f.3/vendor', 0o644, b'0x8086\n') |
| 12828 | f('sys/devices/pci0000:00/0000:00:1f.3/irq', 0o644, b'11\n') |
| 12829 | f('sys/devices/pci0000:00/0000:00:1f.3/device', 0o644, b'0x27da\n') |
| 12830 | f('sys/devices/pci0000:00/0000:00:1f.3/class', 0o644, b'0x0c0500\n') |
| 12831 | f('sys/devices/pci0000:00/0000:00:1f.3/msi_bus', 0o644, b'') |
| 12832 | f('sys/devices/pci0000:00/0000:00:1f.3/subsystem_vendor', 0o644, b'0x17aa\n') |
| 12833 | f('sys/devices/pci0000:00/0000:00:1f.3/uevent', 0o644, b'''PCI_CLASS=C0500 |
| 12834 | PCI_ID=8086:27DA |
| 12835 | PCI_SUBSYS_ID=17AA:200F |
| 12836 | PCI_SLOT_NAME=0000:00:1f.3 |
| 12837 | MODALIAS=pci:v00008086d000027DAsv000017AAsd0000200Fbc0Csc05i00 |
| 12838 | ''') |
| 12839 | f('sys/devices/pci0000:00/0000:00:1f.3/resource4', 0o644, b'') |
| 12840 | f('sys/devices/pci0000:00/0000:00:1f.3/broken_parity_status', 0o644, b'0\n') |
| 12841 | d('sys/devices/pci0000:00/0000:00:1f.3/power', 0o755) |
| 12842 | f('sys/devices/pci0000:00/0000:00:1f.3/power/wakeup', 0o644, b'\n') |
| 12843 | d('sys/devices/pci0000:00/0000:00:1d.0', 0o755) |
| 12844 | l('sys/devices/pci0000:00/0000:00:1d.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:19') |
| 12845 | l('sys/devices/pci0000:00/0000:00:1d.0/subsystem', '../../../bus/pci') |
| 12846 | l('sys/devices/pci0000:00/0000:00:1d.0/driver', '../../../bus/pci/drivers/uhci_hcd') |
| 12847 | f('sys/devices/pci0000:00/0000:00:1d.0/local_cpulist', 0o644, b'0-7\n') |
| 12848 | f('sys/devices/pci0000:00/0000:00:1d.0/enable', 0o644, b'1\n') |
| 12849 | f('sys/devices/pci0000:00/0000:00:1d.0/modalias', 0o644, b'pci:v00008086d000027C8sv000017AAsd0000200Abc0Csc03i00\n') |
| 12850 | f('sys/devices/pci0000:00/0000:00:1d.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12851 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12852 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12853 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12854 | 0x0000000000001800 0x000000000000181f 0x0000000000020101 |
| 12855 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12856 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 12857 | ''') |
| 12858 | f('sys/devices/pci0000:00/0000:00:1d.0/config', 0o644, b"\x86\x80\xc8'\x05\x00\x80\x02\x02\x00\x03\x0c\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\n \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 12859 | f('sys/devices/pci0000:00/0000:00:1d.0/local_cpus', 0o644, b'ff\n') |
| 12860 | f('sys/devices/pci0000:00/0000:00:1d.0/subsystem_device', 0o644, b'0x200a\n') |
| 12861 | f('sys/devices/pci0000:00/0000:00:1d.0/vendor', 0o644, b'0x8086\n') |
| 12862 | f('sys/devices/pci0000:00/0000:00:1d.0/irq', 0o644, b'16\n') |
| 12863 | f('sys/devices/pci0000:00/0000:00:1d.0/pools', 0o644, b'''poolinfo - 0.1 |
| 12864 | uhci_qh 11 32 128 1 |
| 12865 | uhci_td 1 64 64 1 |
| 12866 | buffer-2048 0 0 2048 0 |
| 12867 | buffer-512 0 0 512 0 |
| 12868 | buffer-128 0 0 128 0 |
| 12869 | buffer-32 1 128 32 1 |
| 12870 | ''') |
| 12871 | f('sys/devices/pci0000:00/0000:00:1d.0/device', 0o644, b'0x27c8\n') |
| 12872 | f('sys/devices/pci0000:00/0000:00:1d.0/class', 0o644, b'0x0c0300\n') |
| 12873 | f('sys/devices/pci0000:00/0000:00:1d.0/msi_bus', 0o644, b'') |
| 12874 | f('sys/devices/pci0000:00/0000:00:1d.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 12875 | f('sys/devices/pci0000:00/0000:00:1d.0/uevent', 0o644, b'''DRIVER=uhci_hcd |
| 12876 | PCI_CLASS=C0300 |
| 12877 | PCI_ID=8086:27C8 |
| 12878 | PCI_SUBSYS_ID=17AA:200A |
| 12879 | PCI_SLOT_NAME=0000:00:1d.0 |
| 12880 | MODALIAS=pci:v00008086d000027C8sv000017AAsd0000200Abc0Csc03i00 |
| 12881 | ''') |
| 12882 | f('sys/devices/pci0000:00/0000:00:1d.0/resource4', 0o644, b'') |
| 12883 | f('sys/devices/pci0000:00/0000:00:1d.0/broken_parity_status', 0o644, b'0\n') |
| 12884 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1', 0o755) |
| 12885 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/subsystem', '../../../../bus/usb') |
| 12886 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/driver', '../../../../bus/usb/drivers/usb') |
| 12887 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/ep_00', 'usb_endpoint/usbdev1.1_ep00') |
| 12888 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/version', 0o644, b' 1.10\n') |
| 12889 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/authorized_default', 0o644, b'1\n') |
| 12890 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/maxchild', 0o644, b'2\n') |
| 12891 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceClass', 0o644, b'09\n') |
| 12892 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bcdDevice', 0o644, b'0206\n') |
| 12893 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/devnum', 0o644, b'1\n') |
| 12894 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceProtocol', 0o644, b'00\n') |
| 12895 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/idProduct', 0o644, b'0001\n') |
| 12896 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/product', 0o644, b'UHCI Host Controller\n') |
| 12897 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceSubClass', 0o644, b'00\n') |
| 12898 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/configuration', 0o644, b'') |
| 12899 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/dev', 0o644, b'189:0\n') |
| 12900 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/urbnum', 0o644, b'16\n') |
| 12901 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/authorized', 0o644, b'1\n') |
| 12902 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/descriptors', 0o644, b'\x12\x01\x10\x01\t\x00\x00@k\x1d\x01\x00\x06\x02\x03\x02\x01\x01\t\x02\x19\x00\x01\x01\x00\xe0\x00\t\x04\x00\x00\x01\t\x00\x00\x00\x07\x05\x81\x03\x02\x00\xff') |
| 12903 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bNumConfigurations', 0o644, b'1\n') |
| 12904 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/serial', 0o644, b'0000:00:1d.0\n') |
| 12905 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/speed', 0o644, b'12\n') |
| 12906 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bMaxPacketSize0', 0o644, b'64\n') |
| 12907 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bmAttributes', 0o644, b'e0\n') |
| 12908 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/busnum', 0o644, b'1\n') |
| 12909 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/quirks', 0o644, b'0x0\n') |
| 12910 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bConfigurationValue', 0o644, b'1\n') |
| 12911 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/uevent', 0o644, b'''MAJOR=189 |
| 12912 | MINOR=0 |
| 12913 | DEVTYPE=usb_device |
| 12914 | DRIVER=usb |
| 12915 | PRODUCT=1d6b/1/206 |
| 12916 | TYPE=9/0/0 |
| 12917 | BUSNUM=001 |
| 12918 | DEVNUM=001 |
| 12919 | ''') |
| 12920 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n') |
| 12921 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/idVendor', 0o644, b'1d6b\n') |
| 12922 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bNumInterfaces', 0o644, b' 1\n') |
| 12923 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bMaxPower', 0o644, b' 0mA\n') |
| 12924 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint', 0o755) |
| 12925 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00', 0o755) |
| 12926 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/subsystem', '../../../../../../class/usb_endpoint') |
| 12927 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/device', '../../../usb1') |
| 12928 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/interval', 0o644, b'0ms\n') |
| 12929 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bEndpointAddress', 0o644, b'00\n') |
| 12930 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/type', 0o644, b'Control\n') |
| 12931 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/dev', 0o644, b'252:1\n') |
| 12932 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/direction', 0o644, b'both\n') |
| 12933 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bLength', 0o644, b'07\n') |
| 12934 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 12935 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bmAttributes', 0o644, b'00\n') |
| 12936 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/uevent', 0o644, b'''MAJOR=252 |
| 12937 | MINOR=1 |
| 12938 | ''') |
| 12939 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bInterval', 0o644, b'00\n') |
| 12940 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/power', 0o755) |
| 12941 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/power/wakeup', 0o644, b'\n') |
| 12942 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0', 0o755) |
| 12943 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/subsystem', '../../../../../bus/usb') |
| 12944 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/ep_81', 'usb_endpoint/usbdev1.1_ep81') |
| 12945 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/driver', '../../../../../bus/usb/drivers/hub') |
| 12946 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n') |
| 12947 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 12948 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bNumEndpoints', 0o644, b'01\n') |
| 12949 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 12950 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 12951 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceClass', 0o644, b'09\n') |
| 12952 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 12953 | DRIVER=hub |
| 12954 | PRODUCT=1d6b/1/206 |
| 12955 | TYPE=9/0/0 |
| 12956 | INTERFACE=9/0/0 |
| 12957 | MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00 |
| 12958 | ''') |
| 12959 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 12960 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint', 0o755) |
| 12961 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81', 0o755) |
| 12962 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/subsystem', '../../../../../../../class/usb_endpoint') |
| 12963 | l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/device', '../../../1-0:1.0') |
| 12964 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/interval', 0o644, b'255ms\n') |
| 12965 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bEndpointAddress', 0o644, b'81\n') |
| 12966 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/type', 0o644, b'Interrupt\n') |
| 12967 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/dev', 0o644, b'252:0\n') |
| 12968 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/direction', 0o644, b'in\n') |
| 12969 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bLength', 0o644, b'07\n') |
| 12970 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/wMaxPacketSize', 0o644, b'0002\n') |
| 12971 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bmAttributes', 0o644, b'03\n') |
| 12972 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/uevent', 0o644, b'''MAJOR=252 |
| 12973 | MINOR=0 |
| 12974 | ''') |
| 12975 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bInterval', 0o644, b'ff\n') |
| 12976 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/power', 0o755) |
| 12977 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/power/wakeup', 0o644, b'\n') |
| 12978 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/power', 0o755) |
| 12979 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/power/wakeup', 0o644, b'\n') |
| 12980 | d('sys/devices/pci0000:00/0000:00:1d.0/usb1/power', 0o755) |
| 12981 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/active_duration', 0o644, b'2532\n') |
| 12982 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/wakeup', 0o644, b'enabled\n') |
| 12983 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/connected_duration', 0o644, b'8372376\n') |
| 12984 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/autosuspend', 0o644, b'2\n') |
| 12985 | f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/level', 0o644, b'auto\n') |
| 12986 | d('sys/devices/pci0000:00/0000:00:1d.0/power', 0o755) |
| 12987 | f('sys/devices/pci0000:00/0000:00:1d.0/power/wakeup', 0o644, b'disabled\n') |
| 12988 | d('sys/devices/pci0000:00/0000:00:1d.0/usb_host', 0o755) |
| 12989 | d('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1', 0o755) |
| 12990 | l('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/subsystem', '../../../../../class/usb_host') |
| 12991 | l('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/device', '../../../0000:00:1d.0') |
| 12992 | f('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/uevent', 0o644, b'') |
| 12993 | d('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/power', 0o755) |
| 12994 | f('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/power/wakeup', 0o644, b'\n') |
| 12995 | d('sys/devices/pci0000:00/0000:00:1f.2', 0o755) |
| 12996 | l('sys/devices/pci0000:00/0000:00:1f.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:16') |
| 12997 | l('sys/devices/pci0000:00/0000:00:1f.2/subsystem', '../../../bus/pci') |
| 12998 | l('sys/devices/pci0000:00/0000:00:1f.2/driver', '../../../bus/pci/drivers/ahci') |
| 12999 | f('sys/devices/pci0000:00/0000:00:1f.2/local_cpulist', 0o644, b'0-7\n') |
| 13000 | f('sys/devices/pci0000:00/0000:00:1f.2/resource3', 0o644, b'') |
| 13001 | f('sys/devices/pci0000:00/0000:00:1f.2/enable', 0o644, b'1\n') |
| 13002 | f('sys/devices/pci0000:00/0000:00:1f.2/modalias', 0o644, b'pci:v00008086d000027C5sv000017AAsd0000200Dbc01sc06i01\n') |
| 13003 | f('sys/devices/pci0000:00/0000:00:1f.2/resource', 0o644, b'''0x00000000000018c8 0x00000000000018cf 0x0000000000020101 |
| 13004 | 0x00000000000018ac 0x00000000000018af 0x0000000000020101 |
| 13005 | 0x00000000000018c0 0x00000000000018c7 0x0000000000020101 |
| 13006 | 0x00000000000018a8 0x00000000000018ab 0x0000000000020101 |
| 13007 | 0x00000000000018b0 0x00000000000018bf 0x0000000000020101 |
| 13008 | 0x00000000ee404400 0x00000000ee4047ff 0x0000000000020200 |
| 13009 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13010 | ''') |
| 13011 | f('sys/devices/pci0000:00/0000:00:1f.2/config', 0o644, b"\x86\x80\xc5'\x07\x04\xb0\x02\x02\x01\x06\x01\x00\x00\x00\x00\xc9\x18\x00\x00\xad\x18\x00\x00\xc1\x18\x00\x00\xa9\x18\x00\x00\xb1\x18\x00\x00\x00D@\xee\x00\x00\x00\x00\xaa\x17\r \x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x0b\x02\x00\x00\x07\xa3\x00\x80\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02@\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05p\x01\x00\x0c0\xe0\xfe\x99A\x00\x00\x00\x00\x00\x00@\x00\x11\x10\x80\x01\x00J\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 13012 | f('sys/devices/pci0000:00/0000:00:1f.2/resource1', 0o644, b'') |
| 13013 | f('sys/devices/pci0000:00/0000:00:1f.2/resource2', 0o644, b'') |
| 13014 | f('sys/devices/pci0000:00/0000:00:1f.2/local_cpus', 0o644, b'ff\n') |
| 13015 | f('sys/devices/pci0000:00/0000:00:1f.2/subsystem_device', 0o644, b'0x200d\n') |
| 13016 | f('sys/devices/pci0000:00/0000:00:1f.2/vendor', 0o644, b'0x8086\n') |
| 13017 | f('sys/devices/pci0000:00/0000:00:1f.2/irq', 0o644, b'506\n') |
| 13018 | f('sys/devices/pci0000:00/0000:00:1f.2/device', 0o644, b'0x27c5\n') |
| 13019 | f('sys/devices/pci0000:00/0000:00:1f.2/class', 0o644, b'0x010601\n') |
| 13020 | f('sys/devices/pci0000:00/0000:00:1f.2/resource5', 0o644, b'') |
| 13021 | f('sys/devices/pci0000:00/0000:00:1f.2/msi_bus', 0o644, b'') |
| 13022 | f('sys/devices/pci0000:00/0000:00:1f.2/resource0', 0o644, b'') |
| 13023 | f('sys/devices/pci0000:00/0000:00:1f.2/subsystem_vendor', 0o644, b'0x17aa\n') |
| 13024 | f('sys/devices/pci0000:00/0000:00:1f.2/uevent', 0o644, b'''DRIVER=ahci |
| 13025 | PCI_CLASS=10601 |
| 13026 | PCI_ID=8086:27C5 |
| 13027 | PCI_SUBSYS_ID=17AA:200D |
| 13028 | PCI_SLOT_NAME=0000:00:1f.2 |
| 13029 | MODALIAS=pci:v00008086d000027C5sv000017AAsd0000200Dbc01sc06i01 |
| 13030 | ''') |
| 13031 | f('sys/devices/pci0000:00/0000:00:1f.2/resource4', 0o644, b'') |
| 13032 | f('sys/devices/pci0000:00/0000:00:1f.2/broken_parity_status', 0o644, b'0\n') |
| 13033 | d('sys/devices/pci0000:00/0000:00:1f.2/host0', 0o755) |
| 13034 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/subsystem', '../../../../bus/scsi') |
| 13035 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13036 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/power', 0o755) |
| 13037 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/power/wakeup', 0o644, b'\n') |
| 13038 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0', 0o755) |
| 13039 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/subsystem', '../../../../../bus/scsi') |
| 13040 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/uevent', 0o644, b'DEVTYPE=scsi_target\n') |
| 13041 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/power', 0o755) |
| 13042 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/power/wakeup', 0o644, b'\n') |
| 13043 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0', 0o755) |
| 13044 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/generic', 'scsi_generic/sg0') |
| 13045 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/subsystem', '../../../../../../bus/scsi') |
| 13046 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/driver', '../../../../../../bus/scsi/drivers/sd') |
| 13047 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iodone_cnt', 0o644, b'0x6877\n') |
| 13048 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/device_blocked', 0o644, b'0\n') |
| 13049 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/modalias', 0o644, b'scsi:t-0x00\n') |
| 13050 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_level', 0o644, b'6\n') |
| 13051 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/queue_depth', 0o644, b'1\n') |
| 13052 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/rev', 0o644, b'4.06\n') |
| 13053 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/type', 0o644, b'0\n') |
| 13054 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/sw_activity', 0o644, b'') |
| 13055 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/whitespace_test', 0o644, b'WHITE SPACE \n') |
| 13056 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iocounterbits', 0o644, b'32\n') |
| 13057 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/vendor', 0o644, b'ATA \n') |
| 13058 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/state', 0o644, b'running\n') |
| 13059 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/queue_type', 0o644, b'none\n') |
| 13060 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iorequest_cnt', 0o644, b'0x6877\n') |
| 13061 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/evt_media_change', 0o644, b'0\n') |
| 13062 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/model', 0o644, b'ST910021AS \n') |
| 13063 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/ioerr_cnt', 0o644, b'0x6\n') |
| 13064 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/uevent', 0o644, b'''DEVTYPE=scsi_device |
| 13065 | DRIVER=sd |
| 13066 | MODALIAS=scsi:t-0x00 |
| 13067 | ''') |
| 13068 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/timeout', 0o644, b'60\n') |
| 13069 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk', 0o755) |
| 13070 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0', 0o755) |
| 13071 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/subsystem', '../../../../../../../../class/scsi_disk') |
| 13072 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/device', '../../../0:0:0:0') |
| 13073 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/app_tag_own', 0o644, b'0\n') |
| 13074 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/FUA', 0o644, b'0\n') |
| 13075 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/cache_type', 0o644, b'write back\n') |
| 13076 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/protection_type', 0o644, b'0\n') |
| 13077 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/manage_start_stop', 0o644, b'1\n') |
| 13078 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/allow_restart', 0o644, b'0\n') |
| 13079 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/uevent', 0o644, b'') |
| 13080 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/power', 0o755) |
| 13081 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/power/wakeup', 0o644, b'\n') |
| 13082 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/power', 0o755) |
| 13083 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/power/wakeup', 0o644, b'\n') |
| 13084 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic', 0o755) |
| 13085 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0', 0o755) |
| 13086 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/subsystem', '../../../../../../../../class/scsi_generic') |
| 13087 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/device', '../../../0:0:0:0') |
| 13088 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/dev', 0o644, b'21:0\n') |
| 13089 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/uevent', 0o644, b'''MAJOR=21 |
| 13090 | MINOR=0 |
| 13091 | ''') |
| 13092 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/power', 0o755) |
| 13093 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/power/wakeup', 0o644, b'\n') |
| 13094 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg', 0o755) |
| 13095 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0', 0o755) |
| 13096 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/subsystem', '../../../../../../../../class/bsg') |
| 13097 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/device', '../../../0:0:0:0') |
| 13098 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/dev', 0o644, b'254:0\n') |
| 13099 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/uevent', 0o644, b'''MAJOR=254 |
| 13100 | MINOR=0 |
| 13101 | ''') |
| 13102 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/power', 0o755) |
| 13103 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/power/wakeup', 0o644, b'\n') |
| 13104 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block', 0o755) |
| 13105 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda', 0o755) |
| 13106 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/subsystem', '../../../../../../../../class/block') |
| 13107 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/bdi', '../../../../../../../virtual/bdi/8:0') |
| 13108 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/device', '../../../0:0:0:0') |
| 13109 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/capability', 0o644, b'12\n') |
| 13110 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/ro', 0o644, b'0\n') |
| 13111 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/make-it-fail', 0o644, b'0\n') |
| 13112 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/test:colon+plus', 0o644, b'colon\n') |
| 13113 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/size', 0o644, b'195371568\n') |
| 13114 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/dev', 0o644, b'8:0\n') |
| 13115 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/range', 0o644, b'16\n') |
| 13116 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/removable', 0o644, b'0\n') |
| 13117 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/stat', 0o644, b' 12939 5801 590192 194190 13755 63323 617056 2678026 0 114408 2872209\n') |
| 13118 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/uevent', 0o644, b'''MAJOR=8 |
| 13119 | MINOR=0 |
| 13120 | DEVTYPE=disk |
| 13121 | DEVNAME=sda |
| 13122 | ''') |
| 13123 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/test_empty_file', 0o644, b'') |
| 13124 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue', 0o755) |
| 13125 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/bsg', '../../../bsg/0:0:0:0') |
| 13126 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/nr_requests', 0o644, b'128\n') |
| 13127 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/nomerges', 0o644, b'0\n') |
| 13128 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/scheduler', 0o644, b'noop anticipatory deadline [cfq] \n') |
| 13129 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/hw_sector_size', 0o644, b'512\n') |
| 13130 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/max_hw_sectors_kb', 0o644, b'32767\n') |
| 13131 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/read_ahead_kb', 0o644, b'128\n') |
| 13132 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/max_sectors_kb', 0o644, b'512\n') |
| 13133 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched', 0o755) |
| 13134 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/slice_async_rq', 0o644, b'2\n') |
| 13135 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/back_seek_max', 0o644, b'16384\n') |
| 13136 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/slice_sync', 0o644, b'100\n') |
| 13137 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/slice_async', 0o644, b'40\n') |
| 13138 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/fifo_expire_sync', 0o644, b'125\n') |
| 13139 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/slice_idle', 0o644, b'8\n') |
| 13140 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/back_seek_penalty', 0o644, b'2\n') |
| 13141 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/fifo_expire_async', 0o644, b'250\n') |
| 13142 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched/quantum', 0o644, b'4\n') |
| 13143 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/power', 0o755) |
| 13144 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/power/wakeup', 0o644, b'\n') |
| 13145 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10', 0o755) |
| 13146 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/subsystem', '../../../../../../../../../class/block') |
| 13147 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/start', 0o644, b'190820133\n') |
| 13148 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/make-it-fail', 0o644, b'0\n') |
| 13149 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/size', 0o644, b'4546332\n') |
| 13150 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/dev', 0o644, b'8:10\n') |
| 13151 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/stat', 0o644, b' 42 43 384 417 0 0 0 0 0 286 417\n') |
| 13152 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/uevent', 0o644, b'''MAJOR=8 |
| 13153 | MINOR=10 |
| 13154 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 13155 | DEVNAME=sda10 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 13156 | ''') |
| 13157 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/power', 0o755) |
| 13158 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/power/wakeup', 0o644, b'\n') |
| 13159 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9', 0o755) |
| 13160 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/subsystem', '../../../../../../../../../class/block') |
| 13161 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/start', 0o644, b'143942463\n') |
| 13162 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/make-it-fail', 0o644, b'0\n') |
| 13163 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/size', 0o644, b'46877607\n') |
| 13164 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/dev', 0o644, b'8:9\n') |
| 13165 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/stat', 0o644, b' 70 322 896 800 3 0 40 240 0 945 1039\n') |
| 13166 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/uevent', 0o644, b'''MAJOR=8 |
| 13167 | MINOR=9 |
| 13168 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 13169 | DEVNAME=sda9 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 13170 | ''') |
| 13171 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/holders', 0o755) |
| 13172 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/holders/md0', '../../../../../../../../../virtual/block/md0') |
| 13173 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/power', 0o755) |
| 13174 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/power/wakeup', 0o644, b'\n') |
| 13175 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7', 0o755) |
| 13176 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/subsystem', '../../../../../../../../../class/block') |
| 13177 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/start', 0o644, b'104872383\n') |
| 13178 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/make-it-fail', 0o644, b'0\n') |
| 13179 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/size', 0o644, b'19534977\n') |
| 13180 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/dev', 0o644, b'8:7\n') |
| 13181 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/stat', 0o644, b' 35 263 298 419 0 0 0 0 0 298 419\n') |
| 13182 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/uevent', 0o644, b'''MAJOR=8 |
| 13183 | MINOR=7 |
| 13184 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 13185 | DEVNAME=sda7 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 13186 | ''') |
| 13187 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/power', 0o755) |
| 13188 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/power/wakeup', 0o644, b'\n') |
| 13189 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1', 0o755) |
| 13190 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/subsystem', '../../../../../../../../../class/block') |
| 13191 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/start', 0o644, b'63\n') |
| 13192 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/make-it-fail', 0o644, b'0\n') |
| 13193 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/size', 0o644, b'2\n') |
| 13194 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/dev', 0o644, b'8:1\n') |
| 13195 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/stat', 0o644, b' 2 0 4 36 0 0 0 0 0 36 36\n') |
| 13196 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/uevent', 0o644, b'''MAJOR=8 |
| 13197 | MINOR=1 |
| 13198 | DEVTYPE=partition |
| 13199 | DEVNAME=sda1 |
| 13200 | ''') |
| 13201 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/power', 0o755) |
| 13202 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/power/wakeup', 0o644, b'\n') |
| 13203 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8', 0o755) |
| 13204 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/subsystem', '../../../../../../../../../class/block') |
| 13205 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/start', 0o644, b'124407423\n') |
| 13206 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/make-it-fail', 0o644, b'0\n') |
| 13207 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/size', 0o644, b'19534977\n') |
| 13208 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/dev', 0o644, b'8:8\n') |
| 13209 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/stat', 0o644, b' 34 264 298 498 0 0 0 0 0 368 498\n') |
| 13210 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/uevent', 0o644, b'''MAJOR=8 |
| 13211 | MINOR=8 |
| 13212 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 13213 | DEVNAME=sda8 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 13214 | ''') |
| 13215 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/power', 0o755) |
| 13216 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/power/wakeup', 0o644, b'\n') |
| 13217 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5', 0o755) |
| 13218 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/subsystem', '../../../../../../../../../class/block') |
| 13219 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/start', 0o644, b'126\n') |
| 13220 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/make-it-fail', 0o644, b'0\n') |
| 13221 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/size', 0o644, b'62926479\n') |
| 13222 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/dev', 0o644, b'8:5\n') |
| 13223 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/stat', 0o644, b' 11087 4819 566626 169007 2951 4548 59992 129572 0 65249 298573\n') |
| 13224 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/uevent', 0o644, b'''MAJOR=8 |
| 13225 | MINOR=5 |
| 13226 | DEVTYPE=partition |
| 13227 | DEVNAME=sda5 |
| 13228 | ''') |
| 13229 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/power', 0o755) |
| 13230 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/power/wakeup', 0o644, b'\n') |
| 13231 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6', 0o755) |
| 13232 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/subsystem', '../../../../../../../../../class/block') |
| 13233 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/start', 0o644, b'62926668\n') |
| 13234 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/make-it-fail', 0o644, b'0\n') |
| 13235 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/size', 0o644, b'41945652\n') |
| 13236 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/dev', 0o644, b'8:6\n') |
| 13237 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/stat', 0o644, b' 1648 67 21334 22824 10801 58775 557024 2548214 0 51231 2571037\n') |
| 13238 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/uevent', 0o644, b'''MAJOR=8 |
| 13239 | MINOR=6 |
| 13240 | DEVTYPE=partition |
Martin Wilck | dec8e6c | 2018-04-24 21:40:23 +0200 | [diff] [blame] | 13241 | DEVNAME=sda6 |
Dan Streetman | d95b329 | 2017-02-10 15:29:23 -0500 | [diff] [blame] | 13242 | ''') |
| 13243 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/power', 0o755) |
| 13244 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/power/wakeup', 0o644, b'\n') |
| 13245 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device', 0o755) |
| 13246 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0', 0o755) |
| 13247 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/subsystem', '../../../../../../../../class/scsi_device') |
| 13248 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/device', '../../../0:0:0:0') |
| 13249 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/uevent', 0o644, b'') |
| 13250 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/power', 0o755) |
| 13251 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/power/wakeup', 0o644, b'\n') |
| 13252 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host', 0o755) |
| 13253 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0', 0o755) |
| 13254 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/subsystem', '../../../../../../class/scsi_host') |
| 13255 | l('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/device', '../../../host0') |
| 13256 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/unique_id', 0o644, b'1\n') |
| 13257 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/can_queue', 0o644, b'31\n') |
| 13258 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/unchecked_isa_dma', 0o644, b'0\n') |
| 13259 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/active_mode', 0o644, b'Initiator\n') |
| 13260 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/sg_tablesize', 0o644, b'168\n') |
| 13261 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/prot_guard_type', 0o644, b'0\n') |
| 13262 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/link_power_management_policy', 0o644, b'medium_power\n') |
| 13263 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/host_busy', 0o644, b'0\n') |
| 13264 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/proc_name', 0o644, b'ahci\n') |
| 13265 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/state', 0o644, b'running\n') |
| 13266 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/cmd_per_lun', 0o644, b'1\n') |
| 13267 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/em_message', 0o644, b'') |
| 13268 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/em_message_type', 0o644, b'0\n') |
| 13269 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/supported_mode', 0o644, b'Initiator\n') |
| 13270 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/uevent', 0o644, b'') |
| 13271 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/prot_capabilities', 0o644, b'0\n') |
| 13272 | d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/power', 0o755) |
| 13273 | f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/power/wakeup', 0o644, b'\n') |
| 13274 | d('sys/devices/pci0000:00/0000:00:1f.2/power', 0o755) |
| 13275 | f('sys/devices/pci0000:00/0000:00:1f.2/power/wakeup', 0o644, b'disabled\n') |
| 13276 | d('sys/devices/pci0000:00/0000:00:1f.2/host1', 0o755) |
| 13277 | l('sys/devices/pci0000:00/0000:00:1f.2/host1/subsystem', '../../../../bus/scsi') |
| 13278 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13279 | d('sys/devices/pci0000:00/0000:00:1f.2/host1/power', 0o755) |
| 13280 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/power/wakeup', 0o644, b'\n') |
| 13281 | d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host', 0o755) |
| 13282 | d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1', 0o755) |
| 13283 | l('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/subsystem', '../../../../../../class/scsi_host') |
| 13284 | l('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/device', '../../../host1') |
| 13285 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/unique_id', 0o644, b'2\n') |
| 13286 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/can_queue', 0o644, b'31\n') |
| 13287 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/unchecked_isa_dma', 0o644, b'0\n') |
| 13288 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/active_mode', 0o644, b'Initiator\n') |
| 13289 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/sg_tablesize', 0o644, b'168\n') |
| 13290 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/prot_guard_type', 0o644, b'0\n') |
| 13291 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/link_power_management_policy', 0o644, b'max_performance\n') |
| 13292 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/host_busy', 0o644, b'0\n') |
| 13293 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/proc_name', 0o644, b'ahci\n') |
| 13294 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/state', 0o644, b'running\n') |
| 13295 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/cmd_per_lun', 0o644, b'1\n') |
| 13296 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/em_message', 0o644, b'') |
| 13297 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/em_message_type', 0o644, b'0\n') |
| 13298 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/supported_mode', 0o644, b'Initiator\n') |
| 13299 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/uevent', 0o644, b'') |
| 13300 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/prot_capabilities', 0o644, b'0\n') |
| 13301 | d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/power', 0o755) |
| 13302 | f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/power/wakeup', 0o644, b'\n') |
| 13303 | d('sys/devices/pci0000:00/0000:00:1f.2/host2', 0o755) |
| 13304 | l('sys/devices/pci0000:00/0000:00:1f.2/host2/subsystem', '../../../../bus/scsi') |
| 13305 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13306 | d('sys/devices/pci0000:00/0000:00:1f.2/host2/power', 0o755) |
| 13307 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/power/wakeup', 0o644, b'\n') |
| 13308 | d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host', 0o755) |
| 13309 | d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2', 0o755) |
| 13310 | l('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/subsystem', '../../../../../../class/scsi_host') |
| 13311 | l('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/device', '../../../host2') |
| 13312 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/unique_id', 0o644, b'3\n') |
| 13313 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/can_queue', 0o644, b'31\n') |
| 13314 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/unchecked_isa_dma', 0o644, b'0\n') |
| 13315 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/active_mode', 0o644, b'Initiator\n') |
| 13316 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/sg_tablesize', 0o644, b'168\n') |
| 13317 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/prot_guard_type', 0o644, b'0\n') |
| 13318 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/link_power_management_policy', 0o644, b'max_performance\n') |
| 13319 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/host_busy', 0o644, b'0\n') |
| 13320 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/proc_name', 0o644, b'ahci\n') |
| 13321 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/state', 0o644, b'running\n') |
| 13322 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/cmd_per_lun', 0o644, b'1\n') |
| 13323 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/em_message', 0o644, b'') |
| 13324 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/em_message_type', 0o644, b'0\n') |
| 13325 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/supported_mode', 0o644, b'Initiator\n') |
| 13326 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/uevent', 0o644, b'') |
| 13327 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/prot_capabilities', 0o644, b'0\n') |
| 13328 | d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/power', 0o755) |
| 13329 | f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/power/wakeup', 0o644, b'\n') |
| 13330 | d('sys/devices/pci0000:00/0000:00:1f.2/host3', 0o755) |
| 13331 | l('sys/devices/pci0000:00/0000:00:1f.2/host3/subsystem', '../../../../bus/scsi') |
| 13332 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13333 | d('sys/devices/pci0000:00/0000:00:1f.2/host3/power', 0o755) |
| 13334 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/power/wakeup', 0o644, b'\n') |
| 13335 | d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host', 0o755) |
| 13336 | d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3', 0o755) |
| 13337 | l('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/subsystem', '../../../../../../class/scsi_host') |
| 13338 | l('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/device', '../../../host3') |
| 13339 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/unique_id', 0o644, b'4\n') |
| 13340 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/can_queue', 0o644, b'31\n') |
| 13341 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/unchecked_isa_dma', 0o644, b'0\n') |
| 13342 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/active_mode', 0o644, b'Initiator\n') |
| 13343 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/sg_tablesize', 0o644, b'168\n') |
| 13344 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/prot_guard_type', 0o644, b'0\n') |
| 13345 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/link_power_management_policy', 0o644, b'max_performance\n') |
| 13346 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/host_busy', 0o644, b'0\n') |
| 13347 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/proc_name', 0o644, b'ahci\n') |
| 13348 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/state', 0o644, b'running\n') |
| 13349 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/cmd_per_lun', 0o644, b'1\n') |
| 13350 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/em_message', 0o644, b'') |
| 13351 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/em_message_type', 0o644, b'0\n') |
| 13352 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/supported_mode', 0o644, b'Initiator\n') |
| 13353 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/uevent', 0o644, b'') |
| 13354 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/prot_capabilities', 0o644, b'0\n') |
| 13355 | d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/power', 0o755) |
| 13356 | f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/power/wakeup', 0o644, b'\n') |
| 13357 | d('sys/devices/pci0000:00/0000:00:1d.2', 0o755) |
| 13358 | l('sys/devices/pci0000:00/0000:00:1d.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:1d') |
| 13359 | l('sys/devices/pci0000:00/0000:00:1d.2/subsystem', '../../../bus/pci') |
| 13360 | l('sys/devices/pci0000:00/0000:00:1d.2/driver', '../../../bus/pci/drivers/uhci_hcd') |
| 13361 | f('sys/devices/pci0000:00/0000:00:1d.2/local_cpulist', 0o644, b'0-7\n') |
| 13362 | f('sys/devices/pci0000:00/0000:00:1d.2/enable', 0o644, b'1\n') |
| 13363 | f('sys/devices/pci0000:00/0000:00:1d.2/modalias', 0o644, b'pci:v00008086d000027CAsv000017AAsd0000200Abc0Csc03i00\n') |
| 13364 | f('sys/devices/pci0000:00/0000:00:1d.2/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13365 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13366 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13367 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13368 | 0x0000000000001840 0x000000000000185f 0x0000000000020101 |
| 13369 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13370 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13371 | ''') |
| 13372 | f('sys/devices/pci0000:00/0000:00:1d.2/config', 0o644, b"\x86\x80\xca'\x05\x00\x80\x02\x02\x00\x03\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00A\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\n \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 13373 | f('sys/devices/pci0000:00/0000:00:1d.2/local_cpus', 0o644, b'ff\n') |
| 13374 | f('sys/devices/pci0000:00/0000:00:1d.2/subsystem_device', 0o644, b'0x200a\n') |
| 13375 | f('sys/devices/pci0000:00/0000:00:1d.2/vendor', 0o644, b'0x8086\n') |
| 13376 | f('sys/devices/pci0000:00/0000:00:1d.2/irq', 0o644, b'18\n') |
| 13377 | f('sys/devices/pci0000:00/0000:00:1d.2/pools', 0o644, b'''poolinfo - 0.1 |
| 13378 | uhci_qh 13 32 128 1 |
| 13379 | uhci_td 4 64 64 1 |
| 13380 | buffer-2048 0 0 2048 0 |
| 13381 | buffer-512 0 0 512 0 |
| 13382 | buffer-128 3 32 128 1 |
| 13383 | buffer-32 2 128 32 1 |
| 13384 | ''') |
| 13385 | f('sys/devices/pci0000:00/0000:00:1d.2/device', 0o644, b'0x27ca\n') |
| 13386 | f('sys/devices/pci0000:00/0000:00:1d.2/class', 0o644, b'0x0c0300\n') |
| 13387 | f('sys/devices/pci0000:00/0000:00:1d.2/msi_bus', 0o644, b'') |
| 13388 | f('sys/devices/pci0000:00/0000:00:1d.2/subsystem_vendor', 0o644, b'0x17aa\n') |
| 13389 | f('sys/devices/pci0000:00/0000:00:1d.2/uevent', 0o644, b'''DRIVER=uhci_hcd |
| 13390 | PCI_CLASS=C0300 |
| 13391 | PCI_ID=8086:27CA |
| 13392 | PCI_SUBSYS_ID=17AA:200A |
| 13393 | PCI_SLOT_NAME=0000:00:1d.2 |
| 13394 | MODALIAS=pci:v00008086d000027CAsv000017AAsd0000200Abc0Csc03i00 |
| 13395 | ''') |
| 13396 | f('sys/devices/pci0000:00/0000:00:1d.2/resource4', 0o644, b'') |
| 13397 | f('sys/devices/pci0000:00/0000:00:1d.2/broken_parity_status', 0o644, b'0\n') |
| 13398 | d('sys/devices/pci0000:00/0000:00:1d.2/power', 0o755) |
| 13399 | f('sys/devices/pci0000:00/0000:00:1d.2/power/wakeup', 0o644, b'disabled\n') |
| 13400 | d('sys/devices/pci0000:00/0000:00:1d.2/usb_host', 0o755) |
| 13401 | d('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3', 0o755) |
| 13402 | l('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/subsystem', '../../../../../class/usb_host') |
| 13403 | l('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/device', '../../../0000:00:1d.2') |
| 13404 | f('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/uevent', 0o644, b'') |
| 13405 | d('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/power', 0o755) |
| 13406 | f('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/power/wakeup', 0o644, b'\n') |
| 13407 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3', 0o755) |
| 13408 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/subsystem', '../../../../bus/usb') |
| 13409 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/driver', '../../../../bus/usb/drivers/usb') |
| 13410 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/ep_00', 'usb_endpoint/usbdev3.1_ep00') |
| 13411 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/version', 0o644, b' 1.10\n') |
| 13412 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/authorized_default', 0o644, b'1\n') |
| 13413 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/maxchild', 0o644, b'2\n') |
| 13414 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceClass', 0o644, b'09\n') |
| 13415 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bcdDevice', 0o644, b'0206\n') |
| 13416 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/devnum', 0o644, b'1\n') |
| 13417 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceProtocol', 0o644, b'00\n') |
| 13418 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/idProduct', 0o644, b'0001\n') |
| 13419 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/product', 0o644, b'UHCI Host Controller\n') |
| 13420 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceSubClass', 0o644, b'00\n') |
| 13421 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/configuration', 0o644, b'') |
| 13422 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/dev', 0o644, b'189:256\n') |
| 13423 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/urbnum', 0o644, b'68\n') |
| 13424 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/authorized', 0o644, b'1\n') |
| 13425 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/descriptors', 0o644, b'\x12\x01\x10\x01\t\x00\x00@k\x1d\x01\x00\x06\x02\x03\x02\x01\x01\t\x02\x19\x00\x01\x01\x00\xe0\x00\t\x04\x00\x00\x01\t\x00\x00\x00\x07\x05\x81\x03\x02\x00\xff') |
| 13426 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bNumConfigurations', 0o644, b'1\n') |
| 13427 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/serial', 0o644, b'0000:00:1d.2\n') |
| 13428 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/speed', 0o644, b'12\n') |
| 13429 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bMaxPacketSize0', 0o644, b'64\n') |
| 13430 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bmAttributes', 0o644, b'e0\n') |
| 13431 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/busnum', 0o644, b'3\n') |
| 13432 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/quirks', 0o644, b'0x0\n') |
| 13433 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bConfigurationValue', 0o644, b'1\n') |
| 13434 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/uevent', 0o644, b'''MAJOR=189 |
| 13435 | MINOR=256 |
| 13436 | DEVTYPE=usb_device |
| 13437 | DRIVER=usb |
| 13438 | PRODUCT=1d6b/1/206 |
| 13439 | TYPE=9/0/0 |
| 13440 | BUSNUM=003 |
| 13441 | DEVNUM=001 |
| 13442 | ''') |
| 13443 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n') |
| 13444 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/idVendor', 0o644, b'1d6b\n') |
| 13445 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bNumInterfaces', 0o644, b' 1\n') |
| 13446 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bMaxPower', 0o644, b' 0mA\n') |
| 13447 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint', 0o755) |
| 13448 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00', 0o755) |
| 13449 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/subsystem', '../../../../../../class/usb_endpoint') |
| 13450 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/device', '../../../usb3') |
| 13451 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/interval', 0o644, b'0ms\n') |
| 13452 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bEndpointAddress', 0o644, b'00\n') |
| 13453 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/type', 0o644, b'Control\n') |
| 13454 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/dev', 0o644, b'252:5\n') |
| 13455 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/direction', 0o644, b'both\n') |
| 13456 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bLength', 0o644, b'07\n') |
| 13457 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 13458 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bmAttributes', 0o644, b'00\n') |
| 13459 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/uevent', 0o644, b'''MAJOR=252 |
| 13460 | MINOR=5 |
| 13461 | ''') |
| 13462 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bInterval', 0o644, b'00\n') |
| 13463 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/power', 0o755) |
| 13464 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/power/wakeup', 0o644, b'\n') |
| 13465 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0', 0o755) |
| 13466 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/subsystem', '../../../../../bus/usb') |
| 13467 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/ep_81', 'usb_endpoint/usbdev3.1_ep81') |
| 13468 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/driver', '../../../../../bus/usb/drivers/hub') |
| 13469 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n') |
| 13470 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 13471 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bNumEndpoints', 0o644, b'01\n') |
| 13472 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 13473 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 13474 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceClass', 0o644, b'09\n') |
| 13475 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 13476 | DRIVER=hub |
| 13477 | PRODUCT=1d6b/1/206 |
| 13478 | TYPE=9/0/0 |
| 13479 | INTERFACE=9/0/0 |
| 13480 | MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00 |
| 13481 | ''') |
| 13482 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 13483 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint', 0o755) |
| 13484 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81', 0o755) |
| 13485 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/subsystem', '../../../../../../../class/usb_endpoint') |
| 13486 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/device', '../../../3-0:1.0') |
| 13487 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/interval', 0o644, b'255ms\n') |
| 13488 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bEndpointAddress', 0o644, b'81\n') |
| 13489 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/type', 0o644, b'Interrupt\n') |
| 13490 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/dev', 0o644, b'252:4\n') |
| 13491 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/direction', 0o644, b'in\n') |
| 13492 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bLength', 0o644, b'07\n') |
| 13493 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/wMaxPacketSize', 0o644, b'0002\n') |
| 13494 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bmAttributes', 0o644, b'03\n') |
| 13495 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/uevent', 0o644, b'''MAJOR=252 |
| 13496 | MINOR=4 |
| 13497 | ''') |
| 13498 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bInterval', 0o644, b'ff\n') |
| 13499 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/power', 0o755) |
| 13500 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/power/wakeup', 0o644, b'\n') |
| 13501 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/power', 0o755) |
| 13502 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/power/wakeup', 0o644, b'\n') |
| 13503 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/power', 0o755) |
| 13504 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/active_duration', 0o644, b'603809\n') |
| 13505 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/wakeup', 0o644, b'enabled\n') |
| 13506 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/connected_duration', 0o644, b'8372166\n') |
| 13507 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/autosuspend', 0o644, b'2\n') |
| 13508 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/level', 0o644, b'auto\n') |
| 13509 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1', 0o755) |
| 13510 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/subsystem', '../../../../../bus/usb') |
| 13511 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/driver', '../../../../../bus/usb/drivers/usb') |
| 13512 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/ep_00', 'usb_endpoint/usbdev3.4_ep00') |
| 13513 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/version', 0o644, b' 2.00\n') |
| 13514 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/maxchild', 0o644, b'0\n') |
| 13515 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceClass', 0o644, b'00\n') |
| 13516 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bcdDevice', 0o644, b'2000\n') |
| 13517 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/devnum', 0o644, b'4\n') |
| 13518 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceProtocol', 0o644, b'00\n') |
| 13519 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/idProduct', 0o644, b'c03e\n') |
| 13520 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/product', 0o644, b'USB-PS/2 Optical Mouse\n') |
| 13521 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceSubClass', 0o644, b'00\n') |
| 13522 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/configuration', 0o644, b'') |
| 13523 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/dev', 0o644, b'189:259\n') |
| 13524 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/urbnum', 0o644, b'12\n') |
| 13525 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/authorized', 0o644, b'1\n') |
| 13526 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/descriptors', 0o644, b'\x12\x01\x00\x02\x00\x00\x00\x08m\x04>\xc0\x00 \x01\x02\x00\x01\t\x02"\x00\x01\x01\x00\xa01\t\x04\x00\x00\x01\x03\x01\x02\x00\t!\x10\x01\x00\x01"2\x00\x07\x05\x81\x03\x04\x00\n') |
| 13527 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bNumConfigurations', 0o644, b'1\n') |
| 13528 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/speed', 0o644, b'1.5\n') |
| 13529 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bMaxPacketSize0', 0o644, b'8\n') |
| 13530 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bmAttributes', 0o644, b'a0\n') |
| 13531 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/busnum', 0o644, b'3\n') |
| 13532 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/quirks', 0o644, b'0x0\n') |
| 13533 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bConfigurationValue', 0o644, b'1\n') |
| 13534 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/uevent', 0o644, b'''MAJOR=189 |
| 13535 | MINOR=259 |
| 13536 | DEVTYPE=usb_device |
| 13537 | DRIVER=usb |
| 13538 | PRODUCT=46d/c03e/2000 |
| 13539 | TYPE=0/0/0 |
| 13540 | BUSNUM=003 |
| 13541 | DEVNUM=004 |
| 13542 | ''') |
| 13543 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/manufacturer', 0o644, b'Logitech\n') |
| 13544 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/idVendor', 0o644, b'046d\n') |
| 13545 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bNumInterfaces', 0o644, b' 1\n') |
| 13546 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bMaxPower', 0o644, b' 98mA\n') |
| 13547 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint', 0o755) |
| 13548 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00', 0o755) |
| 13549 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/subsystem', '../../../../../../../class/usb_endpoint') |
| 13550 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/device', '../../../3-1') |
| 13551 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/interval', 0o644, b'0ms\n') |
| 13552 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bEndpointAddress', 0o644, b'00\n') |
| 13553 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/type', 0o644, b'Control\n') |
| 13554 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/dev', 0o644, b'252:26\n') |
| 13555 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/direction', 0o644, b'both\n') |
| 13556 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bLength', 0o644, b'07\n') |
| 13557 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/wMaxPacketSize', 0o644, b'0008\n') |
| 13558 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bmAttributes', 0o644, b'00\n') |
| 13559 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/uevent', 0o644, b'''MAJOR=252 |
| 13560 | MINOR=26 |
| 13561 | ''') |
| 13562 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bInterval', 0o644, b'00\n') |
| 13563 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/power', 0o755) |
| 13564 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/power/wakeup', 0o644, b'\n') |
| 13565 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power', 0o755) |
| 13566 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/active_duration', 0o644, b'51384\n') |
| 13567 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/wakeup', 0o644, b'enabled\n') |
| 13568 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/connected_duration', 0o644, b'51383\n') |
| 13569 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/autosuspend', 0o644, b'2\n') |
| 13570 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/persist', 0o644, b'1\n') |
| 13571 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/level', 0o644, b'on\n') |
| 13572 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0', 0o755) |
| 13573 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/subsystem', '../../../../../../bus/usb') |
| 13574 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/ep_81', 'usb_endpoint/usbdev3.4_ep81') |
| 13575 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/driver', '../../../../../../bus/usb/drivers/usbhid') |
| 13576 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/modalias', 0o644, b'usb:v046DpC03Ed2000dc00dsc00dp00ic03isc01ip02\n') |
| 13577 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 13578 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bNumEndpoints', 0o644, b'01\n') |
| 13579 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceSubClass', 0o644, b'01\n') |
| 13580 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 13581 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceClass', 0o644, b'03\n') |
| 13582 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 13583 | DRIVER=usbhid |
| 13584 | PRODUCT=46d/c03e/2000 |
| 13585 | TYPE=0/0/0 |
| 13586 | INTERFACE=3/1/2 |
| 13587 | MODALIAS=usb:v046DpC03Ed2000dc00dsc00dp00ic03isc01ip02 |
| 13588 | ''') |
| 13589 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceProtocol', 0o644, b'02\n') |
| 13590 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint', 0o755) |
| 13591 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81', 0o755) |
| 13592 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/subsystem', '../../../../../../../../class/usb_endpoint') |
| 13593 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/device', '../../../3-1:1.0') |
| 13594 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/interval', 0o644, b'10ms\n') |
| 13595 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/bEndpointAddress', 0o644, b'81\n') |
| 13596 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/type', 0o644, b'Interrupt\n') |
| 13597 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/dev', 0o644, b'252:25\n') |
| 13598 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/direction', 0o644, b'in\n') |
| 13599 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/bLength', 0o644, b'07\n') |
| 13600 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/wMaxPacketSize', 0o644, b'0004\n') |
| 13601 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/bmAttributes', 0o644, b'03\n') |
| 13602 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/uevent', 0o644, b'''MAJOR=252 |
| 13603 | MINOR=25 |
| 13604 | ''') |
| 13605 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/bInterval', 0o644, b'0a\n') |
| 13606 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/power', 0o755) |
| 13607 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/power/wakeup', 0o644, b'\n') |
| 13608 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/power', 0o755) |
| 13609 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/power/wakeup', 0o644, b'\n') |
| 13610 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input', 0o755) |
| 13611 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8', 0o755) |
| 13612 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/subsystem', '../../../../../../../../class/input') |
| 13613 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/device', '../../../3-1:1.0') |
| 13614 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/uniq', 0o644, b'\n') |
| 13615 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/phys', 0o644, b'usb-0000:00:1d.2-1/input0\n') |
| 13616 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/modalias', 0o644, b'input:b0003v046DpC03Ee0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw\n') |
| 13617 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/name', 0o644, b'Logitech USB-PS/2 Optical Mouse\n') |
| 13618 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/uevent', 0o644, b'''PRODUCT=3/46d/c03e/110 |
| 13619 | NAME="Logitech USB-PS/2 Optical Mouse" |
| 13620 | PHYS="usb-0000:00:1d.2-1/input0" |
| 13621 | UNIQ="" |
| 13622 | EV==17 |
| 13623 | KEY==70000 0 0 0 0 |
| 13624 | REL==103 |
| 13625 | MSC==10 |
| 13626 | MODALIAS=input:b0003v046DpC03Ee0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw |
| 13627 | ''') |
| 13628 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1', 0o755) |
| 13629 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/subsystem', '../../../../../../../../../class/input') |
| 13630 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/device', '../../input8') |
| 13631 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/dev', 0o644, b'13:33\n') |
| 13632 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/uevent', 0o644, b'''MAJOR=13 |
| 13633 | MINOR=33 |
| 13634 | ''') |
| 13635 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/power', 0o755) |
| 13636 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/power/wakeup', 0o644, b'\n') |
| 13637 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id', 0o755) |
| 13638 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/version', 0o644, b'0110\n') |
| 13639 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/product', 0o644, b'c03e\n') |
| 13640 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/vendor', 0o644, b'046d\n') |
| 13641 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/bustype', 0o644, b'0003\n') |
| 13642 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/power', 0o755) |
| 13643 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/power/wakeup', 0o644, b'\n') |
| 13644 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7', 0o755) |
| 13645 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/subsystem', '../../../../../../../../../class/input') |
| 13646 | l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/device', '../../input8') |
| 13647 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/dev', 0o644, b'13:71\n') |
| 13648 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/uevent', 0o644, b'''MAJOR=13 |
| 13649 | MINOR=71 |
| 13650 | ''') |
| 13651 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/power', 0o755) |
| 13652 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/power/wakeup', 0o644, b'\n') |
| 13653 | d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities', 0o755) |
| 13654 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/msc', 0o644, b'10\n') |
| 13655 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/abs', 0o644, b'0\n') |
| 13656 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/snd', 0o644, b'0\n') |
| 13657 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/ff', 0o644, b'0\n') |
| 13658 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/key', 0o644, b'70000 0 0 0 0\n') |
| 13659 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/rel', 0o644, b'103\n') |
| 13660 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/sw', 0o644, b'0\n') |
| 13661 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/ev', 0o644, b'17\n') |
| 13662 | f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/led', 0o644, b'0\n') |
| 13663 | d('sys/devices/pci0000:00/0000:00:01.0', 0o755) |
| 13664 | l('sys/devices/pci0000:00/0000:00:01.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:06') |
| 13665 | l('sys/devices/pci0000:00/0000:00:01.0/subsystem', '../../../bus/pci') |
| 13666 | l('sys/devices/pci0000:00/0000:00:01.0/driver', '../../../bus/pci/drivers/pcieport-driver') |
| 13667 | f('sys/devices/pci0000:00/0000:00:01.0/local_cpulist', 0o644, b'0-7\n') |
| 13668 | f('sys/devices/pci0000:00/0000:00:01.0/enable', 0o644, b'2\n') |
| 13669 | f('sys/devices/pci0000:00/0000:00:01.0/modalias', 0o644, b'pci:v00008086d000027A1sv00000000sd00000000bc06sc04i00\n') |
| 13670 | f('sys/devices/pci0000:00/0000:00:01.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13671 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13672 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13673 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13674 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13675 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13676 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13677 | 0x0000000000002000 0x0000000000002fff 0x0000000000000100 |
| 13678 | 0x00000000ee100000 0x00000000ee1fffff 0x0000000000000200 |
| 13679 | 0x00000000d0000000 0x00000000dfffffff 0x0000000000001201 |
| 13680 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13681 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13682 | ''') |
| 13683 | f('sys/devices/pci0000:00/0000:00:01.0/config', 0o644, b'\x86\x80\xa1\'\x07\x05\x10\x00\x03\x00\x04\x06\x10\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x01\x00 \x00\x00\x10\xee\x10\xee\x01\xd0\xf1\xdf\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x01\x90\x02\xc8\x00\x00\x00\x00\r\x80\x00\x00\xaa\x17\x14 \x05\xa0\x01\x00\x0c0\xe0\xfeqA\x00\x00\x00\x00\x00\x00\x10\x00A\x01\x00\x00\x00\x00\x00\x00\x01\x00\x01M\x01\x02\x03\x00\x01\x11\x80%\x08\x00\xc0\x01H\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x0f\x00\x00\x00\x00\x86\x0f\x05\x00\x00\x00\x00\x80\x02\x00\x01\x14\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x80\x00\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x01\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x01\x00\x00\x01\x01\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x00\x00\x00\x00\x00\x90\xd1\xfe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x06\x00\x01\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00n\x7f \x08\xf4\x0c\x00\x00\xb04 \x00\x00\x00\x00\x003\x0f\x00\x00\xff\xff\x03\x00\xd0\x0f\xf1\x05\xd1\x0f\xd1\x0f\x08\x00\x00\x00\x1f\x00\x00\x00\x00\x00\x00\x00\r/B\x00\x0c\x00\x00\x14\xb5\xbcJ\xbc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x003\x0b\xe0\x00Q\x0b\xfe\x00 \x00\x08\x00\x85\x03\xf1\x00\x87\x03\xf3\x00\x00\x00\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 \x00\x04\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x08\x14\x08\x88\x00\x00\x00\x00\x00\x00\x00\x00"wD\xb23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\n\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\r\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x003\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x004\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00\x0e\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x002\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x004\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x002\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00;\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x003\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x009\x06`\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x00:\x06b\x00 \x00\x00`\x02\x00\x00\x06\x00\x00\x00\x00\x00\x00\x00\x007') |
| 13684 | f('sys/devices/pci0000:00/0000:00:01.0/local_cpus', 0o644, b'ff\n') |
| 13685 | f('sys/devices/pci0000:00/0000:00:01.0/subsystem_device', 0o644, b'0x0000\n') |
| 13686 | f('sys/devices/pci0000:00/0000:00:01.0/vendor', 0o644, b'0x8086\n') |
| 13687 | f('sys/devices/pci0000:00/0000:00:01.0/irq', 0o644, b'511\n') |
| 13688 | f('sys/devices/pci0000:00/0000:00:01.0/device', 0o644, b'0x27a1\n') |
| 13689 | f('sys/devices/pci0000:00/0000:00:01.0/class', 0o644, b'0x060400\n') |
| 13690 | f('sys/devices/pci0000:00/0000:00:01.0/msi_bus', 0o644, b'1\n') |
| 13691 | f('sys/devices/pci0000:00/0000:00:01.0/subsystem_vendor', 0o644, b'0x0000\n') |
| 13692 | f('sys/devices/pci0000:00/0000:00:01.0/uevent', 0o644, b'''DRIVER=pcieport-driver |
| 13693 | PCI_CLASS=60400 |
| 13694 | PCI_ID=8086:27A1 |
| 13695 | PCI_SUBSYS_ID=0000:0000 |
| 13696 | PCI_SLOT_NAME=0000:00:01.0 |
| 13697 | MODALIAS=pci:v00008086d000027A1sv00000000sd00000000bc06sc04i00 |
| 13698 | ''') |
| 13699 | f('sys/devices/pci0000:00/0000:00:01.0/broken_parity_status', 0o644, b'0\n') |
| 13700 | d('sys/devices/pci0000:00/0000:00:01.0/pci_bus', 0o755) |
| 13701 | d('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01', 0o755) |
| 13702 | l('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/subsystem', '../../../../../class/pci_bus') |
| 13703 | l('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/device', '../../../0000:00:01.0') |
| 13704 | f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/cpuaffinity', 0o644, b'ff\n') |
| 13705 | f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/uevent', 0o644, b'') |
| 13706 | d('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/power', 0o755) |
| 13707 | f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/power/wakeup', 0o644, b'\n') |
| 13708 | d('sys/devices/pci0000:00/0000:00:01.0/power', 0o755) |
| 13709 | f('sys/devices/pci0000:00/0000:00:01.0/power/wakeup', 0o644, b'disabled\n') |
| 13710 | d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03', 0o755) |
| 13711 | l('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/subsystem', '../../../../bus/pci_express') |
| 13712 | f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/uevent', 0o644, b'') |
| 13713 | d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/power', 0o755) |
| 13714 | f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/power/wakeup', 0o644, b'\n') |
| 13715 | d('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0', 0o755) |
| 13716 | l('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/firmware_node', '../../../LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07') |
| 13717 | l('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem', '../../../../bus/pci') |
| 13718 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/local_cpulist', 0o644, b'0-7\n') |
| 13719 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/enable', 0o644, b'0\n') |
| 13720 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/modalias', 0o644, b'pci:v00001002d000071D4sv000017AAsd000020A4bc03sc00i00\n') |
| 13721 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource', 0o644, b'''0x00000000d0000000 0x00000000dfffffff 0x0000000000021208 |
| 13722 | 0x0000000000002000 0x00000000000020ff 0x0000000000020101 |
| 13723 | 0x00000000ee100000 0x00000000ee10ffff 0x0000000000020200 |
| 13724 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13725 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13726 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13727 | 0x00000000ee120000 0x00000000ee13ffff 0x0000000000027202 |
| 13728 | ''') |
| 13729 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/config', 0o644, b'\x02\x10\xd4q\x07\x01\x10\x00\x00\x00\x00\x03\x10\x00\x00\x00\x08\x00\x00\xd0\x01 \x00\x00\x00\x00\x10\xee\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\xa4 \x00\x00\x00\x00P\x00\x00\x00\x00\x00\x00\x00\x0b\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\xa4 \x01X\x02\x06\x00\x00\x00\x00\x10\x80\x11\x00\xa0\x0f,\x01\x10\x08\x00\x00\x01\r\x00\x00C\x00\x01\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11 \x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00@\x03\x00\x00\x00$\x8f\x0b\x00\xff\xff\x07e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') |
| 13730 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource1', 0o644, b'') |
| 13731 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource2', 0o644, b'') |
| 13732 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/local_cpus', 0o644, b'ff\n') |
| 13733 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device', 0o644, b'0x20a4\n') |
| 13734 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor', 0o644, b'0x1002\n') |
| 13735 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/irq', 0o644, b'11\n') |
| 13736 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device', 0o644, b'0x71d4\n') |
| 13737 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/class', 0o644, b'0x030000\n') |
| 13738 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/rom', 0o644, b'') |
| 13739 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/msi_bus', 0o644, b'') |
| 13740 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0', 0o644, b'') |
| 13741 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 13742 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent', 0o644, b'''PCI_CLASS=30000 |
| 13743 | PCI_ID=1002:71D4 |
| 13744 | PCI_SUBSYS_ID=17AA:20A4 |
| 13745 | PCI_SLOT_NAME=0000:01:00.0 |
| 13746 | MODALIAS=pci:v00001002d000071D4sv000017AAsd000020A4bc03sc00i00 |
| 13747 | ''') |
| 13748 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0_wc', 0o644, b'') |
| 13749 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/broken_parity_status', 0o644, b'0\n') |
| 13750 | d('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/power', 0o755) |
| 13751 | f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/power/wakeup', 0o644, b'\n') |
| 13752 | d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00', 0o755) |
| 13753 | l('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/subsystem', '../../../../bus/pci_express') |
| 13754 | f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/uevent', 0o644, b'') |
| 13755 | d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/power', 0o755) |
| 13756 | f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/power/wakeup', 0o644, b'\n') |
| 13757 | d('sys/devices/pci0000:00/0000:00:1f.1', 0o755) |
| 13758 | l('sys/devices/pci0000:00/0000:00:1f.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:13') |
| 13759 | l('sys/devices/pci0000:00/0000:00:1f.1/subsystem', '../../../bus/pci') |
| 13760 | l('sys/devices/pci0000:00/0000:00:1f.1/driver', '../../../bus/pci/drivers/ata_piix') |
| 13761 | f('sys/devices/pci0000:00/0000:00:1f.1/local_cpulist', 0o644, b'0-7\n') |
| 13762 | f('sys/devices/pci0000:00/0000:00:1f.1/resource3', 0o644, b'') |
| 13763 | f('sys/devices/pci0000:00/0000:00:1f.1/enable', 0o644, b'1\n') |
| 13764 | f('sys/devices/pci0000:00/0000:00:1f.1/modalias', 0o644, b'pci:v00008086d000027DFsv000017AAsd0000200Cbc01sc01i8a\n') |
| 13765 | f('sys/devices/pci0000:00/0000:00:1f.1/resource', 0o644, b'''0x00000000000001f0 0x00000000000001f7 0x0000000000000110 |
| 13766 | 0x00000000000003f6 0x00000000000003f6 0x0000000000000110 |
| 13767 | 0x0000000000000170 0x0000000000000177 0x0000000000000110 |
| 13768 | 0x0000000000000376 0x0000000000000376 0x0000000000000110 |
| 13769 | 0x0000000000001880 0x000000000000188f 0x0000000000020101 |
| 13770 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13771 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13772 | ''') |
| 13773 | f('sys/devices/pci0000:00/0000:00:1f.1/config', 0o644, b"\x86\x80\xdf'\x05\x00\x80\x02\x02\x8a\x01\x01\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x81\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\x0c \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\x03\x00\x00\x03\xe3\x00@\x00\x00\x00\x00\x01\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 13774 | f('sys/devices/pci0000:00/0000:00:1f.1/resource1', 0o644, b'') |
| 13775 | f('sys/devices/pci0000:00/0000:00:1f.1/resource2', 0o644, b'') |
| 13776 | f('sys/devices/pci0000:00/0000:00:1f.1/local_cpus', 0o644, b'ff\n') |
| 13777 | f('sys/devices/pci0000:00/0000:00:1f.1/subsystem_device', 0o644, b'0x200c\n') |
| 13778 | f('sys/devices/pci0000:00/0000:00:1f.1/vendor', 0o644, b'0x8086\n') |
| 13779 | f('sys/devices/pci0000:00/0000:00:1f.1/irq', 0o644, b'16\n') |
| 13780 | f('sys/devices/pci0000:00/0000:00:1f.1/device', 0o644, b'0x27df\n') |
| 13781 | f('sys/devices/pci0000:00/0000:00:1f.1/class', 0o644, b'0x01018a\n') |
| 13782 | f('sys/devices/pci0000:00/0000:00:1f.1/msi_bus', 0o644, b'') |
| 13783 | f('sys/devices/pci0000:00/0000:00:1f.1/resource0', 0o644, b'') |
| 13784 | f('sys/devices/pci0000:00/0000:00:1f.1/subsystem_vendor', 0o644, b'0x17aa\n') |
| 13785 | f('sys/devices/pci0000:00/0000:00:1f.1/uevent', 0o644, b'''DRIVER=ata_piix |
| 13786 | PCI_CLASS=1018A |
| 13787 | PCI_ID=8086:27DF |
| 13788 | PCI_SUBSYS_ID=17AA:200C |
| 13789 | PCI_SLOT_NAME=0000:00:1f.1 |
| 13790 | MODALIAS=pci:v00008086d000027DFsv000017AAsd0000200Cbc01sc01i8a |
| 13791 | ''') |
| 13792 | f('sys/devices/pci0000:00/0000:00:1f.1/resource4', 0o644, b'') |
| 13793 | f('sys/devices/pci0000:00/0000:00:1f.1/broken_parity_status', 0o644, b'0\n') |
| 13794 | d('sys/devices/pci0000:00/0000:00:1f.1/host5', 0o755) |
| 13795 | l('sys/devices/pci0000:00/0000:00:1f.1/host5/subsystem', '../../../../bus/scsi') |
| 13796 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13797 | d('sys/devices/pci0000:00/0000:00:1f.1/host5/power', 0o755) |
| 13798 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/power/wakeup', 0o644, b'\n') |
| 13799 | d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host', 0o755) |
| 13800 | d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5', 0o755) |
| 13801 | l('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/subsystem', '../../../../../../class/scsi_host') |
| 13802 | l('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/device', '../../../host5') |
| 13803 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/unique_id', 0o644, b'6\n') |
| 13804 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/can_queue', 0o644, b'1\n') |
| 13805 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/unchecked_isa_dma', 0o644, b'0\n') |
| 13806 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/active_mode', 0o644, b'Initiator\n') |
| 13807 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/sg_tablesize', 0o644, b'128\n') |
| 13808 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/prot_guard_type', 0o644, b'0\n') |
| 13809 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/host_busy', 0o644, b'0\n') |
| 13810 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/proc_name', 0o644, b'ata_piix\n') |
| 13811 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/state', 0o644, b'running\n') |
| 13812 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/cmd_per_lun', 0o644, b'1\n') |
| 13813 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/supported_mode', 0o644, b'Initiator\n') |
| 13814 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/uevent', 0o644, b'') |
| 13815 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/prot_capabilities', 0o644, b'0\n') |
| 13816 | d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/power', 0o755) |
| 13817 | f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/power/wakeup', 0o644, b'\n') |
| 13818 | d('sys/devices/pci0000:00/0000:00:1f.1/power', 0o755) |
| 13819 | f('sys/devices/pci0000:00/0000:00:1f.1/power/wakeup', 0o644, b'\n') |
| 13820 | d('sys/devices/pci0000:00/0000:00:1f.1/host4', 0o755) |
| 13821 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/subsystem', '../../../../bus/scsi') |
| 13822 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/uevent', 0o644, b'DEVTYPE=scsi_host\n') |
| 13823 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0', 0o755) |
| 13824 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/subsystem', '../../../../../bus/scsi') |
| 13825 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/uevent', 0o644, b'DEVTYPE=scsi_target\n') |
| 13826 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/power', 0o755) |
| 13827 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/power/wakeup', 0o644, b'\n') |
| 13828 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0', 0o755) |
| 13829 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/generic', 'scsi_generic/sg1') |
| 13830 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/subsystem', '../../../../../../bus/scsi') |
| 13831 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/driver', '../../../../../../bus/scsi/drivers/sr') |
| 13832 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iodone_cnt', 0o644, b'0x20b3\n') |
| 13833 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/device_blocked', 0o644, b'0\n') |
| 13834 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/modalias', 0o644, b'scsi:t-0x05\n') |
| 13835 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_level', 0o644, b'6\n') |
| 13836 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/queue_depth', 0o644, b'1\n') |
| 13837 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/rev', 0o644, b'RB01\n') |
| 13838 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/type', 0o644, b'5\n') |
| 13839 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iocounterbits', 0o644, b'32\n') |
| 13840 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/vendor', 0o644, b'MATSHITA\n') |
| 13841 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/state', 0o644, b'running\n') |
| 13842 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/queue_type', 0o644, b'none\n') |
| 13843 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iorequest_cnt', 0o644, b'0x82a9\n') |
| 13844 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/evt_media_change', 0o644, b'0\n') |
| 13845 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/model', 0o644, b'DVD-RAM UJ-842 \n') |
| 13846 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/ioerr_cnt', 0o644, b'0x0\n') |
| 13847 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/uevent', 0o644, b'''DEVTYPE=scsi_device |
| 13848 | DRIVER=sr |
| 13849 | MODALIAS=scsi:t-0x05 |
| 13850 | ''') |
| 13851 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/timeout', 0o644, b'0\n') |
| 13852 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/power', 0o755) |
| 13853 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/power/wakeup', 0o644, b'\n') |
| 13854 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic', 0o755) |
| 13855 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1', 0o755) |
| 13856 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/subsystem', '../../../../../../../../class/scsi_generic') |
| 13857 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/device', '../../../4:0:0:0') |
| 13858 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/dev', 0o644, b'21:1\n') |
| 13859 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/uevent', 0o644, b'''MAJOR=21 |
| 13860 | MINOR=1 |
| 13861 | ''') |
| 13862 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/power', 0o755) |
| 13863 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/power/wakeup', 0o644, b'\n') |
| 13864 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg', 0o755) |
| 13865 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0', 0o755) |
| 13866 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/subsystem', '../../../../../../../../class/bsg') |
| 13867 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/device', '../../../4:0:0:0') |
| 13868 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/dev', 0o644, b'254:1\n') |
| 13869 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/uevent', 0o644, b'''MAJOR=254 |
| 13870 | MINOR=1 |
| 13871 | ''') |
| 13872 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/power', 0o755) |
| 13873 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/power/wakeup', 0o644, b'\n') |
| 13874 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block', 0o755) |
| 13875 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0', 0o755) |
| 13876 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/subsystem', '../../../../../../../../class/block') |
| 13877 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/bdi', '../../../../../../../virtual/bdi/11:0') |
| 13878 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/device', '../../../4:0:0:0') |
| 13879 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/capability', 0o644, b'19\n') |
| 13880 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/ro', 0o644, b'0\n') |
| 13881 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/make-it-fail', 0o644, b'0\n') |
| 13882 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/size', 0o644, b'2097151\n') |
| 13883 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/dev', 0o644, b'11:0\n') |
| 13884 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/range', 0o644, b'1\n') |
| 13885 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/removable', 0o644, b'1\n') |
| 13886 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 13887 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/uevent', 0o644, b'''MAJOR=11 |
| 13888 | MINOR=0 |
| 13889 | DEVTYPE=disk |
| 13890 | ''') |
| 13891 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue', 0o755) |
| 13892 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/nr_requests', 0o644, b'128\n') |
| 13893 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/nomerges', 0o644, b'0\n') |
| 13894 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/scheduler', 0o644, b'noop anticipatory deadline [cfq] \n') |
| 13895 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/hw_sector_size', 0o644, b'512\n') |
| 13896 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/max_hw_sectors_kb', 0o644, b'128\n') |
| 13897 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/read_ahead_kb', 0o644, b'128\n') |
| 13898 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/max_sectors_kb', 0o644, b'128\n') |
| 13899 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched', 0o755) |
| 13900 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/slice_async_rq', 0o644, b'2\n') |
| 13901 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/back_seek_max', 0o644, b'16384\n') |
| 13902 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/slice_sync', 0o644, b'100\n') |
| 13903 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/slice_async', 0o644, b'40\n') |
| 13904 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/fifo_expire_sync', 0o644, b'125\n') |
| 13905 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/slice_idle', 0o644, b'8\n') |
| 13906 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/back_seek_penalty', 0o644, b'2\n') |
| 13907 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/fifo_expire_async', 0o644, b'250\n') |
| 13908 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched/quantum', 0o644, b'4\n') |
| 13909 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/power', 0o755) |
| 13910 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/power/wakeup', 0o644, b'\n') |
| 13911 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device', 0o755) |
| 13912 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0', 0o755) |
| 13913 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/subsystem', '../../../../../../../../class/scsi_device') |
| 13914 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/device', '../../../4:0:0:0') |
| 13915 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/uevent', 0o644, b'') |
| 13916 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/power', 0o755) |
| 13917 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/power/wakeup', 0o644, b'\n') |
| 13918 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/power', 0o755) |
| 13919 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/power/wakeup', 0o644, b'\n') |
| 13920 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host', 0o755) |
| 13921 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4', 0o755) |
| 13922 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/subsystem', '../../../../../../class/scsi_host') |
| 13923 | l('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/device', '../../../host4') |
| 13924 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/unique_id', 0o644, b'5\n') |
| 13925 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/can_queue', 0o644, b'1\n') |
| 13926 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/unchecked_isa_dma', 0o644, b'0\n') |
| 13927 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/active_mode', 0o644, b'Initiator\n') |
| 13928 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/sg_tablesize', 0o644, b'128\n') |
| 13929 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/prot_guard_type', 0o644, b'0\n') |
| 13930 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/host_busy', 0o644, b'0\n') |
| 13931 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/proc_name', 0o644, b'ata_piix\n') |
| 13932 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/state', 0o644, b'running\n') |
| 13933 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/cmd_per_lun', 0o644, b'1\n') |
| 13934 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/supported_mode', 0o644, b'Initiator\n') |
| 13935 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/uevent', 0o644, b'') |
| 13936 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/prot_capabilities', 0o644, b'0\n') |
| 13937 | d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/power', 0o755) |
| 13938 | f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/power/wakeup', 0o644, b'\n') |
| 13939 | d('sys/devices/pci0000:00/0000:00:1e.0', 0o755) |
| 13940 | l('sys/devices/pci0000:00/0000:00:1e.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:11') |
| 13941 | l('sys/devices/pci0000:00/0000:00:1e.0/subsystem', '../../../bus/pci') |
| 13942 | f('sys/devices/pci0000:00/0000:00:1e.0/local_cpulist', 0o644, b'0-7\n') |
| 13943 | f('sys/devices/pci0000:00/0000:00:1e.0/enable', 0o644, b'1\n') |
| 13944 | f('sys/devices/pci0000:00/0000:00:1e.0/modalias', 0o644, b'pci:v00008086d00002448sv00000000sd00000000bc06sc04i01\n') |
| 13945 | f('sys/devices/pci0000:00/0000:00:1e.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13946 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13947 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13948 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13949 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13950 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13951 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13952 | 0x000000000000a000 0x000000000000dfff 0x0000000000000100 |
| 13953 | 0x00000000e4300000 0x00000000e7ffffff 0x0000000000000200 |
| 13954 | 0x00000000e0000000 0x00000000e3ffffff 0x0000000000001201 |
| 13955 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13956 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13957 | ''') |
| 13958 | f('sys/devices/pci0000:00/0000:00:1e.0/config', 0o644, b'\x86\x80H$\x07\x00\x10\x00\xe2\x01\x04\x06\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15\x18 \xa0\xd0\x80"0\xe4\xf0\xe7\x01\xe0\xf1\xe3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00P\x00\x00\x00\x00\x00\x00\x00\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x12\x00\x00\r\x00\x00\x00\xaa\x17\x13 \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00') |
| 13959 | f('sys/devices/pci0000:00/0000:00:1e.0/local_cpus', 0o644, b'ff\n') |
| 13960 | f('sys/devices/pci0000:00/0000:00:1e.0/subsystem_device', 0o644, b'0x0000\n') |
| 13961 | f('sys/devices/pci0000:00/0000:00:1e.0/vendor', 0o644, b'0x8086\n') |
| 13962 | f('sys/devices/pci0000:00/0000:00:1e.0/irq', 0o644, b'0\n') |
| 13963 | f('sys/devices/pci0000:00/0000:00:1e.0/device', 0o644, b'0x2448\n') |
| 13964 | f('sys/devices/pci0000:00/0000:00:1e.0/class', 0o644, b'0x060401\n') |
| 13965 | f('sys/devices/pci0000:00/0000:00:1e.0/msi_bus', 0o644, b'1\n') |
| 13966 | f('sys/devices/pci0000:00/0000:00:1e.0/subsystem_vendor', 0o644, b'0x0000\n') |
| 13967 | f('sys/devices/pci0000:00/0000:00:1e.0/uevent', 0o644, b'''PCI_CLASS=60401 |
| 13968 | PCI_ID=8086:2448 |
| 13969 | PCI_SUBSYS_ID=0000:0000 |
| 13970 | PCI_SLOT_NAME=0000:00:1e.0 |
| 13971 | MODALIAS=pci:v00008086d00002448sv00000000sd00000000bc06sc04i01 |
| 13972 | ''') |
| 13973 | f('sys/devices/pci0000:00/0000:00:1e.0/broken_parity_status', 0o644, b'0\n') |
| 13974 | d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus', 0o755) |
| 13975 | d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15', 0o755) |
| 13976 | l('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/subsystem', '../../../../../class/pci_bus') |
| 13977 | l('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/device', '../../../0000:00:1e.0') |
| 13978 | f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/cpuaffinity', 0o644, b'ff\n') |
| 13979 | f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/uevent', 0o644, b'') |
| 13980 | d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/power', 0o755) |
| 13981 | f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/power/wakeup', 0o644, b'\n') |
| 13982 | d('sys/devices/pci0000:00/0000:00:1e.0/power', 0o755) |
| 13983 | f('sys/devices/pci0000:00/0000:00:1e.0/power/wakeup', 0o644, b'disabled\n') |
| 13984 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0', 0o755) |
| 13985 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/firmware_node', '../../../LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12') |
| 13986 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem', '../../../../bus/pci') |
| 13987 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/driver', '../../../../bus/pci/drivers/yenta_cardbus') |
| 13988 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/local_cpulist', 0o644, b'0-7\n') |
| 13989 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/enable', 0o644, b'2\n') |
| 13990 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/modalias', 0o644, b'pci:v0000104Cd0000AC56sv000017AAsd00002012bc06sc07i00\n') |
| 13991 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/resource', 0o644, b'''0x00000000e4300000 0x00000000e4300fff 0x0000000000020200 |
| 13992 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13993 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13994 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13995 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13996 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13997 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 13998 | 0x000000000000a000 0x000000000000a0ff 0x0000000000020100 |
| 13999 | 0x000000000000a400 0x000000000000a4ff 0x0000000000020100 |
| 14000 | 0x00000000e0000000 0x00000000e3ffffff 0x0000000000021200 |
| 14001 | 0x0000000088000000 0x000000008bffffff 0x0000000000020200 |
| 14002 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14003 | ''') |
| 14004 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/config', 0o644, b'L\x10V\xac\x07\x00\x10\x02\x00\x00\x07\x06\x10\xa8\x02\x00\x00\x000\xe4\xa0\x00\x00\x02\x15\x16\x17\xb0\x00\x00\x00\xe0\x00\xf0\xff\xe3\x00\x00\x00\x88\x00\xf0\xff\x8b\x00\xa0\x00\x00\xfc\xa0\x00\x00\x00\xa4\x00\x00\xfc\xa4\x00\x00\x0b\x01\xc0\x05\xaa\x17\x12 \x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00p\xd0D\x08\x00\x00\x00\x00\x00\x00\x00\x00\x02\x10\xd0\x01\xc0\x02d@\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x12\xfe\x00\x00\xc0\x00\x07\x00\x00\x00\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') |
| 14005 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/yenta_registers', 0o644, b'''CB registers: |
| 14006 | 00: 00000000 00000006 30000087 00000000 |
| 14007 | 10: 00000400 00000000 00000000 00000000 |
| 14008 | 20: 00000000 |
| 14009 | |
| 14010 | ExCA registers: |
| 14011 | 00: 84 01 00 50 00 08 00 00 - 00 00 01 00 00 00 01 00 |
| 14012 | 10: 00 00 00 00 00 00 c0 00 - 00 00 00 00 00 00 00 00 |
| 14013 | 20: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 |
| 14014 | 30: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 |
| 14015 | 40: 00 00 00 00 00 |
| 14016 | ''') |
| 14017 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/local_cpus', 0o644, b'ff\n') |
| 14018 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem_device', 0o644, b'0x2012\n') |
| 14019 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/vendor', 0o644, b'0x104c\n') |
| 14020 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/irq', 0o644, b'16\n') |
| 14021 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/device', 0o644, b'0xac56\n') |
| 14022 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/class', 0o644, b'0x060700\n') |
| 14023 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/msi_bus', 0o644, b'1\n') |
| 14024 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/resource0', 0o644, b'') |
| 14025 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem_vendor', 0o644, b'0x17aa\n') |
| 14026 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/uevent', 0o644, b'''DRIVER=yenta_cardbus |
| 14027 | PCI_CLASS=60700 |
| 14028 | PCI_ID=104C:AC56 |
| 14029 | PCI_SUBSYS_ID=17AA:2012 |
| 14030 | PCI_SLOT_NAME=0000:15:00.0 |
| 14031 | MODALIAS=pci:v0000104Cd0000AC56sv000017AAsd00002012bc06sc07i00 |
| 14032 | ''') |
| 14033 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/broken_parity_status', 0o644, b'0\n') |
| 14034 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus', 0o755) |
| 14035 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16', 0o755) |
| 14036 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/subsystem', '../../../../../../class/pci_bus') |
| 14037 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/device', '../../../0000:15:00.0') |
| 14038 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/cpuaffinity', 0o644, b'ff\n') |
| 14039 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/uevent', 0o644, b'') |
| 14040 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/power', 0o755) |
| 14041 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/power/wakeup', 0o644, b'\n') |
| 14042 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/power', 0o755) |
| 14043 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/power/wakeup', 0o644, b'disabled\n') |
| 14044 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket', 0o755) |
| 14045 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0', 0o755) |
| 14046 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/subsystem', '../../../../../../class/pcmcia_socket') |
| 14047 | l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/device', '../../../0000:15:00.0') |
| 14048 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_vpp', 0o644, b'') |
| 14049 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_mem', 0o644, b'''0x000c0000 - 0x000fffff |
| 14050 | 0x60000000 - 0x60ffffff |
| 14051 | 0xa0000000 - 0xa0ffffff |
| 14052 | 0xe0000000 - 0xe3ffffff |
| 14053 | 0xe4300000 - 0xe7ffffff |
| 14054 | ''') |
| 14055 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_io', 0o644, b'''0x00000100 - 0x000003af |
| 14056 | 0x000003e0 - 0x000004ff |
| 14057 | 0x00000820 - 0x000008ff |
| 14058 | 0x00000a00 - 0x00000aff |
| 14059 | 0x00000c00 - 0x00000cf7 |
| 14060 | 0x0000a000 - 0x0000dfff |
| 14061 | ''') |
| 14062 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_voltage', 0o644, b'') |
| 14063 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/cis', 0o644, b'') |
| 14064 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_setup_done', 0o644, b'yes\n') |
| 14065 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_irq_mask', 0o644, b'0x0cf8\n') |
| 14066 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_pm_state', 0o644, b'on\n') |
| 14067 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_vcc', 0o644, b'') |
| 14068 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_type', 0o644, b'') |
| 14069 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/uevent', 0o644, b'SOCKET_NO=0\n') |
| 14070 | d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/power', 0o755) |
| 14071 | f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/power/wakeup', 0o644, b'\n') |
| 14072 | d('sys/devices/pci0000:00/0000:00:1d.1', 0o755) |
| 14073 | l('sys/devices/pci0000:00/0000:00:1d.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:1a') |
| 14074 | l('sys/devices/pci0000:00/0000:00:1d.1/subsystem', '../../../bus/pci') |
| 14075 | l('sys/devices/pci0000:00/0000:00:1d.1/driver', '../../../bus/pci/drivers/uhci_hcd') |
| 14076 | f('sys/devices/pci0000:00/0000:00:1d.1/local_cpulist', 0o644, b'0-7\n') |
| 14077 | f('sys/devices/pci0000:00/0000:00:1d.1/enable', 0o644, b'1\n') |
| 14078 | f('sys/devices/pci0000:00/0000:00:1d.1/modalias', 0o644, b'pci:v00008086d000027C9sv000017AAsd0000200Abc0Csc03i00\n') |
| 14079 | f('sys/devices/pci0000:00/0000:00:1d.1/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14080 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14081 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14082 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14083 | 0x0000000000001820 0x000000000000183f 0x0000000000020101 |
| 14084 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14085 | 0x0000000000000000 0x0000000000000000 0x0000000000000000 |
| 14086 | ''') |
| 14087 | f('sys/devices/pci0000:00/0000:00:1d.1/config', 0o644, b"\x86\x80\xc9'\x05\x00\x80\x02\x02\x00\x03\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xaa\x17\n \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x86\x0f\x02\x00\x00\x00\x00\x00") |
| 14088 | f('sys/devices/pci0000:00/0000:00:1d.1/local_cpus', 0o644, b'ff\n') |
| 14089 | f('sys/devices/pci0000:00/0000:00:1d.1/subsystem_device', 0o644, b'0x200a\n') |
| 14090 | f('sys/devices/pci0000:00/0000:00:1d.1/vendor', 0o644, b'0x8086\n') |
| 14091 | f('sys/devices/pci0000:00/0000:00:1d.1/irq', 0o644, b'17\n') |
| 14092 | f('sys/devices/pci0000:00/0000:00:1d.1/pools', 0o644, b'''poolinfo - 0.1 |
| 14093 | uhci_qh 11 32 128 1 |
| 14094 | uhci_td 1 64 64 1 |
| 14095 | buffer-2048 0 0 2048 0 |
| 14096 | buffer-512 0 0 512 0 |
| 14097 | buffer-128 0 0 128 0 |
| 14098 | buffer-32 1 128 32 1 |
| 14099 | ''') |
| 14100 | f('sys/devices/pci0000:00/0000:00:1d.1/device', 0o644, b'0x27c9\n') |
| 14101 | f('sys/devices/pci0000:00/0000:00:1d.1/class', 0o644, b'0x0c0300\n') |
| 14102 | f('sys/devices/pci0000:00/0000:00:1d.1/msi_bus', 0o644, b'') |
| 14103 | f('sys/devices/pci0000:00/0000:00:1d.1/subsystem_vendor', 0o644, b'0x17aa\n') |
| 14104 | f('sys/devices/pci0000:00/0000:00:1d.1/uevent', 0o644, b'''DRIVER=uhci_hcd |
| 14105 | PCI_CLASS=C0300 |
| 14106 | PCI_ID=8086:27C9 |
| 14107 | PCI_SUBSYS_ID=17AA:200A |
| 14108 | PCI_SLOT_NAME=0000:00:1d.1 |
| 14109 | MODALIAS=pci:v00008086d000027C9sv000017AAsd0000200Abc0Csc03i00 |
| 14110 | ''') |
| 14111 | f('sys/devices/pci0000:00/0000:00:1d.1/resource4', 0o644, b'') |
| 14112 | f('sys/devices/pci0000:00/0000:00:1d.1/broken_parity_status', 0o644, b'0\n') |
| 14113 | d('sys/devices/pci0000:00/0000:00:1d.1/power', 0o755) |
| 14114 | f('sys/devices/pci0000:00/0000:00:1d.1/power/wakeup', 0o644, b'disabled\n') |
| 14115 | d('sys/devices/pci0000:00/0000:00:1d.1/usb_host', 0o755) |
| 14116 | d('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2', 0o755) |
| 14117 | l('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/subsystem', '../../../../../class/usb_host') |
| 14118 | l('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/device', '../../../0000:00:1d.1') |
| 14119 | f('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/uevent', 0o644, b'') |
| 14120 | d('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/power', 0o755) |
| 14121 | f('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/power/wakeup', 0o644, b'\n') |
| 14122 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2', 0o755) |
| 14123 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/subsystem', '../../../../bus/usb') |
| 14124 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/driver', '../../../../bus/usb/drivers/usb') |
| 14125 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/ep_00', 'usb_endpoint/usbdev2.1_ep00') |
| 14126 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/version', 0o644, b' 1.10\n') |
| 14127 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/authorized_default', 0o644, b'1\n') |
| 14128 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/maxchild', 0o644, b'2\n') |
| 14129 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceClass', 0o644, b'09\n') |
| 14130 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bcdDevice', 0o644, b'0206\n') |
| 14131 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/devnum', 0o644, b'1\n') |
| 14132 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceProtocol', 0o644, b'00\n') |
| 14133 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/idProduct', 0o644, b'0001\n') |
| 14134 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/product', 0o644, b'UHCI Host Controller\n') |
| 14135 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceSubClass', 0o644, b'00\n') |
| 14136 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/configuration', 0o644, b'') |
| 14137 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/dev', 0o644, b'189:128\n') |
| 14138 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/urbnum', 0o644, b'16\n') |
| 14139 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/authorized', 0o644, b'1\n') |
| 14140 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/descriptors', 0o644, b'\x12\x01\x10\x01\t\x00\x00@k\x1d\x01\x00\x06\x02\x03\x02\x01\x01\t\x02\x19\x00\x01\x01\x00\xe0\x00\t\x04\x00\x00\x01\t\x00\x00\x00\x07\x05\x81\x03\x02\x00\xff') |
| 14141 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bNumConfigurations', 0o644, b'1\n') |
| 14142 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/serial', 0o644, b'0000:00:1d.1\n') |
| 14143 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/speed', 0o644, b'12\n') |
| 14144 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bMaxPacketSize0', 0o644, b'64\n') |
| 14145 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bmAttributes', 0o644, b'e0\n') |
| 14146 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/busnum', 0o644, b'2\n') |
| 14147 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/quirks', 0o644, b'0x0\n') |
| 14148 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bConfigurationValue', 0o644, b'1\n') |
| 14149 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/uevent', 0o644, b'''MAJOR=189 |
| 14150 | MINOR=128 |
| 14151 | DEVTYPE=usb_device |
| 14152 | DRIVER=usb |
| 14153 | PRODUCT=1d6b/1/206 |
| 14154 | TYPE=9/0/0 |
| 14155 | BUSNUM=002 |
| 14156 | DEVNUM=001 |
| 14157 | ''') |
| 14158 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n') |
| 14159 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/idVendor', 0o644, b'1d6b\n') |
| 14160 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bNumInterfaces', 0o644, b' 1\n') |
| 14161 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bMaxPower', 0o644, b' 0mA\n') |
| 14162 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint', 0o755) |
| 14163 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00', 0o755) |
| 14164 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/subsystem', '../../../../../../class/usb_endpoint') |
| 14165 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/device', '../../../usb2') |
| 14166 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/interval', 0o644, b'0ms\n') |
| 14167 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bEndpointAddress', 0o644, b'00\n') |
| 14168 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/type', 0o644, b'Control\n') |
| 14169 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/dev', 0o644, b'252:3\n') |
| 14170 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/direction', 0o644, b'both\n') |
| 14171 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bLength', 0o644, b'07\n') |
| 14172 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/wMaxPacketSize', 0o644, b'0040\n') |
| 14173 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bmAttributes', 0o644, b'00\n') |
| 14174 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/uevent', 0o644, b'''MAJOR=252 |
| 14175 | MINOR=3 |
| 14176 | ''') |
| 14177 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bInterval', 0o644, b'00\n') |
| 14178 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/power', 0o755) |
| 14179 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/power/wakeup', 0o644, b'\n') |
| 14180 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/power', 0o755) |
| 14181 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/active_duration', 0o644, b'2363\n') |
| 14182 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/wakeup', 0o644, b'enabled\n') |
| 14183 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/connected_duration', 0o644, b'8372254\n') |
| 14184 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/autosuspend', 0o644, b'2\n') |
| 14185 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/level', 0o644, b'auto\n') |
| 14186 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0', 0o755) |
| 14187 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/subsystem', '../../../../../bus/usb') |
| 14188 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/ep_81', 'usb_endpoint/usbdev2.1_ep81') |
| 14189 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/driver', '../../../../../bus/usb/drivers/hub') |
| 14190 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n') |
| 14191 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceNumber', 0o644, b'00\n') |
| 14192 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bNumEndpoints', 0o644, b'01\n') |
| 14193 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceSubClass', 0o644, b'00\n') |
| 14194 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bAlternateSetting', 0o644, b' 0\n') |
| 14195 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceClass', 0o644, b'09\n') |
| 14196 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface |
| 14197 | DRIVER=hub |
| 14198 | PRODUCT=1d6b/1/206 |
| 14199 | TYPE=9/0/0 |
| 14200 | INTERFACE=9/0/0 |
| 14201 | MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00 |
| 14202 | ''') |
| 14203 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceProtocol', 0o644, b'00\n') |
| 14204 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint', 0o755) |
| 14205 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81', 0o755) |
| 14206 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/subsystem', '../../../../../../../class/usb_endpoint') |
| 14207 | l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/device', '../../../2-0:1.0') |
| 14208 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/interval', 0o644, b'255ms\n') |
| 14209 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bEndpointAddress', 0o644, b'81\n') |
| 14210 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/type', 0o644, b'Interrupt\n') |
| 14211 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/dev', 0o644, b'252:2\n') |
| 14212 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/direction', 0o644, b'in\n') |
| 14213 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bLength', 0o644, b'07\n') |
| 14214 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/wMaxPacketSize', 0o644, b'0002\n') |
| 14215 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bmAttributes', 0o644, b'03\n') |
| 14216 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/uevent', 0o644, b'''MAJOR=252 |
| 14217 | MINOR=2 |
| 14218 | ''') |
| 14219 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bInterval', 0o644, b'ff\n') |
| 14220 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/power', 0o755) |
| 14221 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/power/wakeup', 0o644, b'\n') |
| 14222 | d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/power', 0o755) |
| 14223 | f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/power/wakeup', 0o644, b'\n') |
| 14224 | d('sys/devices/virtual', 0o755) |
| 14225 | d('sys/devices/virtual/vc', 0o755) |
| 14226 | d('sys/devices/virtual/vc/vcsa3', 0o755) |
| 14227 | l('sys/devices/virtual/vc/vcsa3/subsystem', '../../../../class/vc') |
| 14228 | f('sys/devices/virtual/vc/vcsa3/dev', 0o644, b'7:131\n') |
| 14229 | f('sys/devices/virtual/vc/vcsa3/uevent', 0o644, b'''MAJOR=7 |
| 14230 | MINOR=131 |
| 14231 | ''') |
| 14232 | d('sys/devices/virtual/vc/vcsa3/power', 0o755) |
| 14233 | f('sys/devices/virtual/vc/vcsa3/power/wakeup', 0o644, b'\n') |
| 14234 | d('sys/devices/virtual/vc/vcsa6', 0o755) |
| 14235 | l('sys/devices/virtual/vc/vcsa6/subsystem', '../../../../class/vc') |
| 14236 | f('sys/devices/virtual/vc/vcsa6/dev', 0o644, b'7:134\n') |
| 14237 | f('sys/devices/virtual/vc/vcsa6/uevent', 0o644, b'''MAJOR=7 |
| 14238 | MINOR=134 |
| 14239 | ''') |
| 14240 | d('sys/devices/virtual/vc/vcsa6/power', 0o755) |
| 14241 | f('sys/devices/virtual/vc/vcsa6/power/wakeup', 0o644, b'\n') |
| 14242 | d('sys/devices/virtual/vc/vcsa2', 0o755) |
| 14243 | l('sys/devices/virtual/vc/vcsa2/subsystem', '../../../../class/vc') |
| 14244 | f('sys/devices/virtual/vc/vcsa2/dev', 0o644, b'7:130\n') |
| 14245 | f('sys/devices/virtual/vc/vcsa2/uevent', 0o644, b'''MAJOR=7 |
| 14246 | MINOR=130 |
| 14247 | ''') |
| 14248 | d('sys/devices/virtual/vc/vcsa2/power', 0o755) |
| 14249 | f('sys/devices/virtual/vc/vcsa2/power/wakeup', 0o644, b'\n') |
| 14250 | d('sys/devices/virtual/vc/vcsa', 0o755) |
| 14251 | l('sys/devices/virtual/vc/vcsa/subsystem', '../../../../class/vc') |
| 14252 | f('sys/devices/virtual/vc/vcsa/dev', 0o644, b'7:128\n') |
| 14253 | f('sys/devices/virtual/vc/vcsa/uevent', 0o644, b'''MAJOR=7 |
| 14254 | MINOR=128 |
| 14255 | ''') |
| 14256 | d('sys/devices/virtual/vc/vcsa/power', 0o755) |
| 14257 | f('sys/devices/virtual/vc/vcsa/power/wakeup', 0o644, b'\n') |
| 14258 | d('sys/devices/virtual/vc/vcs2', 0o755) |
| 14259 | l('sys/devices/virtual/vc/vcs2/subsystem', '../../../../class/vc') |
| 14260 | f('sys/devices/virtual/vc/vcs2/dev', 0o644, b'7:2\n') |
| 14261 | f('sys/devices/virtual/vc/vcs2/uevent', 0o644, b'''MAJOR=7 |
| 14262 | MINOR=2 |
| 14263 | ''') |
| 14264 | d('sys/devices/virtual/vc/vcs2/power', 0o755) |
| 14265 | f('sys/devices/virtual/vc/vcs2/power/wakeup', 0o644, b'\n') |
| 14266 | d('sys/devices/virtual/vc/vcs7', 0o755) |
| 14267 | l('sys/devices/virtual/vc/vcs7/subsystem', '../../../../class/vc') |
| 14268 | f('sys/devices/virtual/vc/vcs7/dev', 0o644, b'7:7\n') |
| 14269 | f('sys/devices/virtual/vc/vcs7/uevent', 0o644, b'''MAJOR=7 |
| 14270 | MINOR=7 |
| 14271 | ''') |
| 14272 | d('sys/devices/virtual/vc/vcs7/power', 0o755) |
| 14273 | f('sys/devices/virtual/vc/vcs7/power/wakeup', 0o644, b'\n') |
| 14274 | d('sys/devices/virtual/vc/vcsa5', 0o755) |
| 14275 | l('sys/devices/virtual/vc/vcsa5/subsystem', '../../../../class/vc') |
| 14276 | f('sys/devices/virtual/vc/vcsa5/dev', 0o644, b'7:133\n') |
| 14277 | f('sys/devices/virtual/vc/vcsa5/uevent', 0o644, b'''MAJOR=7 |
| 14278 | MINOR=133 |
| 14279 | ''') |
| 14280 | d('sys/devices/virtual/vc/vcsa5/power', 0o755) |
| 14281 | f('sys/devices/virtual/vc/vcsa5/power/wakeup', 0o644, b'\n') |
| 14282 | d('sys/devices/virtual/vc/vcsa10', 0o755) |
| 14283 | l('sys/devices/virtual/vc/vcsa10/subsystem', '../../../../class/vc') |
| 14284 | f('sys/devices/virtual/vc/vcsa10/dev', 0o644, b'7:138\n') |
| 14285 | f('sys/devices/virtual/vc/vcsa10/uevent', 0o644, b'''MAJOR=7 |
| 14286 | MINOR=138 |
| 14287 | ''') |
| 14288 | d('sys/devices/virtual/vc/vcsa10/power', 0o755) |
| 14289 | f('sys/devices/virtual/vc/vcsa10/power/wakeup', 0o644, b'\n') |
| 14290 | d('sys/devices/virtual/vc/vcs10', 0o755) |
| 14291 | l('sys/devices/virtual/vc/vcs10/subsystem', '../../../../class/vc') |
| 14292 | f('sys/devices/virtual/vc/vcs10/dev', 0o644, b'7:10\n') |
| 14293 | f('sys/devices/virtual/vc/vcs10/uevent', 0o644, b'''MAJOR=7 |
| 14294 | MINOR=10 |
| 14295 | ''') |
| 14296 | d('sys/devices/virtual/vc/vcs10/power', 0o755) |
| 14297 | f('sys/devices/virtual/vc/vcs10/power/wakeup', 0o644, b'\n') |
| 14298 | d('sys/devices/virtual/vc/vcsa1', 0o755) |
| 14299 | l('sys/devices/virtual/vc/vcsa1/subsystem', '../../../../class/vc') |
| 14300 | f('sys/devices/virtual/vc/vcsa1/dev', 0o644, b'7:129\n') |
| 14301 | f('sys/devices/virtual/vc/vcsa1/uevent', 0o644, b'''MAJOR=7 |
| 14302 | MINOR=129 |
| 14303 | ''') |
| 14304 | d('sys/devices/virtual/vc/vcsa1/power', 0o755) |
| 14305 | f('sys/devices/virtual/vc/vcsa1/power/wakeup', 0o644, b'\n') |
| 14306 | d('sys/devices/virtual/vc/vcsa4', 0o755) |
| 14307 | l('sys/devices/virtual/vc/vcsa4/subsystem', '../../../../class/vc') |
| 14308 | f('sys/devices/virtual/vc/vcsa4/dev', 0o644, b'7:132\n') |
| 14309 | f('sys/devices/virtual/vc/vcsa4/uevent', 0o644, b'''MAJOR=7 |
| 14310 | MINOR=132 |
| 14311 | ''') |
| 14312 | d('sys/devices/virtual/vc/vcsa4/power', 0o755) |
| 14313 | f('sys/devices/virtual/vc/vcsa4/power/wakeup', 0o644, b'\n') |
| 14314 | d('sys/devices/virtual/vc/vcs', 0o755) |
| 14315 | l('sys/devices/virtual/vc/vcs/subsystem', '../../../../class/vc') |
| 14316 | f('sys/devices/virtual/vc/vcs/dev', 0o644, b'7:0\n') |
| 14317 | f('sys/devices/virtual/vc/vcs/uevent', 0o644, b'''MAJOR=7 |
| 14318 | MINOR=0 |
| 14319 | ''') |
| 14320 | d('sys/devices/virtual/vc/vcs/power', 0o755) |
| 14321 | f('sys/devices/virtual/vc/vcs/power/wakeup', 0o644, b'\n') |
| 14322 | d('sys/devices/virtual/vc/vcs1', 0o755) |
| 14323 | l('sys/devices/virtual/vc/vcs1/subsystem', '../../../../class/vc') |
| 14324 | f('sys/devices/virtual/vc/vcs1/dev', 0o644, b'7:1\n') |
| 14325 | f('sys/devices/virtual/vc/vcs1/uevent', 0o644, b'''MAJOR=7 |
| 14326 | MINOR=1 |
| 14327 | ''') |
| 14328 | d('sys/devices/virtual/vc/vcs1/power', 0o755) |
| 14329 | f('sys/devices/virtual/vc/vcs1/power/wakeup', 0o644, b'\n') |
| 14330 | d('sys/devices/virtual/vc/vcs4', 0o755) |
| 14331 | l('sys/devices/virtual/vc/vcs4/subsystem', '../../../../class/vc') |
| 14332 | f('sys/devices/virtual/vc/vcs4/dev', 0o644, b'7:4\n') |
| 14333 | f('sys/devices/virtual/vc/vcs4/uevent', 0o644, b'''MAJOR=7 |
| 14334 | MINOR=4 |
| 14335 | ''') |
| 14336 | d('sys/devices/virtual/vc/vcs4/power', 0o755) |
| 14337 | f('sys/devices/virtual/vc/vcs4/power/wakeup', 0o644, b'\n') |
| 14338 | d('sys/devices/virtual/vc/vcsa7', 0o755) |
| 14339 | l('sys/devices/virtual/vc/vcsa7/subsystem', '../../../../class/vc') |
| 14340 | f('sys/devices/virtual/vc/vcsa7/dev', 0o644, b'7:135\n') |
| 14341 | f('sys/devices/virtual/vc/vcsa7/uevent', 0o644, b'''MAJOR=7 |
| 14342 | MINOR=135 |
| 14343 | ''') |
| 14344 | d('sys/devices/virtual/vc/vcsa7/power', 0o755) |
| 14345 | f('sys/devices/virtual/vc/vcsa7/power/wakeup', 0o644, b'\n') |
| 14346 | d('sys/devices/virtual/vc/vcs6', 0o755) |
| 14347 | l('sys/devices/virtual/vc/vcs6/subsystem', '../../../../class/vc') |
| 14348 | f('sys/devices/virtual/vc/vcs6/dev', 0o644, b'7:6\n') |
| 14349 | f('sys/devices/virtual/vc/vcs6/uevent', 0o644, b'''MAJOR=7 |
| 14350 | MINOR=6 |
| 14351 | ''') |
| 14352 | d('sys/devices/virtual/vc/vcs6/power', 0o755) |
| 14353 | f('sys/devices/virtual/vc/vcs6/power/wakeup', 0o644, b'\n') |
| 14354 | d('sys/devices/virtual/vc/vcs3', 0o755) |
| 14355 | l('sys/devices/virtual/vc/vcs3/subsystem', '../../../../class/vc') |
| 14356 | f('sys/devices/virtual/vc/vcs3/dev', 0o644, b'7:3\n') |
| 14357 | f('sys/devices/virtual/vc/vcs3/uevent', 0o644, b'''MAJOR=7 |
| 14358 | MINOR=3 |
| 14359 | ''') |
| 14360 | d('sys/devices/virtual/vc/vcs3/power', 0o755) |
| 14361 | f('sys/devices/virtual/vc/vcs3/power/wakeup', 0o644, b'\n') |
| 14362 | d('sys/devices/virtual/vc/vcs5', 0o755) |
| 14363 | l('sys/devices/virtual/vc/vcs5/subsystem', '../../../../class/vc') |
| 14364 | f('sys/devices/virtual/vc/vcs5/dev', 0o644, b'7:5\n') |
| 14365 | f('sys/devices/virtual/vc/vcs5/uevent', 0o644, b'''MAJOR=7 |
| 14366 | MINOR=5 |
| 14367 | ''') |
| 14368 | d('sys/devices/virtual/vc/vcs5/power', 0o755) |
| 14369 | f('sys/devices/virtual/vc/vcs5/power/wakeup', 0o644, b'\n') |
| 14370 | d('sys/devices/virtual/mem', 0o755) |
| 14371 | d('sys/devices/virtual/mem/zero', 0o755) |
| 14372 | l('sys/devices/virtual/mem/zero/subsystem', '../../../../class/mem') |
| 14373 | f('sys/devices/virtual/mem/zero/dev', 0o644, b'1:5\n') |
| 14374 | f('sys/devices/virtual/mem/zero/uevent', 0o644, b'''MAJOR=1 |
| 14375 | MINOR=5 |
| 14376 | ''') |
| 14377 | d('sys/devices/virtual/mem/zero/power', 0o755) |
| 14378 | f('sys/devices/virtual/mem/zero/power/wakeup', 0o644, b'\n') |
| 14379 | d('sys/devices/virtual/mem/kmsg', 0o755) |
| 14380 | l('sys/devices/virtual/mem/kmsg/subsystem', '../../../../class/mem') |
| 14381 | f('sys/devices/virtual/mem/kmsg/dev', 0o644, b'1:11\n') |
| 14382 | f('sys/devices/virtual/mem/kmsg/uevent', 0o644, b'''MAJOR=1 |
| 14383 | MINOR=11 |
| 14384 | ''') |
| 14385 | d('sys/devices/virtual/mem/kmsg/power', 0o755) |
| 14386 | f('sys/devices/virtual/mem/kmsg/power/wakeup', 0o644, b'\n') |
| 14387 | d('sys/devices/virtual/mem/mem', 0o755) |
| 14388 | l('sys/devices/virtual/mem/mem/subsystem', '../../../../class/mem') |
| 14389 | f('sys/devices/virtual/mem/mem/dev', 0o644, b'1:1\n') |
| 14390 | f('sys/devices/virtual/mem/mem/uevent', 0o644, b'''MAJOR=1 |
| 14391 | MINOR=1 |
| 14392 | ''') |
| 14393 | d('sys/devices/virtual/mem/mem/power', 0o755) |
| 14394 | f('sys/devices/virtual/mem/mem/power/wakeup', 0o644, b'\n') |
| 14395 | d('sys/devices/virtual/mem/urandom', 0o755) |
| 14396 | l('sys/devices/virtual/mem/urandom/subsystem', '../../../../class/mem') |
| 14397 | f('sys/devices/virtual/mem/urandom/dev', 0o644, b'1:9\n') |
| 14398 | f('sys/devices/virtual/mem/urandom/uevent', 0o644, b'''MAJOR=1 |
| 14399 | MINOR=9 |
| 14400 | ''') |
| 14401 | d('sys/devices/virtual/mem/urandom/power', 0o755) |
| 14402 | f('sys/devices/virtual/mem/urandom/power/wakeup', 0o644, b'\n') |
| 14403 | d('sys/devices/virtual/mem/port', 0o755) |
| 14404 | l('sys/devices/virtual/mem/port/subsystem', '../../../../class/mem') |
| 14405 | f('sys/devices/virtual/mem/port/dev', 0o644, b'1:4\n') |
| 14406 | f('sys/devices/virtual/mem/port/uevent', 0o644, b'''MAJOR=1 |
| 14407 | MINOR=4 |
| 14408 | ''') |
| 14409 | d('sys/devices/virtual/mem/port/power', 0o755) |
| 14410 | f('sys/devices/virtual/mem/port/power/wakeup', 0o644, b'\n') |
| 14411 | d('sys/devices/virtual/mem/null', 0o755) |
| 14412 | l('sys/devices/virtual/mem/null/subsystem', '../../../../class/mem') |
| 14413 | f('sys/devices/virtual/mem/null/dev', 0o644, b'1:3\n') |
| 14414 | f('sys/devices/virtual/mem/null/uevent', 0o644, b'''MAJOR=1 |
| 14415 | MINOR=3 |
| 14416 | ''') |
| 14417 | d('sys/devices/virtual/mem/null/power', 0o755) |
| 14418 | f('sys/devices/virtual/mem/null/power/wakeup', 0o644, b'\n') |
| 14419 | d('sys/devices/virtual/mem/kmem', 0o755) |
| 14420 | l('sys/devices/virtual/mem/kmem/subsystem', '../../../../class/mem') |
| 14421 | f('sys/devices/virtual/mem/kmem/dev', 0o644, b'1:2\n') |
| 14422 | f('sys/devices/virtual/mem/kmem/uevent', 0o644, b'''MAJOR=1 |
| 14423 | MINOR=2 |
| 14424 | ''') |
| 14425 | d('sys/devices/virtual/mem/kmem/power', 0o755) |
| 14426 | f('sys/devices/virtual/mem/kmem/power/wakeup', 0o644, b'\n') |
| 14427 | d('sys/devices/virtual/mem/full', 0o755) |
| 14428 | l('sys/devices/virtual/mem/full/subsystem', '../../../../class/mem') |
| 14429 | f('sys/devices/virtual/mem/full/dev', 0o644, b'1:7\n') |
| 14430 | f('sys/devices/virtual/mem/full/uevent', 0o644, b'''MAJOR=1 |
| 14431 | MINOR=7 |
| 14432 | ''') |
| 14433 | d('sys/devices/virtual/mem/full/power', 0o755) |
| 14434 | f('sys/devices/virtual/mem/full/power/wakeup', 0o644, b'\n') |
| 14435 | d('sys/devices/virtual/mem/random', 0o755) |
| 14436 | l('sys/devices/virtual/mem/random/subsystem', '../../../../class/mem') |
| 14437 | f('sys/devices/virtual/mem/random/dev', 0o644, b'1:8\n') |
| 14438 | f('sys/devices/virtual/mem/random/uevent', 0o644, b'''MAJOR=1 |
| 14439 | MINOR=8 |
| 14440 | ''') |
| 14441 | d('sys/devices/virtual/mem/random/power', 0o755) |
| 14442 | f('sys/devices/virtual/mem/random/power/wakeup', 0o644, b'\n') |
| 14443 | d('sys/devices/virtual/net', 0o755) |
| 14444 | d('sys/devices/virtual/net/lo', 0o755) |
| 14445 | l('sys/devices/virtual/net/lo/subsystem', '../../../../class/net') |
| 14446 | f('sys/devices/virtual/net/lo/ifindex', 0o644, b'1\n') |
| 14447 | f('sys/devices/virtual/net/lo/features', 0o644, b'0x13865\n') |
| 14448 | f('sys/devices/virtual/net/lo/iflink', 0o644, b'1\n') |
| 14449 | f('sys/devices/virtual/net/lo/dormant', 0o644, b'0\n') |
| 14450 | f('sys/devices/virtual/net/lo/dev_id', 0o644, b'0x0\n') |
| 14451 | f('sys/devices/virtual/net/lo/type', 0o644, b'772\n') |
| 14452 | f('sys/devices/virtual/net/lo/operstate', 0o644, b'unknown\n') |
| 14453 | f('sys/devices/virtual/net/lo/carrier', 0o644, b'1\n') |
| 14454 | f('sys/devices/virtual/net/lo/link_mode', 0o644, b'0\n') |
| 14455 | f('sys/devices/virtual/net/lo/tx_queue_len', 0o644, b'0\n') |
| 14456 | f('sys/devices/virtual/net/lo/flags', 0o644, b'0x9\n') |
| 14457 | f('sys/devices/virtual/net/lo/addr_len', 0o644, b'6\n') |
| 14458 | f('sys/devices/virtual/net/lo/address', 0o644, b'00:00:00:00:00:00\n') |
| 14459 | f('sys/devices/virtual/net/lo/uevent', 0o644, b'''INTERFACE=lo |
| 14460 | IFINDEX=1 |
| 14461 | ''') |
| 14462 | f('sys/devices/virtual/net/lo/mtu', 0o644, b'16436\n') |
| 14463 | f('sys/devices/virtual/net/lo/broadcast', 0o644, b'00:00:00:00:00:00\n') |
| 14464 | d('sys/devices/virtual/net/lo/statistics', 0o755) |
| 14465 | f('sys/devices/virtual/net/lo/statistics/tx_aborted_errors', 0o644, b'0\n') |
| 14466 | f('sys/devices/virtual/net/lo/statistics/rx_crc_errors', 0o644, b'0\n') |
| 14467 | f('sys/devices/virtual/net/lo/statistics/rx_bytes', 0o644, b'3380\n') |
| 14468 | f('sys/devices/virtual/net/lo/statistics/rx_errors', 0o644, b'0\n') |
| 14469 | f('sys/devices/virtual/net/lo/statistics/tx_packets', 0o644, b'46\n') |
| 14470 | f('sys/devices/virtual/net/lo/statistics/tx_carrier_errors', 0o644, b'0\n') |
| 14471 | f('sys/devices/virtual/net/lo/statistics/tx_errors', 0o644, b'0\n') |
| 14472 | f('sys/devices/virtual/net/lo/statistics/rx_dropped', 0o644, b'0\n') |
| 14473 | f('sys/devices/virtual/net/lo/statistics/tx_fifo_errors', 0o644, b'0\n') |
| 14474 | f('sys/devices/virtual/net/lo/statistics/rx_length_errors', 0o644, b'0\n') |
| 14475 | f('sys/devices/virtual/net/lo/statistics/tx_dropped', 0o644, b'0\n') |
| 14476 | f('sys/devices/virtual/net/lo/statistics/rx_fifo_errors', 0o644, b'0\n') |
| 14477 | f('sys/devices/virtual/net/lo/statistics/rx_missed_errors', 0o644, b'0\n') |
| 14478 | f('sys/devices/virtual/net/lo/statistics/tx_window_errors', 0o644, b'0\n') |
| 14479 | f('sys/devices/virtual/net/lo/statistics/collisions', 0o644, b'0\n') |
| 14480 | f('sys/devices/virtual/net/lo/statistics/rx_frame_errors', 0o644, b'0\n') |
| 14481 | f('sys/devices/virtual/net/lo/statistics/rx_packets', 0o644, b'46\n') |
| 14482 | f('sys/devices/virtual/net/lo/statistics/rx_compressed', 0o644, b'0\n') |
| 14483 | f('sys/devices/virtual/net/lo/statistics/tx_compressed', 0o644, b'0\n') |
| 14484 | f('sys/devices/virtual/net/lo/statistics/multicast', 0o644, b'0\n') |
| 14485 | f('sys/devices/virtual/net/lo/statistics/rx_over_errors', 0o644, b'0\n') |
| 14486 | f('sys/devices/virtual/net/lo/statistics/tx_bytes', 0o644, b'3380\n') |
| 14487 | f('sys/devices/virtual/net/lo/statistics/tx_heartbeat_errors', 0o644, b'0\n') |
| 14488 | d('sys/devices/virtual/net/lo/power', 0o755) |
| 14489 | f('sys/devices/virtual/net/lo/power/wakeup', 0o644, b'\n') |
| 14490 | d('sys/devices/virtual/dmi', 0o755) |
| 14491 | d('sys/devices/virtual/dmi/id', 0o755) |
| 14492 | l('sys/devices/virtual/dmi/id/subsystem', '../../../../class/dmi') |
| 14493 | f('sys/devices/virtual/dmi/id/product_name', 0o644, b'8741C4G\n') |
| 14494 | f('sys/devices/virtual/dmi/id/modalias', 0o644, b'dmi:bvnLENOVO:bvr7IET31WW(1.12):bd09/19/2007:svnLENOVO:pn8741C4G:pvrThinkPadT60p:rvnLENOVO:rn8741C4G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:\n') |
| 14495 | f('sys/devices/virtual/dmi/id/chassis_serial', 0o644, b'Not Available\n') |
| 14496 | f('sys/devices/virtual/dmi/id/board_version', 0o644, b'Not Available\n') |
| 14497 | f('sys/devices/virtual/dmi/id/board_serial', 0o644, b'VF0UV72C10X\n') |
| 14498 | f('sys/devices/virtual/dmi/id/chassis_type', 0o644, b'10\n') |
| 14499 | f('sys/devices/virtual/dmi/id/chassis_asset_tag', 0o644, b'No Asset Information\n') |
| 14500 | f('sys/devices/virtual/dmi/id/product_uuid', 0o644, b'82161681-492E-11CB-BCCA-A7FDE26F414B\n') |
| 14501 | f('sys/devices/virtual/dmi/id/board_name', 0o644, b'8741C4G\n') |
| 14502 | f('sys/devices/virtual/dmi/id/board_asset_tag', 0o644, b'\n') |
| 14503 | f('sys/devices/virtual/dmi/id/bios_date', 0o644, b'09/19/2007\n') |
| 14504 | f('sys/devices/virtual/dmi/id/bios_version', 0o644, b'7IET31WW (1.12 )\n') |
| 14505 | f('sys/devices/virtual/dmi/id/product_serial', 0o644, b'L3AK195\n') |
| 14506 | f('sys/devices/virtual/dmi/id/chassis_version', 0o644, b'Not Available\n') |
| 14507 | f('sys/devices/virtual/dmi/id/chassis_vendor', 0o644, b'LENOVO\n') |
| 14508 | f('sys/devices/virtual/dmi/id/product_version', 0o644, b'ThinkPad T60p\n') |
| 14509 | f('sys/devices/virtual/dmi/id/board_vendor', 0o644, b'LENOVO\n') |
| 14510 | f('sys/devices/virtual/dmi/id/uevent', 0o644, b'MODALIAS=dmi:bvnLENOVO:bvr7IET31WW(1.12):bd09/19/2007:svnLENOVO:pn8741C4G:pvrThinkPadT60p:rvnLENOVO:rn8741C4G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:\n') |
| 14511 | f('sys/devices/virtual/dmi/id/sys_vendor', 0o644, b'LENOVO\n') |
| 14512 | f('sys/devices/virtual/dmi/id/bios_vendor', 0o644, b'LENOVO\n') |
| 14513 | d('sys/devices/virtual/dmi/id/power', 0o755) |
| 14514 | f('sys/devices/virtual/dmi/id/power/wakeup', 0o644, b'\n') |
| 14515 | d('sys/devices/virtual/bdi', 0o755) |
| 14516 | d('sys/devices/virtual/bdi/7:1', 0o755) |
| 14517 | l('sys/devices/virtual/bdi/7:1/subsystem', '../../../../class/bdi') |
| 14518 | f('sys/devices/virtual/bdi/7:1/read_ahead_kb', 0o644, b'0\n') |
| 14519 | f('sys/devices/virtual/bdi/7:1/uevent', 0o644, b'') |
| 14520 | f('sys/devices/virtual/bdi/7:1/max_ratio', 0o644, b'100\n') |
| 14521 | f('sys/devices/virtual/bdi/7:1/min_ratio', 0o644, b'0\n') |
| 14522 | d('sys/devices/virtual/bdi/7:1/power', 0o755) |
| 14523 | f('sys/devices/virtual/bdi/7:1/power/wakeup', 0o644, b'\n') |
| 14524 | d('sys/devices/virtual/bdi/7:0', 0o755) |
| 14525 | l('sys/devices/virtual/bdi/7:0/subsystem', '../../../../class/bdi') |
| 14526 | f('sys/devices/virtual/bdi/7:0/read_ahead_kb', 0o644, b'0\n') |
| 14527 | f('sys/devices/virtual/bdi/7:0/uevent', 0o644, b'') |
| 14528 | f('sys/devices/virtual/bdi/7:0/max_ratio', 0o644, b'100\n') |
| 14529 | f('sys/devices/virtual/bdi/7:0/min_ratio', 0o644, b'0\n') |
| 14530 | d('sys/devices/virtual/bdi/7:0/power', 0o755) |
| 14531 | f('sys/devices/virtual/bdi/7:0/power/wakeup', 0o644, b'\n') |
| 14532 | d('sys/devices/virtual/bdi/7:2', 0o755) |
| 14533 | l('sys/devices/virtual/bdi/7:2/subsystem', '../../../../class/bdi') |
| 14534 | f('sys/devices/virtual/bdi/7:2/read_ahead_kb', 0o644, b'0\n') |
| 14535 | f('sys/devices/virtual/bdi/7:2/uevent', 0o644, b'') |
| 14536 | f('sys/devices/virtual/bdi/7:2/max_ratio', 0o644, b'100\n') |
| 14537 | f('sys/devices/virtual/bdi/7:2/min_ratio', 0o644, b'0\n') |
| 14538 | d('sys/devices/virtual/bdi/7:2/power', 0o755) |
| 14539 | f('sys/devices/virtual/bdi/7:2/power/wakeup', 0o644, b'\n') |
| 14540 | d('sys/devices/virtual/bdi/7:4', 0o755) |
| 14541 | l('sys/devices/virtual/bdi/7:4/subsystem', '../../../../class/bdi') |
| 14542 | f('sys/devices/virtual/bdi/7:4/read_ahead_kb', 0o644, b'0\n') |
| 14543 | f('sys/devices/virtual/bdi/7:4/uevent', 0o644, b'') |
| 14544 | f('sys/devices/virtual/bdi/7:4/max_ratio', 0o644, b'100\n') |
| 14545 | f('sys/devices/virtual/bdi/7:4/min_ratio', 0o644, b'0\n') |
| 14546 | d('sys/devices/virtual/bdi/7:4/power', 0o755) |
| 14547 | f('sys/devices/virtual/bdi/7:4/power/wakeup', 0o644, b'\n') |
| 14548 | d('sys/devices/virtual/bdi/7:3', 0o755) |
| 14549 | l('sys/devices/virtual/bdi/7:3/subsystem', '../../../../class/bdi') |
| 14550 | f('sys/devices/virtual/bdi/7:3/read_ahead_kb', 0o644, b'0\n') |
| 14551 | f('sys/devices/virtual/bdi/7:3/uevent', 0o644, b'') |
| 14552 | f('sys/devices/virtual/bdi/7:3/max_ratio', 0o644, b'100\n') |
| 14553 | f('sys/devices/virtual/bdi/7:3/min_ratio', 0o644, b'0\n') |
| 14554 | d('sys/devices/virtual/bdi/7:3/power', 0o755) |
| 14555 | f('sys/devices/virtual/bdi/7:3/power/wakeup', 0o644, b'\n') |
| 14556 | d('sys/devices/virtual/bdi/11:0', 0o755) |
| 14557 | l('sys/devices/virtual/bdi/11:0/subsystem', '../../../../class/bdi') |
| 14558 | f('sys/devices/virtual/bdi/11:0/read_ahead_kb', 0o644, b'128\n') |
| 14559 | f('sys/devices/virtual/bdi/11:0/uevent', 0o644, b'') |
| 14560 | f('sys/devices/virtual/bdi/11:0/max_ratio', 0o644, b'100\n') |
| 14561 | f('sys/devices/virtual/bdi/11:0/min_ratio', 0o644, b'0\n') |
| 14562 | d('sys/devices/virtual/bdi/11:0/power', 0o755) |
| 14563 | f('sys/devices/virtual/bdi/11:0/power/wakeup', 0o644, b'\n') |
| 14564 | d('sys/devices/virtual/bdi/7:5', 0o755) |
| 14565 | l('sys/devices/virtual/bdi/7:5/subsystem', '../../../../class/bdi') |
| 14566 | f('sys/devices/virtual/bdi/7:5/read_ahead_kb', 0o644, b'0\n') |
| 14567 | f('sys/devices/virtual/bdi/7:5/uevent', 0o644, b'') |
| 14568 | f('sys/devices/virtual/bdi/7:5/max_ratio', 0o644, b'100\n') |
| 14569 | f('sys/devices/virtual/bdi/7:5/min_ratio', 0o644, b'0\n') |
| 14570 | d('sys/devices/virtual/bdi/7:5/power', 0o755) |
| 14571 | f('sys/devices/virtual/bdi/7:5/power/wakeup', 0o644, b'\n') |
| 14572 | d('sys/devices/virtual/bdi/8:0', 0o755) |
| 14573 | l('sys/devices/virtual/bdi/8:0/subsystem', '../../../../class/bdi') |
| 14574 | f('sys/devices/virtual/bdi/8:0/read_ahead_kb', 0o644, b'128\n') |
| 14575 | f('sys/devices/virtual/bdi/8:0/uevent', 0o644, b'') |
| 14576 | f('sys/devices/virtual/bdi/8:0/max_ratio', 0o644, b'100\n') |
| 14577 | f('sys/devices/virtual/bdi/8:0/min_ratio', 0o644, b'0\n') |
| 14578 | d('sys/devices/virtual/bdi/8:0/power', 0o755) |
| 14579 | f('sys/devices/virtual/bdi/8:0/power/wakeup', 0o644, b'\n') |
| 14580 | d('sys/devices/virtual/bdi/default', 0o755) |
| 14581 | l('sys/devices/virtual/bdi/default/subsystem', '../../../../class/bdi') |
| 14582 | f('sys/devices/virtual/bdi/default/read_ahead_kb', 0o644, b'128\n') |
| 14583 | f('sys/devices/virtual/bdi/default/uevent', 0o644, b'') |
| 14584 | f('sys/devices/virtual/bdi/default/max_ratio', 0o644, b'100\n') |
| 14585 | f('sys/devices/virtual/bdi/default/min_ratio', 0o644, b'0\n') |
| 14586 | d('sys/devices/virtual/bdi/default/power', 0o755) |
| 14587 | f('sys/devices/virtual/bdi/default/power/wakeup', 0o644, b'\n') |
| 14588 | d('sys/devices/virtual/bdi/0:16', 0o755) |
| 14589 | l('sys/devices/virtual/bdi/0:16/subsystem', '../../../../class/bdi') |
| 14590 | f('sys/devices/virtual/bdi/0:16/read_ahead_kb', 0o644, b'128\n') |
| 14591 | f('sys/devices/virtual/bdi/0:16/uevent', 0o644, b'') |
| 14592 | f('sys/devices/virtual/bdi/0:16/max_ratio', 0o644, b'1\n') |
| 14593 | f('sys/devices/virtual/bdi/0:16/min_ratio', 0o644, b'0\n') |
| 14594 | d('sys/devices/virtual/bdi/0:16/power', 0o755) |
| 14595 | f('sys/devices/virtual/bdi/0:16/power/wakeup', 0o644, b'\n') |
| 14596 | d('sys/devices/virtual/bdi/8:16', 0o755) |
| 14597 | l('sys/devices/virtual/bdi/8:16/subsystem', '../../../../class/bdi') |
| 14598 | f('sys/devices/virtual/bdi/8:16/read_ahead_kb', 0o644, b'128\n') |
| 14599 | f('sys/devices/virtual/bdi/8:16/uevent', 0o644, b'') |
| 14600 | f('sys/devices/virtual/bdi/8:16/max_ratio', 0o644, b'100\n') |
| 14601 | f('sys/devices/virtual/bdi/8:16/min_ratio', 0o644, b'0\n') |
| 14602 | d('sys/devices/virtual/bdi/8:16/power', 0o755) |
| 14603 | f('sys/devices/virtual/bdi/8:16/power/wakeup', 0o644, b'\n') |
| 14604 | d('sys/devices/virtual/bdi/9:0', 0o755) |
| 14605 | l('sys/devices/virtual/bdi/9:0/subsystem', '../../../../class/bdi') |
| 14606 | f('sys/devices/virtual/bdi/9:0/read_ahead_kb', 0o644, b'128\n') |
| 14607 | f('sys/devices/virtual/bdi/9:0/uevent', 0o644, b'') |
| 14608 | f('sys/devices/virtual/bdi/9:0/max_ratio', 0o644, b'100\n') |
| 14609 | f('sys/devices/virtual/bdi/9:0/min_ratio', 0o644, b'0\n') |
| 14610 | d('sys/devices/virtual/bdi/9:0/power', 0o755) |
| 14611 | f('sys/devices/virtual/bdi/9:0/power/wakeup', 0o644, b'\n') |
| 14612 | d('sys/devices/virtual/bdi/7:7', 0o755) |
| 14613 | l('sys/devices/virtual/bdi/7:7/subsystem', '../../../../class/bdi') |
| 14614 | f('sys/devices/virtual/bdi/7:7/read_ahead_kb', 0o644, b'0\n') |
| 14615 | f('sys/devices/virtual/bdi/7:7/uevent', 0o644, b'') |
| 14616 | f('sys/devices/virtual/bdi/7:7/max_ratio', 0o644, b'100\n') |
| 14617 | f('sys/devices/virtual/bdi/7:7/min_ratio', 0o644, b'0\n') |
| 14618 | d('sys/devices/virtual/bdi/7:7/power', 0o755) |
| 14619 | f('sys/devices/virtual/bdi/7:7/power/wakeup', 0o644, b'\n') |
| 14620 | d('sys/devices/virtual/bdi/7:6', 0o755) |
| 14621 | l('sys/devices/virtual/bdi/7:6/subsystem', '../../../../class/bdi') |
| 14622 | f('sys/devices/virtual/bdi/7:6/read_ahead_kb', 0o644, b'0\n') |
| 14623 | f('sys/devices/virtual/bdi/7:6/uevent', 0o644, b'') |
| 14624 | f('sys/devices/virtual/bdi/7:6/max_ratio', 0o644, b'100\n') |
| 14625 | f('sys/devices/virtual/bdi/7:6/min_ratio', 0o644, b'0\n') |
| 14626 | d('sys/devices/virtual/bdi/7:6/power', 0o755) |
| 14627 | f('sys/devices/virtual/bdi/7:6/power/wakeup', 0o644, b'\n') |
| 14628 | d('sys/devices/virtual/sound', 0o755) |
| 14629 | d('sys/devices/virtual/sound/timer', 0o755) |
| 14630 | l('sys/devices/virtual/sound/timer/subsystem', '../../../../class/sound') |
| 14631 | f('sys/devices/virtual/sound/timer/dev', 0o644, b'116:33\n') |
| 14632 | f('sys/devices/virtual/sound/timer/uevent', 0o644, b'''MAJOR=116 |
| 14633 | MINOR=33 |
| 14634 | ''') |
| 14635 | d('sys/devices/virtual/sound/timer/power', 0o755) |
| 14636 | f('sys/devices/virtual/sound/timer/power/wakeup', 0o644, b'\n') |
| 14637 | d('sys/devices/virtual/sound/seq', 0o755) |
| 14638 | l('sys/devices/virtual/sound/seq/subsystem', '../../../../class/sound') |
| 14639 | f('sys/devices/virtual/sound/seq/dev', 0o644, b'116:1\n') |
| 14640 | f('sys/devices/virtual/sound/seq/uevent', 0o644, b'''MAJOR=116 |
| 14641 | MINOR=1 |
| 14642 | ''') |
| 14643 | d('sys/devices/virtual/sound/seq/power', 0o755) |
| 14644 | f('sys/devices/virtual/sound/seq/power/wakeup', 0o644, b'\n') |
| 14645 | d('sys/devices/virtual/misc', 0o755) |
| 14646 | d('sys/devices/virtual/misc/misc-fake89999', 0o755) |
| 14647 | l('sys/devices/virtual/misc/misc-fake89999/subsystem', '../../../../class/misc') |
| 14648 | f('sys/devices/virtual/misc/misc-fake89999/dev', 0o644, b'4095:89999\n') |
| 14649 | f('sys/devices/virtual/misc/misc-fake89999/uevent', 0o644, b'''MAJOR=4095 |
| 14650 | MINOR=89999 |
| 14651 | DEVNAME=misc-fake89999 |
| 14652 | ''') |
| 14653 | d('sys/devices/virtual/misc/misc-fake89999/power', 0o755) |
| 14654 | f('sys/devices/virtual/misc/misc-fake89999/power/wakeup', 0o644, b'\n') |
| 14655 | d('sys/devices/virtual/misc/uinput', 0o755) |
| 14656 | l('sys/devices/virtual/misc/uinput/subsystem', '../../../../class/misc') |
| 14657 | f('sys/devices/virtual/misc/uinput/dev', 0o644, b'10:223\n') |
| 14658 | f('sys/devices/virtual/misc/uinput/uevent', 0o644, b'''MAJOR=10 |
| 14659 | MINOR=223 |
| 14660 | ''') |
| 14661 | d('sys/devices/virtual/misc/uinput/power', 0o755) |
| 14662 | f('sys/devices/virtual/misc/uinput/power/wakeup', 0o644, b'\n') |
| 14663 | d('sys/devices/virtual/misc/fuse', 0o755) |
| 14664 | l('sys/devices/virtual/misc/fuse/subsystem', '../../../../class/misc') |
| 14665 | f('sys/devices/virtual/misc/fuse/dev', 0o644, b'10:229\n') |
| 14666 | f('sys/devices/virtual/misc/fuse/uevent', 0o644, b'''MAJOR=10 |
| 14667 | MINOR=229 |
| 14668 | ''') |
| 14669 | d('sys/devices/virtual/misc/fuse/power', 0o755) |
| 14670 | f('sys/devices/virtual/misc/fuse/power/wakeup', 0o644, b'\n') |
| 14671 | d('sys/devices/virtual/misc/hpet', 0o755) |
| 14672 | l('sys/devices/virtual/misc/hpet/subsystem', '../../../../class/misc') |
| 14673 | f('sys/devices/virtual/misc/hpet/dev', 0o644, b'10:228\n') |
| 14674 | f('sys/devices/virtual/misc/hpet/uevent', 0o644, b'''MAJOR=10 |
| 14675 | MINOR=228 |
| 14676 | ''') |
| 14677 | d('sys/devices/virtual/misc/hpet/power', 0o755) |
| 14678 | f('sys/devices/virtual/misc/hpet/power/wakeup', 0o644, b'\n') |
| 14679 | d('sys/devices/virtual/misc/cpu_dma_latency', 0o755) |
| 14680 | l('sys/devices/virtual/misc/cpu_dma_latency/subsystem', '../../../../class/misc') |
| 14681 | f('sys/devices/virtual/misc/cpu_dma_latency/dev', 0o644, b'10:63\n') |
| 14682 | f('sys/devices/virtual/misc/cpu_dma_latency/uevent', 0o644, b'''MAJOR=10 |
| 14683 | MINOR=63 |
| 14684 | ''') |
| 14685 | d('sys/devices/virtual/misc/cpu_dma_latency/power', 0o755) |
| 14686 | f('sys/devices/virtual/misc/cpu_dma_latency/power/wakeup', 0o644, b'\n') |
| 14687 | d('sys/devices/virtual/misc/mcelog', 0o755) |
| 14688 | l('sys/devices/virtual/misc/mcelog/subsystem', '../../../../class/misc') |
| 14689 | f('sys/devices/virtual/misc/mcelog/dev', 0o644, b'10:227\n') |
| 14690 | f('sys/devices/virtual/misc/mcelog/uevent', 0o644, b'''MAJOR=10 |
| 14691 | MINOR=227 |
| 14692 | ''') |
| 14693 | d('sys/devices/virtual/misc/mcelog/power', 0o755) |
| 14694 | f('sys/devices/virtual/misc/mcelog/power/wakeup', 0o644, b'\n') |
| 14695 | d('sys/devices/virtual/misc/device-mapper', 0o755) |
| 14696 | l('sys/devices/virtual/misc/device-mapper/subsystem', '../../../../class/misc') |
| 14697 | f('sys/devices/virtual/misc/device-mapper/dev', 0o644, b'10:60\n') |
| 14698 | f('sys/devices/virtual/misc/device-mapper/uevent', 0o644, b'''MAJOR=10 |
| 14699 | MINOR=60 |
| 14700 | ''') |
| 14701 | d('sys/devices/virtual/misc/device-mapper/power', 0o755) |
| 14702 | f('sys/devices/virtual/misc/device-mapper/power/wakeup', 0o644, b'\n') |
| 14703 | d('sys/devices/virtual/misc/psaux', 0o755) |
| 14704 | l('sys/devices/virtual/misc/psaux/subsystem', '../../../../class/misc') |
| 14705 | f('sys/devices/virtual/misc/psaux/dev', 0o644, b'10:1\n') |
| 14706 | f('sys/devices/virtual/misc/psaux/uevent', 0o644, b'''MAJOR=10 |
| 14707 | MINOR=1 |
| 14708 | ''') |
| 14709 | d('sys/devices/virtual/misc/psaux/power', 0o755) |
| 14710 | f('sys/devices/virtual/misc/psaux/power/wakeup', 0o644, b'\n') |
| 14711 | d('sys/devices/virtual/misc/misc-fake1', 0o755) |
| 14712 | l('sys/devices/virtual/misc/misc-fake1/subsystem', '../../../../class/misc') |
| 14713 | f('sys/devices/virtual/misc/misc-fake1/dev', 0o644, b'4095:1\n') |
| 14714 | f('sys/devices/virtual/misc/misc-fake1/uevent', 0o644, b'''MAJOR=4095 |
| 14715 | MINOR=1 |
| 14716 | DEVNAME=misc-fake1 |
| 14717 | |
| 14718 | ''') |
| 14719 | d('sys/devices/virtual/misc/misc-fake1/power', 0o755) |
| 14720 | f('sys/devices/virtual/misc/misc-fake1/power/wakeup', 0o644, b'\n') |
| 14721 | d('sys/devices/virtual/misc/nvram', 0o755) |
| 14722 | l('sys/devices/virtual/misc/nvram/subsystem', '../../../../class/misc') |
| 14723 | f('sys/devices/virtual/misc/nvram/dev', 0o644, b'10:144\n') |
| 14724 | f('sys/devices/virtual/misc/nvram/uevent', 0o644, b'''MAJOR=10 |
| 14725 | MINOR=144 |
| 14726 | ''') |
| 14727 | d('sys/devices/virtual/misc/nvram/power', 0o755) |
| 14728 | f('sys/devices/virtual/misc/nvram/power/wakeup', 0o644, b'\n') |
| 14729 | d('sys/devices/virtual/misc/network_latency', 0o755) |
| 14730 | l('sys/devices/virtual/misc/network_latency/subsystem', '../../../../class/misc') |
| 14731 | f('sys/devices/virtual/misc/network_latency/dev', 0o644, b'10:62\n') |
| 14732 | f('sys/devices/virtual/misc/network_latency/uevent', 0o644, b'''MAJOR=10 |
| 14733 | MINOR=62 |
| 14734 | ''') |
| 14735 | d('sys/devices/virtual/misc/network_latency/power', 0o755) |
| 14736 | f('sys/devices/virtual/misc/network_latency/power/wakeup', 0o644, b'\n') |
| 14737 | d('sys/devices/virtual/misc/network_throughput', 0o755) |
| 14738 | l('sys/devices/virtual/misc/network_throughput/subsystem', '../../../../class/misc') |
| 14739 | f('sys/devices/virtual/misc/network_throughput/dev', 0o644, b'10:61\n') |
| 14740 | f('sys/devices/virtual/misc/network_throughput/uevent', 0o644, b'''MAJOR=10 |
| 14741 | MINOR=61 |
| 14742 | ''') |
| 14743 | d('sys/devices/virtual/misc/network_throughput/power', 0o755) |
| 14744 | f('sys/devices/virtual/misc/network_throughput/power/wakeup', 0o644, b'\n') |
| 14745 | d('sys/devices/virtual/misc/microcode', 0o755) |
| 14746 | l('sys/devices/virtual/misc/microcode/subsystem', '../../../../class/misc') |
| 14747 | f('sys/devices/virtual/misc/microcode/dev', 0o644, b'10:184\n') |
| 14748 | f('sys/devices/virtual/misc/microcode/uevent', 0o644, b'''MAJOR=10 |
| 14749 | MINOR=184 |
| 14750 | ''') |
| 14751 | d('sys/devices/virtual/misc/microcode/power', 0o755) |
| 14752 | f('sys/devices/virtual/misc/microcode/power/wakeup', 0o644, b'\n') |
| 14753 | d('sys/devices/virtual/vtconsole', 0o755) |
| 14754 | d('sys/devices/virtual/vtconsole/vtcon1', 0o755) |
| 14755 | l('sys/devices/virtual/vtconsole/vtcon1/subsystem', '../../../../class/vtconsole') |
| 14756 | f('sys/devices/virtual/vtconsole/vtcon1/bind', 0o644, b'1\n') |
| 14757 | f('sys/devices/virtual/vtconsole/vtcon1/name', 0o644, b'(M) frame buffer device\n') |
| 14758 | f('sys/devices/virtual/vtconsole/vtcon1/uevent', 0o644, b'') |
| 14759 | d('sys/devices/virtual/vtconsole/vtcon1/power', 0o755) |
| 14760 | f('sys/devices/virtual/vtconsole/vtcon1/power/wakeup', 0o644, b'\n') |
| 14761 | d('sys/devices/virtual/vtconsole/vtcon0', 0o755) |
| 14762 | l('sys/devices/virtual/vtconsole/vtcon0/subsystem', '../../../../class/vtconsole') |
| 14763 | f('sys/devices/virtual/vtconsole/vtcon0/bind', 0o644, b'0\n') |
| 14764 | f('sys/devices/virtual/vtconsole/vtcon0/name', 0o644, b'(S) dummy device\n') |
| 14765 | f('sys/devices/virtual/vtconsole/vtcon0/uevent', 0o644, b'') |
| 14766 | d('sys/devices/virtual/vtconsole/vtcon0/power', 0o755) |
| 14767 | f('sys/devices/virtual/vtconsole/vtcon0/power/wakeup', 0o644, b'\n') |
| 14768 | d('sys/devices/virtual/input', 0o755) |
| 14769 | d('sys/devices/virtual/input/mice', 0o755) |
| 14770 | l('sys/devices/virtual/input/mice/subsystem', '../../../../class/input') |
| 14771 | f('sys/devices/virtual/input/mice/dev', 0o644, b'13:63\n') |
| 14772 | f('sys/devices/virtual/input/mice/uevent', 0o644, b'''MAJOR=13 |
| 14773 | MINOR=63 |
| 14774 | ''') |
| 14775 | d('sys/devices/virtual/input/mice/power', 0o755) |
| 14776 | f('sys/devices/virtual/input/mice/power/wakeup', 0o644, b'\n') |
| 14777 | d('sys/devices/virtual/input/input6', 0o755) |
| 14778 | l('sys/devices/virtual/input/input6/subsystem', '../../../../class/input') |
| 14779 | f('sys/devices/virtual/input/input6/uniq', 0o644, b'\n') |
| 14780 | f('sys/devices/virtual/input/input6/phys', 0o644, b'thinkpad_acpi/input0\n') |
| 14781 | f('sys/devices/virtual/input/input6/modalias', 0o644, b'input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,8E,98,C0,C2,CD,E0,E1,E3,E4,EC,F0,168,174,181,1D2,1D7,1DB,1DC,ram4,lsfw3,\n') |
| 14782 | f('sys/devices/virtual/input/input6/name', 0o644, b'ThinkPad Extra Buttons\n') |
| 14783 | f('sys/devices/virtual/input/input6/uevent', 0o644, b'''PRODUCT=19/17aa/5054/4101 |
| 14784 | NAME="ThinkPad Extra Buttons" |
| 14785 | PHYS="thinkpad_acpi/input0" |
| 14786 | EV==33 |
| 14787 | KEY==18840000 2 10010000000000 0 1101b00002005 1004000 e000000000000 0 |
| 14788 | MSC==10 |
| 14789 | SW==8 |
| 14790 | MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,8E,98,C0,C2,CD,E0,E1,E3,E4,EC,F0,168,174,181,1D2,1D7,1DB,1DC,ram4,lsfw3, |
| 14791 | ''') |
| 14792 | d('sys/devices/virtual/input/input6/id', 0o755) |
| 14793 | f('sys/devices/virtual/input/input6/id/version', 0o644, b'4101\n') |
| 14794 | f('sys/devices/virtual/input/input6/id/product', 0o644, b'5054\n') |
| 14795 | f('sys/devices/virtual/input/input6/id/vendor', 0o644, b'17aa\n') |
| 14796 | f('sys/devices/virtual/input/input6/id/bustype', 0o644, b'0019\n') |
| 14797 | d('sys/devices/virtual/input/input6/power', 0o755) |
| 14798 | f('sys/devices/virtual/input/input6/power/wakeup', 0o644, b'\n') |
| 14799 | d('sys/devices/virtual/input/input6/event6', 0o755) |
| 14800 | l('sys/devices/virtual/input/input6/event6/subsystem', '../../../../../class/input') |
| 14801 | l('sys/devices/virtual/input/input6/event6/device', '../../input6') |
| 14802 | f('sys/devices/virtual/input/input6/event6/dev', 0o644, b'13:70\n') |
| 14803 | f('sys/devices/virtual/input/input6/event6/uevent', 0o644, b'''MAJOR=13 |
| 14804 | MINOR=70 |
| 14805 | ''') |
| 14806 | d('sys/devices/virtual/input/input6/event6/power', 0o755) |
| 14807 | f('sys/devices/virtual/input/input6/event6/power/wakeup', 0o644, b'\n') |
| 14808 | d('sys/devices/virtual/input/input6/capabilities', 0o755) |
| 14809 | f('sys/devices/virtual/input/input6/capabilities/msc', 0o644, b'10\n') |
| 14810 | f('sys/devices/virtual/input/input6/capabilities/abs', 0o644, b'0\n') |
| 14811 | f('sys/devices/virtual/input/input6/capabilities/snd', 0o644, b'0\n') |
| 14812 | f('sys/devices/virtual/input/input6/capabilities/ff', 0o644, b'0\n') |
| 14813 | f('sys/devices/virtual/input/input6/capabilities/key', 0o644, b'18840000 2 10010000000000 0 1101b00002005 1004000 e000000000000 0\n') |
| 14814 | f('sys/devices/virtual/input/input6/capabilities/rel', 0o644, b'0\n') |
| 14815 | f('sys/devices/virtual/input/input6/capabilities/sw', 0o644, b'8\n') |
| 14816 | f('sys/devices/virtual/input/input6/capabilities/ev', 0o644, b'33\n') |
| 14817 | f('sys/devices/virtual/input/input6/capabilities/led', 0o644, b'0\n') |
| 14818 | d('sys/devices/virtual/thermal', 0o755) |
| 14819 | d('sys/devices/virtual/thermal/thermal_zone1', 0o755) |
| 14820 | l('sys/devices/virtual/thermal/thermal_zone1/subsystem', '../../../../class/thermal') |
| 14821 | l('sys/devices/virtual/thermal/thermal_zone1/cdev1', '../cooling_device0') |
| 14822 | l('sys/devices/virtual/thermal/thermal_zone1/cdev0', '../cooling_device1') |
| 14823 | l('sys/devices/virtual/thermal/thermal_zone1/device', '../../../LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02') |
| 14824 | f('sys/devices/virtual/thermal/thermal_zone1/trip_point_0_type', 0o644, b'critical\n') |
| 14825 | f('sys/devices/virtual/thermal/thermal_zone1/trip_point_0_temp', 0o644, b'100000\n') |
| 14826 | f('sys/devices/virtual/thermal/thermal_zone1/trip_point_1_temp', 0o644, b'95500\n') |
| 14827 | f('sys/devices/virtual/thermal/thermal_zone1/type', 0o644, b'acpitz\n') |
| 14828 | f('sys/devices/virtual/thermal/thermal_zone1/cdev1_trip_point', 0o644, b'1\n') |
| 14829 | f('sys/devices/virtual/thermal/thermal_zone1/mode', 0o644, b'kernel\n') |
| 14830 | f('sys/devices/virtual/thermal/thermal_zone1/temp', 0o644, b'47000\n') |
| 14831 | f('sys/devices/virtual/thermal/thermal_zone1/cdev0_trip_point', 0o644, b'1\n') |
| 14832 | f('sys/devices/virtual/thermal/thermal_zone1/uevent', 0o644, b'') |
| 14833 | f('sys/devices/virtual/thermal/thermal_zone1/trip_point_1_type', 0o644, b'passive\n') |
| 14834 | d('sys/devices/virtual/thermal/thermal_zone1/power', 0o755) |
| 14835 | f('sys/devices/virtual/thermal/thermal_zone1/power/wakeup', 0o644, b'\n') |
| 14836 | d('sys/devices/virtual/thermal/cooling_device1', 0o755) |
| 14837 | l('sys/devices/virtual/thermal/cooling_device1/subsystem', '../../../../class/thermal') |
| 14838 | l('sys/devices/virtual/thermal/cooling_device1/device', '../../../LNXSYSTM:00/ACPI0007:01') |
| 14839 | f('sys/devices/virtual/thermal/cooling_device1/type', 0o644, b'Processor\n') |
| 14840 | f('sys/devices/virtual/thermal/cooling_device1/max_state', 0o644, b'10\n') |
| 14841 | f('sys/devices/virtual/thermal/cooling_device1/cur_state', 0o644, b'0\n') |
| 14842 | f('sys/devices/virtual/thermal/cooling_device1/uevent', 0o644, b'') |
| 14843 | d('sys/devices/virtual/thermal/cooling_device1/power', 0o755) |
| 14844 | f('sys/devices/virtual/thermal/cooling_device1/power/wakeup', 0o644, b'\n') |
| 14845 | d('sys/devices/virtual/thermal/cooling_device0', 0o755) |
| 14846 | l('sys/devices/virtual/thermal/cooling_device0/subsystem', '../../../../class/thermal') |
| 14847 | l('sys/devices/virtual/thermal/cooling_device0/device', '../../../LNXSYSTM:00/ACPI0007:00') |
| 14848 | f('sys/devices/virtual/thermal/cooling_device0/type', 0o644, b'Processor\n') |
| 14849 | f('sys/devices/virtual/thermal/cooling_device0/max_state', 0o644, b'10\n') |
| 14850 | f('sys/devices/virtual/thermal/cooling_device0/cur_state', 0o644, b'0\n') |
| 14851 | f('sys/devices/virtual/thermal/cooling_device0/uevent', 0o644, b'') |
| 14852 | d('sys/devices/virtual/thermal/cooling_device0/power', 0o755) |
| 14853 | f('sys/devices/virtual/thermal/cooling_device0/power/wakeup', 0o644, b'\n') |
| 14854 | d('sys/devices/virtual/thermal/thermal_zone0', 0o755) |
| 14855 | l('sys/devices/virtual/thermal/thermal_zone0/subsystem', '../../../../class/thermal') |
| 14856 | l('sys/devices/virtual/thermal/thermal_zone0/device', '../../../LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01') |
| 14857 | f('sys/devices/virtual/thermal/thermal_zone0/trip_point_0_type', 0o644, b'critical\n') |
| 14858 | f('sys/devices/virtual/thermal/thermal_zone0/trip_point_0_temp', 0o644, b'127000\n') |
| 14859 | f('sys/devices/virtual/thermal/thermal_zone0/type', 0o644, b'acpitz\n') |
| 14860 | f('sys/devices/virtual/thermal/thermal_zone0/mode', 0o644, b'kernel\n') |
| 14861 | f('sys/devices/virtual/thermal/thermal_zone0/temp', 0o644, b'46000\n') |
| 14862 | f('sys/devices/virtual/thermal/thermal_zone0/uevent', 0o644, b'') |
| 14863 | d('sys/devices/virtual/thermal/thermal_zone0/power', 0o755) |
| 14864 | f('sys/devices/virtual/thermal/thermal_zone0/power/wakeup', 0o644, b'\n') |
| 14865 | d('sys/devices/virtual/block', 0o755) |
| 14866 | d('sys/devices/virtual/block/loop1', 0o755) |
| 14867 | l('sys/devices/virtual/block/loop1/subsystem', '../../../../class/block') |
| 14868 | l('sys/devices/virtual/block/loop1/bdi', '../../bdi/7:1') |
| 14869 | f('sys/devices/virtual/block/loop1/capability', 0o644, b'10\n') |
| 14870 | f('sys/devices/virtual/block/loop1/ro', 0o644, b'0\n') |
| 14871 | f('sys/devices/virtual/block/loop1/make-it-fail', 0o644, b'0\n') |
| 14872 | f('sys/devices/virtual/block/loop1/size', 0o644, b'0\n') |
| 14873 | f('sys/devices/virtual/block/loop1/dev', 0o644, b'7:1\n') |
| 14874 | f('sys/devices/virtual/block/loop1/range', 0o644, b'1\n') |
| 14875 | f('sys/devices/virtual/block/loop1/removable', 0o644, b'0\n') |
| 14876 | f('sys/devices/virtual/block/loop1/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14877 | f('sys/devices/virtual/block/loop1/uevent', 0o644, b'''MAJOR=7 |
| 14878 | MINOR=1 |
| 14879 | DEVTYPE=disk |
| 14880 | ''') |
| 14881 | d('sys/devices/virtual/block/loop1/power', 0o755) |
| 14882 | f('sys/devices/virtual/block/loop1/power/wakeup', 0o644, b'\n') |
| 14883 | d('sys/devices/virtual/block/loop7', 0o755) |
| 14884 | l('sys/devices/virtual/block/loop7/subsystem', '../../../../class/block') |
| 14885 | l('sys/devices/virtual/block/loop7/bdi', '../../bdi/7:7') |
| 14886 | f('sys/devices/virtual/block/loop7/capability', 0o644, b'10\n') |
| 14887 | f('sys/devices/virtual/block/loop7/ro', 0o644, b'0\n') |
| 14888 | f('sys/devices/virtual/block/loop7/make-it-fail', 0o644, b'0\n') |
| 14889 | f('sys/devices/virtual/block/loop7/size', 0o644, b'0\n') |
| 14890 | f('sys/devices/virtual/block/loop7/dev', 0o644, b'7:7\n') |
| 14891 | f('sys/devices/virtual/block/loop7/range', 0o644, b'1\n') |
| 14892 | f('sys/devices/virtual/block/loop7/removable', 0o644, b'0\n') |
| 14893 | f('sys/devices/virtual/block/loop7/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14894 | f('sys/devices/virtual/block/loop7/uevent', 0o644, b'''MAJOR=7 |
| 14895 | MINOR=7 |
| 14896 | DEVTYPE=disk |
| 14897 | ''') |
| 14898 | d('sys/devices/virtual/block/loop7/power', 0o755) |
| 14899 | f('sys/devices/virtual/block/loop7/power/wakeup', 0o644, b'\n') |
| 14900 | d('sys/devices/virtual/block/loop0', 0o755) |
| 14901 | l('sys/devices/virtual/block/loop0/subsystem', '../../../../class/block') |
| 14902 | l('sys/devices/virtual/block/loop0/bdi', '../../bdi/7:0') |
| 14903 | f('sys/devices/virtual/block/loop0/capability', 0o644, b'10\n') |
| 14904 | f('sys/devices/virtual/block/loop0/ro', 0o644, b'0\n') |
| 14905 | f('sys/devices/virtual/block/loop0/make-it-fail', 0o644, b'0\n') |
| 14906 | f('sys/devices/virtual/block/loop0/size', 0o644, b'0\n') |
| 14907 | f('sys/devices/virtual/block/loop0/dev', 0o644, b'7:0\n') |
| 14908 | f('sys/devices/virtual/block/loop0/range', 0o644, b'1\n') |
| 14909 | f('sys/devices/virtual/block/loop0/removable', 0o644, b'0\n') |
| 14910 | f('sys/devices/virtual/block/loop0/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14911 | f('sys/devices/virtual/block/loop0/uevent', 0o644, b'''MAJOR=7 |
| 14912 | MINOR=0 |
| 14913 | DEVTYPE=disk |
| 14914 | ''') |
| 14915 | d('sys/devices/virtual/block/loop0/power', 0o755) |
| 14916 | f('sys/devices/virtual/block/loop0/power/wakeup', 0o644, b'\n') |
| 14917 | d('sys/devices/virtual/block/loop5', 0o755) |
| 14918 | l('sys/devices/virtual/block/loop5/subsystem', '../../../../class/block') |
| 14919 | l('sys/devices/virtual/block/loop5/bdi', '../../bdi/7:5') |
| 14920 | f('sys/devices/virtual/block/loop5/capability', 0o644, b'10\n') |
| 14921 | f('sys/devices/virtual/block/loop5/ro', 0o644, b'0\n') |
| 14922 | f('sys/devices/virtual/block/loop5/make-it-fail', 0o644, b'0\n') |
| 14923 | f('sys/devices/virtual/block/loop5/size', 0o644, b'0\n') |
| 14924 | f('sys/devices/virtual/block/loop5/dev', 0o644, b'7:5\n') |
| 14925 | f('sys/devices/virtual/block/loop5/range', 0o644, b'1\n') |
| 14926 | f('sys/devices/virtual/block/loop5/removable', 0o644, b'0\n') |
| 14927 | f('sys/devices/virtual/block/loop5/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14928 | f('sys/devices/virtual/block/loop5/uevent', 0o644, b'''MAJOR=7 |
| 14929 | MINOR=5 |
| 14930 | DEVTYPE=disk |
| 14931 | ''') |
| 14932 | d('sys/devices/virtual/block/loop5/power', 0o755) |
| 14933 | f('sys/devices/virtual/block/loop5/power/wakeup', 0o644, b'\n') |
| 14934 | d('sys/devices/virtual/block/loop3', 0o755) |
| 14935 | l('sys/devices/virtual/block/loop3/subsystem', '../../../../class/block') |
| 14936 | l('sys/devices/virtual/block/loop3/bdi', '../../bdi/7:3') |
| 14937 | f('sys/devices/virtual/block/loop3/capability', 0o644, b'10\n') |
| 14938 | f('sys/devices/virtual/block/loop3/ro', 0o644, b'0\n') |
| 14939 | f('sys/devices/virtual/block/loop3/make-it-fail', 0o644, b'0\n') |
| 14940 | f('sys/devices/virtual/block/loop3/size', 0o644, b'0\n') |
| 14941 | f('sys/devices/virtual/block/loop3/dev', 0o644, b'7:3\n') |
| 14942 | f('sys/devices/virtual/block/loop3/range', 0o644, b'1\n') |
| 14943 | f('sys/devices/virtual/block/loop3/removable', 0o644, b'0\n') |
| 14944 | f('sys/devices/virtual/block/loop3/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14945 | f('sys/devices/virtual/block/loop3/uevent', 0o644, b'''MAJOR=7 |
| 14946 | MINOR=3 |
| 14947 | DEVTYPE=disk |
| 14948 | ''') |
| 14949 | d('sys/devices/virtual/block/loop3/power', 0o755) |
| 14950 | f('sys/devices/virtual/block/loop3/power/wakeup', 0o644, b'\n') |
| 14951 | d('sys/devices/virtual/block/loop6', 0o755) |
| 14952 | l('sys/devices/virtual/block/loop6/subsystem', '../../../../class/block') |
| 14953 | l('sys/devices/virtual/block/loop6/bdi', '../../bdi/7:6') |
| 14954 | f('sys/devices/virtual/block/loop6/capability', 0o644, b'10\n') |
| 14955 | f('sys/devices/virtual/block/loop6/ro', 0o644, b'0\n') |
| 14956 | f('sys/devices/virtual/block/loop6/make-it-fail', 0o644, b'0\n') |
| 14957 | f('sys/devices/virtual/block/loop6/size', 0o644, b'0\n') |
| 14958 | f('sys/devices/virtual/block/loop6/dev', 0o644, b'7:6\n') |
| 14959 | f('sys/devices/virtual/block/loop6/range', 0o644, b'1\n') |
| 14960 | f('sys/devices/virtual/block/loop6/removable', 0o644, b'0\n') |
| 14961 | f('sys/devices/virtual/block/loop6/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14962 | f('sys/devices/virtual/block/loop6/uevent', 0o644, b'''MAJOR=7 |
| 14963 | MINOR=6 |
| 14964 | DEVTYPE=disk |
| 14965 | ''') |
| 14966 | d('sys/devices/virtual/block/loop6/power', 0o755) |
| 14967 | f('sys/devices/virtual/block/loop6/power/wakeup', 0o644, b'\n') |
| 14968 | d('sys/devices/virtual/block/loop2', 0o755) |
| 14969 | l('sys/devices/virtual/block/loop2/subsystem', '../../../../class/block') |
| 14970 | l('sys/devices/virtual/block/loop2/bdi', '../../bdi/7:2') |
| 14971 | f('sys/devices/virtual/block/loop2/capability', 0o644, b'10\n') |
| 14972 | f('sys/devices/virtual/block/loop2/ro', 0o644, b'0\n') |
| 14973 | f('sys/devices/virtual/block/loop2/make-it-fail', 0o644, b'0\n') |
| 14974 | f('sys/devices/virtual/block/loop2/size', 0o644, b'0\n') |
| 14975 | f('sys/devices/virtual/block/loop2/dev', 0o644, b'7:2\n') |
| 14976 | f('sys/devices/virtual/block/loop2/range', 0o644, b'1\n') |
| 14977 | f('sys/devices/virtual/block/loop2/removable', 0o644, b'0\n') |
| 14978 | f('sys/devices/virtual/block/loop2/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14979 | f('sys/devices/virtual/block/loop2/uevent', 0o644, b'''MAJOR=7 |
| 14980 | MINOR=2 |
| 14981 | DEVTYPE=disk |
| 14982 | ''') |
| 14983 | d('sys/devices/virtual/block/loop2/power', 0o755) |
| 14984 | f('sys/devices/virtual/block/loop2/power/wakeup', 0o644, b'\n') |
| 14985 | d('sys/devices/virtual/block/fake!blockdev0', 0o755) |
| 14986 | l('sys/devices/virtual/block/fake!blockdev0/subsystem', '../../../../class/block') |
| 14987 | f('sys/devices/virtual/block/fake!blockdev0/capability', 0o644, b'10\n') |
| 14988 | f('sys/devices/virtual/block/fake!blockdev0/ro', 0o644, b'0\n') |
| 14989 | f('sys/devices/virtual/block/fake!blockdev0/size', 0o644, b'0\n') |
| 14990 | f('sys/devices/virtual/block/fake!blockdev0/dev', 0o644, b'711:0\n') |
| 14991 | f('sys/devices/virtual/block/fake!blockdev0/range', 0o644, b'1\n') |
| 14992 | f('sys/devices/virtual/block/fake!blockdev0/removable', 0o644, b'0\n') |
| 14993 | f('sys/devices/virtual/block/fake!blockdev0/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 14994 | f('sys/devices/virtual/block/fake!blockdev0/uevent', 0o644, b'''MAJOR=7 |
| 14995 | MINOR=0 |
| 14996 | DEVTYPE=disk |
| 14997 | DEVNAME=fake/blockdev0 |
| 14998 | ''') |
| 14999 | d('sys/devices/virtual/block/loop4', 0o755) |
| 15000 | l('sys/devices/virtual/block/loop4/subsystem', '../../../../class/block') |
| 15001 | l('sys/devices/virtual/block/loop4/bdi', '../../bdi/7:4') |
| 15002 | f('sys/devices/virtual/block/loop4/capability', 0o644, b'10\n') |
| 15003 | f('sys/devices/virtual/block/loop4/ro', 0o644, b'0\n') |
| 15004 | f('sys/devices/virtual/block/loop4/make-it-fail', 0o644, b'0\n') |
| 15005 | f('sys/devices/virtual/block/loop4/size', 0o644, b'0\n') |
| 15006 | f('sys/devices/virtual/block/loop4/dev', 0o644, b'7:4\n') |
| 15007 | f('sys/devices/virtual/block/loop4/range', 0o644, b'1\n') |
| 15008 | f('sys/devices/virtual/block/loop4/removable', 0o644, b'0\n') |
| 15009 | f('sys/devices/virtual/block/loop4/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n') |
| 15010 | f('sys/devices/virtual/block/loop4/uevent', 0o644, b'''MAJOR=7 |
| 15011 | MINOR=4 |
| 15012 | DEVTYPE=disk |
| 15013 | ''') |
| 15014 | d('sys/devices/virtual/block/loop4/power', 0o755) |
| 15015 | f('sys/devices/virtual/block/loop4/power/wakeup', 0o644, b'\n') |
| 15016 | d('sys/devices/virtual/block/md0', 0o755) |
| 15017 | l('sys/devices/virtual/block/md0/subsystem', '../../../../class/block') |
| 15018 | l('sys/devices/virtual/block/md0/bdi', '../../bdi/9:0') |
| 15019 | f('sys/devices/virtual/block/md0/capability', 0o644, b'10\n') |
| 15020 | f('sys/devices/virtual/block/md0/ro', 0o644, b'0\n') |
| 15021 | f('sys/devices/virtual/block/md0/make-it-fail', 0o644, b'0\n') |
| 15022 | f('sys/devices/virtual/block/md0/size', 0o644, b'19534848\n') |
| 15023 | f('sys/devices/virtual/block/md0/dev', 0o644, b'9:0\n') |
| 15024 | f('sys/devices/virtual/block/md0/range', 0o644, b'1\n') |
| 15025 | f('sys/devices/virtual/block/md0/removable', 0o644, b'0\n') |
| 15026 | f('sys/devices/virtual/block/md0/stat', 0o644, b' 60 0 480 0 0 0 0 0 0 0 0\n') |
| 15027 | f('sys/devices/virtual/block/md0/uevent', 0o644, b'''MAJOR=9 |
| 15028 | MINOR=0 |
| 15029 | DEVTYPE=disk |
| 15030 | ''') |
| 15031 | d('sys/devices/virtual/block/md0/power', 0o755) |
| 15032 | f('sys/devices/virtual/block/md0/power/wakeup', 0o644, b'\n') |
| 15033 | d('sys/devices/virtual/block/md0/md', 0o755) |
| 15034 | l('sys/devices/virtual/block/md0/md/rd1', 'dev-sda9') |
| 15035 | f('sys/devices/virtual/block/md0/md/chunk_size', 0o644, b'0\n') |
| 15036 | f('sys/devices/virtual/block/md0/md/sync_action', 0o644, b'idle\n') |
| 15037 | f('sys/devices/virtual/block/md0/md/sync_speed_min', 0o644, b'1000 (system)\n') |
| 15038 | f('sys/devices/virtual/block/md0/md/sync_force_parallel', 0o644, b'0\n') |
| 15039 | f('sys/devices/virtual/block/md0/md/sync_min', 0o644, b'0\n') |
| 15040 | f('sys/devices/virtual/block/md0/md/mismatch_cnt', 0o644, b'0\n') |
| 15041 | f('sys/devices/virtual/block/md0/md/suspend_hi', 0o644, b'0\n') |
| 15042 | f('sys/devices/virtual/block/md0/md/sync_completed', 0o644, b'0 / 19534848\n') |
| 15043 | f('sys/devices/virtual/block/md0/md/sync_max', 0o644, b'max\n') |
| 15044 | f('sys/devices/virtual/block/md0/md/safe_mode_delay', 0o644, b'0.201\n') |
| 15045 | f('sys/devices/virtual/block/md0/md/degraded', 0o644, b'1\n') |
| 15046 | f('sys/devices/virtual/block/md0/md/component_size', 0o644, b'9767424\n') |
| 15047 | f('sys/devices/virtual/block/md0/md/suspend_lo', 0o644, b'0\n') |
| 15048 | f('sys/devices/virtual/block/md0/md/resync_start', 0o644, b'18446744073709551615\n') |
| 15049 | f('sys/devices/virtual/block/md0/md/sync_speed', 0o644, b'0\n') |
| 15050 | f('sys/devices/virtual/block/md0/md/reshape_position', 0o644, b'none\n') |
| 15051 | f('sys/devices/virtual/block/md0/md/array_state', 0o644, b'clean\n') |
| 15052 | f('sys/devices/virtual/block/md0/md/sync_speed_max', 0o644, b'200000 (system)\n') |
| 15053 | f('sys/devices/virtual/block/md0/md/level', 0o644, b'raid1\n') |
| 15054 | f('sys/devices/virtual/block/md0/md/layout', 0o644, b'0\n') |
| 15055 | f('sys/devices/virtual/block/md0/md/raid_disks', 0o644, b'2\n') |
| 15056 | f('sys/devices/virtual/block/md0/md/metadata_version', 0o644, b'0.90\n') |
| 15057 | d('sys/devices/virtual/block/md0/md/dev-sda9', 0o755) |
| 15058 | l('sys/devices/virtual/block/md0/md/dev-sda9/block', '../../../../../pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9') |
| 15059 | f('sys/devices/virtual/block/md0/md/dev-sda9/slot', 0o644, b'1\n') |
| 15060 | f('sys/devices/virtual/block/md0/md/dev-sda9/size', 0o644, b'23438720\n') |
| 15061 | f('sys/devices/virtual/block/md0/md/dev-sda9/state', 0o644, b'in_sync\n') |
| 15062 | f('sys/devices/virtual/block/md0/md/dev-sda9/errors', 0o644, b'0\n') |
| 15063 | f('sys/devices/virtual/block/md0/md/dev-sda9/offset', 0o644, b'0\n') |
| 15064 | d('sys/devices/virtual/block/md0/slaves', 0o755) |
| 15065 | l('sys/devices/virtual/block/md0/slaves/sda9', '../../../../pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9') |
| 15066 | d('sys/devices/virtual/graphics', 0o755) |
| 15067 | d('sys/devices/virtual/graphics/fbcon', 0o755) |
| 15068 | l('sys/devices/virtual/graphics/fbcon/subsystem', '../../../../class/graphics') |
| 15069 | f('sys/devices/virtual/graphics/fbcon/cursor_blink', 0o644, b'0\n') |
| 15070 | f('sys/devices/virtual/graphics/fbcon/rotate', 0o644, b'0\n') |
| 15071 | f('sys/devices/virtual/graphics/fbcon/uevent', 0o644, b'') |
| 15072 | d('sys/devices/virtual/graphics/fbcon/power', 0o755) |
| 15073 | f('sys/devices/virtual/graphics/fbcon/power/wakeup', 0o644, b'\n') |
| 15074 | d('sys/devices/virtual/tty', 0o755) |
| 15075 | d('sys/devices/virtual/tty/tty51', 0o755) |
| 15076 | l('sys/devices/virtual/tty/tty51/subsystem', '../../../../class/tty') |
| 15077 | f('sys/devices/virtual/tty/tty51/dev', 0o644, b'4:51\n') |
| 15078 | f('sys/devices/virtual/tty/tty51/uevent', 0o644, b'''MAJOR=4 |
| 15079 | MINOR=51 |
| 15080 | ''') |
| 15081 | d('sys/devices/virtual/tty/tty51/power', 0o755) |
| 15082 | f('sys/devices/virtual/tty/tty51/power/wakeup', 0o644, b'\n') |
| 15083 | d('sys/devices/virtual/tty/tty24', 0o755) |
| 15084 | l('sys/devices/virtual/tty/tty24/subsystem', '../../../../class/tty') |
| 15085 | f('sys/devices/virtual/tty/tty24/dev', 0o644, b'4:24\n') |
| 15086 | f('sys/devices/virtual/tty/tty24/uevent', 0o644, b'''MAJOR=4 |
| 15087 | MINOR=24 |
| 15088 | ''') |
| 15089 | d('sys/devices/virtual/tty/tty24/power', 0o755) |
| 15090 | f('sys/devices/virtual/tty/tty24/power/wakeup', 0o644, b'\n') |
| 15091 | d('sys/devices/virtual/tty/tty61', 0o755) |
| 15092 | l('sys/devices/virtual/tty/tty61/subsystem', '../../../../class/tty') |
| 15093 | f('sys/devices/virtual/tty/tty61/dev', 0o644, b'4:61\n') |
| 15094 | f('sys/devices/virtual/tty/tty61/uevent', 0o644, b'''MAJOR=4 |
| 15095 | MINOR=61 |
| 15096 | ''') |
| 15097 | d('sys/devices/virtual/tty/tty61/power', 0o755) |
| 15098 | f('sys/devices/virtual/tty/tty61/power/wakeup', 0o644, b'\n') |
| 15099 | d('sys/devices/virtual/tty/tty40', 0o755) |
| 15100 | l('sys/devices/virtual/tty/tty40/subsystem', '../../../../class/tty') |
| 15101 | f('sys/devices/virtual/tty/tty40/dev', 0o644, b'4:40\n') |
| 15102 | f('sys/devices/virtual/tty/tty40/uevent', 0o644, b'''MAJOR=4 |
| 15103 | MINOR=40 |
| 15104 | ''') |
| 15105 | d('sys/devices/virtual/tty/tty40/power', 0o755) |
| 15106 | f('sys/devices/virtual/tty/tty40/power/wakeup', 0o644, b'\n') |
| 15107 | d('sys/devices/virtual/tty/tty60', 0o755) |
| 15108 | l('sys/devices/virtual/tty/tty60/subsystem', '../../../../class/tty') |
| 15109 | f('sys/devices/virtual/tty/tty60/dev', 0o644, b'4:60\n') |
| 15110 | f('sys/devices/virtual/tty/tty60/uevent', 0o644, b'''MAJOR=4 |
| 15111 | MINOR=60 |
| 15112 | ''') |
| 15113 | d('sys/devices/virtual/tty/tty60/power', 0o755) |
| 15114 | f('sys/devices/virtual/tty/tty60/power/wakeup', 0o644, b'\n') |
| 15115 | d('sys/devices/virtual/tty/tty15', 0o755) |
| 15116 | l('sys/devices/virtual/tty/tty15/subsystem', '../../../../class/tty') |
| 15117 | f('sys/devices/virtual/tty/tty15/dev', 0o644, b'4:15\n') |
| 15118 | f('sys/devices/virtual/tty/tty15/uevent', 0o644, b'''MAJOR=4 |
| 15119 | MINOR=15 |
| 15120 | ''') |
| 15121 | d('sys/devices/virtual/tty/tty15/power', 0o755) |
| 15122 | f('sys/devices/virtual/tty/tty15/power/wakeup', 0o644, b'\n') |
| 15123 | d('sys/devices/virtual/tty/tty27', 0o755) |
| 15124 | l('sys/devices/virtual/tty/tty27/subsystem', '../../../../class/tty') |
| 15125 | f('sys/devices/virtual/tty/tty27/dev', 0o644, b'4:27\n') |
| 15126 | f('sys/devices/virtual/tty/tty27/uevent', 0o644, b'''MAJOR=4 |
| 15127 | MINOR=27 |
| 15128 | ''') |
| 15129 | d('sys/devices/virtual/tty/tty27/power', 0o755) |
| 15130 | f('sys/devices/virtual/tty/tty27/power/wakeup', 0o644, b'\n') |
| 15131 | d('sys/devices/virtual/tty/tty7', 0o755) |
| 15132 | l('sys/devices/virtual/tty/tty7/subsystem', '../../../../class/tty') |
| 15133 | f('sys/devices/virtual/tty/tty7/dev', 0o644, b'4:7\n') |
| 15134 | f('sys/devices/virtual/tty/tty7/uevent', 0o644, b'''MAJOR=4 |
| 15135 | MINOR=7 |
| 15136 | ''') |
| 15137 | d('sys/devices/virtual/tty/tty7/power', 0o755) |
| 15138 | f('sys/devices/virtual/tty/tty7/power/wakeup', 0o644, b'\n') |
| 15139 | d('sys/devices/virtual/tty/tty43', 0o755) |
| 15140 | l('sys/devices/virtual/tty/tty43/subsystem', '../../../../class/tty') |
| 15141 | f('sys/devices/virtual/tty/tty43/dev', 0o644, b'4:43\n') |
| 15142 | f('sys/devices/virtual/tty/tty43/uevent', 0o644, b'''MAJOR=4 |
| 15143 | MINOR=43 |
| 15144 | ''') |
| 15145 | d('sys/devices/virtual/tty/tty43/power', 0o755) |
| 15146 | f('sys/devices/virtual/tty/tty43/power/wakeup', 0o644, b'\n') |
| 15147 | d('sys/devices/virtual/tty/tty23', 0o755) |
| 15148 | l('sys/devices/virtual/tty/tty23/subsystem', '../../../../class/tty') |
| 15149 | f('sys/devices/virtual/tty/tty23/dev', 0o644, b'4:23\n') |
| 15150 | f('sys/devices/virtual/tty/tty23/uevent', 0o644, b'''MAJOR=4 |
| 15151 | MINOR=23 |
| 15152 | ''') |
| 15153 | d('sys/devices/virtual/tty/tty23/power', 0o755) |
| 15154 | f('sys/devices/virtual/tty/tty23/power/wakeup', 0o644, b'\n') |
| 15155 | d('sys/devices/virtual/tty/tty14', 0o755) |
| 15156 | l('sys/devices/virtual/tty/tty14/subsystem', '../../../../class/tty') |
| 15157 | f('sys/devices/virtual/tty/tty14/dev', 0o644, b'4:14\n') |
| 15158 | f('sys/devices/virtual/tty/tty14/uevent', 0o644, b'''MAJOR=4 |
| 15159 | MINOR=14 |
| 15160 | ''') |
| 15161 | d('sys/devices/virtual/tty/tty14/power', 0o755) |
| 15162 | f('sys/devices/virtual/tty/tty14/power/wakeup', 0o644, b'\n') |
| 15163 | d('sys/devices/virtual/tty/tty56', 0o755) |
| 15164 | l('sys/devices/virtual/tty/tty56/subsystem', '../../../../class/tty') |
| 15165 | f('sys/devices/virtual/tty/tty56/dev', 0o644, b'4:56\n') |
| 15166 | f('sys/devices/virtual/tty/tty56/uevent', 0o644, b'''MAJOR=4 |
| 15167 | MINOR=56 |
| 15168 | ''') |
| 15169 | d('sys/devices/virtual/tty/tty56/power', 0o755) |
| 15170 | f('sys/devices/virtual/tty/tty56/power/wakeup', 0o644, b'\n') |
| 15171 | d('sys/devices/virtual/tty/tty3', 0o755) |
| 15172 | l('sys/devices/virtual/tty/tty3/subsystem', '../../../../class/tty') |
| 15173 | f('sys/devices/virtual/tty/tty3/dev', 0o644, b'4:3\n') |
| 15174 | f('sys/devices/virtual/tty/tty3/uevent', 0o644, b'''MAJOR=4 |
| 15175 | MINOR=3 |
| 15176 | ''') |
| 15177 | d('sys/devices/virtual/tty/tty3/power', 0o755) |
| 15178 | f('sys/devices/virtual/tty/tty3/power/wakeup', 0o644, b'\n') |
| 15179 | d('sys/devices/virtual/tty/tty49', 0o755) |
| 15180 | l('sys/devices/virtual/tty/tty49/subsystem', '../../../../class/tty') |
| 15181 | f('sys/devices/virtual/tty/tty49/dev', 0o644, b'4:49\n') |
| 15182 | f('sys/devices/virtual/tty/tty49/uevent', 0o644, b'''MAJOR=4 |
| 15183 | MINOR=49 |
| 15184 | ''') |
| 15185 | d('sys/devices/virtual/tty/tty49/power', 0o755) |
| 15186 | f('sys/devices/virtual/tty/tty49/power/wakeup', 0o644, b'\n') |
| 15187 | d('sys/devices/virtual/tty/tty47', 0o755) |
| 15188 | l('sys/devices/virtual/tty/tty47/subsystem', '../../../../class/tty') |
| 15189 | f('sys/devices/virtual/tty/tty47/dev', 0o644, b'4:47\n') |
| 15190 | f('sys/devices/virtual/tty/tty47/uevent', 0o644, b'''MAJOR=4 |
| 15191 | MINOR=47 |
| 15192 | ''') |
| 15193 | d('sys/devices/virtual/tty/tty47/power', 0o755) |
| 15194 | f('sys/devices/virtual/tty/tty47/power/wakeup', 0o644, b'\n') |
| 15195 | d('sys/devices/virtual/tty/tty57', 0o755) |
| 15196 | l('sys/devices/virtual/tty/tty57/subsystem', '../../../../class/tty') |
| 15197 | f('sys/devices/virtual/tty/tty57/dev', 0o644, b'4:57\n') |
| 15198 | f('sys/devices/virtual/tty/tty57/uevent', 0o644, b'''MAJOR=4 |
| 15199 | MINOR=57 |
| 15200 | ''') |
| 15201 | d('sys/devices/virtual/tty/tty57/power', 0o755) |
| 15202 | f('sys/devices/virtual/tty/tty57/power/wakeup', 0o644, b'\n') |
| 15203 | d('sys/devices/virtual/tty/tty30', 0o755) |
| 15204 | l('sys/devices/virtual/tty/tty30/subsystem', '../../../../class/tty') |
| 15205 | f('sys/devices/virtual/tty/tty30/dev', 0o644, b'4:30\n') |
| 15206 | f('sys/devices/virtual/tty/tty30/uevent', 0o644, b'''MAJOR=4 |
| 15207 | MINOR=30 |
| 15208 | ''') |
| 15209 | d('sys/devices/virtual/tty/tty30/power', 0o755) |
| 15210 | f('sys/devices/virtual/tty/tty30/power/wakeup', 0o644, b'\n') |
| 15211 | d('sys/devices/virtual/tty/tty45', 0o755) |
| 15212 | l('sys/devices/virtual/tty/tty45/subsystem', '../../../../class/tty') |
| 15213 | f('sys/devices/virtual/tty/tty45/dev', 0o644, b'4:45\n') |
| 15214 | f('sys/devices/virtual/tty/tty45/uevent', 0o644, b'''MAJOR=4 |
| 15215 | MINOR=45 |
| 15216 | ''') |
| 15217 | d('sys/devices/virtual/tty/tty45/power', 0o755) |
| 15218 | f('sys/devices/virtual/tty/tty45/power/wakeup', 0o644, b'\n') |
| 15219 | d('sys/devices/virtual/tty/tty22', 0o755) |
| 15220 | l('sys/devices/virtual/tty/tty22/subsystem', '../../../../class/tty') |
| 15221 | f('sys/devices/virtual/tty/tty22/dev', 0o644, b'4:22\n') |
| 15222 | f('sys/devices/virtual/tty/tty22/uevent', 0o644, b'''MAJOR=4 |
| 15223 | MINOR=22 |
| 15224 | ''') |
| 15225 | d('sys/devices/virtual/tty/tty22/power', 0o755) |
| 15226 | f('sys/devices/virtual/tty/tty22/power/wakeup', 0o644, b'\n') |
| 15227 | d('sys/devices/virtual/tty/tty55', 0o755) |
| 15228 | l('sys/devices/virtual/tty/tty55/subsystem', '../../../../class/tty') |
| 15229 | f('sys/devices/virtual/tty/tty55/dev', 0o644, b'4:55\n') |
| 15230 | f('sys/devices/virtual/tty/tty55/uevent', 0o644, b'''MAJOR=4 |
| 15231 | MINOR=55 |
| 15232 | ''') |
| 15233 | d('sys/devices/virtual/tty/tty55/power', 0o755) |
| 15234 | f('sys/devices/virtual/tty/tty55/power/wakeup', 0o644, b'\n') |
| 15235 | d('sys/devices/virtual/tty/tty11', 0o755) |
| 15236 | l('sys/devices/virtual/tty/tty11/subsystem', '../../../../class/tty') |
| 15237 | f('sys/devices/virtual/tty/tty11/dev', 0o644, b'4:11\n') |
| 15238 | f('sys/devices/virtual/tty/tty11/uevent', 0o644, b'''MAJOR=4 |
| 15239 | MINOR=11 |
| 15240 | ''') |
| 15241 | d('sys/devices/virtual/tty/tty11/power', 0o755) |
| 15242 | f('sys/devices/virtual/tty/tty11/power/wakeup', 0o644, b'\n') |
| 15243 | d('sys/devices/virtual/tty/tty53', 0o755) |
| 15244 | l('sys/devices/virtual/tty/tty53/subsystem', '../../../../class/tty') |
| 15245 | f('sys/devices/virtual/tty/tty53/dev', 0o644, b'4:53\n') |
| 15246 | f('sys/devices/virtual/tty/tty53/uevent', 0o644, b'''MAJOR=4 |
| 15247 | MINOR=53 |
| 15248 | ''') |
| 15249 | d('sys/devices/virtual/tty/tty53/power', 0o755) |
| 15250 | f('sys/devices/virtual/tty/tty53/power/wakeup', 0o644, b'\n') |
| 15251 | d('sys/devices/virtual/tty/tty12', 0o755) |
| 15252 | l('sys/devices/virtual/tty/tty12/subsystem', '../../../../class/tty') |
| 15253 | f('sys/devices/virtual/tty/tty12/dev', 0o644, b'4:12\n') |
| 15254 | f('sys/devices/virtual/tty/tty12/uevent', 0o644, b'''MAJOR=4 |
| 15255 | MINOR=12 |
| 15256 | ''') |
| 15257 | d('sys/devices/virtual/tty/tty12/power', 0o755) |
| 15258 | f('sys/devices/virtual/tty/tty12/power/wakeup', 0o644, b'\n') |
| 15259 | d('sys/devices/virtual/tty/tty28', 0o755) |
| 15260 | l('sys/devices/virtual/tty/tty28/subsystem', '../../../../class/tty') |
| 15261 | f('sys/devices/virtual/tty/tty28/dev', 0o644, b'4:28\n') |
| 15262 | f('sys/devices/virtual/tty/tty28/uevent', 0o644, b'''MAJOR=4 |
| 15263 | MINOR=28 |
| 15264 | ''') |
| 15265 | d('sys/devices/virtual/tty/tty28/power', 0o755) |
| 15266 | f('sys/devices/virtual/tty/tty28/power/wakeup', 0o644, b'\n') |
| 15267 | d('sys/devices/virtual/tty/tty58', 0o755) |
| 15268 | l('sys/devices/virtual/tty/tty58/subsystem', '../../../../class/tty') |
| 15269 | f('sys/devices/virtual/tty/tty58/dev', 0o644, b'4:58\n') |
| 15270 | f('sys/devices/virtual/tty/tty58/uevent', 0o644, b'''MAJOR=4 |
| 15271 | MINOR=58 |
| 15272 | ''') |
| 15273 | d('sys/devices/virtual/tty/tty58/power', 0o755) |
| 15274 | f('sys/devices/virtual/tty/tty58/power/wakeup', 0o644, b'\n') |
| 15275 | d('sys/devices/virtual/tty/tty32', 0o755) |
| 15276 | l('sys/devices/virtual/tty/tty32/subsystem', '../../../../class/tty') |
| 15277 | f('sys/devices/virtual/tty/tty32/dev', 0o644, b'4:32\n') |
| 15278 | f('sys/devices/virtual/tty/tty32/uevent', 0o644, b'''MAJOR=4 |
| 15279 | MINOR=32 |
| 15280 | ''') |
| 15281 | d('sys/devices/virtual/tty/tty32/power', 0o755) |
| 15282 | f('sys/devices/virtual/tty/tty32/power/wakeup', 0o644, b'\n') |
| 15283 | d('sys/devices/virtual/tty/tty44', 0o755) |
| 15284 | l('sys/devices/virtual/tty/tty44/subsystem', '../../../../class/tty') |
| 15285 | f('sys/devices/virtual/tty/tty44/dev', 0o644, b'4:44\n') |
| 15286 | f('sys/devices/virtual/tty/tty44/uevent', 0o644, b'''MAJOR=4 |
| 15287 | MINOR=44 |
| 15288 | ''') |
| 15289 | d('sys/devices/virtual/tty/tty44/power', 0o755) |
| 15290 | f('sys/devices/virtual/tty/tty44/power/wakeup', 0o644, b'\n') |
| 15291 | d('sys/devices/virtual/tty/tty6', 0o755) |
| 15292 | l('sys/devices/virtual/tty/tty6/subsystem', '../../../../class/tty') |
| 15293 | f('sys/devices/virtual/tty/tty6/dev', 0o644, b'4:6\n') |
| 15294 | f('sys/devices/virtual/tty/tty6/uevent', 0o644, b'''MAJOR=4 |
| 15295 | MINOR=6 |
| 15296 | ''') |
| 15297 | d('sys/devices/virtual/tty/tty6/power', 0o755) |
| 15298 | f('sys/devices/virtual/tty/tty6/power/wakeup', 0o644, b'\n') |
| 15299 | d('sys/devices/virtual/tty/tty9', 0o755) |
| 15300 | l('sys/devices/virtual/tty/tty9/subsystem', '../../../../class/tty') |
| 15301 | f('sys/devices/virtual/tty/tty9/dev', 0o644, b'4:9\n') |
| 15302 | f('sys/devices/virtual/tty/tty9/uevent', 0o644, b'''MAJOR=4 |
| 15303 | MINOR=9 |
| 15304 | ''') |
| 15305 | d('sys/devices/virtual/tty/tty9/power', 0o755) |
| 15306 | f('sys/devices/virtual/tty/tty9/power/wakeup', 0o644, b'\n') |
| 15307 | d('sys/devices/virtual/tty/tty26', 0o755) |
| 15308 | l('sys/devices/virtual/tty/tty26/subsystem', '../../../../class/tty') |
| 15309 | f('sys/devices/virtual/tty/tty26/dev', 0o644, b'4:26\n') |
| 15310 | f('sys/devices/virtual/tty/tty26/uevent', 0o644, b'''MAJOR=4 |
| 15311 | MINOR=26 |
| 15312 | ''') |
| 15313 | d('sys/devices/virtual/tty/tty26/power', 0o755) |
| 15314 | f('sys/devices/virtual/tty/tty26/power/wakeup', 0o644, b'\n') |
| 15315 | d('sys/devices/virtual/tty/tty10', 0o755) |
| 15316 | l('sys/devices/virtual/tty/tty10/subsystem', '../../../../class/tty') |
| 15317 | f('sys/devices/virtual/tty/tty10/dev', 0o644, b'4:10\n') |
| 15318 | f('sys/devices/virtual/tty/tty10/uevent', 0o644, b'''MAJOR=4 |
| 15319 | MINOR=10 |
| 15320 | ''') |
| 15321 | d('sys/devices/virtual/tty/tty10/power', 0o755) |
| 15322 | f('sys/devices/virtual/tty/tty10/power/wakeup', 0o644, b'\n') |
| 15323 | d('sys/devices/virtual/tty/tty39', 0o755) |
| 15324 | l('sys/devices/virtual/tty/tty39/subsystem', '../../../../class/tty') |
| 15325 | f('sys/devices/virtual/tty/tty39/dev', 0o644, b'4:39\n') |
| 15326 | f('sys/devices/virtual/tty/tty39/uevent', 0o644, b'''MAJOR=4 |
| 15327 | MINOR=39 |
| 15328 | ''') |
| 15329 | d('sys/devices/virtual/tty/tty39/power', 0o755) |
| 15330 | f('sys/devices/virtual/tty/tty39/power/wakeup', 0o644, b'\n') |
| 15331 | d('sys/devices/virtual/tty/tty0', 0o755) |
| 15332 | l('sys/devices/virtual/tty/tty0/subsystem', '../../../../class/tty') |
| 15333 | f('sys/devices/virtual/tty/tty0/dev', 0o644, b'4:0\n') |
| 15334 | f('sys/devices/virtual/tty/tty0/uevent', 0o644, b'''MAJOR=4 |
| 15335 | MINOR=0 |
| 15336 | DEVNAME=tty0 |
| 15337 | ''') |
| 15338 | d('sys/devices/virtual/tty/tty0/power', 0o755) |
| 15339 | f('sys/devices/virtual/tty/tty0/power/wakeup', 0o644, b'\n') |
| 15340 | d('sys/devices/virtual/tty/tty36', 0o755) |
| 15341 | l('sys/devices/virtual/tty/tty36/subsystem', '../../../../class/tty') |
| 15342 | f('sys/devices/virtual/tty/tty36/dev', 0o644, b'4:36\n') |
| 15343 | f('sys/devices/virtual/tty/tty36/uevent', 0o644, b'''MAJOR=4 |
| 15344 | MINOR=36 |
| 15345 | ''') |
| 15346 | d('sys/devices/virtual/tty/tty36/power', 0o755) |
| 15347 | f('sys/devices/virtual/tty/tty36/power/wakeup', 0o644, b'\n') |
| 15348 | d('sys/devices/virtual/tty/tty34', 0o755) |
| 15349 | l('sys/devices/virtual/tty/tty34/subsystem', '../../../../class/tty') |
| 15350 | f('sys/devices/virtual/tty/tty34/dev', 0o644, b'4:34\n') |
| 15351 | f('sys/devices/virtual/tty/tty34/uevent', 0o644, b'''MAJOR=4 |
| 15352 | MINOR=34 |
| 15353 | ''') |
| 15354 | d('sys/devices/virtual/tty/tty34/power', 0o755) |
| 15355 | f('sys/devices/virtual/tty/tty34/power/wakeup', 0o644, b'\n') |
| 15356 | d('sys/devices/virtual/tty/tty16', 0o755) |
| 15357 | l('sys/devices/virtual/tty/tty16/subsystem', '../../../../class/tty') |
| 15358 | f('sys/devices/virtual/tty/tty16/dev', 0o644, b'4:16\n') |
| 15359 | f('sys/devices/virtual/tty/tty16/uevent', 0o644, b'''MAJOR=4 |
| 15360 | MINOR=16 |
| 15361 | ''') |
| 15362 | d('sys/devices/virtual/tty/tty16/power', 0o755) |
| 15363 | f('sys/devices/virtual/tty/tty16/power/wakeup', 0o644, b'\n') |
| 15364 | d('sys/devices/virtual/tty/tty25', 0o755) |
| 15365 | l('sys/devices/virtual/tty/tty25/subsystem', '../../../../class/tty') |
| 15366 | f('sys/devices/virtual/tty/tty25/dev', 0o644, b'4:25\n') |
| 15367 | f('sys/devices/virtual/tty/tty25/uevent', 0o644, b'''MAJOR=4 |
| 15368 | MINOR=25 |
| 15369 | ''') |
| 15370 | d('sys/devices/virtual/tty/tty25/power', 0o755) |
| 15371 | f('sys/devices/virtual/tty/tty25/power/wakeup', 0o644, b'\n') |
| 15372 | d('sys/devices/virtual/tty/tty13', 0o755) |
| 15373 | l('sys/devices/virtual/tty/tty13/subsystem', '../../../../class/tty') |
| 15374 | f('sys/devices/virtual/tty/tty13/dev', 0o644, b'4:13\n') |
| 15375 | f('sys/devices/virtual/tty/tty13/uevent', 0o644, b'''MAJOR=4 |
| 15376 | MINOR=13 |
| 15377 | ''') |
| 15378 | d('sys/devices/virtual/tty/tty13/power', 0o755) |
| 15379 | f('sys/devices/virtual/tty/tty13/power/wakeup', 0o644, b'\n') |
| 15380 | d('sys/devices/virtual/tty/tty52', 0o755) |
| 15381 | l('sys/devices/virtual/tty/tty52/subsystem', '../../../../class/tty') |
| 15382 | f('sys/devices/virtual/tty/tty52/dev', 0o644, b'4:52\n') |
| 15383 | f('sys/devices/virtual/tty/tty52/uevent', 0o644, b'''MAJOR=4 |
| 15384 | MINOR=52 |
| 15385 | ''') |
| 15386 | d('sys/devices/virtual/tty/tty52/power', 0o755) |
| 15387 | f('sys/devices/virtual/tty/tty52/power/wakeup', 0o644, b'\n') |
| 15388 | d('sys/devices/virtual/tty/tty31', 0o755) |
| 15389 | l('sys/devices/virtual/tty/tty31/subsystem', '../../../../class/tty') |
| 15390 | f('sys/devices/virtual/tty/tty31/dev', 0o644, b'4:31\n') |
| 15391 | f('sys/devices/virtual/tty/tty31/uevent', 0o644, b'''MAJOR=4 |
| 15392 | MINOR=31 |
| 15393 | ''') |
| 15394 | d('sys/devices/virtual/tty/tty31/power', 0o755) |
| 15395 | f('sys/devices/virtual/tty/tty31/power/wakeup', 0o644, b'\n') |
| 15396 | d('sys/devices/virtual/tty/tty35', 0o755) |
| 15397 | l('sys/devices/virtual/tty/tty35/subsystem', '../../../../class/tty') |
| 15398 | f('sys/devices/virtual/tty/tty35/dev', 0o644, b'4:35\n') |
| 15399 | f('sys/devices/virtual/tty/tty35/uevent', 0o644, b'''MAJOR=4 |
| 15400 | MINOR=35 |
| 15401 | ''') |
| 15402 | d('sys/devices/virtual/tty/tty35/power', 0o755) |
| 15403 | f('sys/devices/virtual/tty/tty35/power/wakeup', 0o644, b'\n') |
| 15404 | d('sys/devices/virtual/tty/tty54', 0o755) |
| 15405 | l('sys/devices/virtual/tty/tty54/subsystem', '../../../../class/tty') |
| 15406 | f('sys/devices/virtual/tty/tty54/dev', 0o644, b'4:54\n') |
| 15407 | f('sys/devices/virtual/tty/tty54/uevent', 0o644, b'''MAJOR=4 |
| 15408 | MINOR=54 |
| 15409 | ''') |
| 15410 | d('sys/devices/virtual/tty/tty54/power', 0o755) |
| 15411 | f('sys/devices/virtual/tty/tty54/power/wakeup', 0o644, b'\n') |
| 15412 | d('sys/devices/virtual/tty/tty63', 0o755) |
| 15413 | l('sys/devices/virtual/tty/tty63/subsystem', '../../../../class/tty') |
| 15414 | f('sys/devices/virtual/tty/tty63/dev', 0o644, b'4:63\n') |
| 15415 | f('sys/devices/virtual/tty/tty63/uevent', 0o644, b'''MAJOR=4 |
| 15416 | MINOR=63 |
| 15417 | ''') |
| 15418 | d('sys/devices/virtual/tty/tty63/power', 0o755) |
| 15419 | f('sys/devices/virtual/tty/tty63/power/wakeup', 0o644, b'\n') |
| 15420 | d('sys/devices/virtual/tty/tty1', 0o755) |
| 15421 | l('sys/devices/virtual/tty/tty1/subsystem', '../../../../class/tty') |
| 15422 | f('sys/devices/virtual/tty/tty1/dev', 0o644, b'4:1\n') |
| 15423 | f('sys/devices/virtual/tty/tty1/uevent', 0o644, b'''MAJOR=4 |
| 15424 | MINOR=1 |
| 15425 | ''') |
| 15426 | d('sys/devices/virtual/tty/tty1/power', 0o755) |
| 15427 | f('sys/devices/virtual/tty/tty1/power/wakeup', 0o644, b'\n') |
| 15428 | d('sys/devices/virtual/tty/tty33', 0o755) |
| 15429 | l('sys/devices/virtual/tty/tty33/subsystem', '../../../../class/tty') |
| 15430 | f('sys/devices/virtual/tty/tty33/dev', 0o644, b'4:33\n') |
| 15431 | f('sys/devices/virtual/tty/tty33/uevent', 0o644, b'''MAJOR=4 |
| 15432 | MINOR=33 |
| 15433 | DEVNAME=tty33 |
| 15434 | ''') |
| 15435 | d('sys/devices/virtual/tty/tty33/power', 0o755) |
| 15436 | f('sys/devices/virtual/tty/tty33/power/wakeup', 0o644, b'\n') |
| 15437 | d('sys/devices/virtual/tty/tty18', 0o755) |
| 15438 | l('sys/devices/virtual/tty/tty18/subsystem', '../../../../class/tty') |
| 15439 | f('sys/devices/virtual/tty/tty18/dev', 0o644, b'4:18\n') |
| 15440 | f('sys/devices/virtual/tty/tty18/uevent', 0o644, b'''MAJOR=4 |
| 15441 | MINOR=18 |
| 15442 | ''') |
| 15443 | d('sys/devices/virtual/tty/tty18/power', 0o755) |
| 15444 | f('sys/devices/virtual/tty/tty18/power/wakeup', 0o644, b'\n') |
| 15445 | d('sys/devices/virtual/tty/tty42', 0o755) |
| 15446 | l('sys/devices/virtual/tty/tty42/subsystem', '../../../../class/tty') |
| 15447 | f('sys/devices/virtual/tty/tty42/dev', 0o644, b'4:42\n') |
| 15448 | f('sys/devices/virtual/tty/tty42/uevent', 0o644, b'''MAJOR=4 |
| 15449 | MINOR=42 |
| 15450 | ''') |
| 15451 | d('sys/devices/virtual/tty/tty42/power', 0o755) |
| 15452 | f('sys/devices/virtual/tty/tty42/power/wakeup', 0o644, b'\n') |
| 15453 | d('sys/devices/virtual/tty/tty8', 0o755) |
| 15454 | l('sys/devices/virtual/tty/tty8/subsystem', '../../../../class/tty') |
| 15455 | f('sys/devices/virtual/tty/tty8/dev', 0o644, b'4:8\n') |
| 15456 | f('sys/devices/virtual/tty/tty8/uevent', 0o644, b'''MAJOR=4 |
| 15457 | MINOR=8 |
| 15458 | ''') |
| 15459 | d('sys/devices/virtual/tty/tty8/power', 0o755) |
| 15460 | f('sys/devices/virtual/tty/tty8/power/wakeup', 0o644, b'\n') |
| 15461 | d('sys/devices/virtual/tty/tty37', 0o755) |
| 15462 | l('sys/devices/virtual/tty/tty37/subsystem', '../../../../class/tty') |
| 15463 | f('sys/devices/virtual/tty/tty37/dev', 0o644, b'4:37\n') |
| 15464 | f('sys/devices/virtual/tty/tty37/uevent', 0o644, b'''MAJOR=4 |
| 15465 | MINOR=37 |
| 15466 | ''') |
| 15467 | d('sys/devices/virtual/tty/tty37/power', 0o755) |
| 15468 | f('sys/devices/virtual/tty/tty37/power/wakeup', 0o644, b'\n') |
| 15469 | d('sys/devices/virtual/tty/tty5', 0o755) |
| 15470 | l('sys/devices/virtual/tty/tty5/subsystem', '../../../../class/tty') |
| 15471 | f('sys/devices/virtual/tty/tty5/dev', 0o644, b'4:5\n') |
| 15472 | f('sys/devices/virtual/tty/tty5/uevent', 0o644, b'''MAJOR=4 |
| 15473 | MINOR=5 |
| 15474 | ''') |
| 15475 | d('sys/devices/virtual/tty/tty5/power', 0o755) |
| 15476 | f('sys/devices/virtual/tty/tty5/power/wakeup', 0o644, b'\n') |
| 15477 | d('sys/devices/virtual/tty/tty48', 0o755) |
| 15478 | l('sys/devices/virtual/tty/tty48/subsystem', '../../../../class/tty') |
| 15479 | f('sys/devices/virtual/tty/tty48/dev', 0o644, b'4:48\n') |
| 15480 | f('sys/devices/virtual/tty/tty48/uevent', 0o644, b'''MAJOR=4 |
| 15481 | MINOR=48 |
| 15482 | ''') |
| 15483 | d('sys/devices/virtual/tty/tty48/power', 0o755) |
| 15484 | f('sys/devices/virtual/tty/tty48/power/wakeup', 0o644, b'\n') |
| 15485 | d('sys/devices/virtual/tty/tty17', 0o755) |
| 15486 | l('sys/devices/virtual/tty/tty17/subsystem', '../../../../class/tty') |
| 15487 | f('sys/devices/virtual/tty/tty17/dev', 0o644, b'4:17\n') |
| 15488 | f('sys/devices/virtual/tty/tty17/uevent', 0o644, b'''MAJOR=4 |
| 15489 | MINOR=17 |
| 15490 | ''') |
| 15491 | d('sys/devices/virtual/tty/tty17/power', 0o755) |
| 15492 | f('sys/devices/virtual/tty/tty17/power/wakeup', 0o644, b'\n') |
| 15493 | d('sys/devices/virtual/tty/tty62', 0o755) |
| 15494 | l('sys/devices/virtual/tty/tty62/subsystem', '../../../../class/tty') |
| 15495 | f('sys/devices/virtual/tty/tty62/dev', 0o644, b'4:62\n') |
| 15496 | f('sys/devices/virtual/tty/tty62/uevent', 0o644, b'''MAJOR=4 |
| 15497 | MINOR=62 |
| 15498 | ''') |
| 15499 | d('sys/devices/virtual/tty/tty62/power', 0o755) |
| 15500 | f('sys/devices/virtual/tty/tty62/power/wakeup', 0o644, b'\n') |
| 15501 | d('sys/devices/virtual/tty/tty59', 0o755) |
| 15502 | l('sys/devices/virtual/tty/tty59/subsystem', '../../../../class/tty') |
| 15503 | f('sys/devices/virtual/tty/tty59/dev', 0o644, b'4:59\n') |
| 15504 | f('sys/devices/virtual/tty/tty59/uevent', 0o644, b'''MAJOR=4 |
| 15505 | MINOR=59 |
| 15506 | ''') |
| 15507 | d('sys/devices/virtual/tty/tty59/power', 0o755) |
| 15508 | f('sys/devices/virtual/tty/tty59/power/wakeup', 0o644, b'\n') |
| 15509 | d('sys/devices/virtual/tty/tty50', 0o755) |
| 15510 | l('sys/devices/virtual/tty/tty50/subsystem', '../../../../class/tty') |
| 15511 | f('sys/devices/virtual/tty/tty50/dev', 0o644, b'4:50\n') |
| 15512 | f('sys/devices/virtual/tty/tty50/uevent', 0o644, b'''MAJOR=4 |
| 15513 | MINOR=50 |
| 15514 | ''') |
| 15515 | d('sys/devices/virtual/tty/tty50/power', 0o755) |
| 15516 | f('sys/devices/virtual/tty/tty50/power/wakeup', 0o644, b'\n') |
| 15517 | d('sys/devices/virtual/tty/tty21', 0o755) |
| 15518 | l('sys/devices/virtual/tty/tty21/subsystem', '../../../../class/tty') |
| 15519 | f('sys/devices/virtual/tty/tty21/dev', 0o644, b'4:21\n') |
| 15520 | f('sys/devices/virtual/tty/tty21/uevent', 0o644, b'''MAJOR=4 |
| 15521 | MINOR=21 |
| 15522 | ''') |
| 15523 | d('sys/devices/virtual/tty/tty21/power', 0o755) |
| 15524 | f('sys/devices/virtual/tty/tty21/power/wakeup', 0o644, b'\n') |
| 15525 | d('sys/devices/virtual/tty/tty19', 0o755) |
| 15526 | l('sys/devices/virtual/tty/tty19/subsystem', '../../../../class/tty') |
| 15527 | f('sys/devices/virtual/tty/tty19/dev', 0o644, b'4:19\n') |
| 15528 | f('sys/devices/virtual/tty/tty19/uevent', 0o644, b'''MAJOR=4 |
| 15529 | MINOR=19 |
| 15530 | ''') |
| 15531 | d('sys/devices/virtual/tty/tty19/power', 0o755) |
| 15532 | f('sys/devices/virtual/tty/tty19/power/wakeup', 0o644, b'\n') |
| 15533 | d('sys/devices/virtual/tty/ptmx', 0o755) |
| 15534 | l('sys/devices/virtual/tty/ptmx/subsystem', '../../../../class/tty') |
| 15535 | f('sys/devices/virtual/tty/ptmx/dev', 0o644, b'5:2\n') |
| 15536 | f('sys/devices/virtual/tty/ptmx/uevent', 0o644, b'''MAJOR=5 |
| 15537 | MINOR=2 |
| 15538 | ''') |
| 15539 | d('sys/devices/virtual/tty/ptmx/power', 0o755) |
| 15540 | f('sys/devices/virtual/tty/ptmx/power/wakeup', 0o644, b'\n') |
| 15541 | d('sys/devices/virtual/tty/tty46', 0o755) |
| 15542 | l('sys/devices/virtual/tty/tty46/subsystem', '../../../../class/tty') |
| 15543 | f('sys/devices/virtual/tty/tty46/dev', 0o644, b'4:46\n') |
| 15544 | f('sys/devices/virtual/tty/tty46/uevent', 0o644, b'''MAJOR=4 |
| 15545 | MINOR=46 |
| 15546 | ''') |
| 15547 | d('sys/devices/virtual/tty/tty46/power', 0o755) |
| 15548 | f('sys/devices/virtual/tty/tty46/power/wakeup', 0o644, b'\n') |
| 15549 | d('sys/devices/virtual/tty/tty2', 0o755) |
| 15550 | l('sys/devices/virtual/tty/tty2/subsystem', '../../../../class/tty') |
| 15551 | f('sys/devices/virtual/tty/tty2/dev', 0o644, b'4:2\n') |
| 15552 | f('sys/devices/virtual/tty/tty2/uevent', 0o644, b'''MAJOR=4 |
| 15553 | MINOR=2 |
| 15554 | ''') |
| 15555 | d('sys/devices/virtual/tty/tty2/power', 0o755) |
| 15556 | f('sys/devices/virtual/tty/tty2/power/wakeup', 0o644, b'\n') |
| 15557 | d('sys/devices/virtual/tty/console', 0o755) |
| 15558 | l('sys/devices/virtual/tty/console/subsystem', '../../../../class/tty') |
| 15559 | f('sys/devices/virtual/tty/console/dev', 0o644, b'5:1\n') |
| 15560 | f('sys/devices/virtual/tty/console/uevent', 0o644, b'''MAJOR=5 |
| 15561 | MINOR=1 |
| 15562 | DEVNAME=console |
| 15563 | ''') |
| 15564 | d('sys/devices/virtual/tty/console/power', 0o755) |
| 15565 | f('sys/devices/virtual/tty/console/power/wakeup', 0o644, b'\n') |
| 15566 | d('sys/devices/virtual/tty/tty41', 0o755) |
| 15567 | l('sys/devices/virtual/tty/tty41/subsystem', '../../../../class/tty') |
| 15568 | f('sys/devices/virtual/tty/tty41/dev', 0o644, b'4:41\n') |
| 15569 | f('sys/devices/virtual/tty/tty41/uevent', 0o644, b'''MAJOR=4 |
| 15570 | MINOR=41 |
| 15571 | ''') |
| 15572 | d('sys/devices/virtual/tty/tty41/power', 0o755) |
| 15573 | f('sys/devices/virtual/tty/tty41/power/wakeup', 0o644, b'\n') |
| 15574 | d('sys/devices/virtual/tty/tty4', 0o755) |
| 15575 | l('sys/devices/virtual/tty/tty4/subsystem', '../../../../class/tty') |
| 15576 | f('sys/devices/virtual/tty/tty4/dev', 0o644, b'4:4\n') |
| 15577 | f('sys/devices/virtual/tty/tty4/uevent', 0o644, b'''MAJOR=4 |
| 15578 | MINOR=4 |
| 15579 | ''') |
| 15580 | d('sys/devices/virtual/tty/tty4/power', 0o755) |
| 15581 | f('sys/devices/virtual/tty/tty4/power/wakeup', 0o644, b'\n') |
| 15582 | d('sys/devices/virtual/tty/tty29', 0o755) |
| 15583 | l('sys/devices/virtual/tty/tty29/subsystem', '../../../../class/tty') |
| 15584 | f('sys/devices/virtual/tty/tty29/dev', 0o644, b'4:29\n') |
| 15585 | f('sys/devices/virtual/tty/tty29/uevent', 0o644, b'''MAJOR=4 |
| 15586 | MINOR=29 |
| 15587 | ''') |
| 15588 | d('sys/devices/virtual/tty/tty29/power', 0o755) |
| 15589 | f('sys/devices/virtual/tty/tty29/power/wakeup', 0o644, b'\n') |
| 15590 | d('sys/devices/virtual/tty/tty', 0o755) |
| 15591 | l('sys/devices/virtual/tty/tty/subsystem', '../../../../class/tty') |
| 15592 | f('sys/devices/virtual/tty/tty/dev', 0o644, b'5:0\n') |
| 15593 | f('sys/devices/virtual/tty/tty/uevent', 0o644, b'''MAJOR=5 |
| 15594 | MINOR=0 |
| 15595 | ''') |
| 15596 | d('sys/devices/virtual/tty/tty/power', 0o755) |
| 15597 | f('sys/devices/virtual/tty/tty/power/wakeup', 0o644, b'\n') |
| 15598 | d('sys/devices/virtual/tty/tty38', 0o755) |
| 15599 | l('sys/devices/virtual/tty/tty38/subsystem', '../../../../class/tty') |
| 15600 | f('sys/devices/virtual/tty/tty38/dev', 0o644, b'4:38\n') |
| 15601 | f('sys/devices/virtual/tty/tty38/uevent', 0o644, b'''MAJOR=4 |
| 15602 | MINOR=38 |
| 15603 | ''') |
| 15604 | d('sys/devices/virtual/tty/tty38/power', 0o755) |
| 15605 | f('sys/devices/virtual/tty/tty38/power/wakeup', 0o644, b'\n') |
| 15606 | d('sys/devices/virtual/tty/tty20', 0o755) |
| 15607 | l('sys/devices/virtual/tty/tty20/subsystem', '../../../../class/tty') |
| 15608 | f('sys/devices/virtual/tty/tty20/dev', 0o644, b'4:20\n') |
| 15609 | f('sys/devices/virtual/tty/tty20/uevent', 0o644, b'''MAJOR=4 |
| 15610 | MINOR=20 |
| 15611 | ''') |
| 15612 | d('sys/devices/virtual/tty/tty20/power', 0o755) |
| 15613 | f('sys/devices/virtual/tty/tty20/power/wakeup', 0o644, b'\n') |
| 15614 | d('sys/devices/LNXSYSTM:00', 0o755) |
| 15615 | l('sys/devices/LNXSYSTM:00/subsystem', '../../bus/acpi') |
| 15616 | f('sys/devices/LNXSYSTM:00/hid', 0o644, b'LNXSYSTM\n') |
| 15617 | f('sys/devices/LNXSYSTM:00/modalias', 0o644, b'acpi:LNXSYSTM:\n') |
| 15618 | f('sys/devices/LNXSYSTM:00/path', 0o644, b'\\\n') |
| 15619 | f('sys/devices/LNXSYSTM:00/uevent', 0o644, b'MODALIAS=acpi:LNXSYSTM:\n') |
| 15620 | d('sys/devices/LNXSYSTM:00/power', 0o755) |
| 15621 | f('sys/devices/LNXSYSTM:00/power/wakeup', 0o644, b'\n') |
| 15622 | d('sys/devices/LNXSYSTM:00/ACPI0007:01', 0o755) |
| 15623 | l('sys/devices/LNXSYSTM:00/ACPI0007:01/thermal_cooling', '../../virtual/thermal/cooling_device1') |
| 15624 | l('sys/devices/LNXSYSTM:00/ACPI0007:01/subsystem', '../../../bus/acpi') |
| 15625 | l('sys/devices/LNXSYSTM:00/ACPI0007:01/sysdev', '../../system/cpu/cpu1') |
| 15626 | l('sys/devices/LNXSYSTM:00/ACPI0007:01/driver', '../../../bus/acpi/drivers/processor') |
| 15627 | f('sys/devices/LNXSYSTM:00/ACPI0007:01/hid', 0o644, b'ACPI0007\n') |
| 15628 | f('sys/devices/LNXSYSTM:00/ACPI0007:01/modalias', 0o644, b'acpi:ACPI0007:\n') |
| 15629 | f('sys/devices/LNXSYSTM:00/ACPI0007:01/path', 0o644, b'\\_PR_.CPU1\n') |
| 15630 | f('sys/devices/LNXSYSTM:00/ACPI0007:01/uevent', 0o644, b'''DRIVER=processor |
| 15631 | MODALIAS=acpi:ACPI0007: |
| 15632 | ''') |
| 15633 | d('sys/devices/LNXSYSTM:00/ACPI0007:01/power', 0o755) |
| 15634 | f('sys/devices/LNXSYSTM:00/ACPI0007:01/power/wakeup', 0o644, b'\n') |
| 15635 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00', 0o755) |
| 15636 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/subsystem', '../../../bus/acpi') |
| 15637 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/hid', 0o644, b'LNXTHERM\n') |
| 15638 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/modalias', 0o644, b'acpi:LNXTHERM:\n') |
| 15639 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/path', 0o644, b'\\_TZ_\n') |
| 15640 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/uevent', 0o644, b'MODALIAS=acpi:LNXTHERM:\n') |
| 15641 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01', 0o755) |
| 15642 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/subsystem', '../../../../bus/acpi') |
| 15643 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/thermal_zone', '../../../virtual/thermal/thermal_zone0') |
| 15644 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/driver', '../../../../bus/acpi/drivers/thermal') |
| 15645 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/hid', 0o644, b'LNXTHERM\n') |
| 15646 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/modalias', 0o644, b'acpi:LNXTHERM:\n') |
| 15647 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/path', 0o644, b'\\_TZ_.THM0\n') |
| 15648 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/uevent', 0o644, b'''DRIVER=thermal |
| 15649 | MODALIAS=acpi:LNXTHERM: |
| 15650 | ''') |
| 15651 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/power', 0o755) |
| 15652 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/power/wakeup', 0o644, b'\n') |
| 15653 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00/power', 0o755) |
| 15654 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/power/wakeup', 0o644, b'\n') |
| 15655 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02', 0o755) |
| 15656 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/subsystem', '../../../../bus/acpi') |
| 15657 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/thermal_zone', '../../../virtual/thermal/thermal_zone1') |
| 15658 | l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/driver', '../../../../bus/acpi/drivers/thermal') |
| 15659 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/hid', 0o644, b'LNXTHERM\n') |
| 15660 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/modalias', 0o644, b'acpi:LNXTHERM:\n') |
| 15661 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/path', 0o644, b'\\_TZ_.THM1\n') |
| 15662 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/uevent', 0o644, b'''DRIVER=thermal |
| 15663 | MODALIAS=acpi:LNXTHERM: |
| 15664 | ''') |
| 15665 | d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/power', 0o755) |
| 15666 | f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/power/wakeup', 0o644, b'\n') |
| 15667 | d('sys/devices/LNXSYSTM:00/device:00', 0o755) |
| 15668 | l('sys/devices/LNXSYSTM:00/device:00/subsystem', '../../../bus/acpi') |
| 15669 | f('sys/devices/LNXSYSTM:00/device:00/path', 0o644, b'\\_SB_\n') |
| 15670 | f('sys/devices/LNXSYSTM:00/device:00/uevent', 0o644, b'') |
| 15671 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05', 0o755) |
| 15672 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/subsystem', '../../../../bus/acpi') |
| 15673 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/driver', '../../../../bus/acpi/drivers/pci_link') |
| 15674 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/hid', 0o644, b'PNP0C0F\n') |
| 15675 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 15676 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/path', 0o644, b'\\_SB_.LNKF\n') |
| 15677 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/uevent', 0o644, b'''DRIVER=pci_link |
| 15678 | MODALIAS=acpi:PNP0C0F: |
| 15679 | ''') |
| 15680 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/power', 0o755) |
| 15681 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/power/wakeup', 0o644, b'\n') |
| 15682 | d('sys/devices/LNXSYSTM:00/device:00/power', 0o755) |
| 15683 | f('sys/devices/LNXSYSTM:00/device:00/power/wakeup', 0o644, b'\n') |
| 15684 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00', 0o755) |
| 15685 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/subsystem', '../../../../bus/acpi') |
| 15686 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/driver', '../../../../bus/acpi/drivers/button') |
| 15687 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/hid', 0o644, b'PNP0C0E\n') |
| 15688 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/modalias', 0o644, b'acpi:PNP0C0E:\n') |
| 15689 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/path', 0o644, b'\\_SB_.SLPB\n') |
| 15690 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/uevent', 0o644, b'''DRIVER=button |
| 15691 | MODALIAS=acpi:PNP0C0E: |
| 15692 | ''') |
| 15693 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/power', 0o755) |
| 15694 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/power/wakeup', 0o644, b'\n') |
| 15695 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input', 0o755) |
| 15696 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5', 0o755) |
| 15697 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/subsystem', '../../../../../../class/input') |
| 15698 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/device', '../../../PNP0C0E:00') |
| 15699 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/uniq', 0o644, b'\n') |
| 15700 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/phys', 0o644, b'PNP0C0E/button/input0\n') |
| 15701 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/modalias', 0o644, b'input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw\n') |
| 15702 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/name', 0o644, b'Sleep Button (CM)\n') |
| 15703 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/uevent', 0o644, b'''PRODUCT=19/0/3/0 |
| 15704 | NAME="Sleep Button (CM)" |
| 15705 | PHYS="PNP0C0E/button/input0" |
| 15706 | EV==3 |
| 15707 | KEY==4000 0 0 |
| 15708 | MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw |
| 15709 | ''') |
| 15710 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id', 0o755) |
| 15711 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/version', 0o644, b'0000\n') |
| 15712 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/product', 0o644, b'0003\n') |
| 15713 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/vendor', 0o644, b'0000\n') |
| 15714 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/bustype', 0o644, b'0019\n') |
| 15715 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/power', 0o755) |
| 15716 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/power/wakeup', 0o644, b'\n') |
| 15717 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5', 0o755) |
| 15718 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/subsystem', '../../../../../../../class/input') |
| 15719 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/device', '../../input5') |
| 15720 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/dev', 0o644, b'13:69\n') |
| 15721 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/uevent', 0o644, b'''MAJOR=13 |
| 15722 | MINOR=69 |
| 15723 | ''') |
| 15724 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/power', 0o755) |
| 15725 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/power/wakeup', 0o644, b'\n') |
| 15726 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities', 0o755) |
| 15727 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/msc', 0o644, b'0\n') |
| 15728 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/abs', 0o644, b'0\n') |
| 15729 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/snd', 0o644, b'0\n') |
| 15730 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/ff', 0o644, b'0\n') |
| 15731 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/key', 0o644, b'4000 0 0\n') |
| 15732 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/rel', 0o644, b'0\n') |
| 15733 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/sw', 0o644, b'0\n') |
| 15734 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/ev', 0o644, b'3\n') |
| 15735 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/led', 0o644, b'0\n') |
| 15736 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00', 0o755) |
| 15737 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/subsystem', '../../../../bus/acpi') |
| 15738 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/physical_node', '../../../pci0000:00') |
| 15739 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/driver', '../../../../bus/acpi/drivers/pci_root') |
| 15740 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/hid', 0o644, b'PNP0A08\n') |
| 15741 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/modalias', 0o644, b'acpi:PNP0A08:PNP0A03:\n') |
| 15742 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/path', 0o644, b'\\_SB_.PCI0\n') |
| 15743 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/uevent', 0o644, b'''DRIVER=pci_root |
| 15744 | MODALIAS=acpi:PNP0A08:PNP0A03: |
| 15745 | ''') |
| 15746 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11', 0o755) |
| 15747 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/subsystem', '../../../../../bus/acpi') |
| 15748 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/physical_node', '../../../../pci0000:00/0000:00:1e.0') |
| 15749 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/path', 0o644, b'\\_SB_.PCI0.PCI1\n') |
| 15750 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/uevent', 0o644, b'') |
| 15751 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/power', 0o755) |
| 15752 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/power/wakeup', 0o644, b'\n') |
| 15753 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12', 0o755) |
| 15754 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/subsystem', '../../../../../../bus/acpi') |
| 15755 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/physical_node', '../../../../../pci0000:00/0000:00:1e.0/0000:15:00.0') |
| 15756 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/path', 0o644, b'\\_SB_.PCI0.PCI1.CDBS\n') |
| 15757 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/uevent', 0o644, b'') |
| 15758 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/power', 0o755) |
| 15759 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/power/wakeup', 0o644, b'\n') |
| 15760 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21', 0o755) |
| 15761 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/subsystem', '../../../../../bus/acpi') |
| 15762 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/physical_node', '../../../../pci0000:00/0000:00:1d.7') |
| 15763 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/path', 0o644, b'\\_SB_.PCI0.USB7\n') |
| 15764 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/uevent', 0o644, b'') |
| 15765 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/power', 0o755) |
| 15766 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/power/wakeup', 0o644, b'\n') |
| 15767 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22', 0o755) |
| 15768 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/subsystem', '../../../../../../bus/acpi') |
| 15769 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/path', 0o644, b'\\_SB_.PCI0.USB7.URTH\n') |
| 15770 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/uevent', 0o644, b'') |
| 15771 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/power', 0o755) |
| 15772 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/power/wakeup', 0o644, b'\n') |
| 15773 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23', 0o755) |
| 15774 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/subsystem', '../../../../../../../bus/acpi') |
| 15775 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/path', 0o644, b'\\_SB_.PCI0.USB7.URTH.UPDK\n') |
| 15776 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/uevent', 0o644, b'') |
| 15777 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/power', 0o755) |
| 15778 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/power/wakeup', 0o644, b'\n') |
| 15779 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24', 0o755) |
| 15780 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/subsystem', '../../../../../../../bus/acpi') |
| 15781 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/path', 0o644, b'\\_SB_.PCI0.USB7.URTH.UPEX\n') |
| 15782 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/uevent', 0o644, b'') |
| 15783 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/power', 0o755) |
| 15784 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/power/wakeup', 0o644, b'\n') |
| 15785 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b', 0o755) |
| 15786 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/subsystem', '../../../../../bus/acpi') |
| 15787 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/physical_node', '../../../../pci0000:00/0000:00:1c.0') |
| 15788 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/path', 0o644, b'\\_SB_.PCI0.EXP0\n') |
| 15789 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/uevent', 0o644, b'') |
| 15790 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/power', 0o755) |
| 15791 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/power/wakeup', 0o644, b'\n') |
| 15792 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06', 0o755) |
| 15793 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/subsystem', '../../../../../bus/acpi') |
| 15794 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/physical_node', '../../../../pci0000:00/0000:00:01.0') |
| 15795 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/path', 0o644, b'\\_SB_.PCI0.AGP_\n') |
| 15796 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/uevent', 0o644, b'') |
| 15797 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/power', 0o755) |
| 15798 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/power/wakeup', 0o644, b'\n') |
| 15799 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07', 0o755) |
| 15800 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/subsystem', '../../../../../../bus/acpi') |
| 15801 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/physical_node', '../../../../../pci0000:00/0000:00:01.0/0000:01:00.0') |
| 15802 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/modalias', 0o644, b'acpi:LNXVIDEO:\n') |
| 15803 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_\n') |
| 15804 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/uevent', 0o644, b'MODALIAS=acpi:LNXVIDEO:\n') |
| 15805 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08', 0o755) |
| 15806 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/subsystem', '../../../../../../../bus/acpi') |
| 15807 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.LCD0\n') |
| 15808 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/uevent', 0o644, b'') |
| 15809 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/power', 0o755) |
| 15810 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/power/wakeup', 0o644, b'\n') |
| 15811 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/power', 0o755) |
| 15812 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/power/wakeup', 0o644, b'\n') |
| 15813 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09', 0o755) |
| 15814 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/subsystem', '../../../../../../../bus/acpi') |
| 15815 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.CRT0\n') |
| 15816 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/uevent', 0o644, b'') |
| 15817 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/power', 0o755) |
| 15818 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/power/wakeup', 0o644, b'\n') |
| 15819 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a', 0o755) |
| 15820 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/subsystem', '../../../../../../../bus/acpi') |
| 15821 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.DVI0\n') |
| 15822 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/uevent', 0o644, b'') |
| 15823 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/power', 0o755) |
| 15824 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/power/wakeup', 0o644, b'\n') |
| 15825 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18', 0o755) |
| 15826 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/subsystem', '../../../../../bus/acpi') |
| 15827 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/physical_node', '../../../../pci0000:00/0000:00:1f.3') |
| 15828 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/path', 0o644, b'\\_SB_.PCI0.SMBU\n') |
| 15829 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/uevent', 0o644, b'') |
| 15830 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/power', 0o755) |
| 15831 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/power/wakeup', 0o644, b'\n') |
| 15832 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c', 0o755) |
| 15833 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/subsystem', '../../../../../bus/acpi') |
| 15834 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/physical_node', '../../../../pci0000:00/0000:00:1c.1') |
| 15835 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/path', 0o644, b'\\_SB_.PCI0.EXP1\n') |
| 15836 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/uevent', 0o644, b'') |
| 15837 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/power', 0o755) |
| 15838 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/power/wakeup', 0o644, b'\n') |
| 15839 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02', 0o755) |
| 15840 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/subsystem', '../../../../../bus/acpi') |
| 15841 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/modalias', 0o644, b'acpi:LNXVIDEO:\n') |
| 15842 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/path', 0o644, b'\\_SB_.PCI0.VID_\n') |
| 15843 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/uevent', 0o644, b'MODALIAS=acpi:LNXVIDEO:\n') |
| 15844 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/power', 0o755) |
| 15845 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/power/wakeup', 0o644, b'\n') |
| 15846 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04', 0o755) |
| 15847 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/subsystem', '../../../../../../bus/acpi') |
| 15848 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/path', 0o644, b'\\_SB_.PCI0.VID_.CRT0\n') |
| 15849 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/uevent', 0o644, b'') |
| 15850 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/power', 0o755) |
| 15851 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/power/wakeup', 0o644, b'\n') |
| 15852 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05', 0o755) |
| 15853 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/subsystem', '../../../../../../bus/acpi') |
| 15854 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/path', 0o644, b'\\_SB_.PCI0.VID_.DVI0\n') |
| 15855 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/uevent', 0o644, b'') |
| 15856 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/power', 0o755) |
| 15857 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/power/wakeup', 0o644, b'\n') |
| 15858 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03', 0o755) |
| 15859 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/subsystem', '../../../../../../bus/acpi') |
| 15860 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/path', 0o644, b'\\_SB_.PCI0.VID_.LCD0\n') |
| 15861 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/uevent', 0o644, b'') |
| 15862 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/power', 0o755) |
| 15863 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/power/wakeup', 0o644, b'\n') |
| 15864 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/power', 0o755) |
| 15865 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/power/wakeup', 0o644, b'\n') |
| 15866 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13', 0o755) |
| 15867 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/subsystem', '../../../../../bus/acpi') |
| 15868 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/physical_node', '../../../../pci0000:00/0000:00:1f.1') |
| 15869 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/path', 0o644, b'\\_SB_.PCI0.IDE0\n') |
| 15870 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/uevent', 0o644, b'') |
| 15871 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/power', 0o755) |
| 15872 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/power/wakeup', 0o644, b'\n') |
| 15873 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14', 0o755) |
| 15874 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/subsystem', '../../../../../../bus/acpi') |
| 15875 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/path', 0o644, b'\\_SB_.PCI0.IDE0.PRIM\n') |
| 15876 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/uevent', 0o644, b'') |
| 15877 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/power', 0o755) |
| 15878 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/power/wakeup', 0o644, b'\n') |
| 15879 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15', 0o755) |
| 15880 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/subsystem', '../../../../../../../bus/acpi') |
| 15881 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/modalias', 0o644, b'acpi:LNXIOBAY:\n') |
| 15882 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/path', 0o644, b'\\_SB_.PCI0.IDE0.PRIM.MSTR\n') |
| 15883 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/uevent', 0o644, b'MODALIAS=acpi:LNXIOBAY:\n') |
| 15884 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/power', 0o755) |
| 15885 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/power/wakeup', 0o644, b'\n') |
| 15886 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d', 0o755) |
| 15887 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/subsystem', '../../../../../bus/acpi') |
| 15888 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/physical_node', '../../../../pci0000:00/0000:00:1d.2') |
| 15889 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/path', 0o644, b'\\_SB_.PCI0.USB2\n') |
| 15890 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/uevent', 0o644, b'') |
| 15891 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/power', 0o755) |
| 15892 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/power/wakeup', 0o644, b'\n') |
| 15893 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e', 0o755) |
| 15894 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/subsystem', '../../../../../../bus/acpi') |
| 15895 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/path', 0o644, b'\\_SB_.PCI0.USB2.URTH\n') |
| 15896 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/uevent', 0o644, b'') |
| 15897 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f', 0o755) |
| 15898 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/subsystem', '../../../../../../../bus/acpi') |
| 15899 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/path', 0o644, b'\\_SB_.PCI0.USB2.URTH.UPDK\n') |
| 15900 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/uevent', 0o644, b'') |
| 15901 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/power', 0o755) |
| 15902 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/power/wakeup', 0o644, b'\n') |
| 15903 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/power', 0o755) |
| 15904 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/power/wakeup', 0o644, b'\n') |
| 15905 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19', 0o755) |
| 15906 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/subsystem', '../../../../../bus/acpi') |
| 15907 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/physical_node', '../../../../pci0000:00/0000:00:1d.0') |
| 15908 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/path', 0o644, b'\\_SB_.PCI0.USB0\n') |
| 15909 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/uevent', 0o644, b'') |
| 15910 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/power', 0o755) |
| 15911 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/power/wakeup', 0o644, b'\n') |
| 15912 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a', 0o755) |
| 15913 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/subsystem', '../../../../../bus/acpi') |
| 15914 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/physical_node', '../../../../pci0000:00/0000:00:1d.1') |
| 15915 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/path', 0o644, b'\\_SB_.PCI0.USB1\n') |
| 15916 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/uevent', 0o644, b'') |
| 15917 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/power', 0o755) |
| 15918 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/power/wakeup', 0o644, b'\n') |
| 15919 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b', 0o755) |
| 15920 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/subsystem', '../../../../../../bus/acpi') |
| 15921 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/path', 0o644, b'\\_SB_.PCI0.USB1.URTH\n') |
| 15922 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/uevent', 0o644, b'') |
| 15923 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c', 0o755) |
| 15924 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/subsystem', '../../../../../../../bus/acpi') |
| 15925 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/path', 0o644, b'\\_SB_.PCI0.USB1.URTH.UPEX\n') |
| 15926 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/uevent', 0o644, b'') |
| 15927 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/power', 0o755) |
| 15928 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/power/wakeup', 0o644, b'\n') |
| 15929 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/power', 0o755) |
| 15930 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/power/wakeup', 0o644, b'\n') |
| 15931 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d', 0o755) |
| 15932 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/subsystem', '../../../../../bus/acpi') |
| 15933 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/physical_node', '../../../../pci0000:00/0000:00:1c.2') |
| 15934 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/path', 0o644, b'\\_SB_.PCI0.EXP2\n') |
| 15935 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/uevent', 0o644, b'') |
| 15936 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e', 0o755) |
| 15937 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/subsystem', '../../../../../../bus/acpi') |
| 15938 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/path', 0o644, b'\\_SB_.PCI0.EXP2.EXUP\n') |
| 15939 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/uevent', 0o644, b'') |
| 15940 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/power', 0o755) |
| 15941 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/power/wakeup', 0o644, b'\n') |
| 15942 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/power', 0o755) |
| 15943 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/power/wakeup', 0o644, b'\n') |
| 15944 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25', 0o755) |
| 15945 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/subsystem', '../../../../../bus/acpi') |
| 15946 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/physical_node', '../../../../pci0000:00/0000:00:1b.0') |
| 15947 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/path', 0o644, b'\\_SB_.PCI0.HDEF\n') |
| 15948 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/uevent', 0o644, b'') |
| 15949 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/power', 0o755) |
| 15950 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/power/wakeup', 0o644, b'\n') |
| 15951 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01', 0o755) |
| 15952 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/subsystem', '../../../../../bus/acpi') |
| 15953 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/physical_node', '../../../../pci0000:00/0000:00:1f.0') |
| 15954 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/path', 0o644, b'\\_SB_.PCI0.LPC_\n') |
| 15955 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/uevent', 0o644, b'') |
| 15956 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00', 0o755) |
| 15957 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/subsystem', '../../../../../../bus/acpi') |
| 15958 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/hid', 0o644, b'PNP0000\n') |
| 15959 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/modalias', 0o644, b'acpi:PNP0000:\n') |
| 15960 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/path', 0o644, b'\\_SB_.PCI0.LPC_.PIC_\n') |
| 15961 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/uevent', 0o644, b'MODALIAS=acpi:PNP0000:\n') |
| 15962 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/power', 0o755) |
| 15963 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/power/wakeup', 0o644, b'\n') |
| 15964 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00', 0o755) |
| 15965 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/subsystem', '../../../../../../bus/acpi') |
| 15966 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/physical_node', '../../../../../pnp0/00:03') |
| 15967 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/hid', 0o644, b'PNP0103\n') |
| 15968 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/modalias', 0o644, b'acpi:PNP0103:\n') |
| 15969 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/path', 0o644, b'\\_SB_.PCI0.LPC_.HPET\n') |
| 15970 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/uevent', 0o644, b'MODALIAS=acpi:PNP0103:\n') |
| 15971 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/power', 0o755) |
| 15972 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/power/wakeup', 0o644, b'\n') |
| 15973 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00', 0o755) |
| 15974 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/subsystem', '../../../../../../bus/acpi') |
| 15975 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/physical_node', '../../../../../pnp0/00:0a') |
| 15976 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/hid', 0o644, b'ATM1200\n') |
| 15977 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/modalias', 0o644, b'acpi:ATM1200:PNP0C31:\n') |
| 15978 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/path', 0o644, b'\\_SB_.PCI0.LPC_.TPM_\n') |
| 15979 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/uevent', 0o644, b'MODALIAS=acpi:ATM1200:PNP0C31:\n') |
| 15980 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/power', 0o755) |
| 15981 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/power/wakeup', 0o644, b'\n') |
| 15982 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00', 0o755) |
| 15983 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/subsystem', '../../../../../../bus/acpi') |
| 15984 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/physical_node', '../../../../../pnp0/00:08') |
| 15985 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/hid', 0o644, b'PNP0303\n') |
| 15986 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/modalias', 0o644, b'acpi:PNP0303:\n') |
| 15987 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/path', 0o644, b'\\_SB_.PCI0.LPC_.KBD_\n') |
| 15988 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/uevent', 0o644, b'MODALIAS=acpi:PNP0303:\n') |
| 15989 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/power', 0o755) |
| 15990 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/power/wakeup', 0o644, b'\n') |
| 15991 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/power', 0o755) |
| 15992 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/power/wakeup', 0o644, b'\n') |
| 15993 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00', 0o755) |
| 15994 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/subsystem', '../../../../../../bus/acpi') |
| 15995 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/physical_node', '../../../../../pnp0/00:06') |
| 15996 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/hid', 0o644, b'PNP0C04\n') |
| 15997 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/modalias', 0o644, b'acpi:PNP0C04:\n') |
| 15998 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/path', 0o644, b'\\_SB_.PCI0.LPC_.FPU_\n') |
| 15999 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C04:\n') |
| 16000 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/power', 0o755) |
| 16001 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/power/wakeup', 0o644, b'\n') |
| 16002 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00', 0o755) |
| 16003 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/subsystem', '../../../../../../bus/acpi') |
| 16004 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/physical_node', '../../../../../pnp0/00:05') |
| 16005 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/hid', 0o644, b'PNP0800\n') |
| 16006 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/modalias', 0o644, b'acpi:PNP0800:\n') |
| 16007 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/path', 0o644, b'\\_SB_.PCI0.LPC_.SPKR\n') |
| 16008 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/uevent', 0o644, b'MODALIAS=acpi:PNP0800:\n') |
| 16009 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/power', 0o755) |
| 16010 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/power/wakeup', 0o644, b'\n') |
| 16011 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00', 0o755) |
| 16012 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/subsystem', '../../../../../../bus/acpi') |
| 16013 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/physical_node', '../../../../../pnp0/00:02') |
| 16014 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/hid', 0o644, b'PNP0C02\n') |
| 16015 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/modalias', 0o644, b'acpi:PNP0C02:\n') |
| 16016 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/path', 0o644, b'\\_SB_.PCI0.LPC_.SIO_\n') |
| 16017 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C02:\n') |
| 16018 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/power', 0o755) |
| 16019 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/power/wakeup', 0o644, b'\n') |
| 16020 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00', 0o755) |
| 16021 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/subsystem', '../../../../../../bus/acpi') |
| 16022 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/hid', 0o644, b'PNP0100\n') |
| 16023 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/modalias', 0o644, b'acpi:PNP0100:\n') |
| 16024 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/path', 0o644, b'\\_SB_.PCI0.LPC_.TIMR\n') |
| 16025 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/uevent', 0o644, b'MODALIAS=acpi:PNP0100:\n') |
| 16026 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/power', 0o755) |
| 16027 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/power/wakeup', 0o644, b'\n') |
| 16028 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00', 0o755) |
| 16029 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/subsystem', '../../../../../../bus/acpi') |
| 16030 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/driver', '../../../../../../bus/acpi/drivers/ec') |
| 16031 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/hid', 0o644, b'PNP0C09\n') |
| 16032 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/modalias', 0o644, b'acpi:PNP0C09:\n') |
| 16033 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__\n') |
| 16034 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/uevent', 0o644, b'''DRIVER=ec |
| 16035 | MODALIAS=acpi:PNP0C09: |
| 16036 | ''') |
| 16037 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00', 0o755) |
| 16038 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/subsystem', '../../../../../../../bus/acpi') |
| 16039 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/driver', '../../../../../../../bus/acpi/drivers/power') |
| 16040 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/hid', 0o644, b'LNXPOWER\n') |
| 16041 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/modalias', 0o644, b'acpi:LNXPOWER:\n') |
| 16042 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.PUBS\n') |
| 16043 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/uevent', 0o644, b'''DRIVER=power |
| 16044 | MODALIAS=acpi:LNXPOWER: |
| 16045 | ''') |
| 16046 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/power', 0o755) |
| 16047 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/power/wakeup', 0o644, b'\n') |
| 16048 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00', 0o755) |
| 16049 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/subsystem', '../../../../../../../bus/acpi') |
| 16050 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/driver', '../../../../../../../bus/acpi/drivers/ac') |
| 16051 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/hid', 0o644, b'ACPI0003\n') |
| 16052 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/modalias', 0o644, b'acpi:ACPI0003:\n') |
| 16053 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.AC__\n') |
| 16054 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/uevent', 0o644, b'''DRIVER=ac |
| 16055 | MODALIAS=acpi:ACPI0003: |
| 16056 | ''') |
| 16057 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power', 0o755) |
| 16058 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power/wakeup', 0o644, b'\n') |
| 16059 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply', 0o755) |
| 16060 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC', 0o755) |
| 16061 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/subsystem', '../../../../../../../../../class/power_supply') |
| 16062 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/device', '../../../ACPI0003:00') |
| 16063 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/type', 0o644, b'Mains\n') |
| 16064 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/online', 0o644, b'0\n') |
| 16065 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/uevent', 0o644, b'''POWER_SUPPLY_NAME=AC |
| 16066 | POWER_SUPPLY_TYPE=Mains |
| 16067 | POWER_SUPPLY_ONLINE=0 |
| 16068 | ''') |
| 16069 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/power', 0o755) |
| 16070 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/power/wakeup', 0o644, b'\n') |
| 16071 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00', 0o755) |
| 16072 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/subsystem', '../../../../../../../bus/acpi') |
| 16073 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/driver', '../../../../../../../bus/acpi/drivers/battery') |
| 16074 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/hid', 0o644, b'PNP0C0A\n') |
| 16075 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/modalias', 0o644, b'acpi:PNP0C0A:\n') |
| 16076 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.BAT0\n') |
| 16077 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/uevent', 0o644, b'''DRIVER=battery |
| 16078 | MODALIAS=acpi:PNP0C0A: |
| 16079 | ''') |
| 16080 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power', 0o755) |
| 16081 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power/wakeup', 0o644, b'\n') |
| 16082 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply', 0o755) |
| 16083 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0', 0o755) |
| 16084 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/subsystem', '../../../../../../../../../class/power_supply') |
| 16085 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/device', '../../../PNP0C0A:00') |
| 16086 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/model_name', 0o644, b'42T5245\n') |
| 16087 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/voltage_min_design', 0o644, b'10800000\n') |
| 16088 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/type', 0o644, b'Battery\n') |
| 16089 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/current_now', 0o644, b'25830000\n') |
| 16090 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_now', 0o644, b'59980000\n') |
| 16091 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/technology', 0o644, b'Li-ion\n') |
| 16092 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/voltage_now', 0o644, b'12207000\n') |
| 16093 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_full_design', 0o644, b'84240000\n') |
| 16094 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/serial_number', 0o644, b' 6463\n') |
| 16095 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/present', 0o644, b'1\n') |
| 16096 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/alarm', 0o644, b'3075000\n') |
| 16097 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/uevent', 0o644, b'''POWER_SUPPLY_NAME=BAT0 |
| 16098 | POWER_SUPPLY_TYPE=Battery |
| 16099 | POWER_SUPPLY_STATUS=Discharging |
| 16100 | POWER_SUPPLY_PRESENT=1 |
| 16101 | POWER_SUPPLY_TECHNOLOGY=Li-ion |
| 16102 | POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10800000 |
| 16103 | POWER_SUPPLY_VOLTAGE_NOW=12207000 |
| 16104 | POWER_SUPPLY_CURRENT_NOW=25830000 |
| 16105 | POWER_SUPPLY_ENERGY_FULL_DESIGN=84240000 |
| 16106 | POWER_SUPPLY_ENERGY_FULL=61510000 |
| 16107 | POWER_SUPPLY_ENERGY_NOW=59980000 |
| 16108 | POWER_SUPPLY_MODEL_NAME=42T5245 |
| 16109 | POWER_SUPPLY_MANUFACTURER=SANYO |
| 16110 | POWER_SUPPLY_SERIAL_NUMBER= 6463 |
| 16111 | ''') |
| 16112 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/manufacturer', 0o644, b'SANYO\n') |
| 16113 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_full', 0o644, b'61510000\n') |
| 16114 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/status', 0o644, b'Discharging\n') |
| 16115 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/power', 0o755) |
| 16116 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/power/wakeup', 0o644, b'\n') |
| 16117 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/power', 0o755) |
| 16118 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/power/wakeup', 0o644, b'\n') |
| 16119 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00', 0o755) |
| 16120 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/subsystem', '../../../../../../../bus/acpi') |
| 16121 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/driver', '../../../../../../../bus/acpi/drivers/thinkpad_hotkey') |
| 16122 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/hid', 0o644, b'IBM0068\n') |
| 16123 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/modalias', 0o644, b'acpi:IBM0068:\n') |
| 16124 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.HKEY\n') |
| 16125 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/uevent', 0o644, b'''DRIVER=thinkpad_hotkey |
| 16126 | MODALIAS=acpi:IBM0068: |
| 16127 | ''') |
| 16128 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/power', 0o755) |
| 16129 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/power/wakeup', 0o644, b'\n') |
| 16130 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00', 0o755) |
| 16131 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/subsystem', '../../../../../../bus/acpi') |
| 16132 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/physical_node', '../../../../../pnp0/00:04') |
| 16133 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/hid', 0o644, b'PNP0200\n') |
| 16134 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/modalias', 0o644, b'acpi:PNP0200:\n') |
| 16135 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/path', 0o644, b'\\_SB_.PCI0.LPC_.DMAC\n') |
| 16136 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/uevent', 0o644, b'MODALIAS=acpi:PNP0200:\n') |
| 16137 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/power', 0o755) |
| 16138 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/power/wakeup', 0o644, b'\n') |
| 16139 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00', 0o755) |
| 16140 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/subsystem', '../../../../../../bus/acpi') |
| 16141 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/physical_node', '../../../../../pnp0/00:09') |
| 16142 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/hid', 0o644, b'IBM0057\n') |
| 16143 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/modalias', 0o644, b'acpi:IBM0057:PNP0F13:\n') |
| 16144 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/path', 0o644, b'\\_SB_.PCI0.LPC_.MOU_\n') |
| 16145 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/uevent', 0o644, b'MODALIAS=acpi:IBM0057:PNP0F13:\n') |
| 16146 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/power', 0o755) |
| 16147 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/power/wakeup', 0o644, b'\n') |
| 16148 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00', 0o755) |
| 16149 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/subsystem', '../../../../../../bus/acpi') |
| 16150 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/physical_node', '../../../../../pnp0/00:07') |
| 16151 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/hid', 0o644, b'PNP0B00\n') |
| 16152 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/modalias', 0o644, b'acpi:PNP0B00:\n') |
| 16153 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/path', 0o644, b'\\_SB_.PCI0.LPC_.RTC_\n') |
| 16154 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/uevent', 0o644, b'MODALIAS=acpi:PNP0B00:\n') |
| 16155 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/power', 0o755) |
| 16156 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/power/wakeup', 0o644, b'\n') |
| 16157 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20', 0o755) |
| 16158 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/subsystem', '../../../../../bus/acpi') |
| 16159 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/physical_node', '../../../../pci0000:00/0000:00:1d.3') |
| 16160 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/path', 0o644, b'\\_SB_.PCI0.USB3\n') |
| 16161 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/uevent', 0o644, b'') |
| 16162 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/power', 0o755) |
| 16163 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/power/wakeup', 0o644, b'\n') |
| 16164 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f', 0o755) |
| 16165 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/subsystem', '../../../../../bus/acpi') |
| 16166 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/physical_node', '../../../../pci0000:00/0000:00:1c.3') |
| 16167 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/path', 0o644, b'\\_SB_.PCI0.EXP3\n') |
| 16168 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/uevent', 0o644, b'') |
| 16169 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/power', 0o755) |
| 16170 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/power/wakeup', 0o644, b'\n') |
| 16171 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10', 0o755) |
| 16172 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/subsystem', '../../../../../../bus/acpi') |
| 16173 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/path', 0o644, b'\\_SB_.PCI0.EXP3.EXPD\n') |
| 16174 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/uevent', 0o644, b'') |
| 16175 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/power', 0o755) |
| 16176 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/power/wakeup', 0o644, b'\n') |
| 16177 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16', 0o755) |
| 16178 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/subsystem', '../../../../../bus/acpi') |
| 16179 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/physical_node', '../../../../pci0000:00/0000:00:1f.2') |
| 16180 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/path', 0o644, b'\\_SB_.PCI0.SATA\n') |
| 16181 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/uevent', 0o644, b'') |
| 16182 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17', 0o755) |
| 16183 | l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/subsystem', '../../../../../../bus/acpi') |
| 16184 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/path', 0o644, b'\\_SB_.PCI0.SATA.PRT0\n') |
| 16185 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/uevent', 0o644, b'') |
| 16186 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/power', 0o755) |
| 16187 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/power/wakeup', 0o644, b'\n') |
| 16188 | d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/power', 0o755) |
| 16189 | f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/power/wakeup', 0o644, b'\n') |
| 16190 | d('sys/devices/LNXSYSTM:00/device:00/IBM0079:00', 0o755) |
| 16191 | l('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/subsystem', '../../../../bus/acpi') |
| 16192 | f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/hid', 0o644, b'IBM0079\n') |
| 16193 | f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/modalias', 0o644, b'acpi:IBM0079:PNP0C15:LNXDOCK:\n') |
| 16194 | f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/path', 0o644, b'\\_SB_.GDCK\n') |
| 16195 | f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/uevent', 0o644, b'MODALIAS=acpi:IBM0079:PNP0C15:LNXDOCK:\n') |
| 16196 | d('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/power', 0o755) |
| 16197 | f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/power/wakeup', 0o644, b'\n') |
| 16198 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00', 0o755) |
| 16199 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/subsystem', '../../../../bus/acpi') |
| 16200 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/driver', '../../../../bus/acpi/drivers/button') |
| 16201 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/hid', 0o644, b'PNP0C0D\n') |
| 16202 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/modalias', 0o644, b'acpi:PNP0C0D:\n') |
| 16203 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/path', 0o644, b'\\_SB_.LID_\n') |
| 16204 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/uevent', 0o644, b'''DRIVER=button |
| 16205 | MODALIAS=acpi:PNP0C0D: |
| 16206 | ''') |
| 16207 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/power', 0o755) |
| 16208 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/power/wakeup', 0o644, b'\n') |
| 16209 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input', 0o755) |
| 16210 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4', 0o755) |
| 16211 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/subsystem', '../../../../../../class/input') |
| 16212 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/device', '../../../PNP0C0D:00') |
| 16213 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/uniq', 0o644, b'\n') |
| 16214 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/phys', 0o644, b'PNP0C0D/button/input0\n') |
| 16215 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/modalias', 0o644, b'input:b0019v0000p0005e0000-e0,5,kramlsfw0,\n') |
| 16216 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/name', 0o644, b'Lid Switch\n') |
| 16217 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/uevent', 0o644, b'''PRODUCT=19/0/5/0 |
| 16218 | NAME="Lid Switch" |
| 16219 | PHYS="PNP0C0D/button/input0" |
| 16220 | EV==21 |
| 16221 | SW==1 |
| 16222 | MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0, |
| 16223 | ''') |
| 16224 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4', 0o755) |
| 16225 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/subsystem', '../../../../../../../class/input') |
| 16226 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/device', '../../input4') |
| 16227 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/dev', 0o644, b'13:68\n') |
| 16228 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/uevent', 0o644, b'''MAJOR=13 |
| 16229 | MINOR=68 |
| 16230 | ''') |
| 16231 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/power', 0o755) |
| 16232 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/power/wakeup', 0o644, b'\n') |
| 16233 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id', 0o755) |
| 16234 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/version', 0o644, b'0000\n') |
| 16235 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/product', 0o644, b'0005\n') |
| 16236 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/vendor', 0o644, b'0000\n') |
| 16237 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/bustype', 0o644, b'0019\n') |
| 16238 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/power', 0o755) |
| 16239 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/power/wakeup', 0o644, b'\n') |
| 16240 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities', 0o755) |
| 16241 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/msc', 0o644, b'0\n') |
| 16242 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/abs', 0o644, b'0\n') |
| 16243 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/snd', 0o644, b'0\n') |
| 16244 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/ff', 0o644, b'0\n') |
| 16245 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/key', 0o644, b'0\n') |
| 16246 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/rel', 0o644, b'0\n') |
| 16247 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/sw', 0o644, b'1\n') |
| 16248 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/ev', 0o644, b'21\n') |
| 16249 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/led', 0o644, b'0\n') |
| 16250 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00', 0o755) |
| 16251 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/subsystem', '../../../../bus/acpi') |
| 16252 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/physical_node', '../../../pnp0/00:00') |
| 16253 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/hid', 0o644, b'PNP0C01\n') |
| 16254 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/modalias', 0o644, b'acpi:PNP0C01:\n') |
| 16255 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/path', 0o644, b'\\_SB_.MEM_\n') |
| 16256 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C01:\n') |
| 16257 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/power', 0o755) |
| 16258 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/power/wakeup', 0o644, b'\n') |
| 16259 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07', 0o755) |
| 16260 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/subsystem', '../../../../bus/acpi') |
| 16261 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16262 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/hid', 0o644, b'PNP0C0F\n') |
| 16263 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16264 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/path', 0o644, b'\\_SB_.LNKH\n') |
| 16265 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/uevent', 0o644, b'''DRIVER=pci_link |
| 16266 | MODALIAS=acpi:PNP0C0F: |
| 16267 | ''') |
| 16268 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/power', 0o755) |
| 16269 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/power/wakeup', 0o644, b'\n') |
| 16270 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04', 0o755) |
| 16271 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/subsystem', '../../../../bus/acpi') |
| 16272 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16273 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/hid', 0o644, b'PNP0C0F\n') |
| 16274 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16275 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/path', 0o644, b'\\_SB_.LNKE\n') |
| 16276 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/uevent', 0o644, b'''DRIVER=pci_link |
| 16277 | MODALIAS=acpi:PNP0C0F: |
| 16278 | ''') |
| 16279 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/power', 0o755) |
| 16280 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/power/wakeup', 0o644, b'\n') |
| 16281 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02', 0o755) |
| 16282 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/subsystem', '../../../../bus/acpi') |
| 16283 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16284 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/hid', 0o644, b'PNP0C0F\n') |
| 16285 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16286 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/path', 0o644, b'\\_SB_.LNKC\n') |
| 16287 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/uevent', 0o644, b'''DRIVER=pci_link |
| 16288 | MODALIAS=acpi:PNP0C0F: |
| 16289 | ''') |
| 16290 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/power', 0o755) |
| 16291 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/power/wakeup', 0o644, b'\n') |
| 16292 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00', 0o755) |
| 16293 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/subsystem', '../../../../bus/acpi') |
| 16294 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16295 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/hid', 0o644, b'PNP0C0F\n') |
| 16296 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16297 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/path', 0o644, b'\\_SB_.LNKA\n') |
| 16298 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/uevent', 0o644, b'''DRIVER=pci_link |
| 16299 | MODALIAS=acpi:PNP0C0F: |
| 16300 | ''') |
| 16301 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/power', 0o755) |
| 16302 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/power/wakeup', 0o644, b'\n') |
| 16303 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01', 0o755) |
| 16304 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/subsystem', '../../../../bus/acpi') |
| 16305 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16306 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/hid', 0o644, b'PNP0C0F\n') |
| 16307 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16308 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/path', 0o644, b'\\_SB_.LNKB\n') |
| 16309 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/uevent', 0o644, b'''DRIVER=pci_link |
| 16310 | MODALIAS=acpi:PNP0C0F: |
| 16311 | ''') |
| 16312 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/power', 0o755) |
| 16313 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/power/wakeup', 0o644, b'\n') |
| 16314 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06', 0o755) |
| 16315 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/subsystem', '../../../../bus/acpi') |
| 16316 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16317 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/hid', 0o644, b'PNP0C0F\n') |
| 16318 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16319 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/path', 0o644, b'\\_SB_.LNKG\n') |
| 16320 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/uevent', 0o644, b'''DRIVER=pci_link |
| 16321 | MODALIAS=acpi:PNP0C0F: |
| 16322 | ''') |
| 16323 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/power', 0o755) |
| 16324 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/power/wakeup', 0o644, b'\n') |
| 16325 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03', 0o755) |
| 16326 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/subsystem', '../../../../bus/acpi') |
| 16327 | l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/driver', '../../../../bus/acpi/drivers/pci_link') |
| 16328 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/hid', 0o644, b'PNP0C0F\n') |
| 16329 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/modalias', 0o644, b'acpi:PNP0C0F:\n') |
| 16330 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/path', 0o644, b'\\_SB_.LNKD\n') |
| 16331 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/uevent', 0o644, b'''DRIVER=pci_link |
| 16332 | MODALIAS=acpi:PNP0C0F: |
| 16333 | ''') |
| 16334 | d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/power', 0o755) |
| 16335 | f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/power/wakeup', 0o644, b'\n') |
| 16336 | d('sys/devices/LNXSYSTM:00/ACPI0007:00', 0o755) |
| 16337 | l('sys/devices/LNXSYSTM:00/ACPI0007:00/thermal_cooling', '../../virtual/thermal/cooling_device0') |
| 16338 | l('sys/devices/LNXSYSTM:00/ACPI0007:00/subsystem', '../../../bus/acpi') |
| 16339 | l('sys/devices/LNXSYSTM:00/ACPI0007:00/sysdev', '../../system/cpu/cpu0') |
| 16340 | l('sys/devices/LNXSYSTM:00/ACPI0007:00/driver', '../../../bus/acpi/drivers/processor') |
| 16341 | f('sys/devices/LNXSYSTM:00/ACPI0007:00/hid', 0o644, b'ACPI0007\n') |
| 16342 | f('sys/devices/LNXSYSTM:00/ACPI0007:00/modalias', 0o644, b'acpi:ACPI0007:\n') |
| 16343 | f('sys/devices/LNXSYSTM:00/ACPI0007:00/path', 0o644, b'\\_PR_.CPU0\n') |
| 16344 | f('sys/devices/LNXSYSTM:00/ACPI0007:00/uevent', 0o644, b'''DRIVER=processor |
| 16345 | MODALIAS=acpi:ACPI0007: |
| 16346 | ''') |
| 16347 | d('sys/devices/LNXSYSTM:00/ACPI0007:00/power', 0o755) |
| 16348 | f('sys/devices/LNXSYSTM:00/ACPI0007:00/power/wakeup', 0o644, b'\n') |
| 16349 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00', 0o755) |
| 16350 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/subsystem', '../../../bus/acpi') |
| 16351 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/driver', '../../../bus/acpi/drivers/button') |
| 16352 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/hid', 0o644, b'LNXPWRBN\n') |
| 16353 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/modalias', 0o644, b'acpi:LNXPWRBN:\n') |
| 16354 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/uevent', 0o644, b'''DRIVER=button |
| 16355 | MODALIAS=acpi:LNXPWRBN: |
| 16356 | ''') |
| 16357 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/power', 0o755) |
| 16358 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/power/wakeup', 0o644, b'\n') |
| 16359 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input', 0o755) |
| 16360 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3', 0o755) |
| 16361 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/subsystem', '../../../../../class/input') |
| 16362 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/device', '../../../LNXPWRBN:00') |
| 16363 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/uniq', 0o644, b'\n') |
| 16364 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/phys', 0o644, b'LNXPWRBN/button/input0\n') |
| 16365 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/modalias', 0o644, b'input:b0019v0000p0002e0000-e0,1,k74,ramlsfw\n') |
| 16366 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/name', 0o644, b'Power Button (FF)\n') |
| 16367 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/uevent', 0o644, b'''PRODUCT=19/0/2/0 |
| 16368 | NAME="Power Button (FF)" |
| 16369 | PHYS="LNXPWRBN/button/input0" |
| 16370 | EV==3 |
| 16371 | KEY==10000000000000 0 |
| 16372 | MODALIAS=input:b0019v0000p0002e0000-e0,1,k74,ramlsfw |
| 16373 | ''') |
| 16374 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id', 0o755) |
| 16375 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/version', 0o644, b'0000\n') |
| 16376 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/product', 0o644, b'0002\n') |
| 16377 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/vendor', 0o644, b'0000\n') |
| 16378 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/bustype', 0o644, b'0019\n') |
| 16379 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/power', 0o755) |
| 16380 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/power/wakeup', 0o644, b'\n') |
| 16381 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3', 0o755) |
| 16382 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/subsystem', '../../../../../../class/input') |
| 16383 | l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/device', '../../input3') |
| 16384 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/dev', 0o644, b'13:67\n') |
| 16385 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/uevent', 0o644, b'''MAJOR=13 |
| 16386 | MINOR=67 |
| 16387 | ''') |
| 16388 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/power', 0o755) |
| 16389 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/power/wakeup', 0o644, b'\n') |
| 16390 | d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities', 0o755) |
| 16391 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/msc', 0o644, b'0\n') |
| 16392 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/abs', 0o644, b'0\n') |
| 16393 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/snd', 0o644, b'0\n') |
| 16394 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/ff', 0o644, b'0\n') |
| 16395 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/key', 0o644, b'10000000000000 0\n') |
| 16396 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/rel', 0o644, b'0\n') |
| 16397 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/sw', 0o644, b'0\n') |
| 16398 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/ev', 0o644, b'3\n') |
| 16399 | f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/led', 0o644, b'0\n') |
| 16400 | d('sys/devices/platform', 0o755) |
| 16401 | f('sys/devices/platform/uevent', 0o644, b'') |
| 16402 | d('sys/devices/platform/pcspkr', 0o755) |
| 16403 | l('sys/devices/platform/pcspkr/subsystem', '../../../bus/platform') |
| 16404 | l('sys/devices/platform/pcspkr/driver', '../../../bus/platform/drivers/pcspkr') |
| 16405 | f('sys/devices/platform/pcspkr/modalias', 0o644, b'platform:pcspkr\n') |
| 16406 | f('sys/devices/platform/pcspkr/uevent', 0o644, b'''DRIVER=pcspkr |
| 16407 | MODALIAS=platform:pcspkr |
| 16408 | ''') |
| 16409 | d('sys/devices/platform/pcspkr/power', 0o755) |
| 16410 | f('sys/devices/platform/pcspkr/power/wakeup', 0o644, b'\n') |
| 16411 | d('sys/devices/platform/pcspkr/input', 0o755) |
| 16412 | d('sys/devices/platform/pcspkr/input/input2', 0o755) |
| 16413 | l('sys/devices/platform/pcspkr/input/input2/subsystem', '../../../../../class/input') |
| 16414 | l('sys/devices/platform/pcspkr/input/input2/device', '../../../pcspkr') |
| 16415 | f('sys/devices/platform/pcspkr/input/input2/uniq', 0o644, b'\n') |
| 16416 | f('sys/devices/platform/pcspkr/input/input2/phys', 0o644, b'isa0061/input0\n') |
| 16417 | f('sys/devices/platform/pcspkr/input/input2/modalias', 0o644, b'input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw\n') |
| 16418 | f('sys/devices/platform/pcspkr/input/input2/name', 0o644, b'PC Speaker\n') |
| 16419 | f('sys/devices/platform/pcspkr/input/input2/uevent', 0o644, b'''PRODUCT=10/1f/1/100 |
| 16420 | NAME="PC Speaker" |
| 16421 | PHYS="isa0061/input0" |
| 16422 | EV==40001 |
| 16423 | SND==6 |
| 16424 | MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw |
| 16425 | ''') |
| 16426 | d('sys/devices/platform/pcspkr/input/input2/event2', 0o755) |
| 16427 | l('sys/devices/platform/pcspkr/input/input2/event2/subsystem', '../../../../../../class/input') |
| 16428 | l('sys/devices/platform/pcspkr/input/input2/event2/device', '../../input2') |
| 16429 | f('sys/devices/platform/pcspkr/input/input2/event2/dev', 0o644, b'13:66\n') |
| 16430 | f('sys/devices/platform/pcspkr/input/input2/event2/uevent', 0o644, b'''MAJOR=13 |
| 16431 | MINOR=66 |
| 16432 | ''') |
| 16433 | d('sys/devices/platform/pcspkr/input/input2/event2/power', 0o755) |
| 16434 | f('sys/devices/platform/pcspkr/input/input2/event2/power/wakeup', 0o644, b'\n') |
| 16435 | d('sys/devices/platform/pcspkr/input/input2/id', 0o755) |
| 16436 | f('sys/devices/platform/pcspkr/input/input2/id/version', 0o644, b'0100\n') |
| 16437 | f('sys/devices/platform/pcspkr/input/input2/id/product', 0o644, b'0001\n') |
| 16438 | f('sys/devices/platform/pcspkr/input/input2/id/vendor', 0o644, b'001f\n') |
| 16439 | f('sys/devices/platform/pcspkr/input/input2/id/bustype', 0o644, b'0010\n') |
| 16440 | d('sys/devices/platform/pcspkr/input/input2/power', 0o755) |
| 16441 | f('sys/devices/platform/pcspkr/input/input2/power/wakeup', 0o644, b'\n') |
| 16442 | d('sys/devices/platform/pcspkr/input/input2/capabilities', 0o755) |
| 16443 | f('sys/devices/platform/pcspkr/input/input2/capabilities/msc', 0o644, b'0\n') |
| 16444 | f('sys/devices/platform/pcspkr/input/input2/capabilities/abs', 0o644, b'0\n') |
| 16445 | f('sys/devices/platform/pcspkr/input/input2/capabilities/snd', 0o644, b'6\n') |
| 16446 | f('sys/devices/platform/pcspkr/input/input2/capabilities/ff', 0o644, b'0\n') |
| 16447 | f('sys/devices/platform/pcspkr/input/input2/capabilities/key', 0o644, b'0\n') |
| 16448 | f('sys/devices/platform/pcspkr/input/input2/capabilities/rel', 0o644, b'0\n') |
| 16449 | f('sys/devices/platform/pcspkr/input/input2/capabilities/sw', 0o644, b'0\n') |
| 16450 | f('sys/devices/platform/pcspkr/input/input2/capabilities/ev', 0o644, b'40001\n') |
| 16451 | f('sys/devices/platform/pcspkr/input/input2/capabilities/led', 0o644, b'0\n') |
| 16452 | d('sys/devices/platform/power', 0o755) |
| 16453 | f('sys/devices/platform/power/wakeup', 0o644, b'\n') |
| 16454 | d('sys/devices/platform/vesafb.0', 0o755) |
| 16455 | l('sys/devices/platform/vesafb.0/subsystem', '../../../bus/platform') |
| 16456 | l('sys/devices/platform/vesafb.0/driver', '../../../bus/platform/drivers/vesafb') |
| 16457 | f('sys/devices/platform/vesafb.0/modalias', 0o644, b'platform:vesafb\n') |
| 16458 | f('sys/devices/platform/vesafb.0/uevent', 0o644, b'''DRIVER=vesafb |
| 16459 | MODALIAS=platform:vesafb |
| 16460 | ''') |
| 16461 | d('sys/devices/platform/vesafb.0/power', 0o755) |
| 16462 | f('sys/devices/platform/vesafb.0/power/wakeup', 0o644, b'\n') |
| 16463 | d('sys/devices/platform/vesafb.0/graphics', 0o755) |
| 16464 | d('sys/devices/platform/vesafb.0/graphics/fb0', 0o755) |
| 16465 | l('sys/devices/platform/vesafb.0/graphics/fb0/subsystem', '../../../../../class/graphics') |
| 16466 | l('sys/devices/platform/vesafb.0/graphics/fb0/device', '../../../vesafb.0') |
| 16467 | f('sys/devices/platform/vesafb.0/graphics/fb0/pan', 0o644, b'0,0\n') |
| 16468 | f('sys/devices/platform/vesafb.0/graphics/fb0/rotate', 0o644, b'0\n') |
| 16469 | f('sys/devices/platform/vesafb.0/graphics/fb0/mode', 0o644, b'') |
| 16470 | f('sys/devices/platform/vesafb.0/graphics/fb0/virtual_size', 0o644, b'800,600\n') |
| 16471 | f('sys/devices/platform/vesafb.0/graphics/fb0/dev', 0o644, b'29:0\n') |
| 16472 | f('sys/devices/platform/vesafb.0/graphics/fb0/state', 0o644, b'0\n') |
| 16473 | f('sys/devices/platform/vesafb.0/graphics/fb0/blank', 0o644, b'') |
| 16474 | f('sys/devices/platform/vesafb.0/graphics/fb0/bits_per_pixel', 0o644, b'16\n') |
| 16475 | f('sys/devices/platform/vesafb.0/graphics/fb0/stride', 0o644, b'1600\n') |
| 16476 | f('sys/devices/platform/vesafb.0/graphics/fb0/name', 0o644, b'VESA VGA\n') |
| 16477 | f('sys/devices/platform/vesafb.0/graphics/fb0/modes', 0o644, b'U:800x600p-75\n') |
| 16478 | f('sys/devices/platform/vesafb.0/graphics/fb0/cursor', 0o644, b'') |
| 16479 | f('sys/devices/platform/vesafb.0/graphics/fb0/uevent', 0o644, b'''MAJOR=29 |
| 16480 | MINOR=0 |
| 16481 | ''') |
| 16482 | f('sys/devices/platform/vesafb.0/graphics/fb0/console', 0o644, b'') |
| 16483 | d('sys/devices/platform/vesafb.0/graphics/fb0/power', 0o755) |
| 16484 | f('sys/devices/platform/vesafb.0/graphics/fb0/power/wakeup', 0o644, b'\n') |
| 16485 | d('sys/devices/platform/dock.0', 0o755) |
| 16486 | l('sys/devices/platform/dock.0/subsystem', '../../../bus/platform') |
| 16487 | f('sys/devices/platform/dock.0/modalias', 0o644, b'platform:dock\n') |
| 16488 | f('sys/devices/platform/dock.0/uid', 0o644, b'0\n') |
| 16489 | f('sys/devices/platform/dock.0/flags', 0o644, b'0\n') |
| 16490 | f('sys/devices/platform/dock.0/docked', 0o644, b'0\n') |
| 16491 | f('sys/devices/platform/dock.0/uevent', 0o644, b'MODALIAS=platform:dock\n') |
| 16492 | d('sys/devices/platform/dock.0/power', 0o755) |
| 16493 | f('sys/devices/platform/dock.0/power/wakeup', 0o644, b'\n') |
| 16494 | d('sys/devices/platform/serial8250', 0o755) |
| 16495 | l('sys/devices/platform/serial8250/subsystem', '../../../bus/platform') |
| 16496 | l('sys/devices/platform/serial8250/driver', '../../../bus/platform/drivers/serial8250') |
| 16497 | f('sys/devices/platform/serial8250/modalias', 0o644, b'platform:serial8250\n') |
| 16498 | f('sys/devices/platform/serial8250/uevent', 0o644, b'''DRIVER=serial8250 |
| 16499 | MODALIAS=platform:serial8250 |
| 16500 | ''') |
| 16501 | d('sys/devices/platform/serial8250/power', 0o755) |
| 16502 | f('sys/devices/platform/serial8250/power/wakeup', 0o644, b'\n') |
| 16503 | d('sys/devices/platform/serial8250/tty', 0o755) |
| 16504 | d('sys/devices/platform/serial8250/tty/ttyS1', 0o755) |
| 16505 | l('sys/devices/platform/serial8250/tty/ttyS1/subsystem', '../../../../../class/tty') |
| 16506 | l('sys/devices/platform/serial8250/tty/ttyS1/device', '../../../serial8250') |
| 16507 | f('sys/devices/platform/serial8250/tty/ttyS1/dev', 0o644, b'4:65\n') |
| 16508 | f('sys/devices/platform/serial8250/tty/ttyS1/uevent', 0o644, b'''MAJOR=4 |
| 16509 | MINOR=65 |
| 16510 | ''') |
| 16511 | d('sys/devices/platform/serial8250/tty/ttyS1/power', 0o755) |
| 16512 | f('sys/devices/platform/serial8250/tty/ttyS1/power/wakeup', 0o644, b'disabled\n') |
| 16513 | d('sys/devices/platform/serial8250/tty/ttyS3', 0o755) |
| 16514 | l('sys/devices/platform/serial8250/tty/ttyS3/subsystem', '../../../../../class/tty') |
| 16515 | l('sys/devices/platform/serial8250/tty/ttyS3/device', '../../../serial8250') |
| 16516 | f('sys/devices/platform/serial8250/tty/ttyS3/dev', 0o644, b'4:67\n') |
| 16517 | f('sys/devices/platform/serial8250/tty/ttyS3/uevent', 0o644, b'''MAJOR=4 |
| 16518 | MINOR=67 |
| 16519 | ''') |
| 16520 | d('sys/devices/platform/serial8250/tty/ttyS3/power', 0o755) |
| 16521 | f('sys/devices/platform/serial8250/tty/ttyS3/power/wakeup', 0o644, b'disabled\n') |
| 16522 | d('sys/devices/platform/serial8250/tty/ttyS0', 0o755) |
| 16523 | l('sys/devices/platform/serial8250/tty/ttyS0/subsystem', '../../../../../class/tty') |
| 16524 | l('sys/devices/platform/serial8250/tty/ttyS0/device', '../../../serial8250') |
| 16525 | f('sys/devices/platform/serial8250/tty/ttyS0/dev', 0o644, b'4:64\n') |
| 16526 | f('sys/devices/platform/serial8250/tty/ttyS0/uevent', 0o644, b'''MAJOR=4 |
| 16527 | MINOR=64 |
| 16528 | ''') |
| 16529 | d('sys/devices/platform/serial8250/tty/ttyS0/power', 0o755) |
| 16530 | f('sys/devices/platform/serial8250/tty/ttyS0/power/wakeup', 0o644, b'disabled\n') |
| 16531 | d('sys/devices/platform/serial8250/tty/ttyS2', 0o755) |
| 16532 | l('sys/devices/platform/serial8250/tty/ttyS2/subsystem', '../../../../../class/tty') |
| 16533 | l('sys/devices/platform/serial8250/tty/ttyS2/device', '../../../serial8250') |
| 16534 | f('sys/devices/platform/serial8250/tty/ttyS2/dev', 0o644, b'4:66\n') |
| 16535 | f('sys/devices/platform/serial8250/tty/ttyS2/uevent', 0o644, b'''MAJOR=4 |
| 16536 | MINOR=66 |
| 16537 | ''') |
| 16538 | d('sys/devices/platform/serial8250/tty/ttyS2/power', 0o755) |
| 16539 | f('sys/devices/platform/serial8250/tty/ttyS2/power/wakeup', 0o644, b'disabled\n') |
| 16540 | d('sys/devices/platform/thinkpad_acpi', 0o755) |
| 16541 | l('sys/devices/platform/thinkpad_acpi/subsystem', '../../../bus/platform') |
| 16542 | l('sys/devices/platform/thinkpad_acpi/driver', '../../../bus/platform/drivers/thinkpad_acpi') |
| 16543 | f('sys/devices/platform/thinkpad_acpi/modalias', 0o644, b'platform:thinkpad_acpi\n') |
| 16544 | f('sys/devices/platform/thinkpad_acpi/hotkey_all_mask', 0o644, b'0x00ffffff\n') |
| 16545 | f('sys/devices/platform/thinkpad_acpi/hotkey_poll_freq', 0o644, b'10\n') |
| 16546 | f('sys/devices/platform/thinkpad_acpi/hotkey_bios_enabled', 0o644, b'0\n') |
| 16547 | f('sys/devices/platform/thinkpad_acpi/hotkey_recommended_mask', 0o644, b'0x008c7fff\n') |
| 16548 | f('sys/devices/platform/thinkpad_acpi/hotkey_bios_mask', 0o644, b'0x0000080c\n') |
| 16549 | f('sys/devices/platform/thinkpad_acpi/hotkey_mask', 0o644, b'0x00ffffff\n') |
| 16550 | f('sys/devices/platform/thinkpad_acpi/wakeup_hotunplug_complete', 0o644, b'0\n') |
| 16551 | f('sys/devices/platform/thinkpad_acpi/hotkey_source_mask', 0o644, b'0x00000000\n') |
| 16552 | f('sys/devices/platform/thinkpad_acpi/hotkey_report_mode', 0o644, b'1\n') |
| 16553 | f('sys/devices/platform/thinkpad_acpi/hotkey_radio_sw', 0o644, b'1\n') |
| 16554 | f('sys/devices/platform/thinkpad_acpi/hotkey_enable', 0o644, b'1\n') |
| 16555 | f('sys/devices/platform/thinkpad_acpi/uevent', 0o644, b'''DRIVER=thinkpad_acpi |
| 16556 | MODALIAS=platform:thinkpad_acpi |
| 16557 | ''') |
| 16558 | f('sys/devices/platform/thinkpad_acpi/bluetooth_enable', 0o644, b'1\n') |
| 16559 | f('sys/devices/platform/thinkpad_acpi/wakeup_reason', 0o644, b'0\n') |
| 16560 | d('sys/devices/platform/thinkpad_acpi/rfkill', 0o755) |
| 16561 | d('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0', 0o755) |
| 16562 | l('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/subsystem', '../../../../../class/rfkill') |
| 16563 | l('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/device', '../../../thinkpad_acpi') |
| 16564 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/type', 0o644, b'bluetooth\n') |
| 16565 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/state', 0o644, b'1\n') |
| 16566 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/name', 0o644, b'tpacpi_bluetooth_sw\n') |
| 16567 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/uevent', 0o644, b'''RFKILL_NAME=tpacpi_bluetooth_sw |
| 16568 | RFKILL_TYPE=bluetooth |
| 16569 | RFKILL_STATE=1 |
| 16570 | ''') |
| 16571 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/claim', 0o644, b'0\n') |
| 16572 | d('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/power', 0o755) |
| 16573 | f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/power/wakeup', 0o644, b'\n') |
| 16574 | d('sys/devices/platform/thinkpad_acpi/power', 0o755) |
| 16575 | f('sys/devices/platform/thinkpad_acpi/power/wakeup', 0o644, b'\n') |
| 16576 | d('sys/devices/platform/thinkpad_acpi/leds', 0o755) |
| 16577 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active', 0o755) |
| 16578 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/subsystem', '../../../../../class/leds') |
| 16579 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/device', '../../../thinkpad_acpi') |
| 16580 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16581 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/brightness', 0o644, b'0\n\x00') |
| 16582 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/uevent', 0o644, b'') |
| 16583 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/power', 0o755) |
| 16584 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/power/wakeup', 0o644, b'\n') |
| 16585 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt', 0o755) |
| 16586 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/subsystem', '../../../../../class/leds') |
| 16587 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/device', '../../../thinkpad_acpi') |
| 16588 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16589 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/brightness', 0o644, b'0\n\x00') |
| 16590 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/uevent', 0o644, b'') |
| 16591 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/power', 0o755) |
| 16592 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/power/wakeup', 0o644, b'\n') |
| 16593 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active', 0o755) |
| 16594 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/subsystem', '../../../../../class/leds') |
| 16595 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/device', '../../../thinkpad_acpi') |
| 16596 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16597 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/brightness', 0o644, b'0\n\x00') |
| 16598 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/uevent', 0o644, b'') |
| 16599 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/power', 0o755) |
| 16600 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/power/wakeup', 0o644, b'\n') |
| 16601 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led', 0o755) |
| 16602 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/subsystem', '../../../../../class/leds') |
| 16603 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/device', '../../../thinkpad_acpi') |
| 16604 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16605 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/brightness', 0o644, b'0\n\x00') |
| 16606 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/uevent', 0o644, b'') |
| 16607 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/power', 0o755) |
| 16608 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/power/wakeup', 0o644, b'\n') |
| 16609 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt', 0o755) |
| 16610 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/subsystem', '../../../../../class/leds') |
| 16611 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/device', '../../../thinkpad_acpi') |
| 16612 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16613 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/brightness', 0o644, b'0\n\x00') |
| 16614 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/uevent', 0o644, b'') |
| 16615 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/power', 0o755) |
| 16616 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/power/wakeup', 0o644, b'\n') |
| 16617 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt', 0o755) |
| 16618 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/subsystem', '../../../../../class/leds') |
| 16619 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/device', '../../../thinkpad_acpi') |
| 16620 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16621 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/brightness', 0o644, b'0\n\x00') |
| 16622 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/uevent', 0o644, b'') |
| 16623 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/power', 0o755) |
| 16624 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/power/wakeup', 0o644, b'\n') |
| 16625 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight', 0o755) |
| 16626 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/subsystem', '../../../../../class/leds') |
| 16627 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/device', '../../../thinkpad_acpi') |
| 16628 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16629 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness', 0o644, b'255\n\x00') |
| 16630 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/uevent', 0o644, b'') |
| 16631 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/power', 0o755) |
| 16632 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/power/wakeup', 0o644, b'\n') |
| 16633 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power', 0o755) |
| 16634 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/subsystem', '../../../../../class/leds') |
| 16635 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/device', '../../../thinkpad_acpi') |
| 16636 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16637 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/brightness', 0o644, b'0\n\x00') |
| 16638 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/uevent', 0o644, b'') |
| 16639 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/power', 0o755) |
| 16640 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/power/wakeup', 0o644, b'\n') |
| 16641 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby', 0o755) |
| 16642 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/subsystem', '../../../../../class/leds') |
| 16643 | l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/device', '../../../thinkpad_acpi') |
| 16644 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/trigger', 0o644, b'[none] AC-online BAT0-charging-or-full BAT0-charging BAT0-full rfkill0 phy0rx phy0tx phy0assoc phy0radio \n') |
| 16645 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/brightness', 0o644, b'0\n\x00') |
| 16646 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/uevent', 0o644, b'') |
| 16647 | d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/power', 0o755) |
| 16648 | f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/power/wakeup', 0o644, b'\n') |
| 16649 | d('sys/devices/platform/thinkpad_hwmon', 0o755) |
| 16650 | l('sys/devices/platform/thinkpad_hwmon/subsystem', '../../../bus/platform') |
| 16651 | l('sys/devices/platform/thinkpad_hwmon/driver', '../../../bus/platform/drivers/thinkpad_hwmon') |
| 16652 | f('sys/devices/platform/thinkpad_hwmon/fan1_input', 0o644, b'3446\n') |
| 16653 | f('sys/devices/platform/thinkpad_hwmon/temp4_input', 0o644, b'63000\n') |
| 16654 | f('sys/devices/platform/thinkpad_hwmon/pwm1', 0o644, b'255\n') |
| 16655 | f('sys/devices/platform/thinkpad_hwmon/temp11_input', 0o644, b'43000\n') |
| 16656 | f('sys/devices/platform/thinkpad_hwmon/modalias', 0o644, b'platform:thinkpad_hwmon\n') |
| 16657 | f('sys/devices/platform/thinkpad_hwmon/temp15_input', 0o644, b'') |
| 16658 | f('sys/devices/platform/thinkpad_hwmon/temp2_input', 0o644, b'41000\n') |
| 16659 | f('sys/devices/platform/thinkpad_hwmon/temp1_input', 0o644, b'46000\n') |
| 16660 | f('sys/devices/platform/thinkpad_hwmon/temp5_input', 0o644, b'35000\n') |
| 16661 | f('sys/devices/platform/thinkpad_hwmon/temp13_input', 0o644, b'') |
| 16662 | f('sys/devices/platform/thinkpad_hwmon/temp6_input', 0o644, b'') |
| 16663 | f('sys/devices/platform/thinkpad_hwmon/temp8_input', 0o644, b'') |
| 16664 | f('sys/devices/platform/thinkpad_hwmon/pwm1_enable', 0o644, b'2\n') |
| 16665 | f('sys/devices/platform/thinkpad_hwmon/temp10_input', 0o644, b'49000\n') |
| 16666 | f('sys/devices/platform/thinkpad_hwmon/temp3_input', 0o644, b'33000\n') |
| 16667 | f('sys/devices/platform/thinkpad_hwmon/temp9_input', 0o644, b'35000\n') |
| 16668 | f('sys/devices/platform/thinkpad_hwmon/name', 0o644, b'thinkpad\n') |
| 16669 | f('sys/devices/platform/thinkpad_hwmon/temp12_input', 0o644, b'') |
| 16670 | f('sys/devices/platform/thinkpad_hwmon/uevent', 0o644, b'''DRIVER=thinkpad_hwmon |
| 16671 | MODALIAS=platform:thinkpad_hwmon |
| 16672 | ''') |
| 16673 | f('sys/devices/platform/thinkpad_hwmon/temp7_input', 0o644, b'33000\n') |
| 16674 | f('sys/devices/platform/thinkpad_hwmon/temp16_input', 0o644, b'') |
| 16675 | f('sys/devices/platform/thinkpad_hwmon/temp14_input', 0o644, b'') |
| 16676 | d('sys/devices/platform/thinkpad_hwmon/hwmon', 0o755) |
| 16677 | d('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0', 0o755) |
| 16678 | l('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/subsystem', '../../../../../class/hwmon') |
| 16679 | l('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/device', '../../../thinkpad_hwmon') |
| 16680 | f('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/uevent', 0o644, b'') |
| 16681 | d('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/power', 0o755) |
| 16682 | f('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/power/wakeup', 0o644, b'\n') |
| 16683 | d('sys/devices/platform/thinkpad_hwmon/power', 0o755) |
| 16684 | f('sys/devices/platform/thinkpad_hwmon/power/wakeup', 0o644, b'\n') |
| 16685 | d('sys/devices/platform/microcode', 0o755) |
| 16686 | l('sys/devices/platform/microcode/subsystem', '../../../bus/platform') |
| 16687 | f('sys/devices/platform/microcode/modalias', 0o644, b'platform:microcode\n') |
| 16688 | f('sys/devices/platform/microcode/uevent', 0o644, b'MODALIAS=platform:microcode\n') |
| 16689 | d('sys/devices/platform/microcode/power', 0o755) |
| 16690 | f('sys/devices/platform/microcode/power/wakeup', 0o644, b'\n') |
| 16691 | d('sys/devices/platform/i8042', 0o755) |
| 16692 | l('sys/devices/platform/i8042/subsystem', '../../../bus/platform') |
| 16693 | l('sys/devices/platform/i8042/driver', '../../../bus/platform/drivers/i8042') |
| 16694 | f('sys/devices/platform/i8042/modalias', 0o644, b'platform:i8042\n') |
| 16695 | f('sys/devices/platform/i8042/uevent', 0o644, b'''DRIVER=i8042 |
| 16696 | MODALIAS=platform:i8042 |
| 16697 | ''') |
| 16698 | d('sys/devices/platform/i8042/power', 0o755) |
| 16699 | f('sys/devices/platform/i8042/power/wakeup', 0o644, b'\n') |
| 16700 | d('sys/devices/platform/i8042/serio0', 0o755) |
| 16701 | l('sys/devices/platform/i8042/serio0/subsystem', '../../../../bus/serio') |
| 16702 | l('sys/devices/platform/i8042/serio0/driver', '../../../../bus/serio/drivers/atkbd') |
| 16703 | f('sys/devices/platform/i8042/serio0/modalias', 0o644, b'serio:ty06pr00id00ex00\n') |
| 16704 | f('sys/devices/platform/i8042/serio0/set', 0o644, b'2\n') |
| 16705 | f('sys/devices/platform/i8042/serio0/bind_mode', 0o644, b'auto\n') |
| 16706 | f('sys/devices/platform/i8042/serio0/description', 0o644, b'i8042 KBD port\n') |
| 16707 | f('sys/devices/platform/i8042/serio0/softrepeat', 0o644, b'0\n') |
| 16708 | f('sys/devices/platform/i8042/serio0/scroll', 0o644, b'0\n') |
| 16709 | f('sys/devices/platform/i8042/serio0/softraw', 0o644, b'1\n') |
| 16710 | f('sys/devices/platform/i8042/serio0/err_count', 0o644, b'0\n') |
| 16711 | f('sys/devices/platform/i8042/serio0/extra', 0o644, b'0\n') |
| 16712 | f('sys/devices/platform/i8042/serio0/uevent', 0o644, b'''DRIVER=atkbd |
| 16713 | SERIO_TYPE=06 |
| 16714 | SERIO_PROTO=00 |
| 16715 | SERIO_ID=00 |
| 16716 | SERIO_EXTRA=00 |
| 16717 | MODALIAS=serio:ty06pr00id00ex00 |
| 16718 | ''') |
| 16719 | d('sys/devices/platform/i8042/serio0/id', 0o755) |
| 16720 | f('sys/devices/platform/i8042/serio0/id/proto', 0o644, b'00\n') |
| 16721 | f('sys/devices/platform/i8042/serio0/id/id', 0o644, b'00\n') |
| 16722 | f('sys/devices/platform/i8042/serio0/id/type', 0o644, b'06\n') |
| 16723 | f('sys/devices/platform/i8042/serio0/id/extra', 0o644, b'00\n') |
| 16724 | d('sys/devices/platform/i8042/serio0/power', 0o755) |
| 16725 | f('sys/devices/platform/i8042/serio0/power/wakeup', 0o644, b'\n') |
| 16726 | d('sys/devices/platform/i8042/serio0/input', 0o755) |
| 16727 | d('sys/devices/platform/i8042/serio0/input/input0', 0o755) |
| 16728 | l('sys/devices/platform/i8042/serio0/input/input0/subsystem', '../../../../../../class/input') |
| 16729 | l('sys/devices/platform/i8042/serio0/input/input0/device', '../../../serio0') |
| 16730 | f('sys/devices/platform/i8042/serio0/input/input0/uniq', 0o644, b'\n') |
| 16731 | f('sys/devices/platform/i8042/serio0/input/input0/phys', 0o644, b'isa0060/serio0/input0\n') |
| 16732 | f('sys/devices/platform/i8042/serio0/input/input0/modalias', 0o644, b'input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw\n') |
| 16733 | f('sys/devices/platform/i8042/serio0/input/input0/name', 0o644, b'AT Translated Set 2 keyboard\n') |
| 16734 | f('sys/devices/platform/i8042/serio0/input/input0/uevent', 0o644, b'''PRODUCT=11/1/1/ab54 |
| 16735 | NAME="AT Translated Set 2 keyboard" |
| 16736 | PHYS="isa0060/serio0/input0" |
| 16737 | EV==120013 |
| 16738 | KEY==402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe |
| 16739 | MSC==10 |
| 16740 | LED==7 |
| 16741 | MODALIAS=input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw |
| 16742 | ''') |
| 16743 | d('sys/devices/platform/i8042/serio0/input/input0/event0', 0o755) |
| 16744 | l('sys/devices/platform/i8042/serio0/input/input0/event0/subsystem', '../../../../../../../class/input') |
| 16745 | l('sys/devices/platform/i8042/serio0/input/input0/event0/device', '../../input0') |
| 16746 | f('sys/devices/platform/i8042/serio0/input/input0/event0/dev', 0o644, b'13:64\n') |
| 16747 | f('sys/devices/platform/i8042/serio0/input/input0/event0/uevent', 0o644, b'''MAJOR=13 |
| 16748 | MINOR=64 |
| 16749 | ''') |
| 16750 | d('sys/devices/platform/i8042/serio0/input/input0/event0/power', 0o755) |
| 16751 | f('sys/devices/platform/i8042/serio0/input/input0/event0/power/wakeup', 0o644, b'\n') |
| 16752 | d('sys/devices/platform/i8042/serio0/input/input0/id', 0o755) |
| 16753 | f('sys/devices/platform/i8042/serio0/input/input0/id/version', 0o644, b'ab54\n') |
| 16754 | f('sys/devices/platform/i8042/serio0/input/input0/id/product', 0o644, b'0001\n') |
| 16755 | f('sys/devices/platform/i8042/serio0/input/input0/id/vendor', 0o644, b'0001\n') |
| 16756 | f('sys/devices/platform/i8042/serio0/input/input0/id/bustype', 0o644, b'0011\n') |
| 16757 | d('sys/devices/platform/i8042/serio0/input/input0/power', 0o755) |
| 16758 | f('sys/devices/platform/i8042/serio0/input/input0/power/wakeup', 0o644, b'\n') |
| 16759 | d('sys/devices/platform/i8042/serio0/input/input0/capabilities', 0o755) |
| 16760 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/msc', 0o644, b'10\n') |
| 16761 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/abs', 0o644, b'0\n') |
| 16762 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/snd', 0o644, b'0\n') |
| 16763 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/ff', 0o644, b'0\n') |
| 16764 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/key', 0o644, b'402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe\n') |
| 16765 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/rel', 0o644, b'0\n') |
| 16766 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/sw', 0o644, b'0\n') |
| 16767 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/ev', 0o644, b'120013\n') |
| 16768 | f('sys/devices/platform/i8042/serio0/input/input0/capabilities/led', 0o644, b'7\n') |
| 16769 | d('sys/devices/platform/i8042/serio1', 0o755) |
| 16770 | l('sys/devices/platform/i8042/serio1/subsystem', '../../../../bus/serio') |
| 16771 | l('sys/devices/platform/i8042/serio1/driver', '../../../../bus/serio/drivers/psmouse') |
| 16772 | f('sys/devices/platform/i8042/serio1/upthresh', 0o644, b'255\n') |
| 16773 | f('sys/devices/platform/i8042/serio1/modalias', 0o644, b'serio:ty01pr00id00ex00\n') |
| 16774 | f('sys/devices/platform/i8042/serio1/resync_time', 0o644, b'0\n') |
| 16775 | f('sys/devices/platform/i8042/serio1/skipback', 0o644, b'0\n') |
| 16776 | f('sys/devices/platform/i8042/serio1/draghys', 0o644, b'255\n') |
| 16777 | f('sys/devices/platform/i8042/serio1/ext_dev', 0o644, b'1\n') |
| 16778 | f('sys/devices/platform/i8042/serio1/bind_mode', 0o644, b'auto\n') |
| 16779 | f('sys/devices/platform/i8042/serio1/resolution', 0o644, b'200\n') |
| 16780 | f('sys/devices/platform/i8042/serio1/resetafter', 0o644, b'5\n') |
| 16781 | f('sys/devices/platform/i8042/serio1/sensitivity', 0o644, b'128\n') |
| 16782 | f('sys/devices/platform/i8042/serio1/rate', 0o644, b'100\n') |
| 16783 | f('sys/devices/platform/i8042/serio1/inertia', 0o644, b'6\n') |
| 16784 | f('sys/devices/platform/i8042/serio1/mindrag', 0o644, b'20\n') |
| 16785 | f('sys/devices/platform/i8042/serio1/reach', 0o644, b'10\n') |
| 16786 | f('sys/devices/platform/i8042/serio1/description', 0o644, b'i8042 AUX port\n') |
| 16787 | f('sys/devices/platform/i8042/serio1/press_to_select', 0o644, b'0\n') |
| 16788 | f('sys/devices/platform/i8042/serio1/ztime', 0o644, b'38\n') |
| 16789 | f('sys/devices/platform/i8042/serio1/speed', 0o644, b'97\n') |
| 16790 | f('sys/devices/platform/i8042/serio1/thresh', 0o644, b'8\n') |
| 16791 | f('sys/devices/platform/i8042/serio1/jenks', 0o644, b'135\n') |
| 16792 | f('sys/devices/platform/i8042/serio1/uevent', 0o644, b'''DRIVER=psmouse |
| 16793 | SERIO_TYPE=01 |
| 16794 | SERIO_PROTO=00 |
| 16795 | SERIO_ID=00 |
| 16796 | SERIO_EXTRA=00 |
| 16797 | MODALIAS=serio:ty01pr00id00ex00 |
| 16798 | ''') |
| 16799 | f('sys/devices/platform/i8042/serio1/protocol', 0o644, b'TPPS/2\n') |
| 16800 | d('sys/devices/platform/i8042/serio1/id', 0o755) |
| 16801 | f('sys/devices/platform/i8042/serio1/id/proto', 0o644, b'00\n') |
| 16802 | f('sys/devices/platform/i8042/serio1/id/id', 0o644, b'00\n') |
| 16803 | f('sys/devices/platform/i8042/serio1/id/type', 0o644, b'01\n') |
| 16804 | f('sys/devices/platform/i8042/serio1/id/extra', 0o644, b'00\n') |
| 16805 | d('sys/devices/platform/i8042/serio1/power', 0o755) |
| 16806 | f('sys/devices/platform/i8042/serio1/power/wakeup', 0o644, b'\n') |
| 16807 | d('sys/devices/platform/i8042/serio1/input', 0o755) |
| 16808 | d('sys/devices/platform/i8042/serio1/input/input1', 0o755) |
| 16809 | l('sys/devices/platform/i8042/serio1/input/input1/subsystem', '../../../../../../class/input') |
| 16810 | l('sys/devices/platform/i8042/serio1/input/input1/device', '../../../serio1') |
| 16811 | f('sys/devices/platform/i8042/serio1/input/input1/uniq', 0o644, b'\n') |
| 16812 | f('sys/devices/platform/i8042/serio1/input/input1/phys', 0o644, b'isa0060/serio1/input0\n') |
| 16813 | f('sys/devices/platform/i8042/serio1/input/input1/modalias', 0o644, b'input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw\n') |
| 16814 | f('sys/devices/platform/i8042/serio1/input/input1/name', 0o644, b'TPPS/2 IBM TrackPoint\n') |
| 16815 | f('sys/devices/platform/i8042/serio1/input/input1/uevent', 0o644, b'''PRODUCT=11/2/a/0 |
| 16816 | NAME="TPPS/2 IBM TrackPoint" |
| 16817 | PHYS="isa0060/serio1/input0" |
| 16818 | EV==7 |
| 16819 | KEY==70000 0 0 0 0 |
| 16820 | REL==3 |
| 16821 | MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw |
| 16822 | ''') |
| 16823 | d('sys/devices/platform/i8042/serio1/input/input1/mouse0', 0o755) |
| 16824 | l('sys/devices/platform/i8042/serio1/input/input1/mouse0/subsystem', '../../../../../../../class/input') |
| 16825 | l('sys/devices/platform/i8042/serio1/input/input1/mouse0/device', '../../input1') |
| 16826 | f('sys/devices/platform/i8042/serio1/input/input1/mouse0/dev', 0o644, b'13:32\n') |
| 16827 | f('sys/devices/platform/i8042/serio1/input/input1/mouse0/uevent', 0o644, b'''MAJOR=13 |
| 16828 | MINOR=32 |
| 16829 | ''') |
| 16830 | d('sys/devices/platform/i8042/serio1/input/input1/mouse0/power', 0o755) |
| 16831 | f('sys/devices/platform/i8042/serio1/input/input1/mouse0/power/wakeup', 0o644, b'\n') |
| 16832 | d('sys/devices/platform/i8042/serio1/input/input1/id', 0o755) |
| 16833 | f('sys/devices/platform/i8042/serio1/input/input1/id/version', 0o644, b'0000\n') |
| 16834 | f('sys/devices/platform/i8042/serio1/input/input1/id/product', 0o644, b'000a\n') |
| 16835 | f('sys/devices/platform/i8042/serio1/input/input1/id/vendor', 0o644, b'0002\n') |
| 16836 | f('sys/devices/platform/i8042/serio1/input/input1/id/bustype', 0o644, b'0011\n') |
| 16837 | d('sys/devices/platform/i8042/serio1/input/input1/power', 0o755) |
| 16838 | f('sys/devices/platform/i8042/serio1/input/input1/power/wakeup', 0o644, b'\n') |
| 16839 | d('sys/devices/platform/i8042/serio1/input/input1/event1', 0o755) |
| 16840 | l('sys/devices/platform/i8042/serio1/input/input1/event1/subsystem', '../../../../../../../class/input') |
| 16841 | l('sys/devices/platform/i8042/serio1/input/input1/event1/device', '../../input1') |
| 16842 | f('sys/devices/platform/i8042/serio1/input/input1/event1/dev', 0o644, b'13:65\n') |
| 16843 | f('sys/devices/platform/i8042/serio1/input/input1/event1/uevent', 0o644, b'''MAJOR=13 |
| 16844 | MINOR=65 |
| 16845 | ''') |
| 16846 | d('sys/devices/platform/i8042/serio1/input/input1/event1/power', 0o755) |
| 16847 | f('sys/devices/platform/i8042/serio1/input/input1/event1/power/wakeup', 0o644, b'\n') |
| 16848 | d('sys/devices/platform/i8042/serio1/input/input1/capabilities', 0o755) |
| 16849 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/msc', 0o644, b'0\n') |
| 16850 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/abs', 0o644, b'0\n') |
| 16851 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/snd', 0o644, b'0\n') |
| 16852 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/ff', 0o644, b'0\n') |
| 16853 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/key', 0o644, b'70000 0 0 0 0\n') |
| 16854 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/rel', 0o644, b'3\n') |
| 16855 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/sw', 0o644, b'0\n') |
| 16856 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/ev', 0o644, b'7\n') |
| 16857 | f('sys/devices/platform/i8042/serio1/input/input1/capabilities/led', 0o644, b'0\n') |