blob: 2de7d7ea3094d56fa74752eaee1ddfe63970d0f3 [file] [log] [blame]
Jörg Thalheim3e67e5c2017-05-01 02:26:56 +02001#!/usr/bin/env python3
Dan Streetmand95b3292017-02-10 15:29:23 -05002#
3# sys-script.py
4#
5# (C) 2017 Canonical Ltd.
6# Author: Dan Streetman <dan.streetman@canonical.com>
7#
8# systemd is free software; you can redistribute it and/or modify it
9# under the terms of the GNU Lesser General Public License as published by
10# the Free Software Foundation; either version 2.1 of the License, or
11# (at your option) any later version.
12#
13# systemd is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16# Lesser General Public License for more details.
17#
18# You should have received a copy of the GNU Lesser General Public License
19# along with systemd; If not, see <http://www.gnu.org/licenses/>.
20#
21
22import os, sys
Zbigniew Jędrzejewski-Szmek0bca7952017-09-29 12:28:25 +020023import shutil
Dan Streetmand95b3292017-02-10 15:29:23 -050024
25def d(path, mode):
26 os.mkdir(path, mode)
27
28def l(path, src):
29 os.symlink(src, path)
30
31def f(path, mode, contents):
32 with open(path, "wb") as f:
33 f.write(contents)
34 os.chmod(path, mode)
35
Dan Streetmand95b3292017-02-10 15:29:23 -050036if len(sys.argv) < 2:
37 exit("Usage: {} <target dir>".format(sys.argv[0]))
38
39if not os.path.isdir(sys.argv[1]):
40 exit("Target dir {} not found".format(sys.argv[1]))
41
42os.chdir(sys.argv[1])
43
Zbigniew Jędrzejewski-Szmek0bca7952017-09-29 12:28:25 +020044if os.path.exists('sys'):
45 shutil.rmtree('sys')
Dan Streetmand95b3292017-02-10 15:29:23 -050046d('sys', 0o755)
47d('sys/kernel', 0o775)
48f('sys/kernel/kexec_crash_loaded', 0o664, b'0\n')
49f('sys/kernel/kexec_loaded', 0o664, b'0\n')
50f('sys/kernel/uevent_helper', 0o664, b'\n')
51f('sys/kernel/vmcoreinfo', 0o664, b'f15380 1000\n')
52f('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-')
53f('sys/kernel/uevent_seqnum', 0o664, b'1407\n')
54d('sys/kernel/slab', 0o775)
55d('sys/kernel/slab/kmalloc-96', 0o775)
56f('sys/kernel/slab/kmalloc-96/reclaim_account', 0o664, b'0\n')
57f('sys/kernel/slab/kmalloc-96/ctor', 0o664, b'')
58f('sys/kernel/slab/kmalloc-96/hwcache_align', 0o664, b'0\n')
59f('sys/kernel/slab/kmalloc-96/slab_size', 0o664, b'168\n')
60f('sys/kernel/slab/kmalloc-96/total_objects', 0o664, b'768\n')
61f('sys/kernel/slab/kmalloc-96/slabs', 0o664, b'32\n')
62f('sys/kernel/slab/kmalloc-96/poison', 0o664, b'1\n')
63f('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
64 10 __register_sysctl_paths+0x56/0x340 age=8370387/8378535/8379888 pid=1-901 cpus=0-1
65 15 __create_workqueue_key+0x31/0x290 age=8370409/8377818/8380009 pid=1-900 cpus=0-1
66 59 load_module+0x19c0/0x1b30 age=8303111/8368469/8376350 pid=105-2754 cpus=0-1
67 5 __vmalloc_area_node+0xfb/0x140 age=8355400/8371519/8376226 pid=147-1813 cpus=0
68 22 __register_chrdev_region+0x2d/0x1a0 age=8309177/8375269/8380004 pid=1-2711 cpus=0-1
69 1 do_sys_poll+0xdb/0x450 age=9671 pid=2262 cpus=1
70 98 d_alloc+0x19d/0x1f0 age=22395/7516545/8376320 pid=317-13453 cpus=0-1
71 8 sys_eventfd2+0x51/0xb0 age=8339333/8339377/8339421 pid=2400 cpus=0
72 1 mb_cache_create+0x62/0x1f0 age=8379846 pid=1 cpus=1
73 9 sysfs_setattr+0x19a/0x1f0 age=61999/6511912/8377277 pid=63-13308 cpus=0-1
74 1 sysfs_open_file+0x1c5/0x230 age=0 pid=13466 cpus=0
75 17 copy_semundo+0x71/0xc0 age=3847042/8077586/8366263 pid=1370-2590 cpus=0-1
76 2 __crypto_alloc_tfm+0x43/0x1b0 age=8373678/8373678/8373678 pid=126 cpus=1
77 2 pcim_iomap_table+0x45/0x60 age=8379289/8379547/8379805 pid=1 cpus=0-1
78 26 pci_create_attr+0x3d/0x140 age=8378994/8378994/8378995 pid=1 cpus=0
79 8 pci_enable_msi+0xb1/0x2b0 age=8356336/8373963/8379844 pid=1-1541 cpus=0-1
80 1 fb_add_videomode+0x89/0xf0 age=8379841 pid=1 cpus=1
81 1 soft_cursor+0x92/0x220 age=8379841 pid=1 cpus=1
82 20 acpi_os_create_semaphore+0x36/0xaa age=8379969/8380118/8380142 pid=0-1 cpus=0
83 6 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379981/8379985/8379993 pid=1 cpus=0
84 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379986/8379986/8379987 pid=1 cpus=0
85 1 acpi_ev_create_gpe_block+0x5f/0x3bf age=8379999 pid=1 cpus=0
86 62 pnp_new_resource+0x25/0x60 age=8379891/8379894/8379895 pid=1 cpus=0
87 1 tty_register_driver+0x1b3/0x2a0 age=8379806 pid=1 cpus=1
88 5 kbd_connect+0x4e/0xe0 age=8374352/8375743/8379035 pid=17-341 cpus=0-1
89 17 __class_create+0x3d/0xa0 age=8374616/8377737/8380008 pid=1-215 cpus=0-1
90 2 scsi_probe_and_add_lun+0x65e/0xd80 age=8379084/8379252/8379421 pid=1 cpus=0-1
91 3 inet_rtm_newaddr+0xdb/0x220 age=8325560/8353789/8367912 pid=1197-1541 cpus=0-1
92 2 cache_add_dev+0x7c/0x546 age=8379855/8379855/8379856 pid=1 cpus=0
93 22 kernel_param_sysfs_setup+0x2f/0xc9 age=8380005/8380005/8380005 pid=1 cpus=0
94 15 acpi_system_init+0x12e/0x260 age=8379898/8379898/8379899 pid=1 cpus=0
95 1 pci_mmcfg_insert_resources+0x5d/0x123 age=8378994 pid=1 cpus=0
96 1 0xffffffffa0065104 age=8356008 pid=1766 cpus=0
97 1 bitmap_create+0x373/0xad0 [md_mod] age=8370145 pid=916 cpus=0
98 256 r1bio_pool_alloc+0x2f/0x60 [raid1] age=8370154/8370154/8370154 pid=916 cpus=0
99 8 ip6addrlbl_add+0x75/0x330 [ipv6] age=8360215/8360215/8360215 pid=1549 cpus=0
100 1 ip6_route_net_init+0x22/0xd0 [ipv6] age=8360216 pid=1549 cpus=0
101 6 snd_mixer_oss_build_input+0x431/0x5c0 [snd_mixer_oss] age=8355594/8355594/8355595 pid=1813 cpus=0
102''')
103f('sys/kernel/slab/kmalloc-96/objs_per_slab', 0o664, b'24\n')
104f('sys/kernel/slab/kmalloc-96/shrink', 0o664, b'')
105f('sys/kernel/slab/kmalloc-96/trace', 0o664, b'0\n')
106f('sys/kernel/slab/kmalloc-96/object_size', 0o664, b'96\n')
107f('sys/kernel/slab/kmalloc-96/cpu_slabs', 0o664, b'0\n')
108f('sys/kernel/slab/kmalloc-96/cache_dma', 0o664, b'0\n')
109f('sys/kernel/slab/kmalloc-96/destroy_by_rcu', 0o664, b'0\n')
110f('sys/kernel/slab/kmalloc-96/objects_partial', 0o664, b'95\n')
111f('sys/kernel/slab/kmalloc-96/objects', 0o664, b'743\n')
112f('sys/kernel/slab/kmalloc-96/order', 0o664, b'0\n')
113f('sys/kernel/slab/kmalloc-96/sanity_checks', 0o664, b'1\n')
114f('sys/kernel/slab/kmalloc-96/store_user', 0o664, b'1\n')
115f('sys/kernel/slab/kmalloc-96/align', 0o664, b'8\n')
116f('sys/kernel/slab/kmalloc-96/partial', 0o664, b'5\n')
117f('sys/kernel/slab/kmalloc-96/validate', 0o664, b'')
118f('sys/kernel/slab/kmalloc-96/red_zone', 0o664, b'1\n')
119f('sys/kernel/slab/kmalloc-96/free_calls', 0o664, b''' 507 <not-available> age=4303047439 pid=0 cpus=0
120 1 free_notes_attrs+0x4b/0x50 age=8375086 pid=383 cpus=0
121 1 audit_send_list+0x88/0xa0 age=8361087 pid=1538 cpus=1
122 6 __vunmap+0xe9/0x120 age=8309178/8363011/8375091 pid=126-2711 cpus=0-1
123 1 do_sys_poll+0x32b/0x450 age=9672 pid=2262 cpus=1
124 30 d_callback+0x22/0x40 age=22587/7808930/8375651 pid=0-13433 cpus=0-1
125 20 sysfs_release+0x63/0xa0 age=22407/6699376/8376561 pid=165-13453 cpus=0-1
126 1 release_sysfs_dirent+0x22/0xd0 age=8367199 pid=1309 cpus=1
127 116 free_rb_tree_fname+0x5c/0xb0 age=53501/7931736/8376455 pid=163-13373 cpus=0-1
128 7 kobject_uevent_env+0x11a/0x470 age=67088/6542620/8379296 pid=1-419 cpus=0-1
129 1 msi_free_irqs+0xad/0x110 age=8356355 pid=1541 cpus=0
130 1 acpi_os_execute_deferred+0x34/0x39 age=8379958 pid=13 cpus=1
131 1 acpi_walk_resources+0xa4/0xbd age=8379895 pid=1 cpus=0
132 1 acpi_pci_irq_add_prt+0x30b/0x324 age=8379922 pid=1 cpus=0
133 6 scsi_execute_req+0x9f/0xf0 age=8335607/8359788/8379422 pid=1-1456 cpus=0-1
134 9 netlink_destroy_callback+0x21/0x30 age=8325561/8347615/8367913 pid=1197-2527 cpus=0-1
135 12 huft_free+0x1e/0x2f age=8379857/8379857/8379857 pid=1 cpus=0
136 2 r1bio_pool_free+0x9/0x10 [raid1] age=8364428/8364431/8364434 pid=0 cpus=0
137''')
138f('sys/kernel/slab/kmalloc-96/aliases', 0o664, b'0\n')
139d('sys/kernel/slab/blkdev_requests', 0o775)
140f('sys/kernel/slab/blkdev_requests/reclaim_account', 0o664, b'0\n')
141f('sys/kernel/slab/blkdev_requests/ctor', 0o664, b'')
142f('sys/kernel/slab/blkdev_requests/hwcache_align', 0o664, b'0\n')
143f('sys/kernel/slab/blkdev_requests/slab_size', 0o664, b'376\n')
144f('sys/kernel/slab/blkdev_requests/total_objects', 0o664, b'84\n')
145f('sys/kernel/slab/blkdev_requests/slabs', 0o664, b'4\n')
146f('sys/kernel/slab/blkdev_requests/poison', 0o664, b'1\n')
147f('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')
148f('sys/kernel/slab/blkdev_requests/objs_per_slab', 0o664, b'21\n')
149f('sys/kernel/slab/blkdev_requests/shrink', 0o664, b'')
150f('sys/kernel/slab/blkdev_requests/trace', 0o664, b'0\n')
151f('sys/kernel/slab/blkdev_requests/object_size', 0o664, b'304\n')
152f('sys/kernel/slab/blkdev_requests/cpu_slabs', 0o664, b'0\n')
153f('sys/kernel/slab/blkdev_requests/cache_dma', 0o664, b'0\n')
154f('sys/kernel/slab/blkdev_requests/destroy_by_rcu', 0o664, b'0\n')
155f('sys/kernel/slab/blkdev_requests/objects_partial', 0o664, b'8\n')
156f('sys/kernel/slab/blkdev_requests/objects', 0o664, b'50\n')
157f('sys/kernel/slab/blkdev_requests/order', 0o664, b'1\n')
158f('sys/kernel/slab/blkdev_requests/sanity_checks', 0o664, b'1\n')
159f('sys/kernel/slab/blkdev_requests/store_user', 0o664, b'1\n')
160f('sys/kernel/slab/blkdev_requests/align', 0o664, b'0\n')
161f('sys/kernel/slab/blkdev_requests/partial', 0o664, b'2\n')
162f('sys/kernel/slab/blkdev_requests/validate', 0o664, b'')
163f('sys/kernel/slab/blkdev_requests/red_zone', 0o664, b'1\n')
164f('sys/kernel/slab/blkdev_requests/free_calls', 0o664, b''' 7 <not-available> age=4303046881 pid=0 cpus=0
165 5 mempool_free_slab+0x12/0x20 age=63050/1742015/8378750 pid=0-1456 cpus=0
166''')
167f('sys/kernel/slab/blkdev_requests/aliases', 0o664, b'0\n')
168d('sys/kernel/slab/tw_sock_TCP', 0o775)
169f('sys/kernel/slab/tw_sock_TCP/reclaim_account', 0o664, b'0\n')
170f('sys/kernel/slab/tw_sock_TCP/ctor', 0o664, b'')
171f('sys/kernel/slab/tw_sock_TCP/hwcache_align', 0o664, b'1\n')
172f('sys/kernel/slab/tw_sock_TCP/slab_size', 0o664, b'256\n')
173f('sys/kernel/slab/tw_sock_TCP/total_objects', 0o664, b'16\n')
174f('sys/kernel/slab/tw_sock_TCP/slabs', 0o664, b'1\n')
175f('sys/kernel/slab/tw_sock_TCP/poison', 0o664, b'1\n')
176f('sys/kernel/slab/tw_sock_TCP/alloc_calls', 0o664, b'No data\n')
177f('sys/kernel/slab/tw_sock_TCP/objs_per_slab', 0o664, b'16\n')
178f('sys/kernel/slab/tw_sock_TCP/shrink', 0o664, b'')
179f('sys/kernel/slab/tw_sock_TCP/trace', 0o664, b'0\n')
180f('sys/kernel/slab/tw_sock_TCP/object_size', 0o664, b'136\n')
181f('sys/kernel/slab/tw_sock_TCP/cpu_slabs', 0o664, b'0\n')
182f('sys/kernel/slab/tw_sock_TCP/cache_dma', 0o664, b'0\n')
183f('sys/kernel/slab/tw_sock_TCP/destroy_by_rcu', 0o664, b'0\n')
184f('sys/kernel/slab/tw_sock_TCP/objects_partial', 0o664, b'0\n')
185f('sys/kernel/slab/tw_sock_TCP/objects', 0o664, b'16\n')
186f('sys/kernel/slab/tw_sock_TCP/order', 0o664, b'0\n')
187f('sys/kernel/slab/tw_sock_TCP/sanity_checks', 0o664, b'1\n')
188f('sys/kernel/slab/tw_sock_TCP/store_user', 0o664, b'1\n')
189f('sys/kernel/slab/tw_sock_TCP/align', 0o664, b'0\n')
190f('sys/kernel/slab/tw_sock_TCP/partial', 0o664, b'0\n')
191f('sys/kernel/slab/tw_sock_TCP/validate', 0o664, b'')
192f('sys/kernel/slab/tw_sock_TCP/red_zone', 0o664, b'1\n')
193f('sys/kernel/slab/tw_sock_TCP/free_calls', 0o664, b'No data\n')
194f('sys/kernel/slab/tw_sock_TCP/aliases', 0o664, b'0\n')
195d('sys/kernel/slab/Acpi-Parse', 0o775)
196f('sys/kernel/slab/Acpi-Parse/reclaim_account', 0o664, b'0\n')
197f('sys/kernel/slab/Acpi-Parse/ctor', 0o664, b'')
198f('sys/kernel/slab/Acpi-Parse/hwcache_align', 0o664, b'0\n')
199f('sys/kernel/slab/Acpi-Parse/slab_size', 0o664, b'120\n')
200f('sys/kernel/slab/Acpi-Parse/total_objects', 0o664, b'68\n')
201f('sys/kernel/slab/Acpi-Parse/slabs', 0o664, b'2\n')
202f('sys/kernel/slab/Acpi-Parse/poison', 0o664, b'1\n')
203f('sys/kernel/slab/Acpi-Parse/alloc_calls', 0o664, b'No data\n')
204f('sys/kernel/slab/Acpi-Parse/objs_per_slab', 0o664, b'34\n')
205f('sys/kernel/slab/Acpi-Parse/shrink', 0o664, b'')
206f('sys/kernel/slab/Acpi-Parse/trace', 0o664, b'0\n')
207f('sys/kernel/slab/Acpi-Parse/object_size', 0o664, b'48\n')
208f('sys/kernel/slab/Acpi-Parse/cpu_slabs', 0o664, b'0\n')
209f('sys/kernel/slab/Acpi-Parse/cache_dma', 0o664, b'0\n')
210f('sys/kernel/slab/Acpi-Parse/destroy_by_rcu', 0o664, b'0\n')
211f('sys/kernel/slab/Acpi-Parse/objects_partial', 0o664, b'0\n')
212f('sys/kernel/slab/Acpi-Parse/objects', 0o664, b'68\n')
213f('sys/kernel/slab/Acpi-Parse/order', 0o664, b'0\n')
214f('sys/kernel/slab/Acpi-Parse/sanity_checks', 0o664, b'1\n')
215f('sys/kernel/slab/Acpi-Parse/store_user', 0o664, b'1\n')
216f('sys/kernel/slab/Acpi-Parse/align', 0o664, b'0\n')
217f('sys/kernel/slab/Acpi-Parse/partial', 0o664, b'0\n')
218f('sys/kernel/slab/Acpi-Parse/validate', 0o664, b'')
219f('sys/kernel/slab/Acpi-Parse/red_zone', 0o664, b'1\n')
220f('sys/kernel/slab/Acpi-Parse/free_calls', 0o664, b'No data\n')
221f('sys/kernel/slab/Acpi-Parse/aliases', 0o664, b'0\n')
222d('sys/kernel/slab/sgpool-8', 0o775)
223f('sys/kernel/slab/sgpool-8/reclaim_account', 0o664, b'0\n')
224f('sys/kernel/slab/sgpool-8/ctor', 0o664, b'')
225f('sys/kernel/slab/sgpool-8/hwcache_align', 0o664, b'1\n')
226f('sys/kernel/slab/sgpool-8/slab_size', 0o664, b'384\n')
227f('sys/kernel/slab/sgpool-8/total_objects', 0o664, b'42\n')
228f('sys/kernel/slab/sgpool-8/slabs', 0o664, b'2\n')
229f('sys/kernel/slab/sgpool-8/poison', 0o664, b'1\n')
230f('sys/kernel/slab/sgpool-8/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379297/8379297/8379297 pid=1 cpus=0\n')
231f('sys/kernel/slab/sgpool-8/objs_per_slab', 0o664, b'21\n')
232f('sys/kernel/slab/sgpool-8/shrink', 0o664, b'')
233f('sys/kernel/slab/sgpool-8/trace', 0o664, b'0\n')
234f('sys/kernel/slab/sgpool-8/object_size', 0o664, b'256\n')
235f('sys/kernel/slab/sgpool-8/cpu_slabs', 0o664, b'0\n')
236f('sys/kernel/slab/sgpool-8/cache_dma', 0o664, b'0\n')
237f('sys/kernel/slab/sgpool-8/destroy_by_rcu', 0o664, b'0\n')
238f('sys/kernel/slab/sgpool-8/objects_partial', 0o664, b'0\n')
239f('sys/kernel/slab/sgpool-8/objects', 0o664, b'42\n')
240f('sys/kernel/slab/sgpool-8/order', 0o664, b'1\n')
241f('sys/kernel/slab/sgpool-8/sanity_checks', 0o664, b'1\n')
242f('sys/kernel/slab/sgpool-8/store_user', 0o664, b'1\n')
243f('sys/kernel/slab/sgpool-8/align', 0o664, b'0\n')
244f('sys/kernel/slab/sgpool-8/partial', 0o664, b'0\n')
245f('sys/kernel/slab/sgpool-8/validate', 0o664, b'')
246f('sys/kernel/slab/sgpool-8/red_zone', 0o664, b'1\n')
247f('sys/kernel/slab/sgpool-8/free_calls', 0o664, b' 2 <not-available> age=4303046847 pid=0 cpus=0\n')
248f('sys/kernel/slab/sgpool-8/aliases', 0o664, b'0\n')
249d('sys/kernel/slab/dnotify_cache', 0o775)
250f('sys/kernel/slab/dnotify_cache/reclaim_account', 0o664, b'0\n')
251f('sys/kernel/slab/dnotify_cache/ctor', 0o664, b'')
252f('sys/kernel/slab/dnotify_cache/hwcache_align', 0o664, b'0\n')
253f('sys/kernel/slab/dnotify_cache/slab_size', 0o664, b'112\n')
254f('sys/kernel/slab/dnotify_cache/total_objects', 0o664, b'0\n')
255f('sys/kernel/slab/dnotify_cache/slabs', 0o664, b'0\n')
256f('sys/kernel/slab/dnotify_cache/poison', 0o664, b'1\n')
257f('sys/kernel/slab/dnotify_cache/alloc_calls', 0o664, b'No data\n')
258f('sys/kernel/slab/dnotify_cache/objs_per_slab', 0o664, b'36\n')
259f('sys/kernel/slab/dnotify_cache/shrink', 0o664, b'')
260f('sys/kernel/slab/dnotify_cache/trace', 0o664, b'0\n')
261f('sys/kernel/slab/dnotify_cache/object_size', 0o664, b'40\n')
262f('sys/kernel/slab/dnotify_cache/cpu_slabs', 0o664, b'0\n')
263f('sys/kernel/slab/dnotify_cache/cache_dma', 0o664, b'0\n')
264f('sys/kernel/slab/dnotify_cache/destroy_by_rcu', 0o664, b'0\n')
265f('sys/kernel/slab/dnotify_cache/objects_partial', 0o664, b'0\n')
266f('sys/kernel/slab/dnotify_cache/objects', 0o664, b'0\n')
267f('sys/kernel/slab/dnotify_cache/order', 0o664, b'0\n')
268f('sys/kernel/slab/dnotify_cache/sanity_checks', 0o664, b'1\n')
269f('sys/kernel/slab/dnotify_cache/store_user', 0o664, b'1\n')
270f('sys/kernel/slab/dnotify_cache/align', 0o664, b'0\n')
271f('sys/kernel/slab/dnotify_cache/partial', 0o664, b'0\n')
272f('sys/kernel/slab/dnotify_cache/validate', 0o664, b'')
273f('sys/kernel/slab/dnotify_cache/red_zone', 0o664, b'1\n')
274f('sys/kernel/slab/dnotify_cache/free_calls', 0o664, b'No data\n')
275f('sys/kernel/slab/dnotify_cache/aliases', 0o664, b'0\n')
276d('sys/kernel/slab/kmalloc-16', 0o775)
277f('sys/kernel/slab/kmalloc-16/reclaim_account', 0o664, b'0\n')
278f('sys/kernel/slab/kmalloc-16/ctor', 0o664, b'')
279f('sys/kernel/slab/kmalloc-16/hwcache_align', 0o664, b'0\n')
280f('sys/kernel/slab/kmalloc-16/slab_size', 0o664, b'88\n')
281f('sys/kernel/slab/kmalloc-16/total_objects', 0o664, b'2254\n')
282f('sys/kernel/slab/kmalloc-16/slabs', 0o664, b'49\n')
283f('sys/kernel/slab/kmalloc-16/poison', 0o664, b'1\n')
284f('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
285 2 arch_acpi_processor_init_pdc+0xab/0x180 age=8375737/8375768/8375799 pid=330 cpus=0
286 5 sched_create_group+0x40/0x220 age=8351840/8359324/8366851 pid=1333-2177 cpus=0-1
287 5 sched_create_group+0x62/0x220 age=8351840/8359324/8366851 pid=1333-2177 cpus=0-1
288 2 setup_modinfo_version+0x19/0x30 age=8374630/8375434/8376238 pid=122-126 cpus=0-1
289 365 load_module+0x1ac4/0x1b30 age=8303081/8369498/8376320 pid=105-2754 cpus=0-1
290 13 mempool_create_node+0x4b/0xf0 age=8379859/8379929/8379974 pid=1 cpus=0
291 1 krealloc+0x1e/0x60 age=8375802 pid=330 cpus=0
292 4 __vmalloc_area_node+0xfb/0x140 age=8374701/8375120/8375833 pid=126-392 cpus=0
293 7 alloc_vfsmnt+0x97/0x180 age=61473/7184623/8379853 pid=1-13348 cpus=0-1
294 2 proc_symlink+0x4d/0xb0 age=8380112/8380112/8380112 pid=0 cpus=0
295 1275 sysfs_new_dirent+0x10c/0x120 age=22645/7761348/8379979 pid=1-13295 cpus=0-1
296 2 ext3_fill_super+0x691/0x1a20 age=8369671/8374021/8378371 pid=1-962 cpus=0
297 406 kvasprintf+0x55/0x90 age=22645/7760583/8380112 pid=0-13295 cpus=0-1
298 1 bit_cursor+0x223/0x6a0 age=8356170 pid=7 cpus=0
299 12 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379944/8379946/8379954 pid=1 cpus=0
300 14 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379945/8379955/8379961 pid=1 cpus=0
301 2 acpi_ut_copy_simple_object+0x8f/0x11c age=8375657/8375665/8375674 pid=396 cpus=0
302 5 acpi_irq_stats_init+0x1bd/0x268 age=8379969/8379969/8379969 pid=1 cpus=0
303 14 pnp_add_id+0x1e/0xe0 age=8379861/8379863/8379866 pid=1 cpus=0
304 9 reserve_range+0x39/0x130 age=8379850/8379850/8379850 pid=1 cpus=0
305 1 trackpoint_detect+0x94/0x190 age=8378732 pid=17 cpus=0
306 2 proto_register+0xf2/0x260 age=8360199/8370021/8379844 pid=1-1549 cpus=0
307 2 neigh_sysctl_register+0x1cd/0x330 age=8360183/8366975/8373768 pid=126-1549 cpus=0-1
308 1 nl_pid_hash_rehash+0x180/0x1a0 age=8361057 pid=1533 cpus=0
309 1 genl_register_family+0x1b6/0x1e0 age=8379853 pid=1 cpus=0
310 1 __devinet_sysctl_register+0xb8/0x120 age=8373768 pid=126 cpus=1
311 1 pci_acpi_scan_root+0x3f/0x230 age=8379897 pid=1 cpus=0
312 1 acpi_parse_mcfg+0x61/0x140 age=8379976 pid=1 cpus=0
313 1 pci_mmcfg_arch_init+0x26/0x129 age=8379976 pid=1 cpus=0
314 1 icmp_sk_init+0x32/0x13f age=8379826 pid=1 cpus=0
315 5 hub_probe+0x26b/0x820 [usbcore] age=8374065/8374558/8374911 pid=143-147 cpus=0-1
316 12 usb_cache_string+0x65/0xa0 [usbcore] age=22646/4900582/8374931 pid=143-419 cpus=0-1
317 1 usb_create_ep_files+0x283/0x350 [usbcore] age=8374798 pid=143 cpus=0
318 1 0xffffffffa006595f age=8360191 pid=1549 cpus=0
319 13 snd_info_create_entry+0x30/0xa0 [snd] age=8355564/8372743/8374175 pid=107-1813 cpus=0-1
320 1 snd_oss_info_register+0x40/0xc0 [snd] age=8374813 pid=107 cpus=1
321 1 async_chainiv_givencrypt+0xf9/0x110 [crypto_blkcipher] age=8374570 pid=215 cpus=0
322 1 eseqiv_alloc+0x6d/0x80 [crypto_blkcipher] age=8374570 pid=215 cpus=0
323 1 run+0xa9/0x500 [raid1] age=8370124 pid=916 cpus=0
324 1 __addrconf_sysctl_register+0xcd/0x140 [ipv6] age=8360183 pid=1549 cpus=0
325''')
326f('sys/kernel/slab/kmalloc-16/objs_per_slab', 0o664, b'46\n')
327f('sys/kernel/slab/kmalloc-16/shrink', 0o664, b'')
328f('sys/kernel/slab/kmalloc-16/trace', 0o664, b'0\n')
329f('sys/kernel/slab/kmalloc-16/object_size', 0o664, b'16\n')
330f('sys/kernel/slab/kmalloc-16/cpu_slabs', 0o664, b'0\n')
331f('sys/kernel/slab/kmalloc-16/cache_dma', 0o664, b'0\n')
332f('sys/kernel/slab/kmalloc-16/destroy_by_rcu', 0o664, b'0\n')
333f('sys/kernel/slab/kmalloc-16/objects_partial', 0o664, b'0\n')
334f('sys/kernel/slab/kmalloc-16/objects', 0o664, b'2254\n')
335f('sys/kernel/slab/kmalloc-16/order', 0o664, b'0\n')
336f('sys/kernel/slab/kmalloc-16/sanity_checks', 0o664, b'1\n')
337f('sys/kernel/slab/kmalloc-16/store_user', 0o664, b'1\n')
338f('sys/kernel/slab/kmalloc-16/align', 0o664, b'8\n')
339f('sys/kernel/slab/kmalloc-16/partial', 0o664, b'0\n')
340f('sys/kernel/slab/kmalloc-16/validate', 0o664, b'')
341f('sys/kernel/slab/kmalloc-16/red_zone', 0o664, b'1\n')
342f('sys/kernel/slab/kmalloc-16/free_calls', 0o664, b''' 1912 <not-available> age=4303047409 pid=0 cpus=0
343 2 free_sched_group+0x62/0x80 age=8375109/8375395/8375681 pid=0-72 cpus=0-1
344 2 free_sched_group+0x6b/0x80 age=8375109/8375395/8375681 pid=0-72 cpus=0-1
345 3 free_sect_attrs+0x2e/0x50 age=8375055/8375055/8375055 pid=383 cpus=0
346 3 __vunmap+0xe9/0x120 age=8373650/8374619/8375152 pid=181-754 cpus=0
347 7 vfs_rename+0x301/0x450 age=125333/5028818/8367033 pid=829-13249 cpus=0
348 10 bio_free_map_data+0x14/0x30 age=23581/2550049/8379364 pid=0-1738 cpus=0-1
349 10 bio_free_map_data+0x1d/0x30 age=53581/4218001/8379379 pid=0-558 cpus=0-1
350 60 remove_kevent+0x44/0x60 age=61364/3011504/8354072 pid=1547-2544 cpus=0-1
351 49 release_sysfs_dirent+0x8c/0xd0 age=7824392/8263442/8379778 pid=1-2141 cpus=0-1
352 9 kobject_release+0xe1/0x140 age=7833231/8247578/8373891 pid=419-1541 cpus=0-1
353 70 kobject_uevent_env+0x11a/0x470 age=409229/8261185/8379979 pid=1-12942 cpus=0-1
354 2 bit_cursor+0x23b/0x6a0 age=8356171/8367984/8379797 pid=1-7 cpus=0-1
355 1 acpi_ds_create_operand+0x12c/0x209 age=8379867 pid=1 cpus=0
356 2 acpi_ns_get_node+0x92/0xa1 age=8374467/8374504/8374542 pid=215 cpus=0-1
357 8 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366439/8374588/8375781 pid=330-1358 cpus=0
358 16 acpi_ut_delete_internal_object_list+0x28/0x2f age=8374469/8378935/8379920 pid=1-396 cpus=0
359 2 reserve_range+0x11d/0x130 age=8379851/8379851/8379851 pid=1 cpus=0
360 3 release_firmware+0x57/0x70 age=8356214/8363521/8367182 pid=1285-1541 cpus=0-1
361 8 module_add_driver+0x66/0xd0 age=8373538/8375876/8379266 pid=1-181 cpus=0-1
362 1 power_supply_uevent+0x1a0/0x210 age=8375647 pid=7 cpus=0
363 2 get_modalias+0xd4/0x120 age=8355835/8367906/8379977 pid=1-1772 cpus=0
364 1 nl_pid_hash_rehash+0x18e/0x1a0 age=8356437 pid=1708 cpus=0
365 2 fib_hash_free+0x35/0x40 age=8367899/8367899/8367899 pid=1185 cpus=0
366 2 wireless_send_event+0x172/0x330 age=8329605/8342854/8356103 pid=1545 cpus=0-1
367 10 usb_get_configuration+0x42d/0x1480 [usbcore] age=22733/6708190/8374932 pid=143-419 cpus=0-1
368''')
369f('sys/kernel/slab/kmalloc-16/aliases', 0o664, b'0\n')
370d('sys/kernel/slab/filp', 0o775)
371f('sys/kernel/slab/filp/reclaim_account', 0o664, b'0\n')
372f('sys/kernel/slab/filp/ctor', 0o664, b'')
373f('sys/kernel/slab/filp/hwcache_align', 0o664, b'1\n')
374f('sys/kernel/slab/filp/slab_size', 0o664, b'384\n')
375f('sys/kernel/slab/filp/total_objects', 0o664, b'4158\n')
376f('sys/kernel/slab/filp/slabs', 0o664, b'198\n')
377f('sys/kernel/slab/filp/poison', 0o664, b'1\n')
378f('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')
379f('sys/kernel/slab/filp/objs_per_slab', 0o664, b'21\n')
380f('sys/kernel/slab/filp/shrink', 0o664, b'')
381f('sys/kernel/slab/filp/trace', 0o664, b'0\n')
382f('sys/kernel/slab/filp/object_size', 0o664, b'288\n')
383f('sys/kernel/slab/filp/cpu_slabs', 0o664, b'0\n')
384f('sys/kernel/slab/filp/cache_dma', 0o664, b'0\n')
385f('sys/kernel/slab/filp/destroy_by_rcu', 0o664, b'0\n')
386f('sys/kernel/slab/filp/objects_partial', 0o664, b'685\n')
387f('sys/kernel/slab/filp/objects', 0o664, b'4064\n')
388f('sys/kernel/slab/filp/order', 0o664, b'1\n')
389f('sys/kernel/slab/filp/sanity_checks', 0o664, b'1\n')
390f('sys/kernel/slab/filp/store_user', 0o664, b'1\n')
391f('sys/kernel/slab/filp/align', 0o664, b'0\n')
392f('sys/kernel/slab/filp/partial', 0o664, b'33\n')
393f('sys/kernel/slab/filp/validate', 0o664, b'')
394f('sys/kernel/slab/filp/red_zone', 0o664, b'1\n')
395f('sys/kernel/slab/filp/free_calls', 0o664, b''' 866 <not-available> age=4303047162 pid=0 cpus=0
396 3217 file_free_rcu+0x16/0x20 age=10/7799670/8377025 pid=0-20296 cpus=0-1
397''')
398f('sys/kernel/slab/filp/aliases', 0o664, b'0\n')
399d('sys/kernel/slab/kmalloc-2048', 0o775)
400f('sys/kernel/slab/kmalloc-2048/reclaim_account', 0o664, b'0\n')
401f('sys/kernel/slab/kmalloc-2048/ctor', 0o664, b'')
402f('sys/kernel/slab/kmalloc-2048/hwcache_align', 0o664, b'0\n')
403f('sys/kernel/slab/kmalloc-2048/slab_size', 0o664, b'2120\n')
404f('sys/kernel/slab/kmalloc-2048/total_objects', 0o664, b'600\n')
405f('sys/kernel/slab/kmalloc-2048/slabs', 0o664, b'40\n')
406f('sys/kernel/slab/kmalloc-2048/poison', 0o664, b'1\n')
407f('sys/kernel/slab/kmalloc-2048/alloc_calls', 0o664, b''' 53 load_module+0x18d5/0x1b30 age=8303006/8368517/8376245 pid=105-2754 cpus=0-1
408 1 mempool_create_node+0x4b/0xf0 age=8370049 pid=916 cpus=0
409 20 sget+0xc4/0x460 age=61397/7958673/8380037 pid=0-13348 cpus=0-1
410 15 alloc_fdtable+0x81/0x160 age=4219/6197046/8357231 pid=1532-12336 cpus=0-1
411 2 journal_init_common+0x1a/0x130 age=8369592/8373942/8378292 pid=1-962 cpus=0
412 15 alloc_disk_node+0x1b/0x120 age=61949/7263912/8379312 pid=1-13295 cpus=0-1
413 1 pci_create_bus+0x3a/0x240 age=8379822 pid=1 cpus=0
414 21 alloc_pci_dev+0x1a/0x40 age=8379818/8379820/8379822 pid=1 cpus=0
415 1 framebuffer_alloc+0x3a/0x80 age=8379737 pid=1 cpus=1
416 74 acpi_add_single_object+0x4e/0xd3c age=8379823/8379836/8379852 pid=1 cpus=0
417 1 acpi_irq_stats_init+0xcb/0x268 age=8379894 pid=1 cpus=0
418 11 pnp_alloc_dev+0x35/0x120 age=8379786/8379789/8379791 pid=1 cpus=0
419 11 init_dev+0x12e/0x6f0 age=7217110/8250882/8378132 pid=33-2593 cpus=0-1
420 3 init_dev+0x2aa/0x6f0 age=7217110/7969221/8364310 pid=1258-2593 cpus=0-1
421 1 tty_register_driver+0x1b3/0x2a0 age=8379706 pid=1 cpus=1
422 2 tty_write+0x160/0x280 age=913316/4463710/8014104 pid=1206-3110 cpus=0
423 2 kobj_map_init+0x22/0xa0 age=8379899/8379968/8380037 pid=0-1 cpus=0
424 3 mousedev_create+0x36/0x2d0 age=53460/5603607/8378947 pid=1-419 cpus=0
425 1 atkbd_connect+0x33/0x290 age=8378940 pid=17 cpus=1
426 2 thermal_zone_device_register+0x6f/0x310 age=8374790/8374807/8374825 pid=329 cpus=0-1
427 15 sk_prot_alloc+0x83/0xb0 age=8328308/8367505/8379903 pid=1-2586 cpus=0-1
428 1 reqsk_queue_alloc+0x112/0x120 age=8356786 pid=1690 cpus=0
429 255 __netdev_alloc_skb+0x1f/0x40 age=8356300/8356301/8356303 pid=1541 cpus=0
430 10 neigh_sysctl_register+0x8d/0x330 age=8360107/8368337/8379760 pid=1-1549 cpus=0-1
431 6 __devinet_sysctl_register+0x74/0x120 age=8373573/8377097/8379760 pid=1-126 cpus=0-1
432 7 pci_add_new_bus+0x25/0x160 age=8379818/8379818/8379820 pid=1 cpus=0
433 1 i8042_create_aux_port+0x36/0x10f age=8378959 pid=1 cpus=0
434 1 i8042_probe+0x190/0x68d age=8378959 pid=1 cpus=0
435 1 netdev_init+0x32/0xc2 age=8379782 pid=1 cpus=0
436 1 netdev_init+0x66/0xc2 age=8379782 pid=1 cpus=0
437 1 fib_net_init+0x21/0x14c age=8379760 pid=1 cpus=0
438 10 usb_alloc_dev+0x36/0x2c0 [usbcore] age=22875/5876181/8374868 pid=143-419 cpus=0-1
439 2 acpi_thermal_add+0x36/0x4bb [thermal] age=8374792/8374809/8374827 pid=329 cpus=0-1
440 5 evdev_open+0xaf/0x1e0 [evdev] age=8364377/8364927/8365226 pid=1443 cpus=0-1
441 8 evdev_connect+0x54/0x1f0 [evdev] age=53452/7334685/8375002 pid=187-419 cpus=0-1
442 1 rtc_device_register+0xa4/0x260 [rtc_core] age=8374707 pid=208 cpus=0
443 1 iwl3945_bg_request_scan+0x5d3/0x660 [iwl3945] age=8356027 pid=733 cpus=0
444 1 iwl3945_pci_probe+0xd26/0x1020 [iwl3945] age=8373700 pid=126 cpus=1
445 1 patch_ad1981+0x1b/0x1d0 [snd_hda_intel] age=8374101 pid=107 cpus=1
446 1 rfkill_allocate+0x24/0xc0 [rfkill] age=8374401 pid=215 cpus=0
447 1 fuse_fill_super+0x26d/0x6d0 [fuse] age=8335736 pid=2476 cpus=0
448''')
449f('sys/kernel/slab/kmalloc-2048/objs_per_slab', 0o664, b'15\n')
450f('sys/kernel/slab/kmalloc-2048/shrink', 0o664, b'')
451f('sys/kernel/slab/kmalloc-2048/trace', 0o664, b'0\n')
452f('sys/kernel/slab/kmalloc-2048/object_size', 0o664, b'2048\n')
453f('sys/kernel/slab/kmalloc-2048/cpu_slabs', 0o664, b'0\n')
454f('sys/kernel/slab/kmalloc-2048/cache_dma', 0o664, b'0\n')
455f('sys/kernel/slab/kmalloc-2048/destroy_by_rcu', 0o664, b'0\n')
456f('sys/kernel/slab/kmalloc-2048/objects_partial', 0o664, b'59\n')
457f('sys/kernel/slab/kmalloc-2048/objects', 0o664, b'584\n')
458f('sys/kernel/slab/kmalloc-2048/order', 0o664, b'3\n')
459f('sys/kernel/slab/kmalloc-2048/sanity_checks', 0o664, b'1\n')
460f('sys/kernel/slab/kmalloc-2048/store_user', 0o664, b'1\n')
461f('sys/kernel/slab/kmalloc-2048/align', 0o664, b'8\n')
462f('sys/kernel/slab/kmalloc-2048/partial', 0o664, b'5\n')
463f('sys/kernel/slab/kmalloc-2048/validate', 0o664, b'')
464f('sys/kernel/slab/kmalloc-2048/red_zone', 0o664, b'1\n')
465f('sys/kernel/slab/kmalloc-2048/free_calls', 0o664, b''' 424 <not-available> age=4303047334 pid=0 cpus=0
466 1 __vunmap+0xe9/0x120 age=8374513 pid=107 cpus=1
467 79 free_fdtable_rcu+0x71/0xb0 age=7254/7749386/8377555 pid=0-13365 cpus=0-1
468 4 show_stat+0x50e/0x530 age=23516/2125165/8360113 pid=1258-1868 cpus=0
469 4 acpi_add_single_object+0xc9a/0xd3c age=8379824/8379831/8379839 pid=1 cpus=0
470 20 release_one_tty+0x145/0x190 age=8352386/8360775/8370275 pid=55-2136 cpus=0-1
471 1 atkbd_connect+0x1ae/0x290 age=8378923 pid=17 cpus=0
472 8 sk_free+0xcd/0x100 age=656267/7395001/8360982 pid=1533-12333 cpus=0-1
473 18 skb_release_data+0x85/0xd0 age=61516/7352252/8379750 pid=1-13343 cpus=0-1
474 5 __scm_destroy+0x41/0x50 age=7217111/8111550/8352414 pid=2135-2593 cpus=0-1
475 1 huft_build+0x163/0x63e age=8379752 pid=1 cpus=0
476 1 inflate_fixed+0x17c/0x193 age=8379752 pid=1 cpus=0
477 1 usb_release_dev+0x59/0x70 [usbcore] age=53835 pid=419 cpus=0
478 1 acpi_processor_get_throttling_info+0x2e4/0x58c [processor] age=8375644 pid=330 cpus=0
479 1 acpi_thermal_add+0x457/0x4bb [thermal] age=8374828 pid=329 cpus=1
480 1 snd_ctl_ioctl+0x2cf/0x960 [snd] age=8373099 pid=786 cpus=0
481''')
482f('sys/kernel/slab/kmalloc-2048/aliases', 0o664, b'0\n')
483d('sys/kernel/slab/cfq_queue', 0o775)
484f('sys/kernel/slab/cfq_queue/reclaim_account', 0o664, b'0\n')
485f('sys/kernel/slab/cfq_queue/ctor', 0o664, b'')
486f('sys/kernel/slab/cfq_queue/hwcache_align', 0o664, b'0\n')
487f('sys/kernel/slab/cfq_queue/slab_size', 0o664, b'208\n')
488f('sys/kernel/slab/cfq_queue/total_objects', 0o664, b'95\n')
489f('sys/kernel/slab/cfq_queue/slabs', 0o664, b'5\n')
490f('sys/kernel/slab/cfq_queue/poison', 0o664, b'1\n')
491f('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')
492f('sys/kernel/slab/cfq_queue/objs_per_slab', 0o664, b'19\n')
493f('sys/kernel/slab/cfq_queue/shrink', 0o664, b'')
494f('sys/kernel/slab/cfq_queue/trace', 0o664, b'0\n')
495f('sys/kernel/slab/cfq_queue/object_size', 0o664, b'136\n')
496f('sys/kernel/slab/cfq_queue/cpu_slabs', 0o664, b'0\n')
497f('sys/kernel/slab/cfq_queue/cache_dma', 0o664, b'0\n')
498f('sys/kernel/slab/cfq_queue/destroy_by_rcu', 0o664, b'0\n')
499f('sys/kernel/slab/cfq_queue/objects_partial', 0o664, b'35\n')
500f('sys/kernel/slab/cfq_queue/objects', 0o664, b'92\n')
501f('sys/kernel/slab/cfq_queue/order', 0o664, b'0\n')
502f('sys/kernel/slab/cfq_queue/sanity_checks', 0o664, b'1\n')
503f('sys/kernel/slab/cfq_queue/store_user', 0o664, b'1\n')
504f('sys/kernel/slab/cfq_queue/align', 0o664, b'8\n')
505f('sys/kernel/slab/cfq_queue/partial', 0o664, b'2\n')
506f('sys/kernel/slab/cfq_queue/validate', 0o664, b'')
507f('sys/kernel/slab/cfq_queue/red_zone', 0o664, b'1\n')
508f('sys/kernel/slab/cfq_queue/free_calls', 0o664, b''' 11 <not-available> age=4303047621 pid=0 cpus=0
509 56 cfq_put_queue+0x6f/0xe0 age=45755/7905388/8375272 pid=163-26529 cpus=0-1
510''')
511f('sys/kernel/slab/cfq_queue/aliases', 0o664, b'0\n')
512d('sys/kernel/slab/ext3_xattr', 0o775)
513f('sys/kernel/slab/ext3_xattr/reclaim_account', 0o664, b'1\n')
514f('sys/kernel/slab/ext3_xattr/ctor', 0o664, b'')
515f('sys/kernel/slab/ext3_xattr/hwcache_align', 0o664, b'0\n')
516f('sys/kernel/slab/ext3_xattr/slab_size', 0o664, b'160\n')
517f('sys/kernel/slab/ext3_xattr/total_objects', 0o664, b'25\n')
518f('sys/kernel/slab/ext3_xattr/slabs', 0o664, b'1\n')
519f('sys/kernel/slab/ext3_xattr/poison', 0o664, b'1\n')
520f('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')
521f('sys/kernel/slab/ext3_xattr/objs_per_slab', 0o664, b'25\n')
522f('sys/kernel/slab/ext3_xattr/shrink', 0o664, b'')
523f('sys/kernel/slab/ext3_xattr/trace', 0o664, b'0\n')
524f('sys/kernel/slab/ext3_xattr/object_size', 0o664, b'88\n')
525f('sys/kernel/slab/ext3_xattr/cpu_slabs', 0o664, b'0\n')
526f('sys/kernel/slab/ext3_xattr/cache_dma', 0o664, b'0\n')
527f('sys/kernel/slab/ext3_xattr/destroy_by_rcu', 0o664, b'0\n')
528f('sys/kernel/slab/ext3_xattr/objects_partial', 0o664, b'0\n')
529f('sys/kernel/slab/ext3_xattr/objects', 0o664, b'25\n')
530f('sys/kernel/slab/ext3_xattr/order', 0o664, b'0\n')
531f('sys/kernel/slab/ext3_xattr/sanity_checks', 0o664, b'1\n')
532f('sys/kernel/slab/ext3_xattr/store_user', 0o664, b'1\n')
533f('sys/kernel/slab/ext3_xattr/align', 0o664, b'0\n')
534f('sys/kernel/slab/ext3_xattr/partial', 0o664, b'0\n')
535f('sys/kernel/slab/ext3_xattr/validate', 0o664, b'')
536f('sys/kernel/slab/ext3_xattr/red_zone', 0o664, b'1\n')
537f('sys/kernel/slab/ext3_xattr/free_calls', 0o664, b' 4 <not-available> age=4303047503 pid=0 cpus=0\n')
538f('sys/kernel/slab/ext3_xattr/aliases', 0o664, b'0\n')
539d('sys/kernel/slab/bio', 0o775)
540f('sys/kernel/slab/bio/reclaim_account', 0o664, b'0\n')
541f('sys/kernel/slab/bio/ctor', 0o664, b'')
542f('sys/kernel/slab/bio/hwcache_align', 0o664, b'1\n')
543f('sys/kernel/slab/bio/slab_size', 0o664, b'192\n')
544f('sys/kernel/slab/bio/total_objects', 0o664, b'42\n')
545f('sys/kernel/slab/bio/slabs', 0o664, b'2\n')
546f('sys/kernel/slab/bio/poison', 0o664, b'1\n')
547f('sys/kernel/slab/bio/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379518/8379518/8379518 pid=1 cpus=0\n')
548f('sys/kernel/slab/bio/objs_per_slab', 0o664, b'21\n')
549f('sys/kernel/slab/bio/shrink', 0o664, b'')
550f('sys/kernel/slab/bio/trace', 0o664, b'0\n')
551f('sys/kernel/slab/bio/object_size', 0o664, b'104\n')
552f('sys/kernel/slab/bio/cpu_slabs', 0o664, b'0\n')
553f('sys/kernel/slab/bio/cache_dma', 0o664, b'0\n')
554f('sys/kernel/slab/bio/destroy_by_rcu', 0o664, b'0\n')
555f('sys/kernel/slab/bio/objects_partial', 0o664, b'0\n')
556f('sys/kernel/slab/bio/objects', 0o664, b'42\n')
557f('sys/kernel/slab/bio/order', 0o664, b'0\n')
558f('sys/kernel/slab/bio/sanity_checks', 0o664, b'1\n')
559f('sys/kernel/slab/bio/store_user', 0o664, b'1\n')
560f('sys/kernel/slab/bio/align', 0o664, b'8\n')
561f('sys/kernel/slab/bio/partial', 0o664, b'0\n')
562f('sys/kernel/slab/bio/validate', 0o664, b'')
563f('sys/kernel/slab/bio/red_zone', 0o664, b'1\n')
564f('sys/kernel/slab/bio/free_calls', 0o664, b' 2 <not-available> age=4303046952 pid=0 cpus=0\n')
565f('sys/kernel/slab/bio/aliases', 0o664, b'0\n')
566d('sys/kernel/slab/TCP', 0o775)
567f('sys/kernel/slab/TCP/reclaim_account', 0o664, b'0\n')
568f('sys/kernel/slab/TCP/ctor', 0o664, b'')
569f('sys/kernel/slab/TCP/hwcache_align', 0o664, b'1\n')
570f('sys/kernel/slab/TCP/slab_size', 0o664, b'2304\n')
571f('sys/kernel/slab/TCP/total_objects', 0o664, b'28\n')
572f('sys/kernel/slab/TCP/slabs', 0o664, b'2\n')
573f('sys/kernel/slab/TCP/poison', 0o664, b'1\n')
574f('sys/kernel/slab/TCP/alloc_calls', 0o664, b' 3 sk_prot_alloc+0x1e/0xb0 age=926836/5879023/8356238 pid=1206-1920 cpus=0\n')
575f('sys/kernel/slab/TCP/objs_per_slab', 0o664, b'14\n')
576f('sys/kernel/slab/TCP/shrink', 0o664, b'')
577f('sys/kernel/slab/TCP/trace', 0o664, b'0\n')
578f('sys/kernel/slab/TCP/object_size', 0o664, b'2200\n')
579f('sys/kernel/slab/TCP/cpu_slabs', 0o664, b'0\n')
580f('sys/kernel/slab/TCP/cache_dma', 0o664, b'0\n')
581f('sys/kernel/slab/TCP/destroy_by_rcu', 0o664, b'0\n')
582f('sys/kernel/slab/TCP/objects_partial', 0o664, b'0\n')
583f('sys/kernel/slab/TCP/objects', 0o664, b'28\n')
584f('sys/kernel/slab/TCP/order', 0o664, b'3\n')
585f('sys/kernel/slab/TCP/sanity_checks', 0o664, b'1\n')
586f('sys/kernel/slab/TCP/store_user', 0o664, b'1\n')
587f('sys/kernel/slab/TCP/align', 0o664, b'0\n')
588f('sys/kernel/slab/TCP/partial', 0o664, b'0\n')
589f('sys/kernel/slab/TCP/validate', 0o664, b'')
590f('sys/kernel/slab/TCP/red_zone', 0o664, b'1\n')
591f('sys/kernel/slab/TCP/free_calls', 0o664, b' 3 sk_free+0x80/0x100 age=932105/5881414/8356684 pid=0-1762 cpus=0\n')
592f('sys/kernel/slab/TCP/aliases', 0o664, b'0\n')
593d('sys/kernel/slab/nsproxy', 0o775)
594f('sys/kernel/slab/nsproxy/reclaim_account', 0o664, b'0\n')
595f('sys/kernel/slab/nsproxy/ctor', 0o664, b'')
596f('sys/kernel/slab/nsproxy/hwcache_align', 0o664, b'0\n')
597f('sys/kernel/slab/nsproxy/slab_size', 0o664, b'128\n')
598f('sys/kernel/slab/nsproxy/total_objects', 0o664, b'0\n')
599f('sys/kernel/slab/nsproxy/slabs', 0o664, b'0\n')
600f('sys/kernel/slab/nsproxy/poison', 0o664, b'1\n')
601f('sys/kernel/slab/nsproxy/alloc_calls', 0o664, b'No data\n')
602f('sys/kernel/slab/nsproxy/objs_per_slab', 0o664, b'32\n')
603f('sys/kernel/slab/nsproxy/shrink', 0o664, b'')
604f('sys/kernel/slab/nsproxy/trace', 0o664, b'0\n')
605f('sys/kernel/slab/nsproxy/object_size', 0o664, b'56\n')
606f('sys/kernel/slab/nsproxy/cpu_slabs', 0o664, b'0\n')
607f('sys/kernel/slab/nsproxy/cache_dma', 0o664, b'0\n')
608f('sys/kernel/slab/nsproxy/destroy_by_rcu', 0o664, b'0\n')
609f('sys/kernel/slab/nsproxy/objects_partial', 0o664, b'0\n')
610f('sys/kernel/slab/nsproxy/objects', 0o664, b'0\n')
611f('sys/kernel/slab/nsproxy/order', 0o664, b'0\n')
612f('sys/kernel/slab/nsproxy/sanity_checks', 0o664, b'1\n')
613f('sys/kernel/slab/nsproxy/store_user', 0o664, b'1\n')
614f('sys/kernel/slab/nsproxy/align', 0o664, b'8\n')
615f('sys/kernel/slab/nsproxy/partial', 0o664, b'0\n')
616f('sys/kernel/slab/nsproxy/validate', 0o664, b'')
617f('sys/kernel/slab/nsproxy/red_zone', 0o664, b'1\n')
618f('sys/kernel/slab/nsproxy/free_calls', 0o664, b'No data\n')
619f('sys/kernel/slab/nsproxy/aliases', 0o664, b'0\n')
620d('sys/kernel/slab/inotify_watch_cache', 0o775)
621f('sys/kernel/slab/inotify_watch_cache/reclaim_account', 0o664, b'0\n')
622f('sys/kernel/slab/inotify_watch_cache/ctor', 0o664, b'')
623f('sys/kernel/slab/inotify_watch_cache/hwcache_align', 0o664, b'0\n')
624f('sys/kernel/slab/inotify_watch_cache/slab_size', 0o664, b'144\n')
625f('sys/kernel/slab/inotify_watch_cache/total_objects', 0o664, b'168\n')
626f('sys/kernel/slab/inotify_watch_cache/slabs', 0o664, b'6\n')
627f('sys/kernel/slab/inotify_watch_cache/poison', 0o664, b'1\n')
628f('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')
629f('sys/kernel/slab/inotify_watch_cache/objs_per_slab', 0o664, b'28\n')
630f('sys/kernel/slab/inotify_watch_cache/shrink', 0o664, b'')
631f('sys/kernel/slab/inotify_watch_cache/trace', 0o664, b'0\n')
632f('sys/kernel/slab/inotify_watch_cache/object_size', 0o664, b'72\n')
633f('sys/kernel/slab/inotify_watch_cache/cpu_slabs', 0o664, b'0\n')
634f('sys/kernel/slab/inotify_watch_cache/cache_dma', 0o664, b'0\n')
635f('sys/kernel/slab/inotify_watch_cache/destroy_by_rcu', 0o664, b'0\n')
636f('sys/kernel/slab/inotify_watch_cache/objects_partial', 0o664, b'24\n')
637f('sys/kernel/slab/inotify_watch_cache/objects', 0o664, b'164\n')
638f('sys/kernel/slab/inotify_watch_cache/order', 0o664, b'0\n')
639f('sys/kernel/slab/inotify_watch_cache/sanity_checks', 0o664, b'1\n')
640f('sys/kernel/slab/inotify_watch_cache/store_user', 0o664, b'1\n')
641f('sys/kernel/slab/inotify_watch_cache/align', 0o664, b'0\n')
642f('sys/kernel/slab/inotify_watch_cache/partial', 0o664, b'1\n')
643f('sys/kernel/slab/inotify_watch_cache/validate', 0o664, b'')
644f('sys/kernel/slab/inotify_watch_cache/red_zone', 0o664, b'1\n')
645f('sys/kernel/slab/inotify_watch_cache/free_calls', 0o664, b''' 122 <not-available> age=4303047477 pid=0 cpus=0
646 4 free_inotify_user_watch+0x60/0x70 age=104648/4219698/8334832 pid=2423-13211 cpus=0
647''')
648f('sys/kernel/slab/inotify_watch_cache/aliases', 0o664, b'0\n')
649d('sys/kernel/slab/fs_cache', 0o775)
650f('sys/kernel/slab/fs_cache/reclaim_account', 0o664, b'0\n')
651f('sys/kernel/slab/fs_cache/ctor', 0o664, b'')
652f('sys/kernel/slab/fs_cache/hwcache_align', 0o664, b'1\n')
653f('sys/kernel/slab/fs_cache/slab_size', 0o664, b'192\n')
654f('sys/kernel/slab/fs_cache/total_objects', 0o664, b'126\n')
655f('sys/kernel/slab/fs_cache/slabs', 0o664, b'6\n')
656f('sys/kernel/slab/fs_cache/poison', 0o664, b'1\n')
657f('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')
658f('sys/kernel/slab/fs_cache/objs_per_slab', 0o664, b'21\n')
659f('sys/kernel/slab/fs_cache/shrink', 0o664, b'')
660f('sys/kernel/slab/fs_cache/trace', 0o664, b'0\n')
661f('sys/kernel/slab/fs_cache/object_size', 0o664, b'104\n')
662f('sys/kernel/slab/fs_cache/cpu_slabs', 0o664, b'0\n')
663f('sys/kernel/slab/fs_cache/cache_dma', 0o664, b'0\n')
664f('sys/kernel/slab/fs_cache/destroy_by_rcu', 0o664, b'0\n')
665f('sys/kernel/slab/fs_cache/objects_partial', 0o664, b'75\n')
666f('sys/kernel/slab/fs_cache/objects', 0o664, b'117\n')
667f('sys/kernel/slab/fs_cache/order', 0o664, b'0\n')
668f('sys/kernel/slab/fs_cache/sanity_checks', 0o664, b'1\n')
669f('sys/kernel/slab/fs_cache/store_user', 0o664, b'1\n')
670f('sys/kernel/slab/fs_cache/align', 0o664, b'0\n')
671f('sys/kernel/slab/fs_cache/partial', 0o664, b'4\n')
672f('sys/kernel/slab/fs_cache/validate', 0o664, b'')
673f('sys/kernel/slab/fs_cache/red_zone', 0o664, b'1\n')
674f('sys/kernel/slab/fs_cache/free_calls', 0o664, b''' 7 <not-available> age=4303047241 pid=0 cpus=0
675 72 put_fs_struct+0x37/0x40 age=7168/7706405/8375333 pid=145-20292 cpus=0-1
676''')
677f('sys/kernel/slab/fs_cache/aliases', 0o664, b'0\n')
678d('sys/kernel/slab/kmalloc-512', 0o775)
679f('sys/kernel/slab/kmalloc-512/reclaim_account', 0o664, b'0\n')
680f('sys/kernel/slab/kmalloc-512/ctor', 0o664, b'')
681f('sys/kernel/slab/kmalloc-512/hwcache_align', 0o664, b'0\n')
682f('sys/kernel/slab/kmalloc-512/slab_size', 0o664, b'584\n')
683f('sys/kernel/slab/kmalloc-512/total_objects', 0o664, b'504\n')
684f('sys/kernel/slab/kmalloc-512/slabs', 0o664, b'36\n')
685f('sys/kernel/slab/kmalloc-512/poison', 0o664, b'1\n')
686f('sys/kernel/slab/kmalloc-512/alloc_calls', 0o664, b''' 14 __register_sysctl_paths+0x56/0x340 age=8360125/8372514/8379788 pid=1-1549 cpus=0
687 14 param_sysfs_setup+0x87/0x140 age=8355309/8375663/8379919 pid=1-1813 cpus=0-1
688 59 module_add_modinfo_attrs+0x25/0xf0 age=8303025/8368384/8376264 pid=105-2754 cpus=0-1
689 2 __vmalloc_area_node+0xfb/0x140 age=8374650/8375296/8375942 pid=126-144 cpus=0
690 1 dma_kmalloc_cache+0xca/0x150 age=8375776 pid=163 cpus=0
691 107 kmem_cache_create+0x4e/0x2e0 age=8360130/8377702/8380056 pid=0-1549 cpus=0-1
692 2 __percpu_alloc_mask+0xbc/0x140 age=8379768/8379768/8379768 pid=1 cpus=1
693 17 sys_inotify_init1+0xaa/0x220 age=8333709/8350157/8376641 pid=72-2544 cpus=0-1
694 4 sys_epoll_create1+0x41/0x100 age=2416994/6871289/8356805 pid=1690-20296 cpus=0-1
695 2 __crypto_alloc_tfm+0x43/0x1b0 age=8373592/8373592/8373592 pid=126 cpus=1
696 1 crypto_alloc_instance+0x2b/0xe0 age=8373592 pid=745 cpus=0
697 3 elevator_alloc+0x67/0xc0 age=62000/5606780/8379335 pid=1-13295 cpus=0-1
698 3 cfq_init_queue+0x1b/0x120 age=62000/5606780/8379335 pid=1-13295 cpus=0-1
699 1 fb_alloc_cmap+0x66/0x150 age=8379756 pid=1 cpus=1
700 1 fb_alloc_cmap+0x81/0x150 age=8379756 pid=1 cpus=1
701 1 fb_alloc_cmap+0x9c/0x150 age=8379756 pid=1 cpus=1
702 1 fbcon_startup+0xd6/0x2f0 age=8379755 pid=1 cpus=1
703 1 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379896 pid=1 cpus=0
704 1 make_acpi_ec+0x1a/0xcb age=8379913 pid=1 cpus=0
705 1 acpi_irq_stats_init+0x83/0x268 age=8379913 pid=1 cpus=0
706 1 acpi_irq_stats_init+0xa7/0x268 age=8379913 pid=1 cpus=0
707 5 alloc_tty_driver+0x1c/0x40 age=8309091/8365595/8379725 pid=1-2711 cpus=1
708 2 vt_ioctl+0x1874/0x1c30 age=8356613/8356613/8356613 pid=1703 cpus=0
709 8 set_inverse_transl+0xa0/0xb0 age=8355024/8367389/8379755 pid=1-1898 cpus=1
710 2 con_clear_unimap+0x2a/0xd0 age=8355024/8367389/8379755 pid=1-1898 cpus=1
711 7 vc_allocate+0x99/0x1b0 age=8356563/8358748/8368241 pid=1135-1729 cpus=0-1
712 1 hpet_alloc+0x6b/0x3c0 age=8379798 pid=1 cpus=0
713 4 uart_open+0x36c/0x4b0 age=8368845/8368914/8369120 pid=1059-1073 cpus=0-1
714 43 bus_add_driver+0x4f/0x280 age=8303025/8373842/8379841 pid=1-2754 cpus=0-1
715 9 bus_register+0x35/0x290 age=8373434/8378695/8379923 pid=1-770 cpus=0-1
716 30 __class_register+0x28/0x1e0 age=8374523/8378099/8379922 pid=1-352 cpus=0-1
717 1 mousedev_open+0xc8/0x1d0 age=8354269 pid=1738 cpus=0
718 1 cpufreq_add_dev+0x8f/0x5c0 age=8366381 pid=1358 cpus=0
719 4 sock_alloc_send_skb+0x1cd/0x200 age=8330763/8342704/8350746 pid=1738 cpus=0-1
720 1 alloc_netdev_mq+0x6c/0x180 age=8373712 pid=126 cpus=1
721 4 inetdev_init+0x28/0x190 age=8373592/8375784/8379779 pid=1-126 cpus=0-1
722 2 fib_hash_table+0x1c/0x80 age=8379779/8379779/8379779 pid=1 cpus=0
723 1 ioapic_init_sysfs+0x74/0xcf age=8379769 pid=1 cpus=1
724 3 snd_malloc_sgbuf_pages+0xbe/0x1f0 [snd_page_alloc] age=8374119/8374119/8374119 pid=107 cpus=1
725 1 usb_get_configuration+0x18f/0x1480 [usbcore] age=22677 pid=419 cpus=0
726 1 usb_get_configuration+0x5f2/0x1480 [usbcore] age=8372692 pid=419 cpus=0
727 2 acpi_processor_get_throttling_info+0x21f/0x58c [processor] age=8375662/8375686/8375710 pid=330 cpus=0
728 48 snd_info_create_entry+0x1b/0xa0 [snd] age=8355304/8371157/8374867 pid=107-1813 cpus=0-1
729 4 snd_timer_new+0x40/0x190 [snd_timer] age=8374097/8374262/8374757 pid=107 cpus=1
730 2 ieee80211_key_alloc+0x37/0xe0 [mac80211] age=3544694/3544694/3544694 pid=1545 cpus=0
731 3 snd_pcm_new_stream+0x161/0x520 [snd_pcm] age=8374119/8374119/8374119 pid=107 cpus=1
732 1 snd_hda_bus_new+0x31/0xf4 [snd_hda_intel] age=8374122 pid=107 cpus=1
733 1 crypto_blkcipher_type+0x54/0xffffffffffffff8e [crypto_blkcipher] age=8374450 pid=215 cpus=0
734 1 md_import_device+0x32/0x290 [md_mod] age=8370110 pid=916 cpus=0
735 1 bitmap_create+0x5e/0xad0 [md_mod] age=8370066 pid=916 cpus=0
736 1 run+0x42/0x500 [raid1] age=8370068 pid=916 cpus=0
737 1 ip6_route_net_init+0x4d/0xd0 [ipv6] age=8360130 pid=1549 cpus=0
738''')
739f('sys/kernel/slab/kmalloc-512/objs_per_slab', 0o664, b'14\n')
740f('sys/kernel/slab/kmalloc-512/shrink', 0o664, b'')
741f('sys/kernel/slab/kmalloc-512/trace', 0o664, b'0\n')
742f('sys/kernel/slab/kmalloc-512/object_size', 0o664, b'512\n')
743f('sys/kernel/slab/kmalloc-512/cpu_slabs', 0o664, b'0\n')
744f('sys/kernel/slab/kmalloc-512/cache_dma', 0o664, b'0\n')
745f('sys/kernel/slab/kmalloc-512/destroy_by_rcu', 0o664, b'0\n')
746f('sys/kernel/slab/kmalloc-512/objects_partial', 0o664, b'79\n')
747f('sys/kernel/slab/kmalloc-512/objects', 0o664, b'443\n')
748f('sys/kernel/slab/kmalloc-512/order', 0o664, b'1\n')
749f('sys/kernel/slab/kmalloc-512/sanity_checks', 0o664, b'1\n')
750f('sys/kernel/slab/kmalloc-512/store_user', 0o664, b'1\n')
751f('sys/kernel/slab/kmalloc-512/align', 0o664, b'8\n')
752f('sys/kernel/slab/kmalloc-512/partial', 0o664, b'10\n')
753f('sys/kernel/slab/kmalloc-512/validate', 0o664, b'')
754f('sys/kernel/slab/kmalloc-512/red_zone', 0o664, b'1\n')
755f('sys/kernel/slab/kmalloc-512/free_calls', 0o664, b''' 163 <not-available> age=4303047353 pid=0 cpus=0
756 4 __vunmap+0xe9/0x120 age=8374515/8375319/8376179 pid=122-215 cpus=0
757 1 kmem_cache_shrink+0x5d/0x1b0 age=8379872 pid=1 cpus=0
758 33 load_elf_binary+0xa7e/0x1e20 age=8303117/8365402/8377217 pid=62-2754 cpus=0-1
759 19 load_elf_binary+0xc37/0x1e20 age=8355044/8370854/8376371 pid=197-1912 cpus=0-1
760 1 crypto_larval_destroy+0x2b/0x40 age=8373593 pid=126 cpus=1
761 210 skb_release_data+0x85/0xd0 age=22792/8177097/8379923 pid=1-20296 cpus=0-1
762 1 acpi_processor_get_power_info+0x2eb/0x569 [processor] age=8375661 pid=330 cpus=1
763 1 skcipher_geniv_alloc+0xea/0x3f0 [crypto_blkcipher] age=8374478 pid=215 cpus=0
764 1 snd_mixer_oss_build_input+0x402/0x5c0 [snd_mixer_oss] age=8355509 pid=1813 cpus=0
765''')
766f('sys/kernel/slab/kmalloc-512/aliases', 0o664, b'0\n')
767d('sys/kernel/slab/biovec-256', 0o775)
768f('sys/kernel/slab/biovec-256/reclaim_account', 0o664, b'0\n')
769f('sys/kernel/slab/biovec-256/ctor', 0o664, b'')
770f('sys/kernel/slab/biovec-256/hwcache_align', 0o664, b'1\n')
771f('sys/kernel/slab/biovec-256/slab_size', 0o664, b'4224\n')
772f('sys/kernel/slab/biovec-256/total_objects', 0o664, b'7\n')
773f('sys/kernel/slab/biovec-256/slabs', 0o664, b'1\n')
774f('sys/kernel/slab/biovec-256/poison', 0o664, b'1\n')
775f('sys/kernel/slab/biovec-256/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379465/8379465/8379465 pid=1 cpus=0\n')
776f('sys/kernel/slab/biovec-256/objs_per_slab', 0o664, b'7\n')
777f('sys/kernel/slab/biovec-256/shrink', 0o664, b'')
778f('sys/kernel/slab/biovec-256/trace', 0o664, b'0\n')
779f('sys/kernel/slab/biovec-256/object_size', 0o664, b'4096\n')
780f('sys/kernel/slab/biovec-256/cpu_slabs', 0o664, b'0\n')
781f('sys/kernel/slab/biovec-256/cache_dma', 0o664, b'0\n')
782f('sys/kernel/slab/biovec-256/destroy_by_rcu', 0o664, b'0\n')
783f('sys/kernel/slab/biovec-256/objects_partial', 0o664, b'2\n')
784f('sys/kernel/slab/biovec-256/objects', 0o664, b'2\n')
785f('sys/kernel/slab/biovec-256/order', 0o664, b'3\n')
786f('sys/kernel/slab/biovec-256/sanity_checks', 0o664, b'1\n')
787f('sys/kernel/slab/biovec-256/store_user', 0o664, b'1\n')
788f('sys/kernel/slab/biovec-256/align', 0o664, b'0\n')
789f('sys/kernel/slab/biovec-256/partial', 0o664, b'1\n')
790f('sys/kernel/slab/biovec-256/validate', 0o664, b'')
791f('sys/kernel/slab/biovec-256/red_zone', 0o664, b'1\n')
792f('sys/kernel/slab/biovec-256/free_calls', 0o664, b' 2 <not-available> age=4303046899 pid=0 cpus=0\n')
793f('sys/kernel/slab/biovec-256/aliases', 0o664, b'0\n')
794d('sys/kernel/slab/kmalloc-128', 0o775)
795f('sys/kernel/slab/kmalloc-128/reclaim_account', 0o664, b'0\n')
796f('sys/kernel/slab/kmalloc-128/ctor', 0o664, b'')
797f('sys/kernel/slab/kmalloc-128/hwcache_align', 0o664, b'0\n')
798f('sys/kernel/slab/kmalloc-128/slab_size', 0o664, b'200\n')
799f('sys/kernel/slab/kmalloc-128/total_objects', 0o664, b'360\n')
800f('sys/kernel/slab/kmalloc-128/slabs', 0o664, b'18\n')
801f('sys/kernel/slab/kmalloc-128/poison', 0o664, b'1\n')
802f('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
803 1 mempool_create_node+0x4b/0xf0 age=8379025 pid=1 cpus=0
804 4 __vmalloc_area_node+0xfb/0x140 age=8303049/8349608/8370350 pid=900-2754 cpus=0
805 2 shmem_fill_super+0x38/0x200 age=8377584/8378686/8379788 pid=1-46 cpus=0-1
806 56 __percpu_alloc_mask+0xbc/0x140 age=61988/7483637/8379799 pid=1-13295 cpus=0-1
807 11 cdev_alloc+0x1a/0x50 age=61988/7621848/8379938 pid=1-13295 cpus=0-1
808 110 d_alloc+0x19d/0x1f0 age=22451/5346628/8376065 pid=401-13439 cpus=0-1
809 2 bm_register_write+0x63/0x630 age=8354053/8354053/8354053 pid=2054 cpus=1
810 2 alloc_disk_node+0x6c/0x120 age=62016/4220683/8379351 pid=1-13295 cpus=1
811 20 ida_pre_get+0x86/0x90 age=8298034/8372144/8380076 pid=0-2761 cpus=0-1
812 5 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379905/8379914/8379918 pid=1 cpus=0
813 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379921/8379921/8379921 pid=1 cpus=0
814 1 acpi_ev_create_gpe_block+0xb2/0x3bf age=8379933 pid=1 cpus=0
815 4 acpi_add_single_object+0x5d8/0xd3c age=8379862/8379869/8379873 pid=1 cpus=0
816 41 con_insert_unipair+0xd6/0x110 age=8355044/8369520/8379775 pid=1-1898 cpus=1
817 2 thermal_zone_bind_cooling_device+0xde/0x2a0 age=8374828/8374828/8374828 pid=329 cpus=0
818 4 led_trigger_register_simple+0x2b/0x80 age=8375615/8375659/8375793 pid=392-396 cpus=0
819 1 sock_kmalloc+0x5c/0x70 age=8328344 pid=2586 cpus=0
820 3 alloc_netdev_mq+0x6c/0x180 age=8373612/8376531/8379814 pid=1-126 cpus=0-1
821 2 neigh_table_init_no_netlink+0xd2/0x250 age=8360154/8369976/8379799 pid=1-1549 cpus=0
822 8 neigh_parms_alloc+0x5d/0x110 age=8360146/8367976/8379799 pid=1-1549 cpus=0-1
823 4 fz_hash_alloc+0x4a/0x60 age=8325493/8357250/8367862 pid=1185-1541 cpus=0-1
824 1 get_local_pda+0x39/0x9b age=8380015 pid=1 cpus=0
825 1 mnt_init+0xf9/0x202 age=8380076 pid=0 cpus=0
826 1 net_ns_init+0x49/0x16d age=8379942 pid=1 cpus=0
827 3 sg_add+0x8c/0x400 [sg] age=61988/5604850/8376284 pid=169-13295 cpus=0
828 3 usb_get_configuration+0x5f2/0x1480 [usbcore] age=22696/22696/22696 pid=419 cpus=0
829 15 usb_get_configuration+0x1388/0x1480 [usbcore] age=22696/3922325/8372712 pid=419 cpus=0
830 1 0xffffffffa0065117 age=8374777 pid=107 cpus=1
831 1 ieee80211_led_init+0x1b/0x230 [mac80211] age=8373612 pid=126 cpus=1
832 1 ieee80211_led_init+0x83/0x230 [mac80211] age=8373612 pid=126 cpus=1
833 1 ieee80211_led_init+0xeb/0x230 [mac80211] age=8373611 pid=126 cpus=1
834 1 ieee80211_led_init+0x153/0x230 [mac80211] age=8373611 pid=126 cpus=1
835 1 snd_hda_codec_new+0x1ec/0x559 [snd_hda_intel] age=8374142 pid=107 cpus=1
836 1 md_register_thread+0x35/0xd0 [md_mod] age=8370088 pid=916 cpus=0
837 1 fib6_net_init+0x7e/0x130 [ipv6] age=8360149 pid=1549 cpus=0
838''')
839f('sys/kernel/slab/kmalloc-128/objs_per_slab', 0o664, b'20\n')
840f('sys/kernel/slab/kmalloc-128/shrink', 0o664, b'')
841f('sys/kernel/slab/kmalloc-128/trace', 0o664, b'0\n')
842f('sys/kernel/slab/kmalloc-128/object_size', 0o664, b'128\n')
843f('sys/kernel/slab/kmalloc-128/cpu_slabs', 0o664, b'0\n')
844f('sys/kernel/slab/kmalloc-128/cache_dma', 0o664, b'0\n')
845f('sys/kernel/slab/kmalloc-128/destroy_by_rcu', 0o664, b'0\n')
846f('sys/kernel/slab/kmalloc-128/objects_partial', 0o664, b'83\n')
847f('sys/kernel/slab/kmalloc-128/objects', 0o664, b'343\n')
848f('sys/kernel/slab/kmalloc-128/order', 0o664, b'0\n')
849f('sys/kernel/slab/kmalloc-128/sanity_checks', 0o664, b'1\n')
850f('sys/kernel/slab/kmalloc-128/store_user', 0o664, b'1\n')
851f('sys/kernel/slab/kmalloc-128/align', 0o664, b'8\n')
852f('sys/kernel/slab/kmalloc-128/partial', 0o664, b'5\n')
853f('sys/kernel/slab/kmalloc-128/validate', 0o664, b'')
854f('sys/kernel/slab/kmalloc-128/red_zone', 0o664, b'1\n')
855f('sys/kernel/slab/kmalloc-128/free_calls', 0o664, b''' 197 <not-available> age=4303047372 pid=0 cpus=0
856 3 call_usermodehelper_freeinfo+0x27/0x30 age=8360145/8367948/8373612 pid=745-1532 cpus=0
857 2 __vunmap+0xe9/0x120 age=8375480/8375882/8376284 pid=105-169 cpus=0
858 5 percpu_free+0x2d/0x60 age=7838031/7838092/7838171 pid=419-3347 cpus=0
859 1 cdev_dynamic_release+0x19/0x20 age=7838171 pid=419 cpus=0
860 49 d_callback+0x22/0x40 age=53327/5302082/8375461 pid=0-13314 cpus=0-1
861 51 load_elf_binary+0xaf/0x1e20 age=25315/7326461/8377585 pid=46-21952 cpus=0-1
862 1 free_rb_tree_fname+0x5c/0xb0 age=8366816 pid=1274 cpus=0
863 1 disk_release+0x2e/0x50 age=7838031 pid=3347 cpus=0
864 2 free_bitmap+0x29/0x80 age=8368053/8369024/8369995 pid=55 cpus=0-1
865 1 acpi_evaluate_reference+0x100/0x117 age=8374829 pid=329 cpus=0
866 6 acpi_get_object_info+0x1b6/0x1d4 age=8379736/8379841/8379873 pid=1 cpus=0-1
867 4 do_acpi_find_child+0x48/0x51 age=8379209/8379658/8379850 pid=1 cpus=0-1
868 1 unpack_to_rootfs+0x105/0xa39 age=8379790 pid=1 cpus=0
869 1 sg_remove+0x1ca/0x240 [sg] age=7838171 pid=419 cpus=0
870 6 usb_release_interface_cache+0x2c/0x60 [usbcore] age=7833192/7833192/7833192 pid=419 cpus=1
871 2 usb_release_interface_cache+0x47/0x60 [usbcore] age=7833192/7833192/7833192 pid=419 cpus=1
872 1 acpi_processor_get_throttling_info+0x15e/0x58c [processor] age=8375683 pid=330 cpus=0
873''')
874f('sys/kernel/slab/kmalloc-128/aliases', 0o664, b'0\n')
875d('sys/kernel/slab/ip_dst_cache', 0o775)
876f('sys/kernel/slab/ip_dst_cache/reclaim_account', 0o664, b'0\n')
877f('sys/kernel/slab/ip_dst_cache/ctor', 0o664, b'')
878f('sys/kernel/slab/ip_dst_cache/hwcache_align', 0o664, b'1\n')
879f('sys/kernel/slab/ip_dst_cache/slab_size', 0o664, b'384\n')
880f('sys/kernel/slab/ip_dst_cache/total_objects', 0o664, b'42\n')
881f('sys/kernel/slab/ip_dst_cache/slabs', 0o664, b'2\n')
882f('sys/kernel/slab/ip_dst_cache/poison', 0o664, b'1\n')
883f('sys/kernel/slab/ip_dst_cache/alloc_calls', 0o664, b' 1 dst_alloc+0x2b/0x90 age=920684 pid=1206 cpus=0\n')
884f('sys/kernel/slab/ip_dst_cache/objs_per_slab', 0o664, b'21\n')
885f('sys/kernel/slab/ip_dst_cache/shrink', 0o664, b'')
886f('sys/kernel/slab/ip_dst_cache/trace', 0o664, b'0\n')
887f('sys/kernel/slab/ip_dst_cache/object_size', 0o664, b'312\n')
888f('sys/kernel/slab/ip_dst_cache/cpu_slabs', 0o664, b'0\n')
889f('sys/kernel/slab/ip_dst_cache/cache_dma', 0o664, b'0\n')
890f('sys/kernel/slab/ip_dst_cache/destroy_by_rcu', 0o664, b'0\n')
891f('sys/kernel/slab/ip_dst_cache/objects_partial', 0o664, b'0\n')
892f('sys/kernel/slab/ip_dst_cache/objects', 0o664, b'42\n')
893f('sys/kernel/slab/ip_dst_cache/order', 0o664, b'1\n')
894f('sys/kernel/slab/ip_dst_cache/sanity_checks', 0o664, b'1\n')
895f('sys/kernel/slab/ip_dst_cache/store_user', 0o664, b'1\n')
896f('sys/kernel/slab/ip_dst_cache/align', 0o664, b'0\n')
897f('sys/kernel/slab/ip_dst_cache/partial', 0o664, b'0\n')
898f('sys/kernel/slab/ip_dst_cache/validate', 0o664, b'')
899f('sys/kernel/slab/ip_dst_cache/red_zone', 0o664, b'1\n')
900f('sys/kernel/slab/ip_dst_cache/free_calls', 0o664, b' 1 <not-available> age=4303046733 pid=0 cpus=0\n')
901f('sys/kernel/slab/ip_dst_cache/aliases', 0o664, b'0\n')
902d('sys/kernel/slab/journal_head', 0o775)
903f('sys/kernel/slab/journal_head/reclaim_account', 0o664, b'1\n')
904f('sys/kernel/slab/journal_head/ctor', 0o664, b'')
905f('sys/kernel/slab/journal_head/hwcache_align', 0o664, b'0\n')
906f('sys/kernel/slab/journal_head/slab_size', 0o664, b'168\n')
907f('sys/kernel/slab/journal_head/total_objects', 0o664, b'7680\n')
908f('sys/kernel/slab/journal_head/slabs', 0o664, b'320\n')
909f('sys/kernel/slab/journal_head/poison', 0o664, b'1\n')
910f('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')
911f('sys/kernel/slab/journal_head/objs_per_slab', 0o664, b'24\n')
912f('sys/kernel/slab/journal_head/shrink', 0o664, b'')
913f('sys/kernel/slab/journal_head/trace', 0o664, b'0\n')
914f('sys/kernel/slab/journal_head/object_size', 0o664, b'96\n')
915f('sys/kernel/slab/journal_head/cpu_slabs', 0o664, b'0\n')
916f('sys/kernel/slab/journal_head/cache_dma', 0o664, b'0\n')
917f('sys/kernel/slab/journal_head/destroy_by_rcu', 0o664, b'0\n')
918f('sys/kernel/slab/journal_head/objects_partial', 0o664, b'0\n')
919f('sys/kernel/slab/journal_head/objects', 0o664, b'7680\n')
920f('sys/kernel/slab/journal_head/order', 0o664, b'0\n')
921f('sys/kernel/slab/journal_head/sanity_checks', 0o664, b'1\n')
922f('sys/kernel/slab/journal_head/store_user', 0o664, b'1\n')
923f('sys/kernel/slab/journal_head/align', 0o664, b'0\n')
924f('sys/kernel/slab/journal_head/partial', 0o664, b'0\n')
925f('sys/kernel/slab/journal_head/validate', 0o664, b'')
926f('sys/kernel/slab/journal_head/red_zone', 0o664, b'1\n')
927f('sys/kernel/slab/journal_head/free_calls', 0o664, b''' 7589 <not-available> age=4303047557 pid=0 cpus=0
928 74 __journal_remove_journal_head+0xcb/0x160 age=1585/52253/654521 pid=32-13248 cpus=0-1
929''')
930f('sys/kernel/slab/journal_head/aliases', 0o664, b'0\n')
931d('sys/kernel/slab/scsi_data_buffer', 0o775)
932f('sys/kernel/slab/scsi_data_buffer/reclaim_account', 0o664, b'0\n')
933f('sys/kernel/slab/scsi_data_buffer/ctor', 0o664, b'')
934f('sys/kernel/slab/scsi_data_buffer/hwcache_align', 0o664, b'0\n')
935f('sys/kernel/slab/scsi_data_buffer/slab_size', 0o664, b'96\n')
936f('sys/kernel/slab/scsi_data_buffer/total_objects', 0o664, b'0\n')
937f('sys/kernel/slab/scsi_data_buffer/slabs', 0o664, b'0\n')
938f('sys/kernel/slab/scsi_data_buffer/poison', 0o664, b'1\n')
939f('sys/kernel/slab/scsi_data_buffer/alloc_calls', 0o664, b'No data\n')
940f('sys/kernel/slab/scsi_data_buffer/objs_per_slab', 0o664, b'42\n')
941f('sys/kernel/slab/scsi_data_buffer/shrink', 0o664, b'')
942f('sys/kernel/slab/scsi_data_buffer/trace', 0o664, b'0\n')
943f('sys/kernel/slab/scsi_data_buffer/object_size', 0o664, b'24\n')
944f('sys/kernel/slab/scsi_data_buffer/cpu_slabs', 0o664, b'0\n')
945f('sys/kernel/slab/scsi_data_buffer/cache_dma', 0o664, b'0\n')
946f('sys/kernel/slab/scsi_data_buffer/destroy_by_rcu', 0o664, b'0\n')
947f('sys/kernel/slab/scsi_data_buffer/objects_partial', 0o664, b'0\n')
948f('sys/kernel/slab/scsi_data_buffer/objects', 0o664, b'0\n')
949f('sys/kernel/slab/scsi_data_buffer/order', 0o664, b'0\n')
950f('sys/kernel/slab/scsi_data_buffer/sanity_checks', 0o664, b'1\n')
951f('sys/kernel/slab/scsi_data_buffer/store_user', 0o664, b'1\n')
952f('sys/kernel/slab/scsi_data_buffer/align', 0o664, b'0\n')
953f('sys/kernel/slab/scsi_data_buffer/partial', 0o664, b'0\n')
954f('sys/kernel/slab/scsi_data_buffer/validate', 0o664, b'')
955f('sys/kernel/slab/scsi_data_buffer/red_zone', 0o664, b'1\n')
956f('sys/kernel/slab/scsi_data_buffer/free_calls', 0o664, b'No data\n')
957f('sys/kernel/slab/scsi_data_buffer/aliases', 0o664, b'0\n')
958d('sys/kernel/slab/fuse_request', 0o775)
959f('sys/kernel/slab/fuse_request/reclaim_account', 0o664, b'0\n')
960f('sys/kernel/slab/fuse_request/ctor', 0o664, b'')
961f('sys/kernel/slab/fuse_request/hwcache_align', 0o664, b'0\n')
962f('sys/kernel/slab/fuse_request/slab_size', 0o664, b'728\n')
963f('sys/kernel/slab/fuse_request/total_objects', 0o664, b'44\n')
964f('sys/kernel/slab/fuse_request/slabs', 0o664, b'2\n')
965f('sys/kernel/slab/fuse_request/poison', 0o664, b'1\n')
966f('sys/kernel/slab/fuse_request/alloc_calls', 0o664, b' 1 fuse_request_alloc+0x1a/0x40 [fuse] age=8336120 pid=2476 cpus=0\n')
967f('sys/kernel/slab/fuse_request/objs_per_slab', 0o664, b'22\n')
968f('sys/kernel/slab/fuse_request/shrink', 0o664, b'')
969f('sys/kernel/slab/fuse_request/trace', 0o664, b'0\n')
970f('sys/kernel/slab/fuse_request/object_size', 0o664, b'656\n')
971f('sys/kernel/slab/fuse_request/cpu_slabs', 0o664, b'0\n')
972f('sys/kernel/slab/fuse_request/cache_dma', 0o664, b'0\n')
973f('sys/kernel/slab/fuse_request/destroy_by_rcu', 0o664, b'0\n')
974f('sys/kernel/slab/fuse_request/objects_partial', 0o664, b'0\n')
975f('sys/kernel/slab/fuse_request/objects', 0o664, b'44\n')
976f('sys/kernel/slab/fuse_request/order', 0o664, b'2\n')
977f('sys/kernel/slab/fuse_request/sanity_checks', 0o664, b'1\n')
978f('sys/kernel/slab/fuse_request/store_user', 0o664, b'1\n')
979f('sys/kernel/slab/fuse_request/align', 0o664, b'0\n')
980f('sys/kernel/slab/fuse_request/partial', 0o664, b'0\n')
981f('sys/kernel/slab/fuse_request/validate', 0o664, b'')
982f('sys/kernel/slab/fuse_request/red_zone', 0o664, b'1\n')
983f('sys/kernel/slab/fuse_request/free_calls', 0o664, b' 1 <not-available> age=4303047718 pid=0 cpus=0\n')
984f('sys/kernel/slab/fuse_request/aliases', 0o664, b'0\n')
985d('sys/kernel/slab/pid', 0o775)
986f('sys/kernel/slab/pid/reclaim_account', 0o664, b'0\n')
987f('sys/kernel/slab/pid/ctor', 0o664, b'')
988f('sys/kernel/slab/pid/hwcache_align', 0o664, b'1\n')
989f('sys/kernel/slab/pid/slab_size', 0o664, b'192\n')
990f('sys/kernel/slab/pid/total_objects', 0o664, b'252\n')
991f('sys/kernel/slab/pid/slabs', 0o664, b'12\n')
992f('sys/kernel/slab/pid/poison', 0o664, b'1\n')
993f('sys/kernel/slab/pid/alloc_calls', 0o664, b' 207 alloc_pid+0x26/0x430 age=4190/8015525/8379960 pid=0-13212 cpus=0-1\n')
994f('sys/kernel/slab/pid/objs_per_slab', 0o664, b'21\n')
995f('sys/kernel/slab/pid/shrink', 0o664, b'')
996f('sys/kernel/slab/pid/trace', 0o664, b'0\n')
997f('sys/kernel/slab/pid/object_size', 0o664, b'80\n')
998f('sys/kernel/slab/pid/cpu_slabs', 0o664, b'0\n')
999f('sys/kernel/slab/pid/cache_dma', 0o664, b'0\n')
1000f('sys/kernel/slab/pid/destroy_by_rcu', 0o664, b'0\n')
1001f('sys/kernel/slab/pid/objects_partial', 0o664, b'131\n')
1002f('sys/kernel/slab/pid/objects', 0o664, b'236\n')
1003f('sys/kernel/slab/pid/order', 0o664, b'0\n')
1004f('sys/kernel/slab/pid/sanity_checks', 0o664, b'1\n')
1005f('sys/kernel/slab/pid/store_user', 0o664, b'1\n')
1006f('sys/kernel/slab/pid/align', 0o664, b'8\n')
1007f('sys/kernel/slab/pid/partial', 0o664, b'7\n')
1008f('sys/kernel/slab/pid/validate', 0o664, b'')
1009f('sys/kernel/slab/pid/red_zone', 0o664, b'1\n')
1010f('sys/kernel/slab/pid/free_calls', 0o664, b''' 69 <not-available> age=4303047306 pid=0 cpus=0
1011 138 put_pid+0x36/0x40 age=7228/7841898/8377070 pid=0-13258 cpus=0-1
1012''')
1013f('sys/kernel/slab/pid/aliases', 0o664, b'0\n')
1014d('sys/kernel/slab/ext2_inode_cache', 0o775)
1015f('sys/kernel/slab/ext2_inode_cache/reclaim_account', 0o664, b'1\n')
1016f('sys/kernel/slab/ext2_inode_cache/ctor', 0o664, b'init_once+0x0/0x60\n')
1017f('sys/kernel/slab/ext2_inode_cache/hwcache_align', 0o664, b'0\n')
1018f('sys/kernel/slab/ext2_inode_cache/slab_size', 0o664, b'1456\n')
1019f('sys/kernel/slab/ext2_inode_cache/total_objects', 0o664, b'0\n')
1020f('sys/kernel/slab/ext2_inode_cache/slabs', 0o664, b'0\n')
1021f('sys/kernel/slab/ext2_inode_cache/poison', 0o664, b'1\n')
1022f('sys/kernel/slab/ext2_inode_cache/alloc_calls', 0o664, b'No data\n')
1023f('sys/kernel/slab/ext2_inode_cache/objs_per_slab', 0o664, b'22\n')
1024f('sys/kernel/slab/ext2_inode_cache/shrink', 0o664, b'')
1025f('sys/kernel/slab/ext2_inode_cache/trace', 0o664, b'0\n')
1026f('sys/kernel/slab/ext2_inode_cache/object_size', 0o664, b'1384\n')
1027f('sys/kernel/slab/ext2_inode_cache/cpu_slabs', 0o664, b'0\n')
1028f('sys/kernel/slab/ext2_inode_cache/cache_dma', 0o664, b'0\n')
1029f('sys/kernel/slab/ext2_inode_cache/destroy_by_rcu', 0o664, b'0\n')
1030f('sys/kernel/slab/ext2_inode_cache/objects_partial', 0o664, b'0\n')
1031f('sys/kernel/slab/ext2_inode_cache/objects', 0o664, b'0\n')
1032f('sys/kernel/slab/ext2_inode_cache/order', 0o664, b'3\n')
1033f('sys/kernel/slab/ext2_inode_cache/sanity_checks', 0o664, b'1\n')
1034f('sys/kernel/slab/ext2_inode_cache/store_user', 0o664, b'1\n')
1035f('sys/kernel/slab/ext2_inode_cache/align', 0o664, b'0\n')
1036f('sys/kernel/slab/ext2_inode_cache/partial', 0o664, b'0\n')
1037f('sys/kernel/slab/ext2_inode_cache/validate', 0o664, b'')
1038f('sys/kernel/slab/ext2_inode_cache/red_zone', 0o664, b'1\n')
1039f('sys/kernel/slab/ext2_inode_cache/free_calls', 0o664, b'No data\n')
1040f('sys/kernel/slab/ext2_inode_cache/aliases', 0o664, b'0\n')
1041d('sys/kernel/slab/kmalloc-1024', 0o775)
1042f('sys/kernel/slab/kmalloc-1024/reclaim_account', 0o664, b'0\n')
1043f('sys/kernel/slab/kmalloc-1024/ctor', 0o664, b'')
1044f('sys/kernel/slab/kmalloc-1024/hwcache_align', 0o664, b'0\n')
1045f('sys/kernel/slab/kmalloc-1024/slab_size', 0o664, b'1096\n')
1046f('sys/kernel/slab/kmalloc-1024/total_objects', 0o664, b'580\n')
1047f('sys/kernel/slab/kmalloc-1024/slabs', 0o664, b'20\n')
1048f('sys/kernel/slab/kmalloc-1024/poison', 0o664, b'1\n')
1049f('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
1050 5 param_sysfs_setup+0x87/0x140 age=8355550/8371926/8379909 pid=1-1805 cpus=0-1
1051 5 load_module+0x18d5/0x1b30 age=8328407/8365286/8375764 pid=208-2578 cpus=0
1052 2 __vmalloc_area_node+0xfb/0x140 age=8360170/8367347/8374524 pid=107-1549 cpus=0
1053 4 __percpu_alloc_mask+0xbc/0x140 age=8379760/8379760/8379760 pid=1 cpus=0
1054 113 alloc_pipe_info+0x25/0x60 age=125624/8270722/8377065 pid=1-13212 cpus=0-1
1055 2 alloc_fdtable+0x81/0x160 age=2417000/5386894/8356789 pid=1690 cpus=0-1
1056 1 mb_cache_create+0xb6/0x1f0 age=8379750 pid=1 cpus=1
1057 1 mb_cache_create+0x11e/0x1f0 age=8379750 pid=1 cpus=1
1058 8 add_partition+0x45/0x250 age=61959/7339549/8379206 pid=1-13295 cpus=0
1059 2 __crypto_alloc_tfm+0x43/0x1b0 age=3544684/3544684/3544684 pid=1545 cpus=0
1060 1 pci_create_bus+0x82/0x240 age=8379831 pid=1 cpus=0
1061 14 pcie_port_device_register+0x254/0x4a0 age=8379746/8379746/8379748 pid=1 cpus=1
1062 1 acpi_ev_create_gpe_block+0x10b/0x3bf age=8379903 pid=1 cpus=0
1063 1 acpi_tb_resize_root_table_list+0x66/0xdb age=8375731 pid=330 cpus=0
1064 2 tty_buffer_request_room+0x136/0x190 age=8214639/8272696/8330753 pid=0-2262 cpus=0
1065 1 tty_register_driver+0x1b3/0x2a0 age=8309081 pid=2711 cpus=1
1066 10 tty_write+0x160/0x280 age=7214010/8238951/8377659 pid=34-2590 cpus=0-1
1067 2 set_inverse_trans_unicode+0xce/0xf0 age=8355014/8367379/8379745 pid=1-1898 cpus=1
1068 1 uart_register_driver+0x31/0x1c0 age=8379710 pid=1 cpus=1
1069 166 device_create_vargs+0x8c/0x100 age=22658/8173620/8379911 pid=1-13295 cpus=0-1
1070 8 platform_device_alloc+0x37/0x90 age=8367172/8376785/8379911 pid=1-1285 cpus=0-1
1071 3 scsi_alloc_target+0x63/0x2e0 age=61990/5606770/8379325 pid=1-13295 cpus=0-1
1072 2 sd_probe+0x86/0x430 age=61986/4220653/8379321 pid=1-13295 cpus=1
1073 1 ahci_port_start+0x34/0xe0 age=8379708 pid=1 cpus=1
1074 1 psmouse_connect+0x5b/0x2c0 age=8378898 pid=17 cpus=1
1075 2 thermal_cooling_device_register+0x7f/0x290 age=8375643/8375667/8375692 pid=330 cpus=0-1
1076 1 hid_add_field+0xcc/0x3a0 age=53473 pid=419 cpus=0
1077 4 sock_alloc_send_skb+0x1cd/0x200 age=8344775/8349266/8350926 pid=1738 cpus=0-1
1078 3 __rtnl_register+0x79/0x90 age=8360119/8373266/8379912 pid=1-1549 cpus=0
1079 6 qdisc_alloc+0x34/0xd0 age=8356043/8356079/8356257 pid=1541 cpus=0
1080 1 dmi_id_init+0x2a4/0x30c age=8379910 pid=1 cpus=0
1081 5 hub_probe+0xdd/0x820 [usbcore] age=8373999/8374492/8374845 pid=143-147 cpus=0-1
1082 5 usb_create_hcd+0x39/0x150 [usbcore] age=8374071/8374526/8374892 pid=143-147 cpus=0
1083 26 usb_set_configuration+0x441/0x5f0 [usbcore] age=22663/3237429/8374857 pid=143-419 cpus=0-1
1084 10 usb_get_configuration+0x92/0x1480 [usbcore] age=22667/5876069/8374865 pid=143-419 cpus=0-1
1085 34 usb_create_ep_files+0x51/0x350 [usbcore] age=22579/5431762/8374732 pid=143-419 cpus=0-1
1086 1 acpi_battery_add+0x29/0x1d3 [battery] age=8375630 pid=396 cpus=0
1087 1 snd_card_new+0x38/0x370 [snd] age=8374136 pid=107 cpus=0
1088 1 sta_info_alloc+0x3c/0x1d0 [mac80211] age=8329523 pid=742 cpus=0
1089 2 snd_pcm_new+0x47/0x130 [snd_pcm] age=8374109/8374109/8374109 pid=107 cpus=1
1090 1 rs_alloc_sta+0x25/0x120 [iwl3945] age=8329523 pid=742 cpus=0
1091 1 get_alloc_hash+0x9b/0x140 [snd_hda_intel] age=8373108 pid=786 cpus=0
1092 1 azx_probe+0xb3/0xc20 [snd_hda_intel] age=8374129 pid=107 cpus=0
1093 1 azx_probe+0x4a9/0xc20 [snd_hda_intel] age=8374122 pid=107 cpus=0
1094 1 snd_hda_codec_new+0x3e/0x559 [snd_hda_intel] age=8374112 pid=107 cpus=1
1095 1 md_probe+0xa1/0x360 [md_mod] age=8370183 pid=916 cpus=0
1096 8 loop_alloc+0x28/0x140 [loop] age=8369639/8369639/8369639 pid=951 cpus=0
1097 4 ipv6_add_dev+0x69/0x330 [ipv6] age=8360116/8360117/8360119 pid=1549 cpus=0
1098 1 ipv6_route_sysctl_init+0x22/0xb0 [ipv6] age=8360115 pid=1549 cpus=0
1099 2 snd_seq_create_port+0x35/0x180 [snd_seq] age=8355549/8355549/8355549 pid=1805 cpus=0
1100''')
1101f('sys/kernel/slab/kmalloc-1024/objs_per_slab', 0o664, b'29\n')
1102f('sys/kernel/slab/kmalloc-1024/shrink', 0o664, b'')
1103f('sys/kernel/slab/kmalloc-1024/trace', 0o664, b'0\n')
1104f('sys/kernel/slab/kmalloc-1024/object_size', 0o664, b'1024\n')
1105f('sys/kernel/slab/kmalloc-1024/cpu_slabs', 0o664, b'0\n')
1106f('sys/kernel/slab/kmalloc-1024/cache_dma', 0o664, b'0\n')
1107f('sys/kernel/slab/kmalloc-1024/destroy_by_rcu', 0o664, b'0\n')
1108f('sys/kernel/slab/kmalloc-1024/objects_partial', 0o664, b'196\n')
1109f('sys/kernel/slab/kmalloc-1024/objects', 0o664, b'544\n')
1110f('sys/kernel/slab/kmalloc-1024/order', 0o664, b'3\n')
1111f('sys/kernel/slab/kmalloc-1024/sanity_checks', 0o664, b'1\n')
1112f('sys/kernel/slab/kmalloc-1024/store_user', 0o664, b'1\n')
1113f('sys/kernel/slab/kmalloc-1024/align', 0o664, b'8\n')
1114f('sys/kernel/slab/kmalloc-1024/partial', 0o664, b'8\n')
1115f('sys/kernel/slab/kmalloc-1024/validate', 0o664, b'')
1116f('sys/kernel/slab/kmalloc-1024/red_zone', 0o664, b'1\n')
1117f('sys/kernel/slab/kmalloc-1024/free_calls', 0o664, b''' 216 <not-available> age=4303047343 pid=0 cpus=0
1118 1 __vunmap+0xe9/0x120 age=8360137 pid=1549 cpus=0
1119 64 __free_pipe_info+0x5c/0x70 age=55301/8227248/8377668 pid=34-13363 cpus=0-1
1120 19 acpi_ds_delete_walk_state+0xc9/0xcd age=8355814/8376228/8380000 pid=0-1772 cpus=0-1
1121 1 acpi_tb_resize_root_table_list+0xbf/0xdb age=8375732 pid=330 cpus=0
1122 2 release_one_tty+0xc7/0x190 age=8352476/8361380/8370284 pid=55-1253 cpus=0-1
1123 1 vt_ioctl+0x273/0x1c30 age=8356598 pid=1703 cpus=0
1124 14 device_create_release+0x9/0x10 age=8352395/8354628/8356598 pid=1703-2139 cpus=0-1
1125 1 fw_dev_release+0x20/0x30 age=8356148 pid=1541 cpus=0
1126 184 skb_release_data+0x85/0xd0 age=22639/7036434/8379911 pid=0-13303 cpus=0-1
1127''')
1128f('sys/kernel/slab/kmalloc-1024/aliases', 0o664, b'0\n')
1129d('sys/kernel/slab/files_cache', 0o775)
1130f('sys/kernel/slab/files_cache/reclaim_account', 0o664, b'0\n')
1131f('sys/kernel/slab/files_cache/ctor', 0o664, b'')
1132f('sys/kernel/slab/files_cache/hwcache_align', 0o664, b'1\n')
1133f('sys/kernel/slab/files_cache/slab_size', 0o664, b'896\n')
1134f('sys/kernel/slab/files_cache/total_objects', 0o664, b'108\n')
1135f('sys/kernel/slab/files_cache/slabs', 0o664, b'6\n')
1136f('sys/kernel/slab/files_cache/poison', 0o664, b'1\n')
1137f('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')
1138f('sys/kernel/slab/files_cache/objs_per_slab', 0o664, b'18\n')
1139f('sys/kernel/slab/files_cache/shrink', 0o664, b'')
1140f('sys/kernel/slab/files_cache/trace', 0o664, b'0\n')
1141f('sys/kernel/slab/files_cache/object_size', 0o664, b'768\n')
1142f('sys/kernel/slab/files_cache/cpu_slabs', 0o664, b'0\n')
1143f('sys/kernel/slab/files_cache/cache_dma', 0o664, b'0\n')
1144f('sys/kernel/slab/files_cache/destroy_by_rcu', 0o664, b'0\n')
1145f('sys/kernel/slab/files_cache/objects_partial', 0o664, b'29\n')
1146f('sys/kernel/slab/files_cache/objects', 0o664, b'101\n')
1147f('sys/kernel/slab/files_cache/order', 0o664, b'2\n')
1148f('sys/kernel/slab/files_cache/sanity_checks', 0o664, b'1\n')
1149f('sys/kernel/slab/files_cache/store_user', 0o664, b'1\n')
1150f('sys/kernel/slab/files_cache/align', 0o664, b'0\n')
1151f('sys/kernel/slab/files_cache/partial', 0o664, b'2\n')
1152f('sys/kernel/slab/files_cache/validate', 0o664, b'')
1153f('sys/kernel/slab/files_cache/red_zone', 0o664, b'1\n')
1154f('sys/kernel/slab/files_cache/free_calls', 0o664, b''' 9 <not-available> age=4303047250 pid=0 cpus=0
1155 31 put_files_struct+0xb4/0xe0 age=7177/7367129/8366999 pid=1202-20292 cpus=0-1
1156 40 free_fdtable_rcu+0xa0/0xb0 age=61634/7953135/8376143 pid=0-12335 cpus=0-1
1157''')
1158f('sys/kernel/slab/files_cache/aliases', 0o664, b'0\n')
1159d('sys/kernel/slab/UDP-Lite', 0o775)
1160f('sys/kernel/slab/UDP-Lite/reclaim_account', 0o664, b'0\n')
1161f('sys/kernel/slab/UDP-Lite/ctor', 0o664, b'')
1162f('sys/kernel/slab/UDP-Lite/hwcache_align', 0o664, b'1\n')
1163f('sys/kernel/slab/UDP-Lite/slab_size', 0o664, b'1344\n')
1164f('sys/kernel/slab/UDP-Lite/total_objects', 0o664, b'0\n')
1165f('sys/kernel/slab/UDP-Lite/slabs', 0o664, b'0\n')
1166f('sys/kernel/slab/UDP-Lite/poison', 0o664, b'1\n')
1167f('sys/kernel/slab/UDP-Lite/alloc_calls', 0o664, b'No data\n')
1168f('sys/kernel/slab/UDP-Lite/objs_per_slab', 0o664, b'12\n')
1169f('sys/kernel/slab/UDP-Lite/shrink', 0o664, b'')
1170f('sys/kernel/slab/UDP-Lite/trace', 0o664, b'0\n')
1171f('sys/kernel/slab/UDP-Lite/object_size', 0o664, b'1232\n')
1172f('sys/kernel/slab/UDP-Lite/cpu_slabs', 0o664, b'0\n')
1173f('sys/kernel/slab/UDP-Lite/cache_dma', 0o664, b'0\n')
1174f('sys/kernel/slab/UDP-Lite/destroy_by_rcu', 0o664, b'0\n')
1175f('sys/kernel/slab/UDP-Lite/objects_partial', 0o664, b'0\n')
1176f('sys/kernel/slab/UDP-Lite/objects', 0o664, b'0\n')
1177f('sys/kernel/slab/UDP-Lite/order', 0o664, b'2\n')
1178f('sys/kernel/slab/UDP-Lite/sanity_checks', 0o664, b'1\n')
1179f('sys/kernel/slab/UDP-Lite/store_user', 0o664, b'1\n')
1180f('sys/kernel/slab/UDP-Lite/align', 0o664, b'0\n')
1181f('sys/kernel/slab/UDP-Lite/partial', 0o664, b'0\n')
1182f('sys/kernel/slab/UDP-Lite/validate', 0o664, b'')
1183f('sys/kernel/slab/UDP-Lite/red_zone', 0o664, b'1\n')
1184f('sys/kernel/slab/UDP-Lite/free_calls', 0o664, b'No data\n')
1185f('sys/kernel/slab/UDP-Lite/aliases', 0o664, b'0\n')
1186d('sys/kernel/slab/mnt_cache', 0o775)
1187f('sys/kernel/slab/mnt_cache/reclaim_account', 0o664, b'0\n')
1188f('sys/kernel/slab/mnt_cache/ctor', 0o664, b'')
1189f('sys/kernel/slab/mnt_cache/hwcache_align', 0o664, b'1\n')
1190f('sys/kernel/slab/mnt_cache/slab_size', 0o664, b'320\n')
1191f('sys/kernel/slab/mnt_cache/total_objects', 0o664, b'36\n')
1192f('sys/kernel/slab/mnt_cache/slabs', 0o664, b'3\n')
1193f('sys/kernel/slab/mnt_cache/poison', 0o664, b'1\n')
1194f('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')
1195f('sys/kernel/slab/mnt_cache/objs_per_slab', 0o664, b'12\n')
1196f('sys/kernel/slab/mnt_cache/shrink', 0o664, b'')
1197f('sys/kernel/slab/mnt_cache/trace', 0o664, b'0\n')
1198f('sys/kernel/slab/mnt_cache/object_size', 0o664, b'224\n')
1199f('sys/kernel/slab/mnt_cache/cpu_slabs', 0o664, b'0\n')
1200f('sys/kernel/slab/mnt_cache/cache_dma', 0o664, b'0\n')
1201f('sys/kernel/slab/mnt_cache/destroy_by_rcu', 0o664, b'0\n')
1202f('sys/kernel/slab/mnt_cache/objects_partial', 0o664, b'4\n')
1203f('sys/kernel/slab/mnt_cache/objects', 0o664, b'28\n')
1204f('sys/kernel/slab/mnt_cache/order', 0o664, b'0\n')
1205f('sys/kernel/slab/mnt_cache/sanity_checks', 0o664, b'1\n')
1206f('sys/kernel/slab/mnt_cache/store_user', 0o664, b'1\n')
1207f('sys/kernel/slab/mnt_cache/align', 0o664, b'0\n')
1208f('sys/kernel/slab/mnt_cache/partial', 0o664, b'1\n')
1209f('sys/kernel/slab/mnt_cache/validate', 0o664, b'')
1210f('sys/kernel/slab/mnt_cache/red_zone', 0o664, b'1\n')
1211f('sys/kernel/slab/mnt_cache/free_calls', 0o664, b''' 24 <not-available> age=4303047098 pid=0 cpus=0
1212 1 free_vfsmnt+0x2c/0x40 age=7837771 pid=3347 cpus=0
1213''')
1214f('sys/kernel/slab/mnt_cache/aliases', 0o664, b'0\n')
1215d('sys/kernel/slab/skbuff_head_cache', 0o775)
1216f('sys/kernel/slab/skbuff_head_cache/reclaim_account', 0o664, b'0\n')
1217f('sys/kernel/slab/skbuff_head_cache/ctor', 0o664, b'')
1218f('sys/kernel/slab/skbuff_head_cache/hwcache_align', 0o664, b'1\n')
1219f('sys/kernel/slab/skbuff_head_cache/slab_size', 0o664, b'320\n')
1220f('sys/kernel/slab/skbuff_head_cache/total_objects', 0o664, b'588\n')
1221f('sys/kernel/slab/skbuff_head_cache/slabs', 0o664, b'49\n')
1222f('sys/kernel/slab/skbuff_head_cache/poison', 0o664, b'1\n')
1223f('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')
1224f('sys/kernel/slab/skbuff_head_cache/objs_per_slab', 0o664, b'12\n')
1225f('sys/kernel/slab/skbuff_head_cache/shrink', 0o664, b'')
1226f('sys/kernel/slab/skbuff_head_cache/trace', 0o664, b'0\n')
1227f('sys/kernel/slab/skbuff_head_cache/object_size', 0o664, b'208\n')
1228f('sys/kernel/slab/skbuff_head_cache/cpu_slabs', 0o664, b'0\n')
1229f('sys/kernel/slab/skbuff_head_cache/cache_dma', 0o664, b'0\n')
1230f('sys/kernel/slab/skbuff_head_cache/destroy_by_rcu', 0o664, b'0\n')
1231f('sys/kernel/slab/skbuff_head_cache/objects_partial', 0o664, b'18\n')
1232f('sys/kernel/slab/skbuff_head_cache/objects', 0o664, b'570\n')
1233f('sys/kernel/slab/skbuff_head_cache/order', 0o664, b'0\n')
1234f('sys/kernel/slab/skbuff_head_cache/sanity_checks', 0o664, b'1\n')
1235f('sys/kernel/slab/skbuff_head_cache/store_user', 0o664, b'1\n')
1236f('sys/kernel/slab/skbuff_head_cache/align', 0o664, b'0\n')
1237f('sys/kernel/slab/skbuff_head_cache/partial', 0o664, b'3\n')
1238f('sys/kernel/slab/skbuff_head_cache/validate', 0o664, b'')
1239f('sys/kernel/slab/skbuff_head_cache/red_zone', 0o664, b'1\n')
1240f('sys/kernel/slab/skbuff_head_cache/free_calls', 0o664, b''' 333 <not-available> age=4303046979 pid=0 cpus=0
1241 217 __kfree_skb+0x3a/0xa0 age=1666/662694/8356220 pid=0-13466 cpus=0-1
1242''')
1243f('sys/kernel/slab/skbuff_head_cache/aliases', 0o664, b'0\n')
1244d('sys/kernel/slab/fuse_inode', 0o775)
1245f('sys/kernel/slab/fuse_inode/reclaim_account', 0o664, b'0\n')
1246f('sys/kernel/slab/fuse_inode/ctor', 0o664, b'fuse_inode_init_once+0x0/0x10 [fuse]\n')
1247f('sys/kernel/slab/fuse_inode/hwcache_align', 0o664, b'1\n')
1248f('sys/kernel/slab/fuse_inode/slab_size', 0o664, b'1344\n')
1249f('sys/kernel/slab/fuse_inode/total_objects', 0o664, b'12\n')
1250f('sys/kernel/slab/fuse_inode/slabs', 0o664, b'1\n')
1251f('sys/kernel/slab/fuse_inode/poison', 0o664, b'1\n')
1252f('sys/kernel/slab/fuse_inode/alloc_calls', 0o664, b' 1 fuse_alloc_inode+0x1a/0xe0 [fuse] age=8336111 pid=2476 cpus=0\n')
1253f('sys/kernel/slab/fuse_inode/objs_per_slab', 0o664, b'12\n')
1254f('sys/kernel/slab/fuse_inode/shrink', 0o664, b'')
1255f('sys/kernel/slab/fuse_inode/trace', 0o664, b'0\n')
1256f('sys/kernel/slab/fuse_inode/object_size', 0o664, b'1248\n')
1257f('sys/kernel/slab/fuse_inode/cpu_slabs', 0o664, b'0\n')
1258f('sys/kernel/slab/fuse_inode/cache_dma', 0o664, b'0\n')
1259f('sys/kernel/slab/fuse_inode/destroy_by_rcu', 0o664, b'0\n')
1260f('sys/kernel/slab/fuse_inode/objects_partial', 0o664, b'1\n')
1261f('sys/kernel/slab/fuse_inode/objects', 0o664, b'1\n')
1262f('sys/kernel/slab/fuse_inode/order', 0o664, b'2\n')
1263f('sys/kernel/slab/fuse_inode/sanity_checks', 0o664, b'1\n')
1264f('sys/kernel/slab/fuse_inode/store_user', 0o664, b'1\n')
1265f('sys/kernel/slab/fuse_inode/align', 0o664, b'0\n')
1266f('sys/kernel/slab/fuse_inode/partial', 0o664, b'1\n')
1267f('sys/kernel/slab/fuse_inode/validate', 0o664, b'')
1268f('sys/kernel/slab/fuse_inode/red_zone', 0o664, b'1\n')
1269f('sys/kernel/slab/fuse_inode/free_calls', 0o664, b' 1 <not-available> age=4303047710 pid=0 cpus=0\n')
1270f('sys/kernel/slab/fuse_inode/aliases', 0o664, b'0\n')
1271d('sys/kernel/slab/skbuff_fclone_cache', 0o775)
1272f('sys/kernel/slab/skbuff_fclone_cache/reclaim_account', 0o664, b'0\n')
1273f('sys/kernel/slab/skbuff_fclone_cache/ctor', 0o664, b'')
1274f('sys/kernel/slab/skbuff_fclone_cache/hwcache_align', 0o664, b'1\n')
1275f('sys/kernel/slab/skbuff_fclone_cache/slab_size', 0o664, b'512\n')
1276f('sys/kernel/slab/skbuff_fclone_cache/total_objects', 0o664, b'32\n')
1277f('sys/kernel/slab/skbuff_fclone_cache/slabs', 0o664, b'2\n')
1278f('sys/kernel/slab/skbuff_fclone_cache/poison', 0o664, b'1\n')
1279f('sys/kernel/slab/skbuff_fclone_cache/alloc_calls', 0o664, b'No data\n')
1280f('sys/kernel/slab/skbuff_fclone_cache/objs_per_slab', 0o664, b'16\n')
1281f('sys/kernel/slab/skbuff_fclone_cache/shrink', 0o664, b'')
1282f('sys/kernel/slab/skbuff_fclone_cache/trace', 0o664, b'0\n')
1283f('sys/kernel/slab/skbuff_fclone_cache/object_size', 0o664, b'420\n')
1284f('sys/kernel/slab/skbuff_fclone_cache/cpu_slabs', 0o664, b'0\n')
1285f('sys/kernel/slab/skbuff_fclone_cache/cache_dma', 0o664, b'0\n')
1286f('sys/kernel/slab/skbuff_fclone_cache/destroy_by_rcu', 0o664, b'0\n')
1287f('sys/kernel/slab/skbuff_fclone_cache/objects_partial', 0o664, b'0\n')
1288f('sys/kernel/slab/skbuff_fclone_cache/objects', 0o664, b'32\n')
1289f('sys/kernel/slab/skbuff_fclone_cache/order', 0o664, b'1\n')
1290f('sys/kernel/slab/skbuff_fclone_cache/sanity_checks', 0o664, b'1\n')
1291f('sys/kernel/slab/skbuff_fclone_cache/store_user', 0o664, b'1\n')
1292f('sys/kernel/slab/skbuff_fclone_cache/align', 0o664, b'0\n')
1293f('sys/kernel/slab/skbuff_fclone_cache/partial', 0o664, b'0\n')
1294f('sys/kernel/slab/skbuff_fclone_cache/validate', 0o664, b'')
1295f('sys/kernel/slab/skbuff_fclone_cache/red_zone', 0o664, b'1\n')
1296f('sys/kernel/slab/skbuff_fclone_cache/free_calls', 0o664, b'No data\n')
1297f('sys/kernel/slab/skbuff_fclone_cache/aliases', 0o664, b'0\n')
1298d('sys/kernel/slab/buffer_head', 0o775)
1299f('sys/kernel/slab/buffer_head/reclaim_account', 0o664, b'1\n')
1300f('sys/kernel/slab/buffer_head/ctor', 0o664, b'init_buffer_head+0x0/0x20\n')
1301f('sys/kernel/slab/buffer_head/hwcache_align', 0o664, b'0\n')
1302f('sys/kernel/slab/buffer_head/slab_size', 0o664, b'176\n')
1303f('sys/kernel/slab/buffer_head/total_objects', 0o664, b'31487\n')
1304f('sys/kernel/slab/buffer_head/slabs', 0o664, b'1369\n')
1305f('sys/kernel/slab/buffer_head/poison', 0o664, b'1\n')
1306f('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')
1307f('sys/kernel/slab/buffer_head/objs_per_slab', 0o664, b'23\n')
1308f('sys/kernel/slab/buffer_head/shrink', 0o664, b'')
1309f('sys/kernel/slab/buffer_head/trace', 0o664, b'0\n')
1310f('sys/kernel/slab/buffer_head/object_size', 0o664, b'104\n')
1311f('sys/kernel/slab/buffer_head/cpu_slabs', 0o664, b'0\n')
1312f('sys/kernel/slab/buffer_head/cache_dma', 0o664, b'0\n')
1313f('sys/kernel/slab/buffer_head/destroy_by_rcu', 0o664, b'0\n')
1314f('sys/kernel/slab/buffer_head/objects_partial', 0o664, b'0\n')
1315f('sys/kernel/slab/buffer_head/objects', 0o664, b'31487\n')
1316f('sys/kernel/slab/buffer_head/order', 0o664, b'0\n')
1317f('sys/kernel/slab/buffer_head/sanity_checks', 0o664, b'1\n')
1318f('sys/kernel/slab/buffer_head/store_user', 0o664, b'1\n')
1319f('sys/kernel/slab/buffer_head/align', 0o664, b'0\n')
1320f('sys/kernel/slab/buffer_head/partial', 0o664, b'0\n')
1321f('sys/kernel/slab/buffer_head/validate', 0o664, b'')
1322f('sys/kernel/slab/buffer_head/red_zone', 0o664, b'1\n')
1323f('sys/kernel/slab/buffer_head/free_calls', 0o664, b''' 14436 <not-available> age=4303047199 pid=0 cpus=0
1324 17053 free_buffer_head+0x20/0x40 age=1227/1928220/8379062 pid=1-32759 cpus=0-1
1325''')
1326f('sys/kernel/slab/buffer_head/aliases', 0o664, b'0\n')
1327d('sys/kernel/slab/blkdev_queue', 0o775)
1328f('sys/kernel/slab/blkdev_queue/reclaim_account', 0o664, b'0\n')
1329f('sys/kernel/slab/blkdev_queue/ctor', 0o664, b'')
1330f('sys/kernel/slab/blkdev_queue/hwcache_align', 0o664, b'0\n')
1331f('sys/kernel/slab/blkdev_queue/slab_size', 0o664, b'2496\n')
1332f('sys/kernel/slab/blkdev_queue/total_objects', 0o664, b'26\n')
1333f('sys/kernel/slab/blkdev_queue/slabs', 0o664, b'2\n')
1334f('sys/kernel/slab/blkdev_queue/poison', 0o664, b'1\n')
1335f('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')
1336f('sys/kernel/slab/blkdev_queue/objs_per_slab', 0o664, b'13\n')
1337f('sys/kernel/slab/blkdev_queue/shrink', 0o664, b'')
1338f('sys/kernel/slab/blkdev_queue/trace', 0o664, b'0\n')
1339f('sys/kernel/slab/blkdev_queue/object_size', 0o664, b'2424\n')
1340f('sys/kernel/slab/blkdev_queue/cpu_slabs', 0o664, b'0\n')
1341f('sys/kernel/slab/blkdev_queue/cache_dma', 0o664, b'0\n')
1342f('sys/kernel/slab/blkdev_queue/destroy_by_rcu', 0o664, b'0\n')
1343f('sys/kernel/slab/blkdev_queue/objects_partial', 0o664, b'10\n')
1344f('sys/kernel/slab/blkdev_queue/objects', 0o664, b'23\n')
1345f('sys/kernel/slab/blkdev_queue/order', 0o664, b'3\n')
1346f('sys/kernel/slab/blkdev_queue/sanity_checks', 0o664, b'1\n')
1347f('sys/kernel/slab/blkdev_queue/store_user', 0o664, b'1\n')
1348f('sys/kernel/slab/blkdev_queue/align', 0o664, b'0\n')
1349f('sys/kernel/slab/blkdev_queue/partial', 0o664, b'1\n')
1350f('sys/kernel/slab/blkdev_queue/validate', 0o664, b'')
1351f('sys/kernel/slab/blkdev_queue/red_zone', 0o664, b'1\n')
1352f('sys/kernel/slab/blkdev_queue/free_calls', 0o664, b' 12 <not-available> age=4303046873 pid=0 cpus=0\n')
1353f('sys/kernel/slab/blkdev_queue/aliases', 0o664, b'0\n')
1354d('sys/kernel/slab/RAW', 0o775)
1355f('sys/kernel/slab/RAW/reclaim_account', 0o664, b'0\n')
1356f('sys/kernel/slab/RAW/ctor', 0o664, b'')
1357f('sys/kernel/slab/RAW/hwcache_align', 0o664, b'1\n')
1358f('sys/kernel/slab/RAW/slab_size', 0o664, b'1280\n')
1359f('sys/kernel/slab/RAW/total_objects', 0o664, b'12\n')
1360f('sys/kernel/slab/RAW/slabs', 0o664, b'1\n')
1361f('sys/kernel/slab/RAW/poison', 0o664, b'1\n')
1362f('sys/kernel/slab/RAW/alloc_calls', 0o664, b' 3 sk_prot_alloc+0x1e/0xb0 age=8379168/8379171/8379177 pid=1 cpus=0\n')
1363f('sys/kernel/slab/RAW/objs_per_slab', 0o664, b'12\n')
1364f('sys/kernel/slab/RAW/shrink', 0o664, b'')
1365f('sys/kernel/slab/RAW/trace', 0o664, b'0\n')
1366f('sys/kernel/slab/RAW/object_size', 0o664, b'1208\n')
1367f('sys/kernel/slab/RAW/cpu_slabs', 0o664, b'0\n')
1368f('sys/kernel/slab/RAW/cache_dma', 0o664, b'0\n')
1369f('sys/kernel/slab/RAW/destroy_by_rcu', 0o664, b'0\n')
1370f('sys/kernel/slab/RAW/objects_partial', 0o664, b'3\n')
1371f('sys/kernel/slab/RAW/objects', 0o664, b'3\n')
1372f('sys/kernel/slab/RAW/order', 0o664, b'2\n')
1373f('sys/kernel/slab/RAW/sanity_checks', 0o664, b'1\n')
1374f('sys/kernel/slab/RAW/store_user', 0o664, b'1\n')
1375f('sys/kernel/slab/RAW/align', 0o664, b'0\n')
1376f('sys/kernel/slab/RAW/partial', 0o664, b'1\n')
1377f('sys/kernel/slab/RAW/validate', 0o664, b'')
1378f('sys/kernel/slab/RAW/red_zone', 0o664, b'1\n')
1379f('sys/kernel/slab/RAW/free_calls', 0o664, b' 3 <not-available> age=4303046751 pid=0 cpus=0\n')
1380f('sys/kernel/slab/RAW/aliases', 0o664, b'0\n')
1381d('sys/kernel/slab/blkdev_ioc', 0o775)
1382f('sys/kernel/slab/blkdev_ioc/reclaim_account', 0o664, b'0\n')
1383f('sys/kernel/slab/blkdev_ioc/ctor', 0o664, b'')
1384f('sys/kernel/slab/blkdev_ioc/hwcache_align', 0o664, b'0\n')
1385f('sys/kernel/slab/blkdev_ioc/slab_size', 0o664, b'200\n')
1386f('sys/kernel/slab/blkdev_ioc/total_objects', 0o664, b'100\n')
1387f('sys/kernel/slab/blkdev_ioc/slabs', 0o664, b'5\n')
1388f('sys/kernel/slab/blkdev_ioc/poison', 0o664, b'1\n')
1389f('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')
1390f('sys/kernel/slab/blkdev_ioc/objs_per_slab', 0o664, b'20\n')
1391f('sys/kernel/slab/blkdev_ioc/shrink', 0o664, b'')
1392f('sys/kernel/slab/blkdev_ioc/trace', 0o664, b'0\n')
1393f('sys/kernel/slab/blkdev_ioc/object_size', 0o664, b'128\n')
1394f('sys/kernel/slab/blkdev_ioc/cpu_slabs', 0o664, b'0\n')
1395f('sys/kernel/slab/blkdev_ioc/cache_dma', 0o664, b'0\n')
1396f('sys/kernel/slab/blkdev_ioc/destroy_by_rcu', 0o664, b'0\n')
1397f('sys/kernel/slab/blkdev_ioc/objects_partial', 0o664, b'38\n')
1398f('sys/kernel/slab/blkdev_ioc/objects', 0o664, b'98\n')
1399f('sys/kernel/slab/blkdev_ioc/order', 0o664, b'0\n')
1400f('sys/kernel/slab/blkdev_ioc/sanity_checks', 0o664, b'1\n')
1401f('sys/kernel/slab/blkdev_ioc/store_user', 0o664, b'1\n')
1402f('sys/kernel/slab/blkdev_ioc/align', 0o664, b'0\n')
1403f('sys/kernel/slab/blkdev_ioc/partial', 0o664, b'2\n')
1404f('sys/kernel/slab/blkdev_ioc/validate', 0o664, b'')
1405f('sys/kernel/slab/blkdev_ioc/red_zone', 0o664, b'1\n')
1406f('sys/kernel/slab/blkdev_ioc/free_calls', 0o664, b''' 9 <not-available> age=4303046891 pid=0 cpus=0
1407 55 put_io_context+0xb2/0xd0 age=45025/8043308/8374605 pid=145-13349 cpus=0-1
1408''')
1409f('sys/kernel/slab/blkdev_ioc/aliases', 0o664, b'0\n')
1410d('sys/kernel/slab/sigqueue', 0o775)
1411f('sys/kernel/slab/sigqueue/reclaim_account', 0o664, b'0\n')
1412f('sys/kernel/slab/sigqueue/ctor', 0o664, b'')
1413f('sys/kernel/slab/sigqueue/hwcache_align', 0o664, b'0\n')
1414f('sys/kernel/slab/sigqueue/slab_size', 0o664, b'232\n')
1415f('sys/kernel/slab/sigqueue/total_objects', 0o664, b'34\n')
1416f('sys/kernel/slab/sigqueue/slabs', 0o664, b'2\n')
1417f('sys/kernel/slab/sigqueue/poison', 0o664, b'1\n')
1418f('sys/kernel/slab/sigqueue/alloc_calls', 0o664, b'No data\n')
1419f('sys/kernel/slab/sigqueue/objs_per_slab', 0o664, b'17\n')
1420f('sys/kernel/slab/sigqueue/shrink', 0o664, b'')
1421f('sys/kernel/slab/sigqueue/trace', 0o664, b'0\n')
1422f('sys/kernel/slab/sigqueue/object_size', 0o664, b'160\n')
1423f('sys/kernel/slab/sigqueue/cpu_slabs', 0o664, b'0\n')
1424f('sys/kernel/slab/sigqueue/cache_dma', 0o664, b'0\n')
1425f('sys/kernel/slab/sigqueue/destroy_by_rcu', 0o664, b'0\n')
1426f('sys/kernel/slab/sigqueue/objects_partial', 0o664, b'0\n')
1427f('sys/kernel/slab/sigqueue/objects', 0o664, b'34\n')
1428f('sys/kernel/slab/sigqueue/order', 0o664, b'0\n')
1429f('sys/kernel/slab/sigqueue/sanity_checks', 0o664, b'1\n')
1430f('sys/kernel/slab/sigqueue/store_user', 0o664, b'1\n')
1431f('sys/kernel/slab/sigqueue/align', 0o664, b'8\n')
1432f('sys/kernel/slab/sigqueue/partial', 0o664, b'0\n')
1433f('sys/kernel/slab/sigqueue/validate', 0o664, b'')
1434f('sys/kernel/slab/sigqueue/red_zone', 0o664, b'1\n')
1435f('sys/kernel/slab/sigqueue/free_calls', 0o664, b'No data\n')
1436f('sys/kernel/slab/sigqueue/aliases', 0o664, b'0\n')
1437d('sys/kernel/slab/TCPv6', 0o775)
1438f('sys/kernel/slab/TCPv6/reclaim_account', 0o664, b'0\n')
1439f('sys/kernel/slab/TCPv6/ctor', 0o664, b'')
1440f('sys/kernel/slab/TCPv6/hwcache_align', 0o664, b'1\n')
1441f('sys/kernel/slab/TCPv6/slab_size', 0o664, b'2432\n')
1442f('sys/kernel/slab/TCPv6/total_objects', 0o664, b'26\n')
1443f('sys/kernel/slab/TCPv6/slabs', 0o664, b'2\n')
1444f('sys/kernel/slab/TCPv6/poison', 0o664, b'1\n')
1445f('sys/kernel/slab/TCPv6/alloc_calls', 0o664, b'No data\n')
1446f('sys/kernel/slab/TCPv6/objs_per_slab', 0o664, b'13\n')
1447f('sys/kernel/slab/TCPv6/shrink', 0o664, b'')
1448f('sys/kernel/slab/TCPv6/trace', 0o664, b'0\n')
1449f('sys/kernel/slab/TCPv6/object_size', 0o664, b'2336\n')
1450f('sys/kernel/slab/TCPv6/cpu_slabs', 0o664, b'0\n')
1451f('sys/kernel/slab/TCPv6/cache_dma', 0o664, b'0\n')
1452f('sys/kernel/slab/TCPv6/destroy_by_rcu', 0o664, b'0\n')
1453f('sys/kernel/slab/TCPv6/objects_partial', 0o664, b'0\n')
1454f('sys/kernel/slab/TCPv6/objects', 0o664, b'26\n')
1455f('sys/kernel/slab/TCPv6/order', 0o664, b'3\n')
1456f('sys/kernel/slab/TCPv6/sanity_checks', 0o664, b'1\n')
1457f('sys/kernel/slab/TCPv6/store_user', 0o664, b'1\n')
1458f('sys/kernel/slab/TCPv6/align', 0o664, b'0\n')
1459f('sys/kernel/slab/TCPv6/partial', 0o664, b'0\n')
1460f('sys/kernel/slab/TCPv6/validate', 0o664, b'')
1461f('sys/kernel/slab/TCPv6/red_zone', 0o664, b'1\n')
1462f('sys/kernel/slab/TCPv6/free_calls', 0o664, b'No data\n')
1463f('sys/kernel/slab/TCPv6/aliases', 0o664, b'0\n')
1464d('sys/kernel/slab/kioctx', 0o775)
1465f('sys/kernel/slab/kioctx/reclaim_account', 0o664, b'0\n')
1466f('sys/kernel/slab/kioctx/ctor', 0o664, b'')
1467f('sys/kernel/slab/kioctx/hwcache_align', 0o664, b'1\n')
1468f('sys/kernel/slab/kioctx/slab_size', 0o664, b'640\n')
1469f('sys/kernel/slab/kioctx/total_objects', 0o664, b'0\n')
1470f('sys/kernel/slab/kioctx/slabs', 0o664, b'0\n')
1471f('sys/kernel/slab/kioctx/poison', 0o664, b'1\n')
1472f('sys/kernel/slab/kioctx/alloc_calls', 0o664, b'No data\n')
1473f('sys/kernel/slab/kioctx/objs_per_slab', 0o664, b'12\n')
1474f('sys/kernel/slab/kioctx/shrink', 0o664, b'')
1475f('sys/kernel/slab/kioctx/trace', 0o664, b'0\n')
1476f('sys/kernel/slab/kioctx/object_size', 0o664, b'512\n')
1477f('sys/kernel/slab/kioctx/cpu_slabs', 0o664, b'0\n')
1478f('sys/kernel/slab/kioctx/cache_dma', 0o664, b'0\n')
1479f('sys/kernel/slab/kioctx/destroy_by_rcu', 0o664, b'0\n')
1480f('sys/kernel/slab/kioctx/objects_partial', 0o664, b'0\n')
1481f('sys/kernel/slab/kioctx/objects', 0o664, b'0\n')
1482f('sys/kernel/slab/kioctx/order', 0o664, b'1\n')
1483f('sys/kernel/slab/kioctx/sanity_checks', 0o664, b'1\n')
1484f('sys/kernel/slab/kioctx/store_user', 0o664, b'1\n')
1485f('sys/kernel/slab/kioctx/align', 0o664, b'8\n')
1486f('sys/kernel/slab/kioctx/partial', 0o664, b'0\n')
1487f('sys/kernel/slab/kioctx/validate', 0o664, b'')
1488f('sys/kernel/slab/kioctx/red_zone', 0o664, b'1\n')
1489f('sys/kernel/slab/kioctx/free_calls', 0o664, b'No data\n')
1490f('sys/kernel/slab/kioctx/aliases', 0o664, b'0\n')
1491d('sys/kernel/slab/kmalloc-32', 0o775)
1492f('sys/kernel/slab/kmalloc-32/reclaim_account', 0o664, b'0\n')
1493f('sys/kernel/slab/kmalloc-32/ctor', 0o664, b'')
1494f('sys/kernel/slab/kmalloc-32/hwcache_align', 0o664, b'0\n')
1495f('sys/kernel/slab/kmalloc-32/slab_size', 0o664, b'104\n')
1496f('sys/kernel/slab/kmalloc-32/total_objects', 0o664, b'624\n')
1497f('sys/kernel/slab/kmalloc-32/slabs', 0o664, b'16\n')
1498f('sys/kernel/slab/kmalloc-32/poison', 0o664, b'1\n')
1499f('sys/kernel/slab/kmalloc-32/alloc_calls', 0o664, b''' 1 mtrr_file_add+0xb0/0xe0 age=8355511 pid=1738 cpus=0
1500 2 arch_acpi_processor_init_pdc+0x8e/0x180 age=8375727/8375758/8375789 pid=330 cpus=0
1501 1 pm_qos_add_requirement+0x34/0xe0 age=8376080 pid=122 cpus=1
1502 59 setup_modinfo_srcversion+0x19/0x30 age=8303075/8368435/8376316 pid=105-2754 cpus=0-1
1503 42 load_module+0x1455/0x1b30 age=8303075/8366312/8375832 pid=107-2754 cpus=0-1
1504 151 load_module+0x1ac4/0x1b30 age=8303071/8368871/8376310 pid=105-2754 cpus=0-1
1505 3 mempool_create_node+0x4b/0xf0 age=62046/5606826/8379381 pid=1-13295 cpus=0-1
1506 1 strndup_user+0x6d/0xc0 age=8374925 pid=107 cpus=0
1507 16 __vmalloc_area_node+0xfb/0x140 age=8328464/8366300/8376086 pid=107-2578 cpus=0-1
1508 1 do_kern_mount+0xca/0x110 age=8335800 pid=2476 cpus=0
1509 1 do_sys_poll+0xdb/0x450 age=1303 pid=1333 cpus=1
1510 1 alloc_vfsmnt+0x97/0x180 age=8335801 pid=2476 cpus=0
1511 1 single_open+0x3c/0xb0 age=8355816 pid=1738 cpus=0
1512 66 sysfs_new_dirent+0x10c/0x120 age=8360190/8377926/8379815 pid=1-1549 cpus=0-1
1513 30 do_shmat+0x169/0x410 age=8274161/8330033/8348616 pid=1738-2621 cpus=0-1
1514 21 register_blkdev+0x60/0x150 age=8369695/8377753/8379765 pid=1-951 cpus=0-1
1515 39 kvasprintf+0x55/0x90 age=8360190/8378048/8379814 pid=1-1549 cpus=0-1
1516 7 pci_save_state+0x1a4/0x250 age=8373637/8378406/8379803 pid=1-126 cpus=0-1
1517 2 pcim_enable_device+0x86/0xb0 age=8379255/8379510/8379765 pid=1 cpus=0-1
1518 15 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379932/8379938/8379947 pid=1 cpus=0
1519 21 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=3847501/7731852/8379949 pid=1-330 cpus=0
1520 1 acpi_install_gpe_handler+0xa7/0x13a age=8379959 pid=1 cpus=0
1521 1 acpi_ev_create_gpe_block+0x282/0x3bf age=8379959 pid=1 cpus=0
1522 1 acpi_pci_bind_root+0x8d/0x13e age=8379883 pid=1 cpus=0
1523 18 acpi_pci_bind+0x85/0x28d age=8379879/8379879/8379882 pid=1 cpus=0
1524 15 rand_initialize_disk+0x1d/0x30 age=62014/7263977/8379377 pid=1-13295 cpus=0-1
1525 1 ata_host_start+0xcb/0x1e0 age=8379764 pid=1 cpus=1
1526 1 hidinput_connect+0x2372/0x24e0 age=53529 pid=419 cpus=0
1527 1 sock_kmalloc+0x5c/0x70 age=8325518 pid=1849 cpus=1
1528 2 proto_register+0x7c/0x260 age=8360191/8370012/8379834 pid=1-1549 cpus=0
1529 2 neigh_hash_alloc+0x42/0x50 age=8325417/8327412/8329408 pid=0-1849 cpus=1
1530 1 nl_pid_hash_rehash+0x180/0x1a0 age=947530 pid=1189 cpus=0
1531 28 unix_bind+0xd8/0x3a0 age=8356458/8357177/8366824 pid=1336-1738 cpus=0-1
1532 3 ipc_init_proc_interface+0x2e/0x7c age=8379805/8379805/8379805 pid=1 cpus=1
1533 13 usb_cache_string+0x65/0xa0 [usbcore] age=22649/4521883/8374921 pid=143-419 cpus=0-1
1534 6 usb_get_configuration+0x18f/0x1480 [usbcore] age=67053/6989971/8374921 pid=143-419 cpus=0-1
1535 2 _snd_ctl_register_ioctl+0x2b/0x80 [snd] age=8374675/8374675/8374675 pid=107 cpus=0
1536 2 snd_oss_info_register+0x40/0xc0 [snd] age=8355350/8355452/8355555 pid=1813 cpus=0
1537 6 adjust_io+0xeb/0x120 [rsrc_nonstatic] age=8373110/8373182/8373542 pid=352-800 cpus=0
1538 5 adjust_memory+0xe5/0x1a0 [rsrc_nonstatic] age=8373110/8373278/8373535 pid=352-800 cpus=0
1539 1 ieee80211_sta_set_extra_ie+0x7d/0xe0 [mac80211] age=8329597 pid=1545 cpus=0
1540 2 ieee80211_rx_bss_info+0x4df/0xa20 [mac80211] age=8330170/8342783/8355397 pid=0 cpus=0
1541 2 ieee80211_rx_bss_info+0x568/0xa20 [mac80211] age=22736/4188782/8354829 pid=742-1951 cpus=0
1542 2 ieee80211_rx_bss_info+0x5f7/0xa20 [mac80211] age=22736/4189294/8355852 pid=742-1772 cpus=0
1543 1 rate_control_alloc+0x32/0x110 [mac80211] age=8373757 pid=126 cpus=1
1544 2 ieee80211_rate_control_register+0x72/0xf0 [mac80211] age=8374580/8374635/8374690 pid=126 cpus=0-1
1545 2 azx_probe+0x9a4/0xc20 [snd_hda_intel] age=8374165/8374165/8374165 pid=107 cpus=1
1546 1 async_chainiv_givencrypt+0x71/0x110 [crypto_blkcipher] age=8374560 pid=215 cpus=0
1547 1 run+0x66/0x500 [raid1] age=8370114 pid=916 cpus=0
1548 1 acpi_cpufreq_cpu_init+0x4d/0x45c [acpi_cpufreq] age=8366427 pid=1358 cpus=0
1549''')
1550f('sys/kernel/slab/kmalloc-32/objs_per_slab', 0o664, b'39\n')
1551f('sys/kernel/slab/kmalloc-32/shrink', 0o664, b'')
1552f('sys/kernel/slab/kmalloc-32/trace', 0o664, b'0\n')
1553f('sys/kernel/slab/kmalloc-32/object_size', 0o664, b'32\n')
1554f('sys/kernel/slab/kmalloc-32/cpu_slabs', 0o664, b'0\n')
1555f('sys/kernel/slab/kmalloc-32/cache_dma', 0o664, b'0\n')
1556f('sys/kernel/slab/kmalloc-32/destroy_by_rcu', 0o664, b'0\n')
1557f('sys/kernel/slab/kmalloc-32/objects_partial', 0o664, b'149\n')
1558f('sys/kernel/slab/kmalloc-32/objects', 0o664, b'617\n')
1559f('sys/kernel/slab/kmalloc-32/order', 0o664, b'0\n')
1560f('sys/kernel/slab/kmalloc-32/sanity_checks', 0o664, b'1\n')
1561f('sys/kernel/slab/kmalloc-32/store_user', 0o664, b'1\n')
1562f('sys/kernel/slab/kmalloc-32/align', 0o664, b'8\n')
1563f('sys/kernel/slab/kmalloc-32/partial', 0o664, b'4\n')
1564f('sys/kernel/slab/kmalloc-32/validate', 0o664, b'')
1565f('sys/kernel/slab/kmalloc-32/red_zone', 0o664, b'1\n')
1566f('sys/kernel/slab/kmalloc-32/free_calls', 0o664, b''' 409 <not-available> age=4303047399 pid=0 cpus=0
1567 4 __vunmap+0xe9/0x120 age=8366429/8372533/8374823 pid=215-1358 cpus=0-1
1568 1 vfs_rename+0x301/0x450 age=8274772 pid=2851 cpus=0
1569 8 do_sys_poll+0x32b/0x450 age=1304/6728883/8333312 pid=1333 cpus=0-1
1570 1 seq_release_private+0x2d/0x60 age=8352378 pid=2141 cpus=0
1571 5 single_release+0x2e/0x40 age=8343903/8358822/8366889 pid=1258-1806 cpus=0
1572 1 setxattr+0xa6/0x130 age=8355591 pid=1816 cpus=0
1573 6 bio_free_map_data+0x25/0x30 age=53571/4350975/8375998 pid=0-318 cpus=0
1574 6 remove_kevent+0x44/0x60 age=7219423/7961750/8346613 pid=2271-2423 cpus=0-1
1575 57 load_elf_binary+0xa72/0x1e20 age=22671/8213994/8376585 pid=102-13419 cpus=0-1
1576 1 generic_acl_set+0x15e/0x1a0 age=8355591 pid=1816 cpus=0
1577 67 kobject_uevent_env+0x11a/0x470 age=62016/8246870/8379965 pid=1-13295 cpus=0-1
1578 2 pci_get_subsys+0x74/0xa0 age=8375728/8375759/8375790 pid=330 cpus=0
1579 8 acpi_evaluate_integer+0xbf/0xd1 age=3847577/7810351/8379888 pid=1-2097 cpus=0
1580 3 acpi_ds_create_operand+0x12c/0x209 age=3847578/6867437/8379889 pid=1-2097 cpus=0
1581 3 acpi_ns_get_node+0x92/0xa1 age=8374447/8376288/8379960 pid=1-215 cpus=0-1
1582 5 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366428/8373878/8375771 pid=330-1358 cpus=0
1583 3 acpi_pci_bind+0x277/0x28d age=8379881/8379881/8379883 pid=1 cpus=0
1584 1 get_modalias+0xd4/0x120 age=8355825 pid=1772 cpus=0
1585 2 ioctl_standard_iw_point+0x179/0x350 age=63360/84363/105367 pid=1541 cpus=0
1586 1 pci_bus_assign_resources+0xfe/0x4d0 age=8379836 pid=1 cpus=0
1587 1 sg_clean+0x3e/0x80 [usbcore] age=59566 pid=13294 cpus=0
1588 9 usb_get_device_descriptor+0x9b/0xa0 [usbcore] age=22724/6523118/8374922 pid=143-419 cpus=0-1
1589 1 ieee80211_rx_bss_info+0x552/0xa20 [mac80211] age=22737 pid=742 cpus=0
1590 2 ieee80211_rx_bss_info+0x5e1/0xa20 [mac80211] age=22737/4189295/8355853 pid=742-1772 cpus=0
1591''')
1592f('sys/kernel/slab/kmalloc-32/aliases', 0o664, b'0\n')
1593d('sys/kernel/slab/kmalloc-64', 0o775)
1594f('sys/kernel/slab/kmalloc-64/reclaim_account', 0o664, b'0\n')
1595f('sys/kernel/slab/kmalloc-64/ctor', 0o664, b'')
1596f('sys/kernel/slab/kmalloc-64/hwcache_align', 0o664, b'0\n')
1597f('sys/kernel/slab/kmalloc-64/slab_size', 0o664, b'136\n')
1598f('sys/kernel/slab/kmalloc-64/total_objects', 0o664, b'15300\n')
1599f('sys/kernel/slab/kmalloc-64/slabs', 0o664, b'510\n')
1600f('sys/kernel/slab/kmalloc-64/poison', 0o664, b'1\n')
1601f('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
1602 39 __request_region+0x39/0x120 age=8373811/8378273/8379949 pid=1-352 cpus=0-1
1603 1 audit_log_start+0x353/0x3f0 age=8379797 pid=1 cpus=1
1604 16 request_irq+0x9a/0xf0 age=8356279/8374005/8379942 pid=1-1541 cpus=0-1
1605 3 devm_request_irq+0x4b/0xc0 age=8379232/8379403/8379747 pid=1 cpus=0-1
1606 1 strndup_user+0x6d/0xc0 age=8374545 pid=215 cpus=0
1607 95 __get_vm_area_node+0x9b/0x220 age=8303058/8371551/8380085 pid=0-2754 cpus=0-1
1608 17 __vmalloc_area_node+0xfb/0x140 age=8309125/8366469/8376299 pid=105-2711 cpus=0-1
1609 1 add_swap_extent+0x57/0xc0 age=8372039 pid=867 cpus=0
1610 33 dma_pool_alloc+0x6d/0x200 age=8309120/8340771/8374904 pid=143-2711 cpus=0-1
1611 40 alloc_kmem_cache_cpu+0x81/0x90 age=8360159/8368022/8379787 pid=1-1549 cpus=0-1
1612 164 __percpu_alloc_mask+0x52/0x140 age=61997/8067718/8380085 pid=0-13295 cpus=0-1
1613 184 __percpu_alloc_mask+0xbc/0x140 age=62029/8100825/8380085 pid=0-13295 cpus=0-1
1614 604 d_alloc+0x19d/0x1f0 age=22685/7859083/8376462 pid=72-24701 cpus=0-1
1615 17 alloc_fdtable+0x57/0x160 age=4267/6101781/8357279 pid=1532-12336 cpus=0-1
1616 17 alloc_fdtable+0xb4/0x160 age=4267/6101781/8357279 pid=1532-12336 cpus=0-1
1617 1 bioset_create+0x21/0xc0 age=8379947 pid=1 cpus=0
1618 1 bd_claim_by_disk+0x6f/0x270 age=8370131 pid=916 cpus=0
1619 14 posix_acl_alloc+0x1b/0x30 age=53326/7759393/8352180 pid=2175-13390 cpus=0-1
1620 5 proc_reg_open+0x3f/0x170 age=8355799/8361268/8366755 pid=1327-1738 cpus=0
1621 12754 ext3_init_block_alloc_info+0x22/0x80 age=1/498494/8368528 pid=1-23373 cpus=0-1
1622 4 ext3_readdir+0x617/0x650 age=8352064/8352079/8352114 pid=1370 cpus=0
1623 8 ext3_htree_store_dirent+0x37/0x130 age=8352064/8352072/8352099 pid=1370 cpus=0
1624 277 kobject_create+0x1a/0x40 age=22618/7771015/8380085 pid=0-13295 cpus=0-1
1625 1 pci_create_sysfs_dev_files+0x23e/0x3b0 age=8378937 pid=1 cpus=0
1626 11 acpi_os_validate_address+0x3d/0xa3 age=8379914/8379927/8379932 pid=1 cpus=0
1627 124 acpi_ds_build_internal_package_obj+0xaf/0x1df age=3847484/8233379/8379936 pid=1-330 cpus=0
1628 6 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379920/8379925/8379934 pid=1 cpus=0
1629 1 acpi_ev_system_memory_region_setup+0x68/0x8f age=8379914 pid=1 cpus=0
1630 3 acpi_add_single_object+0x596/0xd3c age=8379878/8379880/8379882 pid=1 cpus=0
1631 3 acpi_add_single_object+0x5d8/0xd3c age=8379886/8379888/8379890 pid=1 cpus=0
1632 27 acpi_add_single_object+0x9f7/0xd3c age=8379871/8379888/8379900 pid=1 cpus=0
1633 55 acpi_ec_add_query_handler+0x31/0x91 age=8379870/8379870/8379870 pid=1 cpus=0
1634 1 find_dock+0x2c9/0x426 age=8379950 pid=1 cpus=0
1635 6 find_dock_devices+0x5e/0x92 age=8379950/8379950/8379950 pid=1 cpus=0
1636 8 acpi_pci_link_add+0x32/0x1db age=8379843/8379844/8379846 pid=1 cpus=0
1637 39 acpi_pci_irq_add_prt+0x181/0x324 age=8379862/8379863/8379865 pid=1 cpus=0
1638 15 init_dev+0x3c8/0x6f0 age=7217158/8282400/8378180 pid=33-2593 cpus=0-1
1639 15 init_dev+0x437/0x6f0 age=7217158/8282400/8378180 pid=33-2593 cpus=0-1
1640 3 init_dev+0x5b2/0x6f0 age=7217158/7969269/8364358 pid=1258-2593 cpus=0-1
1641 3 init_dev+0x637/0x6f0 age=7217158/7969269/8364358 pid=1258-2593 cpus=0-1
1642 2 kobj_map_init+0x36/0xa0 age=8379947/8380016/8380085 pid=0-1 cpus=0
1643 38 kobj_map+0x79/0x1a0 age=61997/7936136/8379947 pid=1-13295 cpus=0-1
1644 3 dmam_alloc_coherent+0x3f/0xa0 age=8379232/8379403/8379747 pid=1 cpus=0-1
1645 1 scsi_probe_and_add_lun+0x65e/0xd80 age=62028 pid=13295 cpus=0
1646 170 scsi_dev_info_list_add+0x3d/0x120 age=8379831/8379831/8379831 pid=1 cpus=0
1647 1 ahci_init_one+0x137/0xcb0 age=8379748 pid=1 cpus=1
1648 1 cpufreq_stat_notifier_policy+0xa1/0x2e0 age=8366410 pid=1358 cpus=0
1649 1 cpufreq_stat_notifier_policy+0x17e/0x2e0 age=8366410 pid=1358 cpus=0
1650 1 hid_parse_report+0xa9/0x2c0 age=53512 pid=419 cpus=0
1651 10 __dev_addr_add+0x69/0xe0 age=8325501/8345496/8360156 pid=8-1849 cpus=0-1
1652''')
1653f('sys/kernel/slab/kmalloc-64/objs_per_slab', 0o664, b'30\n')
1654f('sys/kernel/slab/kmalloc-64/shrink', 0o664, b'')
1655f('sys/kernel/slab/kmalloc-64/trace', 0o664, b'0\n')
1656f('sys/kernel/slab/kmalloc-64/object_size', 0o664, b'64\n')
1657f('sys/kernel/slab/kmalloc-64/cpu_slabs', 0o664, b'0\n')
1658f('sys/kernel/slab/kmalloc-64/cache_dma', 0o664, b'0\n')
1659f('sys/kernel/slab/kmalloc-64/destroy_by_rcu', 0o664, b'0\n')
1660f('sys/kernel/slab/kmalloc-64/objects_partial', 0o664, b'0\n')
1661f('sys/kernel/slab/kmalloc-64/objects', 0o664, b'15300\n')
1662f('sys/kernel/slab/kmalloc-64/order', 0o664, b'0\n')
1663f('sys/kernel/slab/kmalloc-64/sanity_checks', 0o664, b'1\n')
1664f('sys/kernel/slab/kmalloc-64/store_user', 0o664, b'1\n')
1665f('sys/kernel/slab/kmalloc-64/align', 0o664, b'8\n')
1666f('sys/kernel/slab/kmalloc-64/partial', 0o664, b'0\n')
1667f('sys/kernel/slab/kmalloc-64/validate', 0o664, b'')
1668f('sys/kernel/slab/kmalloc-64/red_zone', 0o664, b'1\n')
1669f('sys/kernel/slab/kmalloc-64/free_calls', 0o664, b''' 13029 <not-available> age=4303047386 pid=0 cpus=0
1670 1 iounmap+0xc2/0x100 age=8379917 pid=1 cpus=0
1671 1 memtype_get_idx+0x75/0xc0 age=782 pid=13466 cpus=0
1672 2 __release_region+0xc6/0xd0 age=8379754/8379754/8379754 pid=1 cpus=1
1673 3 __request_region+0x86/0x120 age=8379828/8379828/8379828 pid=1 cpus=0
1674 1 generic_smp_call_function_single_interrupt+0xce/0xe0 age=8355499 pid=0 cpus=1
1675 53 __stop_machine+0x216/0x220 age=8303059/8367652/8376299 pid=105-2754 cpus=0-1
1676 2 free_irq+0xef/0x190 age=8356302/8367658/8379015 pid=1-1541 cpus=0
1677 28 __vunmap+0xcd/0x120 age=8309125/8366969/8376298 pid=105-2711 cpus=0-1
1678 8 __vunmap+0xe9/0x120 age=8328457/8364062/8376068 pid=107-2578 cpus=0-1
1679 1 percpu_free+0x2d/0x60 age=61987 pid=13295 cpus=0
1680 10 do_sys_poll+0x32b/0x450 age=61481/7500944/8334758 pid=1333-2262 cpus=0-1
1681 187 d_callback+0x22/0x40 age=22704/7997936/8376459 pid=0-2156 cpus=0-1
1682 198 free_fdtable_rcu+0x7a/0xb0 age=1292/3883175/8376371 pid=0-13456 cpus=0-1
1683 224 free_fdtable_rcu+0x82/0xb0 age=1292/3491449/8377150 pid=0-13456 cpus=0-1
1684 42 proc_reg_release+0x96/0x120 age=3564/7013222/8376067 pid=126-2586 cpus=0-1
1685 50 proc_reg_open+0x138/0x170 age=656297/2956669/8367924 pid=1184-12336 cpus=0-1
1686 1046 free_rb_tree_fname+0x5c/0xb0 age=5905/4315279/8376402 pid=102-24701 cpus=0-1
1687 79 ext3_htree_free_dir_info+0x19/0x20 age=5905/6235661/8376402 pid=102-24701 cpus=0-1
1688 26 ext3_clear_inode+0xa5/0xb0 age=12954/2421572/8354304 pid=1253-8445 cpus=0-1
1689 1 dynamic_kobj_release+0x2c/0x40 age=8356191 pid=1541 cpus=0
1690 66 kobject_uevent_env+0x11a/0x470 age=22624/7608199/8379955 pid=1-2711 cpus=0-1
1691 16 acpi_ds_call_control_method+0xfe/0x180 age=3020/4710292/8379848 pid=1-13466 cpus=0-1
1692 1 acpi_ev_execute_reg_method+0x129/0x13a age=8379946 pid=1 cpus=0
1693 1 acpi_ev_asynch_execute_gpe_method+0xcc/0x119 age=8379905 pid=12 cpus=1
1694 33 acpi_evaluate_object+0x1ea/0x1fc age=3015/5838124/8379955 pid=1-13466 cpus=0-1
1695 4 acpi_get_object_info+0x1c4/0x1d4 age=8379876/8379888/8379895 pid=1 cpus=0
1696 1 acpi_walk_resources+0xa4/0xbd age=8379755 pid=1 cpus=1
1697 41 acpi_ut_evaluate_object+0x18d/0x19b age=8379223/8379861/8379919 pid=1 cpus=0-1
1698 4 acpi_ut_delete_internal_obj+0x15f/0x16f age=8366416/8373412/8375744 pid=330-1358 cpus=0
1699 7 acpi_bus_get_ejd+0x73/0x80 age=8379955/8379955/8379955 pid=1 cpus=0
1700 11 pnp_show_options+0x459/0x600 age=1578/1602/1627 pid=13466 cpus=0
1701 11 pnp_show_current_resources+0x16f/0x180 age=1578/1603/1628 pid=13466 cpus=0
1702 19 release_one_tty+0x53/0x190 age=804540/7566113/8370327 pid=55-2106 cpus=0-1
1703 24 release_one_tty+0x60/0x190 age=804540/7729452/8370327 pid=55-2141 cpus=0-1
1704 6 release_one_tty+0x167/0x190 age=8352429/8353224/8354794 pid=1967-2141 cpus=0
1705 4 devres_remove_group+0x9e/0xe0 age=8379026/8379313/8379753 pid=1 cpus=0-1
1706 1 ata_acpi_on_devcfg+0x385/0x6a0 age=8379406 pid=25 cpus=0
1707 3 serio_free_event+0x1d/0x30 age=8378463/8378812/8378999 pid=17 cpus=0-1
1708 6 input_register_device+0x17c/0x230 age=53514/6988336/8378983 pid=17-803 cpus=0-1
1709 1 ip_cork_release+0x1f/0x50 age=8333854 pid=2536 cpus=1
1710 1 unix_sock_destructor+0x75/0xd0 age=7217178 pid=2344 cpus=0
1711 13 huft_free+0x1e/0x2f age=8379804/8379804/8379804 pid=1 cpus=0
1712 6 hub_port_init+0x522/0x740 [usbcore] age=22825/4210550/8374275 pid=419 cpus=0-1
1713 1 usb_release_interface_cache+0x2c/0x60 [usbcore] age=8373868 pid=419 cpus=0
1714 1 usb_release_interface_cache+0x47/0x60 [usbcore] age=8373868 pid=419 cpus=0
1715 1 __param_str_act+0x16c/0xfffffffffffffb13 [thermal] age=8375113 pid=383 cpus=0
1716 3 snd_card_file_remove+0x73/0x130 [snd] age=8333050/8337203/8339297 pid=2400-2425 cpus=0
1717 2 hid_probe+0x222/0xf30 [usbhid] age=53517/4212911/8372306 pid=419-803 cpus=0
1718''')
1719f('sys/kernel/slab/kmalloc-64/aliases', 0o664, b'0\n')
1720d('sys/kernel/slab/sgpool-128', 0o775)
1721f('sys/kernel/slab/sgpool-128/reclaim_account', 0o664, b'0\n')
1722f('sys/kernel/slab/sgpool-128/ctor', 0o664, b'')
1723f('sys/kernel/slab/sgpool-128/hwcache_align', 0o664, b'1\n')
1724f('sys/kernel/slab/sgpool-128/slab_size', 0o664, b'4224\n')
1725f('sys/kernel/slab/sgpool-128/total_objects', 0o664, b'14\n')
1726f('sys/kernel/slab/sgpool-128/slabs', 0o664, b'2\n')
1727f('sys/kernel/slab/sgpool-128/poison', 0o664, b'1\n')
1728f('sys/kernel/slab/sgpool-128/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379262/8379262/8379262 pid=1 cpus=0\n')
1729f('sys/kernel/slab/sgpool-128/objs_per_slab', 0o664, b'7\n')
1730f('sys/kernel/slab/sgpool-128/shrink', 0o664, b'')
1731f('sys/kernel/slab/sgpool-128/trace', 0o664, b'0\n')
1732f('sys/kernel/slab/sgpool-128/object_size', 0o664, b'4096\n')
1733f('sys/kernel/slab/sgpool-128/cpu_slabs', 0o664, b'0\n')
1734f('sys/kernel/slab/sgpool-128/cache_dma', 0o664, b'0\n')
1735f('sys/kernel/slab/sgpool-128/destroy_by_rcu', 0o664, b'0\n')
1736f('sys/kernel/slab/sgpool-128/objects_partial', 0o664, b'0\n')
1737f('sys/kernel/slab/sgpool-128/objects', 0o664, b'14\n')
1738f('sys/kernel/slab/sgpool-128/order', 0o664, b'3\n')
1739f('sys/kernel/slab/sgpool-128/sanity_checks', 0o664, b'1\n')
1740f('sys/kernel/slab/sgpool-128/store_user', 0o664, b'1\n')
1741f('sys/kernel/slab/sgpool-128/align', 0o664, b'0\n')
1742f('sys/kernel/slab/sgpool-128/partial', 0o664, b'0\n')
1743f('sys/kernel/slab/sgpool-128/validate', 0o664, b'')
1744f('sys/kernel/slab/sgpool-128/red_zone', 0o664, b'1\n')
1745f('sys/kernel/slab/sgpool-128/free_calls', 0o664, b' 2 <not-available> age=4303046812 pid=0 cpus=0\n')
1746f('sys/kernel/slab/sgpool-128/aliases', 0o664, b'0\n')
1747d('sys/kernel/slab/kcopyd_job', 0o775)
1748f('sys/kernel/slab/kcopyd_job/reclaim_account', 0o664, b'0\n')
1749f('sys/kernel/slab/kcopyd_job/ctor', 0o664, b'')
1750f('sys/kernel/slab/kcopyd_job/hwcache_align', 0o664, b'0\n')
1751f('sys/kernel/slab/kcopyd_job/slab_size', 0o664, b'544\n')
1752f('sys/kernel/slab/kcopyd_job/total_objects', 0o664, b'0\n')
1753f('sys/kernel/slab/kcopyd_job/slabs', 0o664, b'0\n')
1754f('sys/kernel/slab/kcopyd_job/poison', 0o664, b'1\n')
1755f('sys/kernel/slab/kcopyd_job/alloc_calls', 0o664, b'No data\n')
1756f('sys/kernel/slab/kcopyd_job/objs_per_slab', 0o664, b'15\n')
1757f('sys/kernel/slab/kcopyd_job/shrink', 0o664, b'')
1758f('sys/kernel/slab/kcopyd_job/trace', 0o664, b'0\n')
1759f('sys/kernel/slab/kcopyd_job/object_size', 0o664, b'472\n')
1760f('sys/kernel/slab/kcopyd_job/cpu_slabs', 0o664, b'0\n')
1761f('sys/kernel/slab/kcopyd_job/cache_dma', 0o664, b'0\n')
1762f('sys/kernel/slab/kcopyd_job/destroy_by_rcu', 0o664, b'0\n')
1763f('sys/kernel/slab/kcopyd_job/objects_partial', 0o664, b'0\n')
1764f('sys/kernel/slab/kcopyd_job/objects', 0o664, b'0\n')
1765f('sys/kernel/slab/kcopyd_job/order', 0o664, b'1\n')
1766f('sys/kernel/slab/kcopyd_job/sanity_checks', 0o664, b'1\n')
1767f('sys/kernel/slab/kcopyd_job/store_user', 0o664, b'1\n')
1768f('sys/kernel/slab/kcopyd_job/align', 0o664, b'8\n')
1769f('sys/kernel/slab/kcopyd_job/partial', 0o664, b'0\n')
1770f('sys/kernel/slab/kcopyd_job/validate', 0o664, b'')
1771f('sys/kernel/slab/kcopyd_job/red_zone', 0o664, b'1\n')
1772f('sys/kernel/slab/kcopyd_job/free_calls', 0o664, b'No data\n')
1773f('sys/kernel/slab/kcopyd_job/aliases', 0o664, b'0\n')
1774d('sys/kernel/slab/dm_target_io', 0o775)
1775f('sys/kernel/slab/dm_target_io/reclaim_account', 0o664, b'0\n')
1776f('sys/kernel/slab/dm_target_io/ctor', 0o664, b'')
1777f('sys/kernel/slab/dm_target_io/hwcache_align', 0o664, b'0\n')
1778f('sys/kernel/slab/dm_target_io/slab_size', 0o664, b'96\n')
1779f('sys/kernel/slab/dm_target_io/total_objects', 0o664, b'0\n')
1780f('sys/kernel/slab/dm_target_io/slabs', 0o664, b'0\n')
1781f('sys/kernel/slab/dm_target_io/poison', 0o664, b'1\n')
1782f('sys/kernel/slab/dm_target_io/alloc_calls', 0o664, b'No data\n')
1783f('sys/kernel/slab/dm_target_io/objs_per_slab', 0o664, b'42\n')
1784f('sys/kernel/slab/dm_target_io/shrink', 0o664, b'')
1785f('sys/kernel/slab/dm_target_io/trace', 0o664, b'0\n')
1786f('sys/kernel/slab/dm_target_io/object_size', 0o664, b'24\n')
1787f('sys/kernel/slab/dm_target_io/cpu_slabs', 0o664, b'0\n')
1788f('sys/kernel/slab/dm_target_io/cache_dma', 0o664, b'0\n')
1789f('sys/kernel/slab/dm_target_io/destroy_by_rcu', 0o664, b'0\n')
1790f('sys/kernel/slab/dm_target_io/objects_partial', 0o664, b'0\n')
1791f('sys/kernel/slab/dm_target_io/objects', 0o664, b'0\n')
1792f('sys/kernel/slab/dm_target_io/order', 0o664, b'0\n')
1793f('sys/kernel/slab/dm_target_io/sanity_checks', 0o664, b'1\n')
1794f('sys/kernel/slab/dm_target_io/store_user', 0o664, b'1\n')
1795f('sys/kernel/slab/dm_target_io/align', 0o664, b'8\n')
1796f('sys/kernel/slab/dm_target_io/partial', 0o664, b'0\n')
1797f('sys/kernel/slab/dm_target_io/validate', 0o664, b'')
1798f('sys/kernel/slab/dm_target_io/red_zone', 0o664, b'1\n')
1799f('sys/kernel/slab/dm_target_io/free_calls', 0o664, b'No data\n')
1800f('sys/kernel/slab/dm_target_io/aliases', 0o664, b'0\n')
1801d('sys/kernel/slab/signal_cache', 0o775)
1802f('sys/kernel/slab/signal_cache/reclaim_account', 0o664, b'0\n')
1803f('sys/kernel/slab/signal_cache/ctor', 0o664, b'')
1804f('sys/kernel/slab/signal_cache/hwcache_align', 0o664, b'1\n')
1805f('sys/kernel/slab/signal_cache/slab_size', 0o664, b'1024\n')
1806f('sys/kernel/slab/signal_cache/total_objects', 0o664, b'160\n')
1807f('sys/kernel/slab/signal_cache/slabs', 0o664, b'10\n')
1808f('sys/kernel/slab/signal_cache/poison', 0o664, b'1\n')
1809f('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')
1810f('sys/kernel/slab/signal_cache/objs_per_slab', 0o664, b'16\n')
1811f('sys/kernel/slab/signal_cache/shrink', 0o664, b'')
1812f('sys/kernel/slab/signal_cache/trace', 0o664, b'0\n')
1813f('sys/kernel/slab/signal_cache/object_size', 0o664, b'896\n')
1814f('sys/kernel/slab/signal_cache/cpu_slabs', 0o664, b'0\n')
1815f('sys/kernel/slab/signal_cache/cache_dma', 0o664, b'0\n')
1816f('sys/kernel/slab/signal_cache/destroy_by_rcu', 0o664, b'0\n')
1817f('sys/kernel/slab/signal_cache/objects_partial', 0o664, b'70\n')
1818f('sys/kernel/slab/signal_cache/objects', 0o664, b'150\n')
1819f('sys/kernel/slab/signal_cache/order', 0o664, b'2\n')
1820f('sys/kernel/slab/signal_cache/sanity_checks', 0o664, b'1\n')
1821f('sys/kernel/slab/signal_cache/store_user', 0o664, b'1\n')
1822f('sys/kernel/slab/signal_cache/align', 0o664, b'0\n')
1823f('sys/kernel/slab/signal_cache/partial', 0o664, b'5\n')
1824f('sys/kernel/slab/signal_cache/validate', 0o664, b'')
1825f('sys/kernel/slab/signal_cache/red_zone', 0o664, b'1\n')
1826f('sys/kernel/slab/signal_cache/free_calls', 0o664, b''' 42 <not-available> age=4303047259 pid=0 cpus=0
1827 82 __cleanup_signal+0x20/0x30 age=7186/7586663/8375843 pid=1-13288 cpus=0-1
1828''')
1829f('sys/kernel/slab/signal_cache/aliases', 0o664, b'0\n')
1830d('sys/kernel/slab/radix_tree_node', 0o775)
1831f('sys/kernel/slab/radix_tree_node/reclaim_account', 0o664, b'1\n')
1832f('sys/kernel/slab/radix_tree_node/ctor', 0o664, b'radix_tree_node_ctor+0x0/0x10\n')
1833f('sys/kernel/slab/radix_tree_node/hwcache_align', 0o664, b'0\n')
1834f('sys/kernel/slab/radix_tree_node/slab_size', 0o664, b'624\n')
1835f('sys/kernel/slab/radix_tree_node/total_objects', 0o664, b'6747\n')
1836f('sys/kernel/slab/radix_tree_node/slabs', 0o664, b'519\n')
1837f('sys/kernel/slab/radix_tree_node/poison', 0o664, b'1\n')
1838f('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')
1839f('sys/kernel/slab/radix_tree_node/objs_per_slab', 0o664, b'13\n')
1840f('sys/kernel/slab/radix_tree_node/shrink', 0o664, b'')
1841f('sys/kernel/slab/radix_tree_node/trace', 0o664, b'0\n')
1842f('sys/kernel/slab/radix_tree_node/object_size', 0o664, b'552\n')
1843f('sys/kernel/slab/radix_tree_node/cpu_slabs', 0o664, b'0\n')
1844f('sys/kernel/slab/radix_tree_node/cache_dma', 0o664, b'0\n')
1845f('sys/kernel/slab/radix_tree_node/destroy_by_rcu', 0o664, b'0\n')
1846f('sys/kernel/slab/radix_tree_node/objects_partial', 0o664, b'0\n')
1847f('sys/kernel/slab/radix_tree_node/objects', 0o664, b'6747\n')
1848f('sys/kernel/slab/radix_tree_node/order', 0o664, b'1\n')
1849f('sys/kernel/slab/radix_tree_node/sanity_checks', 0o664, b'1\n')
1850f('sys/kernel/slab/radix_tree_node/store_user', 0o664, b'1\n')
1851f('sys/kernel/slab/radix_tree_node/align', 0o664, b'0\n')
1852f('sys/kernel/slab/radix_tree_node/partial', 0o664, b'0\n')
1853f('sys/kernel/slab/radix_tree_node/validate', 0o664, b'')
1854f('sys/kernel/slab/radix_tree_node/red_zone', 0o664, b'1\n')
1855f('sys/kernel/slab/radix_tree_node/free_calls', 0o664, b''' 4146 <not-available> age=4303047064 pid=0 cpus=0
1856 2591 radix_tree_node_rcu_free+0x41/0x50 age=39290/6239072/8378908 pid=0-32584 cpus=0-1
1857''')
1858f('sys/kernel/slab/radix_tree_node/aliases', 0o664, b'0\n')
1859d('sys/kernel/slab/uid_cache', 0o775)
1860f('sys/kernel/slab/uid_cache/reclaim_account', 0o664, b'0\n')
1861f('sys/kernel/slab/uid_cache/ctor', 0o664, b'')
1862f('sys/kernel/slab/uid_cache/hwcache_align', 0o664, b'1\n')
1863f('sys/kernel/slab/uid_cache/slab_size', 0o664, b'320\n')
1864f('sys/kernel/slab/uid_cache/total_objects', 0o664, b'24\n')
1865f('sys/kernel/slab/uid_cache/slabs', 0o664, b'2\n')
1866f('sys/kernel/slab/uid_cache/poison', 0o664, b'1\n')
1867f('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')
1868f('sys/kernel/slab/uid_cache/objs_per_slab', 0o664, b'12\n')
1869f('sys/kernel/slab/uid_cache/shrink', 0o664, b'')
1870f('sys/kernel/slab/uid_cache/trace', 0o664, b'0\n')
1871f('sys/kernel/slab/uid_cache/object_size', 0o664, b'216\n')
1872f('sys/kernel/slab/uid_cache/cpu_slabs', 0o664, b'0\n')
1873f('sys/kernel/slab/uid_cache/cache_dma', 0o664, b'0\n')
1874f('sys/kernel/slab/uid_cache/destroy_by_rcu', 0o664, b'0\n')
1875f('sys/kernel/slab/uid_cache/objects_partial', 0o664, b'0\n')
1876f('sys/kernel/slab/uid_cache/objects', 0o664, b'24\n')
1877f('sys/kernel/slab/uid_cache/order', 0o664, b'0\n')
1878f('sys/kernel/slab/uid_cache/sanity_checks', 0o664, b'1\n')
1879f('sys/kernel/slab/uid_cache/store_user', 0o664, b'1\n')
1880f('sys/kernel/slab/uid_cache/align', 0o664, b'0\n')
1881f('sys/kernel/slab/uid_cache/partial', 0o664, b'0\n')
1882f('sys/kernel/slab/uid_cache/validate', 0o664, b'')
1883f('sys/kernel/slab/uid_cache/red_zone', 0o664, b'1\n')
1884f('sys/kernel/slab/uid_cache/free_calls', 0o664, b''' 2 <not-available> age=4303046654 pid=0 cpus=0
1885 3 remove_user_sysfs_dir+0xd0/0x100 age=8357175/8367109/8374935 pid=7 cpus=0
1886''')
1887f('sys/kernel/slab/uid_cache/aliases', 0o664, b'0\n')
1888d('sys/kernel/slab/tw_sock_TCPv6', 0o775)
1889f('sys/kernel/slab/tw_sock_TCPv6/reclaim_account', 0o664, b'0\n')
1890f('sys/kernel/slab/tw_sock_TCPv6/ctor', 0o664, b'')
1891f('sys/kernel/slab/tw_sock_TCPv6/hwcache_align', 0o664, b'1\n')
1892f('sys/kernel/slab/tw_sock_TCPv6/slab_size', 0o664, b'256\n')
1893f('sys/kernel/slab/tw_sock_TCPv6/total_objects', 0o664, b'0\n')
1894f('sys/kernel/slab/tw_sock_TCPv6/slabs', 0o664, b'0\n')
1895f('sys/kernel/slab/tw_sock_TCPv6/poison', 0o664, b'1\n')
1896f('sys/kernel/slab/tw_sock_TCPv6/alloc_calls', 0o664, b'No data\n')
1897f('sys/kernel/slab/tw_sock_TCPv6/objs_per_slab', 0o664, b'16\n')
1898f('sys/kernel/slab/tw_sock_TCPv6/shrink', 0o664, b'')
1899f('sys/kernel/slab/tw_sock_TCPv6/trace', 0o664, b'0\n')
1900f('sys/kernel/slab/tw_sock_TCPv6/object_size', 0o664, b'168\n')
1901f('sys/kernel/slab/tw_sock_TCPv6/cpu_slabs', 0o664, b'0\n')
1902f('sys/kernel/slab/tw_sock_TCPv6/cache_dma', 0o664, b'0\n')
1903f('sys/kernel/slab/tw_sock_TCPv6/destroy_by_rcu', 0o664, b'0\n')
1904f('sys/kernel/slab/tw_sock_TCPv6/objects_partial', 0o664, b'0\n')
1905f('sys/kernel/slab/tw_sock_TCPv6/objects', 0o664, b'0\n')
1906f('sys/kernel/slab/tw_sock_TCPv6/order', 0o664, b'0\n')
1907f('sys/kernel/slab/tw_sock_TCPv6/sanity_checks', 0o664, b'1\n')
1908f('sys/kernel/slab/tw_sock_TCPv6/store_user', 0o664, b'1\n')
1909f('sys/kernel/slab/tw_sock_TCPv6/align', 0o664, b'0\n')
1910f('sys/kernel/slab/tw_sock_TCPv6/partial', 0o664, b'0\n')
1911f('sys/kernel/slab/tw_sock_TCPv6/validate', 0o664, b'')
1912f('sys/kernel/slab/tw_sock_TCPv6/red_zone', 0o664, b'1\n')
1913f('sys/kernel/slab/tw_sock_TCPv6/free_calls', 0o664, b'No data\n')
1914f('sys/kernel/slab/tw_sock_TCPv6/aliases', 0o664, b'0\n')
1915d('sys/kernel/slab/sighand_cache', 0o775)
1916f('sys/kernel/slab/sighand_cache/reclaim_account', 0o664, b'0\n')
1917f('sys/kernel/slab/sighand_cache/ctor', 0o664, b'sighand_ctor+0x0/0x40\n')
1918f('sys/kernel/slab/sighand_cache/hwcache_align', 0o664, b'1\n')
1919f('sys/kernel/slab/sighand_cache/slab_size', 0o664, b'2304\n')
1920f('sys/kernel/slab/sighand_cache/total_objects', 0o664, b'154\n')
1921f('sys/kernel/slab/sighand_cache/slabs', 0o664, b'11\n')
1922f('sys/kernel/slab/sighand_cache/poison', 0o664, b'1\n')
1923f('sys/kernel/slab/sighand_cache/alloc_calls', 0o664, b''' 123 copy_process+0x82a/0x1220 age=4154/7846897/8379923 pid=0-12336 cpus=0-1
1924 1 flush_old_exec+0x4e1/0x8a0 age=8378174 pid=1 cpus=0
1925''')
1926f('sys/kernel/slab/sighand_cache/objs_per_slab', 0o664, b'14\n')
1927f('sys/kernel/slab/sighand_cache/shrink', 0o664, b'')
1928f('sys/kernel/slab/sighand_cache/trace', 0o664, b'0\n')
1929f('sys/kernel/slab/sighand_cache/object_size', 0o664, b'2184\n')
1930f('sys/kernel/slab/sighand_cache/cpu_slabs', 0o664, b'0\n')
1931f('sys/kernel/slab/sighand_cache/cache_dma', 0o664, b'0\n')
1932f('sys/kernel/slab/sighand_cache/destroy_by_rcu', 0o664, b'1\n')
1933f('sys/kernel/slab/sighand_cache/objects_partial', 0o664, b'61\n')
1934f('sys/kernel/slab/sighand_cache/objects', 0o664, b'145\n')
1935f('sys/kernel/slab/sighand_cache/order', 0o664, b'3\n')
1936f('sys/kernel/slab/sighand_cache/sanity_checks', 0o664, b'1\n')
1937f('sys/kernel/slab/sighand_cache/store_user', 0o664, b'1\n')
1938f('sys/kernel/slab/sighand_cache/align', 0o664, b'0\n')
1939f('sys/kernel/slab/sighand_cache/partial', 0o664, b'5\n')
1940f('sys/kernel/slab/sighand_cache/validate', 0o664, b'')
1941f('sys/kernel/slab/sighand_cache/red_zone', 0o664, b'1\n')
1942f('sys/kernel/slab/sighand_cache/free_calls', 0o664, b''' 46 <not-available> age=4303047268 pid=0 cpus=0
1943 78 __cleanup_sighand+0x27/0x30 age=7195/7547046/8375852 pid=1-13288 cpus=0-1
1944''')
1945f('sys/kernel/slab/sighand_cache/aliases', 0o664, b'0\n')
1946d('sys/kernel/slab/names_cache', 0o775)
1947f('sys/kernel/slab/names_cache/reclaim_account', 0o664, b'0\n')
1948f('sys/kernel/slab/names_cache/ctor', 0o664, b'')
1949f('sys/kernel/slab/names_cache/hwcache_align', 0o664, b'1\n')
1950f('sys/kernel/slab/names_cache/slab_size', 0o664, b'4224\n')
1951f('sys/kernel/slab/names_cache/total_objects', 0o664, b'14\n')
1952f('sys/kernel/slab/names_cache/slabs', 0o664, b'2\n')
1953f('sys/kernel/slab/names_cache/poison', 0o664, b'1\n')
1954f('sys/kernel/slab/names_cache/alloc_calls', 0o664, b'No data\n')
1955f('sys/kernel/slab/names_cache/objs_per_slab', 0o664, b'7\n')
1956f('sys/kernel/slab/names_cache/shrink', 0o664, b'')
1957f('sys/kernel/slab/names_cache/trace', 0o664, b'0\n')
1958f('sys/kernel/slab/names_cache/object_size', 0o664, b'4096\n')
1959f('sys/kernel/slab/names_cache/cpu_slabs', 0o664, b'0\n')
1960f('sys/kernel/slab/names_cache/cache_dma', 0o664, b'0\n')
1961f('sys/kernel/slab/names_cache/destroy_by_rcu', 0o664, b'0\n')
1962f('sys/kernel/slab/names_cache/objects_partial', 0o664, b'0\n')
1963f('sys/kernel/slab/names_cache/objects', 0o664, b'14\n')
1964f('sys/kernel/slab/names_cache/order', 0o664, b'3\n')
1965f('sys/kernel/slab/names_cache/sanity_checks', 0o664, b'1\n')
1966f('sys/kernel/slab/names_cache/store_user', 0o664, b'1\n')
1967f('sys/kernel/slab/names_cache/align', 0o664, b'0\n')
1968f('sys/kernel/slab/names_cache/partial', 0o664, b'0\n')
1969f('sys/kernel/slab/names_cache/validate', 0o664, b'')
1970f('sys/kernel/slab/names_cache/red_zone', 0o664, b'1\n')
1971f('sys/kernel/slab/names_cache/free_calls', 0o664, b'No data\n')
1972f('sys/kernel/slab/names_cache/aliases', 0o664, b'0\n')
1973d('sys/kernel/slab/dm_io', 0o775)
1974f('sys/kernel/slab/dm_io/reclaim_account', 0o664, b'0\n')
1975f('sys/kernel/slab/dm_io/ctor', 0o664, b'')
1976f('sys/kernel/slab/dm_io/hwcache_align', 0o664, b'0\n')
1977f('sys/kernel/slab/dm_io/slab_size', 0o664, b'104\n')
1978f('sys/kernel/slab/dm_io/total_objects', 0o664, b'0\n')
1979f('sys/kernel/slab/dm_io/slabs', 0o664, b'0\n')
1980f('sys/kernel/slab/dm_io/poison', 0o664, b'1\n')
1981f('sys/kernel/slab/dm_io/alloc_calls', 0o664, b'No data\n')
1982f('sys/kernel/slab/dm_io/objs_per_slab', 0o664, b'39\n')
1983f('sys/kernel/slab/dm_io/shrink', 0o664, b'')
1984f('sys/kernel/slab/dm_io/trace', 0o664, b'0\n')
1985f('sys/kernel/slab/dm_io/object_size', 0o664, b'32\n')
1986f('sys/kernel/slab/dm_io/cpu_slabs', 0o664, b'0\n')
1987f('sys/kernel/slab/dm_io/cache_dma', 0o664, b'0\n')
1988f('sys/kernel/slab/dm_io/destroy_by_rcu', 0o664, b'0\n')
1989f('sys/kernel/slab/dm_io/objects_partial', 0o664, b'0\n')
1990f('sys/kernel/slab/dm_io/objects', 0o664, b'0\n')
1991f('sys/kernel/slab/dm_io/order', 0o664, b'0\n')
1992f('sys/kernel/slab/dm_io/sanity_checks', 0o664, b'1\n')
1993f('sys/kernel/slab/dm_io/store_user', 0o664, b'1\n')
1994f('sys/kernel/slab/dm_io/align', 0o664, b'8\n')
1995f('sys/kernel/slab/dm_io/partial', 0o664, b'0\n')
1996f('sys/kernel/slab/dm_io/validate', 0o664, b'')
1997f('sys/kernel/slab/dm_io/red_zone', 0o664, b'1\n')
1998f('sys/kernel/slab/dm_io/free_calls', 0o664, b'No data\n')
1999f('sys/kernel/slab/dm_io/aliases', 0o664, b'0\n')
2000d('sys/kernel/slab/key_jar', 0o775)
2001f('sys/kernel/slab/key_jar/reclaim_account', 0o664, b'0\n')
2002f('sys/kernel/slab/key_jar/ctor', 0o664, b'')
2003f('sys/kernel/slab/key_jar/hwcache_align', 0o664, b'1\n')
2004f('sys/kernel/slab/key_jar/slab_size', 0o664, b'320\n')
2005f('sys/kernel/slab/key_jar/total_objects', 0o664, b'0\n')
2006f('sys/kernel/slab/key_jar/slabs', 0o664, b'0\n')
2007f('sys/kernel/slab/key_jar/poison', 0o664, b'1\n')
2008f('sys/kernel/slab/key_jar/alloc_calls', 0o664, b'No data\n')
2009f('sys/kernel/slab/key_jar/objs_per_slab', 0o664, b'12\n')
2010f('sys/kernel/slab/key_jar/shrink', 0o664, b'')
2011f('sys/kernel/slab/key_jar/trace', 0o664, b'0\n')
2012f('sys/kernel/slab/key_jar/object_size', 0o664, b'232\n')
2013f('sys/kernel/slab/key_jar/cpu_slabs', 0o664, b'0\n')
2014f('sys/kernel/slab/key_jar/cache_dma', 0o664, b'0\n')
2015f('sys/kernel/slab/key_jar/destroy_by_rcu', 0o664, b'0\n')
2016f('sys/kernel/slab/key_jar/objects_partial', 0o664, b'0\n')
2017f('sys/kernel/slab/key_jar/objects', 0o664, b'0\n')
2018f('sys/kernel/slab/key_jar/order', 0o664, b'0\n')
2019f('sys/kernel/slab/key_jar/sanity_checks', 0o664, b'1\n')
2020f('sys/kernel/slab/key_jar/store_user', 0o664, b'1\n')
2021f('sys/kernel/slab/key_jar/align', 0o664, b'0\n')
2022f('sys/kernel/slab/key_jar/partial', 0o664, b'0\n')
2023f('sys/kernel/slab/key_jar/validate', 0o664, b'')
2024f('sys/kernel/slab/key_jar/red_zone', 0o664, b'1\n')
2025f('sys/kernel/slab/key_jar/free_calls', 0o664, b'No data\n')
2026f('sys/kernel/slab/key_jar/aliases', 0o664, b'0\n')
2027d('sys/kernel/slab/tcp_bind_bucket', 0o775)
2028f('sys/kernel/slab/tcp_bind_bucket/reclaim_account', 0o664, b'0\n')
2029f('sys/kernel/slab/tcp_bind_bucket/ctor', 0o664, b'')
2030f('sys/kernel/slab/tcp_bind_bucket/hwcache_align', 0o664, b'1\n')
2031f('sys/kernel/slab/tcp_bind_bucket/slab_size', 0o664, b'128\n')
2032f('sys/kernel/slab/tcp_bind_bucket/total_objects', 0o664, b'64\n')
2033f('sys/kernel/slab/tcp_bind_bucket/slabs', 0o664, b'2\n')
2034f('sys/kernel/slab/tcp_bind_bucket/poison', 0o664, b'1\n')
2035f('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')
2036f('sys/kernel/slab/tcp_bind_bucket/objs_per_slab', 0o664, b'32\n')
2037f('sys/kernel/slab/tcp_bind_bucket/shrink', 0o664, b'')
2038f('sys/kernel/slab/tcp_bind_bucket/trace', 0o664, b'0\n')
2039f('sys/kernel/slab/tcp_bind_bucket/object_size', 0o664, b'40\n')
2040f('sys/kernel/slab/tcp_bind_bucket/cpu_slabs', 0o664, b'0\n')
2041f('sys/kernel/slab/tcp_bind_bucket/cache_dma', 0o664, b'0\n')
2042f('sys/kernel/slab/tcp_bind_bucket/destroy_by_rcu', 0o664, b'0\n')
2043f('sys/kernel/slab/tcp_bind_bucket/objects_partial', 0o664, b'2\n')
2044f('sys/kernel/slab/tcp_bind_bucket/objects', 0o664, b'34\n')
2045f('sys/kernel/slab/tcp_bind_bucket/order', 0o664, b'0\n')
2046f('sys/kernel/slab/tcp_bind_bucket/sanity_checks', 0o664, b'1\n')
2047f('sys/kernel/slab/tcp_bind_bucket/store_user', 0o664, b'1\n')
2048f('sys/kernel/slab/tcp_bind_bucket/align', 0o664, b'0\n')
2049f('sys/kernel/slab/tcp_bind_bucket/partial', 0o664, b'1\n')
2050f('sys/kernel/slab/tcp_bind_bucket/validate', 0o664, b'')
2051f('sys/kernel/slab/tcp_bind_bucket/red_zone', 0o664, b'1\n')
2052f('sys/kernel/slab/tcp_bind_bucket/free_calls', 0o664, b''' 1 <not-available> age=4303046680 pid=0 cpus=0
2053 2 inet_bind_bucket_destroy+0x29/0x30 age=1107644/4731733/8355822 pid=0-1707 cpus=0
2054''')
2055f('sys/kernel/slab/tcp_bind_bucket/aliases', 0o664, b'0\n')
2056d('sys/kernel/slab/mm_struct', 0o775)
2057f('sys/kernel/slab/mm_struct/reclaim_account', 0o664, b'0\n')
2058f('sys/kernel/slab/mm_struct/ctor', 0o664, b'')
2059f('sys/kernel/slab/mm_struct/hwcache_align', 0o664, b'1\n')
2060f('sys/kernel/slab/mm_struct/slab_size', 0o664, b'1216\n')
2061f('sys/kernel/slab/mm_struct/total_objects', 0o664, b'91\n')
2062f('sys/kernel/slab/mm_struct/slabs', 0o664, b'7\n')
2063f('sys/kernel/slab/mm_struct/poison', 0o664, b'1\n')
2064f('sys/kernel/slab/mm_struct/alloc_calls', 0o664, b''' 52 mm_alloc+0x15/0x50 age=4100/7453183/8378125 pid=1-20296 cpus=0-1
2065 27 dup_mm+0x61/0x390 age=8335613/8355052/8376513 pid=71-2467 cpus=0-1
2066''')
2067f('sys/kernel/slab/mm_struct/objs_per_slab', 0o664, b'13\n')
2068f('sys/kernel/slab/mm_struct/shrink', 0o664, b'')
2069f('sys/kernel/slab/mm_struct/trace', 0o664, b'0\n')
2070f('sys/kernel/slab/mm_struct/object_size', 0o664, b'1144\n')
2071f('sys/kernel/slab/mm_struct/cpu_slabs', 0o664, b'0\n')
2072f('sys/kernel/slab/mm_struct/cache_dma', 0o664, b'0\n')
2073f('sys/kernel/slab/mm_struct/destroy_by_rcu', 0o664, b'0\n')
2074f('sys/kernel/slab/mm_struct/objects_partial', 0o664, b'23\n')
2075f('sys/kernel/slab/mm_struct/objects', 0o664, b'88\n')
2076f('sys/kernel/slab/mm_struct/order', 0o664, b'2\n')
2077f('sys/kernel/slab/mm_struct/sanity_checks', 0o664, b'1\n')
2078f('sys/kernel/slab/mm_struct/store_user', 0o664, b'1\n')
2079f('sys/kernel/slab/mm_struct/align', 0o664, b'0\n')
2080f('sys/kernel/slab/mm_struct/partial', 0o664, b'2\n')
2081f('sys/kernel/slab/mm_struct/validate', 0o664, b'')
2082f('sys/kernel/slab/mm_struct/red_zone', 0o664, b'1\n')
2083f('sys/kernel/slab/mm_struct/free_calls', 0o664, b''' 6 <not-available> age=4303047216 pid=0 cpus=0
2084 73 __mmdrop+0x47/0x60 age=7143/7714522/8376982 pid=1-20295 cpus=0-1
2085''')
2086f('sys/kernel/slab/mm_struct/aliases', 0o664, b'0\n')
2087d('sys/kernel/slab/dentry', 0o775)
2088f('sys/kernel/slab/dentry/reclaim_account', 0o664, b'1\n')
2089f('sys/kernel/slab/dentry/ctor', 0o664, b'')
2090f('sys/kernel/slab/dentry/hwcache_align', 0o664, b'0\n')
2091f('sys/kernel/slab/dentry/slab_size', 0o664, b'328\n')
2092f('sys/kernel/slab/dentry/total_objects', 0o664, b'49656\n')
2093f('sys/kernel/slab/dentry/slabs', 0o664, b'4138\n')
2094f('sys/kernel/slab/dentry/poison', 0o664, b'1\n')
2095f('sys/kernel/slab/dentry/alloc_calls', 0o664, b' 49656 d_alloc+0x22/0x1f0 age=0/4250434/8379825 pid=0-32757 cpus=0-1\n')
2096f('sys/kernel/slab/dentry/objs_per_slab', 0o664, b'12\n')
2097f('sys/kernel/slab/dentry/shrink', 0o664, b'')
2098f('sys/kernel/slab/dentry/trace', 0o664, b'0\n')
2099f('sys/kernel/slab/dentry/object_size', 0o664, b'256\n')
2100f('sys/kernel/slab/dentry/cpu_slabs', 0o664, b'0\n')
2101f('sys/kernel/slab/dentry/cache_dma', 0o664, b'0\n')
2102f('sys/kernel/slab/dentry/destroy_by_rcu', 0o664, b'0\n')
2103f('sys/kernel/slab/dentry/objects_partial', 0o664, b'0\n')
2104f('sys/kernel/slab/dentry/objects', 0o664, b'49656\n')
2105f('sys/kernel/slab/dentry/order', 0o664, b'0\n')
2106f('sys/kernel/slab/dentry/sanity_checks', 0o664, b'1\n')
2107f('sys/kernel/slab/dentry/store_user', 0o664, b'1\n')
2108f('sys/kernel/slab/dentry/align', 0o664, b'8\n')
2109f('sys/kernel/slab/dentry/partial', 0o664, b'0\n')
2110f('sys/kernel/slab/dentry/validate', 0o664, b'')
2111f('sys/kernel/slab/dentry/red_zone', 0o664, b'1\n')
2112f('sys/kernel/slab/dentry/free_calls', 0o664, b''' 30093 <not-available> age=4303047137 pid=0 cpus=0
2113 2265 d_free+0x6c/0x80 age=519/5532797/8376904 pid=1-32728 cpus=0-1
2114 17299 d_callback+0x31/0x40 age=1040/2433896/8379551 pid=0-30210 cpus=0-1
2115''')
2116f('sys/kernel/slab/dentry/aliases', 0o664, b'0\n')
2117d('sys/kernel/slab/UDPv6', 0o775)
2118f('sys/kernel/slab/UDPv6/reclaim_account', 0o664, b'0\n')
2119f('sys/kernel/slab/UDPv6/ctor', 0o664, b'')
2120f('sys/kernel/slab/UDPv6/hwcache_align', 0o664, b'1\n')
2121f('sys/kernel/slab/UDPv6/slab_size', 0o664, b'1472\n')
2122f('sys/kernel/slab/UDPv6/total_objects', 0o664, b'22\n')
2123f('sys/kernel/slab/UDPv6/slabs', 0o664, b'1\n')
2124f('sys/kernel/slab/UDPv6/poison', 0o664, b'1\n')
2125f('sys/kernel/slab/UDPv6/alloc_calls', 0o664, b'No data\n')
2126f('sys/kernel/slab/UDPv6/objs_per_slab', 0o664, b'22\n')
2127f('sys/kernel/slab/UDPv6/shrink', 0o664, b'')
2128f('sys/kernel/slab/UDPv6/trace', 0o664, b'0\n')
2129f('sys/kernel/slab/UDPv6/object_size', 0o664, b'1368\n')
2130f('sys/kernel/slab/UDPv6/cpu_slabs', 0o664, b'0\n')
2131f('sys/kernel/slab/UDPv6/cache_dma', 0o664, b'0\n')
2132f('sys/kernel/slab/UDPv6/destroy_by_rcu', 0o664, b'0\n')
2133f('sys/kernel/slab/UDPv6/objects_partial', 0o664, b'0\n')
2134f('sys/kernel/slab/UDPv6/objects', 0o664, b'22\n')
2135f('sys/kernel/slab/UDPv6/order', 0o664, b'3\n')
2136f('sys/kernel/slab/UDPv6/sanity_checks', 0o664, b'1\n')
2137f('sys/kernel/slab/UDPv6/store_user', 0o664, b'1\n')
2138f('sys/kernel/slab/UDPv6/align', 0o664, b'0\n')
2139f('sys/kernel/slab/UDPv6/partial', 0o664, b'0\n')
2140f('sys/kernel/slab/UDPv6/validate', 0o664, b'')
2141f('sys/kernel/slab/UDPv6/red_zone', 0o664, b'1\n')
2142f('sys/kernel/slab/UDPv6/free_calls', 0o664, b'No data\n')
2143f('sys/kernel/slab/UDPv6/aliases', 0o664, b'0\n')
2144d('sys/kernel/slab/mqueue_inode_cache', 0o775)
2145f('sys/kernel/slab/mqueue_inode_cache/reclaim_account', 0o664, b'0\n')
2146f('sys/kernel/slab/mqueue_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
2147f('sys/kernel/slab/mqueue_inode_cache/hwcache_align', 0o664, b'1\n')
2148f('sys/kernel/slab/mqueue_inode_cache/slab_size', 0o664, b'1536\n')
2149f('sys/kernel/slab/mqueue_inode_cache/total_objects', 0o664, b'21\n')
2150f('sys/kernel/slab/mqueue_inode_cache/slabs', 0o664, b'1\n')
2151f('sys/kernel/slab/mqueue_inode_cache/poison', 0o664, b'1\n')
2152f('sys/kernel/slab/mqueue_inode_cache/alloc_calls', 0o664, b' 1 mqueue_alloc_inode+0x15/0x30 age=8380010 pid=1 cpus=1\n')
2153f('sys/kernel/slab/mqueue_inode_cache/objs_per_slab', 0o664, b'21\n')
2154f('sys/kernel/slab/mqueue_inode_cache/shrink', 0o664, b'')
2155f('sys/kernel/slab/mqueue_inode_cache/trace', 0o664, b'0\n')
2156f('sys/kernel/slab/mqueue_inode_cache/object_size', 0o664, b'1456\n')
2157f('sys/kernel/slab/mqueue_inode_cache/cpu_slabs', 0o664, b'0\n')
2158f('sys/kernel/slab/mqueue_inode_cache/cache_dma', 0o664, b'0\n')
2159f('sys/kernel/slab/mqueue_inode_cache/destroy_by_rcu', 0o664, b'0\n')
2160f('sys/kernel/slab/mqueue_inode_cache/objects_partial', 0o664, b'1\n')
2161f('sys/kernel/slab/mqueue_inode_cache/objects', 0o664, b'1\n')
2162f('sys/kernel/slab/mqueue_inode_cache/order', 0o664, b'3\n')
2163f('sys/kernel/slab/mqueue_inode_cache/sanity_checks', 0o664, b'1\n')
2164f('sys/kernel/slab/mqueue_inode_cache/store_user', 0o664, b'1\n')
2165f('sys/kernel/slab/mqueue_inode_cache/align', 0o664, b'0\n')
2166f('sys/kernel/slab/mqueue_inode_cache/partial', 0o664, b'1\n')
2167f('sys/kernel/slab/mqueue_inode_cache/validate', 0o664, b'')
2168f('sys/kernel/slab/mqueue_inode_cache/red_zone', 0o664, b'1\n')
2169f('sys/kernel/slab/mqueue_inode_cache/free_calls', 0o664, b' 1 <not-available> age=4303047603 pid=0 cpus=0\n')
2170f('sys/kernel/slab/mqueue_inode_cache/aliases', 0o664, b'0\n')
2171d('sys/kernel/slab/biovec-128', 0o775)
2172f('sys/kernel/slab/biovec-128/reclaim_account', 0o664, b'0\n')
2173f('sys/kernel/slab/biovec-128/ctor', 0o664, b'')
2174f('sys/kernel/slab/biovec-128/hwcache_align', 0o664, b'1\n')
2175f('sys/kernel/slab/biovec-128/slab_size', 0o664, b'2176\n')
2176f('sys/kernel/slab/biovec-128/total_objects', 0o664, b'15\n')
2177f('sys/kernel/slab/biovec-128/slabs', 0o664, b'1\n')
2178f('sys/kernel/slab/biovec-128/poison', 0o664, b'1\n')
2179f('sys/kernel/slab/biovec-128/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379474/8379474/8379474 pid=1 cpus=0\n')
2180f('sys/kernel/slab/biovec-128/objs_per_slab', 0o664, b'15\n')
2181f('sys/kernel/slab/biovec-128/shrink', 0o664, b'')
2182f('sys/kernel/slab/biovec-128/trace', 0o664, b'0\n')
2183f('sys/kernel/slab/biovec-128/object_size', 0o664, b'2048\n')
2184f('sys/kernel/slab/biovec-128/cpu_slabs', 0o664, b'0\n')
2185f('sys/kernel/slab/biovec-128/cache_dma', 0o664, b'0\n')
2186f('sys/kernel/slab/biovec-128/destroy_by_rcu', 0o664, b'0\n')
2187f('sys/kernel/slab/biovec-128/objects_partial', 0o664, b'0\n')
2188f('sys/kernel/slab/biovec-128/objects', 0o664, b'15\n')
2189f('sys/kernel/slab/biovec-128/order', 0o664, b'3\n')
2190f('sys/kernel/slab/biovec-128/sanity_checks', 0o664, b'1\n')
2191f('sys/kernel/slab/biovec-128/store_user', 0o664, b'1\n')
2192f('sys/kernel/slab/biovec-128/align', 0o664, b'0\n')
2193f('sys/kernel/slab/biovec-128/partial', 0o664, b'0\n')
2194f('sys/kernel/slab/biovec-128/validate', 0o664, b'')
2195f('sys/kernel/slab/biovec-128/red_zone', 0o664, b'1\n')
2196f('sys/kernel/slab/biovec-128/free_calls', 0o664, b' 2 <not-available> age=4303046908 pid=0 cpus=0\n')
2197f('sys/kernel/slab/biovec-128/aliases', 0o664, b'0\n')
2198d('sys/kernel/slab/kmalloc-192', 0o775)
2199f('sys/kernel/slab/kmalloc-192/reclaim_account', 0o664, b'0\n')
2200f('sys/kernel/slab/kmalloc-192/ctor', 0o664, b'')
2201f('sys/kernel/slab/kmalloc-192/hwcache_align', 0o664, b'0\n')
2202f('sys/kernel/slab/kmalloc-192/slab_size', 0o664, b'264\n')
2203f('sys/kernel/slab/kmalloc-192/total_objects', 0o664, b'255\n')
2204f('sys/kernel/slab/kmalloc-192/slabs', 0o664, b'17\n')
2205f('sys/kernel/slab/kmalloc-192/poison', 0o664, b'1\n')
2206f('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
2207 10 sched_create_group+0xae/0x220 age=8351861/8359345/8366872 pid=1333-2177 cpus=0-1
2208 10 groups_alloc+0x41/0xe0 age=17070/6159814/8366872 pid=1333-20296 cpus=0-1
2209 9 param_sysfs_setup+0x87/0x140 age=8303102/8368759/8379996 pid=1-2754 cpus=0-1
2210 2 futex_lock_pi+0x776/0xb00 age=125614/1986240/3846867 pid=2411-13213 cpus=0-1
2211 18 mempool_create_node+0x2e/0xf0 age=62077/7917175/8379995 pid=1-13295 cpus=0-1
2212 4 __vmalloc_area_node+0xfb/0x140 age=8370390/8373664/8374956 pid=107-901 cpus=0
2213 30 __percpu_alloc_mask+0xbc/0x140 age=8370400/8377809/8380000 pid=1-900 cpus=0-1
2214 4 d_alloc+0x19d/0x1f0 age=61160/6282991/8356935 pid=1706-13349 cpus=0-1
2215 1 bm_register_write+0x63/0x630 age=8354110 pid=2054 cpus=1
2216 1 sysfs_open_file+0xd6/0x230 age=0 pid=13466 cpus=0
2217 15 ipc_rcu_alloc+0x4a/0x70 age=8274192/8330064/8348647 pid=2177-2621 cpus=0-1
2218 28 kset_create_and_add+0x35/0xa0 age=8355999/8378311/8380000 pid=1-1766 cpus=0-1
2219 1 acpi_ds_build_internal_package_obj+0xaf/0x1df age=8379979 pid=1 cpus=0
2220 3 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379976/8379976/8379977 pid=1 cpus=0
2221 1 acpi_power_add+0x4a/0x1d6 age=8379890 pid=1 cpus=0
2222 2 ata_host_alloc+0x4f/0xf0 age=8379280/8379538/8379796 pid=1 cpus=0-1
2223 8 cpuidle_add_state_sysfs+0xc3/0x140 age=125753/125759/125766 pid=13 cpus=0-1
2224 1 hid_parse_report+0x43/0x2c0 age=53560 pid=419 cpus=0
2225 2 hid_add_field+0x18a/0x3a0 age=53560/53560/53560 pid=419 cpus=0
2226 6 fib_create_info+0x61/0x970 age=8324536/8346547/8367903 pid=1197-1541 cpus=0-1
2227 1 unix_sysctl_register+0x2a/0x80 age=8379847 pid=1 cpus=0
2228 1 rtnetlink_init+0x38/0x113 age=8379999 pid=1 cpus=0
2229 1 inet_diag_init+0x15/0x6b age=8378998 pid=1 cpus=0
2230 41 usb_alloc_urb+0x19/0x50 [usbcore] age=22746/1043846/8374920 pid=143-419 cpus=0-1
2231 1 usb_get_configuration+0x5f2/0x1480 [usbcore] age=22753 pid=419 cpus=0
2232 2 usb_get_configuration+0x1388/0x1480 [usbcore] age=8372394/8372581/8372769 pid=419 cpus=0
2233 1 sr_probe+0x76/0x540 [sr_mod] age=8375854 pid=163 cpus=0
2234 18 snd_ctl_new+0x28/0x90 [snd] age=8374174/8374174/8374174 pid=107 cpus=1
2235 1 iwl3945_pci_probe+0xd3f/0x1020 [iwl3945] age=8373796 pid=126 cpus=1
2236 1 blkcipher_walk_next+0x29c/0x390 [crypto_blkcipher] age=8374562 pid=215 cpus=1
2237 3 dm_register_target+0x1f/0xf0 [dm_mod] age=8370400/8370400/8370401 pid=900 cpus=0
2238 1 ipv6_icmp_sysctl_init+0x22/0x40 [ipv6] age=8360202 pid=1549 cpus=0
2239 1 snd_seq_pool_new+0x1b/0x80 [snd_seq] age=8355636 pid=1805 cpus=0
2240''')
2241f('sys/kernel/slab/kmalloc-192/objs_per_slab', 0o664, b'15\n')
2242f('sys/kernel/slab/kmalloc-192/shrink', 0o664, b'')
2243f('sys/kernel/slab/kmalloc-192/trace', 0o664, b'0\n')
2244f('sys/kernel/slab/kmalloc-192/object_size', 0o664, b'192\n')
2245f('sys/kernel/slab/kmalloc-192/cpu_slabs', 0o664, b'0\n')
2246f('sys/kernel/slab/kmalloc-192/cache_dma', 0o664, b'0\n')
2247f('sys/kernel/slab/kmalloc-192/destroy_by_rcu', 0o664, b'0\n')
2248f('sys/kernel/slab/kmalloc-192/objects_partial', 0o664, b'14\n')
2249f('sys/kernel/slab/kmalloc-192/objects', 0o664, b'254\n')
2250f('sys/kernel/slab/kmalloc-192/order', 0o664, b'0\n')
2251f('sys/kernel/slab/kmalloc-192/sanity_checks', 0o664, b'1\n')
2252f('sys/kernel/slab/kmalloc-192/store_user', 0o664, b'1\n')
2253f('sys/kernel/slab/kmalloc-192/align', 0o664, b'8\n')
2254f('sys/kernel/slab/kmalloc-192/partial', 0o664, b'1\n')
2255f('sys/kernel/slab/kmalloc-192/validate', 0o664, b'')
2256f('sys/kernel/slab/kmalloc-192/red_zone', 0o664, b'1\n')
2257f('sys/kernel/slab/kmalloc-192/free_calls', 0o664, b''' 149 <not-available> age=4303047430 pid=0 cpus=0
2258 5 free_sched_group+0x3b/0x80 age=363179/6767246/8375130 pid=0-1614 cpus=0-1
2259 1 free_sched_group+0x50/0x80 age=8369988 pid=0 cpus=0
2260 1 do_exit+0x713/0x960 age=8333169 pid=2558 cpus=1
2261 7 groups_free+0x56/0x60 age=17071/4081875/8369994 pid=0-1690 cpus=0-1
2262 1 __vunmap+0xe9/0x120 age=8356237 pid=1748 cpus=1
2263 1 do_readv_writev+0xe4/0x1e0 age=8331191 pid=2262 cpus=0
2264 4 getxattr+0x8c/0x140 age=0/6266155/8357946 pid=1610-13466 cpus=0-1
2265 20 sysfs_release+0x7c/0xa0 age=53608/7118781/8376453 pid=226-2519 cpus=0-1
2266 1 ipc_immediate_free+0x9/0x10 age=8330259 pid=2568 cpus=0
2267 1 acpi_pci_irq_add_prt+0x30b/0x324 age=8379911 pid=1 cpus=0
2268 6 cpuidle_remove_state_sysfs+0x4f/0x70 age=125768/1366349/3847513 pid=13 cpus=0
2269 4 free_fib_info+0x34/0x60 age=8367904/8367909/8367920 pid=1185-1197 cpus=0-1
2270 36 urb_destroy+0x23/0x30 [usbcore] age=22749/2596918/8374921 pid=143-13294 cpus=0-1
2271 1 sg_clean+0x3e/0x80 [usbcore] age=61399 pid=13294 cpus=0
2272 1 0xffffffffa006521f age=8355637 pid=1805 cpus=0
2273''')
2274f('sys/kernel/slab/kmalloc-192/aliases', 0o664, b'0\n')
2275d('sys/kernel/slab/task_struct', 0o775)
2276f('sys/kernel/slab/task_struct/reclaim_account', 0o664, b'0\n')
2277f('sys/kernel/slab/task_struct/ctor', 0o664, b'')
2278f('sys/kernel/slab/task_struct/hwcache_align', 0o664, b'0\n')
2279f('sys/kernel/slab/task_struct/slab_size', 0o664, b'4400\n')
2280f('sys/kernel/slab/task_struct/total_objects', 0o664, b'224\n')
2281f('sys/kernel/slab/task_struct/slabs', 0o664, b'32\n')
2282f('sys/kernel/slab/task_struct/poison', 0o664, b'1\n')
2283f('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')
2284f('sys/kernel/slab/task_struct/objs_per_slab', 0o664, b'7\n')
2285f('sys/kernel/slab/task_struct/shrink', 0o664, b'')
2286f('sys/kernel/slab/task_struct/trace', 0o664, b'0\n')
2287f('sys/kernel/slab/task_struct/object_size', 0o664, b'4320\n')
2288f('sys/kernel/slab/task_struct/cpu_slabs', 0o664, b'0\n')
2289f('sys/kernel/slab/task_struct/cache_dma', 0o664, b'0\n')
2290f('sys/kernel/slab/task_struct/destroy_by_rcu', 0o664, b'0\n')
2291f('sys/kernel/slab/task_struct/objects_partial', 0o664, b'57\n')
2292f('sys/kernel/slab/task_struct/objects', 0o664, b'211\n')
2293f('sys/kernel/slab/task_struct/order', 0o664, b'3\n')
2294f('sys/kernel/slab/task_struct/sanity_checks', 0o664, b'1\n')
2295f('sys/kernel/slab/task_struct/store_user', 0o664, b'1\n')
2296f('sys/kernel/slab/task_struct/align', 0o664, b'16\n')
2297f('sys/kernel/slab/task_struct/partial', 0o664, b'10\n')
2298f('sys/kernel/slab/task_struct/validate', 0o664, b'')
2299f('sys/kernel/slab/task_struct/red_zone', 0o664, b'1\n')
2300f('sys/kernel/slab/task_struct/free_calls', 0o664, b''' 93 <not-available> age=4303047286 pid=0 cpus=0
2301 110 free_task+0x30/0x40 age=7208/7706854/8377050 pid=0-13258 cpus=0-1
2302''')
2303f('sys/kernel/slab/task_struct/aliases', 0o664, b'0\n')
2304d('sys/kernel/slab/sgpool-16', 0o775)
2305f('sys/kernel/slab/sgpool-16/reclaim_account', 0o664, b'0\n')
2306f('sys/kernel/slab/sgpool-16/ctor', 0o664, b'')
2307f('sys/kernel/slab/sgpool-16/hwcache_align', 0o664, b'1\n')
2308f('sys/kernel/slab/sgpool-16/slab_size', 0o664, b'640\n')
2309f('sys/kernel/slab/sgpool-16/total_objects', 0o664, b'24\n')
2310f('sys/kernel/slab/sgpool-16/slabs', 0o664, b'2\n')
2311f('sys/kernel/slab/sgpool-16/poison', 0o664, b'1\n')
2312f('sys/kernel/slab/sgpool-16/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379289/8379289/8379289 pid=1 cpus=0\n')
2313f('sys/kernel/slab/sgpool-16/objs_per_slab', 0o664, b'12\n')
2314f('sys/kernel/slab/sgpool-16/shrink', 0o664, b'')
2315f('sys/kernel/slab/sgpool-16/trace', 0o664, b'0\n')
2316f('sys/kernel/slab/sgpool-16/object_size', 0o664, b'512\n')
2317f('sys/kernel/slab/sgpool-16/cpu_slabs', 0o664, b'0\n')
2318f('sys/kernel/slab/sgpool-16/cache_dma', 0o664, b'0\n')
2319f('sys/kernel/slab/sgpool-16/destroy_by_rcu', 0o664, b'0\n')
2320f('sys/kernel/slab/sgpool-16/objects_partial', 0o664, b'0\n')
2321f('sys/kernel/slab/sgpool-16/objects', 0o664, b'24\n')
2322f('sys/kernel/slab/sgpool-16/order', 0o664, b'1\n')
2323f('sys/kernel/slab/sgpool-16/sanity_checks', 0o664, b'1\n')
2324f('sys/kernel/slab/sgpool-16/store_user', 0o664, b'1\n')
2325f('sys/kernel/slab/sgpool-16/align', 0o664, b'0\n')
2326f('sys/kernel/slab/sgpool-16/partial', 0o664, b'0\n')
2327f('sys/kernel/slab/sgpool-16/validate', 0o664, b'')
2328f('sys/kernel/slab/sgpool-16/red_zone', 0o664, b'1\n')
2329f('sys/kernel/slab/sgpool-16/free_calls', 0o664, b' 2 <not-available> age=4303046838 pid=0 cpus=0\n')
2330f('sys/kernel/slab/sgpool-16/aliases', 0o664, b'0\n')
2331d('sys/kernel/slab/request_sock_TCPv6', 0o775)
2332f('sys/kernel/slab/request_sock_TCPv6/reclaim_account', 0o664, b'0\n')
2333f('sys/kernel/slab/request_sock_TCPv6/ctor', 0o664, b'')
2334f('sys/kernel/slab/request_sock_TCPv6/hwcache_align', 0o664, b'1\n')
2335f('sys/kernel/slab/request_sock_TCPv6/slab_size', 0o664, b'256\n')
2336f('sys/kernel/slab/request_sock_TCPv6/total_objects', 0o664, b'0\n')
2337f('sys/kernel/slab/request_sock_TCPv6/slabs', 0o664, b'0\n')
2338f('sys/kernel/slab/request_sock_TCPv6/poison', 0o664, b'1\n')
2339f('sys/kernel/slab/request_sock_TCPv6/alloc_calls', 0o664, b'No data\n')
2340f('sys/kernel/slab/request_sock_TCPv6/objs_per_slab', 0o664, b'16\n')
2341f('sys/kernel/slab/request_sock_TCPv6/shrink', 0o664, b'')
2342f('sys/kernel/slab/request_sock_TCPv6/trace', 0o664, b'0\n')
2343f('sys/kernel/slab/request_sock_TCPv6/object_size', 0o664, b'136\n')
2344f('sys/kernel/slab/request_sock_TCPv6/cpu_slabs', 0o664, b'0\n')
2345f('sys/kernel/slab/request_sock_TCPv6/cache_dma', 0o664, b'0\n')
2346f('sys/kernel/slab/request_sock_TCPv6/destroy_by_rcu', 0o664, b'0\n')
2347f('sys/kernel/slab/request_sock_TCPv6/objects_partial', 0o664, b'0\n')
2348f('sys/kernel/slab/request_sock_TCPv6/objects', 0o664, b'0\n')
2349f('sys/kernel/slab/request_sock_TCPv6/order', 0o664, b'0\n')
2350f('sys/kernel/slab/request_sock_TCPv6/sanity_checks', 0o664, b'1\n')
2351f('sys/kernel/slab/request_sock_TCPv6/store_user', 0o664, b'1\n')
2352f('sys/kernel/slab/request_sock_TCPv6/align', 0o664, b'0\n')
2353f('sys/kernel/slab/request_sock_TCPv6/partial', 0o664, b'0\n')
2354f('sys/kernel/slab/request_sock_TCPv6/validate', 0o664, b'')
2355f('sys/kernel/slab/request_sock_TCPv6/red_zone', 0o664, b'1\n')
2356f('sys/kernel/slab/request_sock_TCPv6/free_calls', 0o664, b'No data\n')
2357f('sys/kernel/slab/request_sock_TCPv6/aliases', 0o664, b'0\n')
2358d('sys/kernel/slab/Acpi-Namespace', 0o775)
2359f('sys/kernel/slab/Acpi-Namespace/reclaim_account', 0o664, b'0\n')
2360f('sys/kernel/slab/Acpi-Namespace/ctor', 0o664, b'')
2361f('sys/kernel/slab/Acpi-Namespace/hwcache_align', 0o664, b'0\n')
2362f('sys/kernel/slab/Acpi-Namespace/slab_size', 0o664, b'104\n')
2363f('sys/kernel/slab/Acpi-Namespace/total_objects', 0o664, b'1755\n')
2364f('sys/kernel/slab/Acpi-Namespace/slabs', 0o664, b'45\n')
2365f('sys/kernel/slab/Acpi-Namespace/poison', 0o664, b'1\n')
2366f('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')
2367f('sys/kernel/slab/Acpi-Namespace/objs_per_slab', 0o664, b'39\n')
2368f('sys/kernel/slab/Acpi-Namespace/shrink', 0o664, b'')
2369f('sys/kernel/slab/Acpi-Namespace/trace', 0o664, b'0\n')
2370f('sys/kernel/slab/Acpi-Namespace/object_size', 0o664, b'32\n')
2371f('sys/kernel/slab/Acpi-Namespace/cpu_slabs', 0o664, b'0\n')
2372f('sys/kernel/slab/Acpi-Namespace/cache_dma', 0o664, b'0\n')
2373f('sys/kernel/slab/Acpi-Namespace/destroy_by_rcu', 0o664, b'0\n')
2374f('sys/kernel/slab/Acpi-Namespace/objects_partial', 0o664, b'32\n')
2375f('sys/kernel/slab/Acpi-Namespace/objects', 0o664, b'1709\n')
2376f('sys/kernel/slab/Acpi-Namespace/order', 0o664, b'0\n')
2377f('sys/kernel/slab/Acpi-Namespace/sanity_checks', 0o664, b'1\n')
2378f('sys/kernel/slab/Acpi-Namespace/store_user', 0o664, b'1\n')
2379f('sys/kernel/slab/Acpi-Namespace/align', 0o664, b'0\n')
2380f('sys/kernel/slab/Acpi-Namespace/partial', 0o664, b'2\n')
2381f('sys/kernel/slab/Acpi-Namespace/validate', 0o664, b'')
2382f('sys/kernel/slab/Acpi-Namespace/red_zone', 0o664, b'1\n')
2383f('sys/kernel/slab/Acpi-Namespace/free_calls', 0o664, b' 1709 <not-available> age=4303047034 pid=0 cpus=0\n')
2384f('sys/kernel/slab/Acpi-Namespace/aliases', 0o664, b'0\n')
2385d('sys/kernel/slab/posix_timers_cache', 0o775)
2386f('sys/kernel/slab/posix_timers_cache/reclaim_account', 0o664, b'0\n')
2387f('sys/kernel/slab/posix_timers_cache/ctor', 0o664, b'')
2388f('sys/kernel/slab/posix_timers_cache/hwcache_align', 0o664, b'0\n')
2389f('sys/kernel/slab/posix_timers_cache/slab_size', 0o664, b'320\n')
2390f('sys/kernel/slab/posix_timers_cache/total_objects', 0o664, b'0\n')
2391f('sys/kernel/slab/posix_timers_cache/slabs', 0o664, b'0\n')
2392f('sys/kernel/slab/posix_timers_cache/poison', 0o664, b'1\n')
2393f('sys/kernel/slab/posix_timers_cache/alloc_calls', 0o664, b'No data\n')
2394f('sys/kernel/slab/posix_timers_cache/objs_per_slab', 0o664, b'12\n')
2395f('sys/kernel/slab/posix_timers_cache/shrink', 0o664, b'')
2396f('sys/kernel/slab/posix_timers_cache/trace', 0o664, b'0\n')
2397f('sys/kernel/slab/posix_timers_cache/object_size', 0o664, b'248\n')
2398f('sys/kernel/slab/posix_timers_cache/cpu_slabs', 0o664, b'0\n')
2399f('sys/kernel/slab/posix_timers_cache/cache_dma', 0o664, b'0\n')
2400f('sys/kernel/slab/posix_timers_cache/destroy_by_rcu', 0o664, b'0\n')
2401f('sys/kernel/slab/posix_timers_cache/objects_partial', 0o664, b'0\n')
2402f('sys/kernel/slab/posix_timers_cache/objects', 0o664, b'0\n')
2403f('sys/kernel/slab/posix_timers_cache/order', 0o664, b'0\n')
2404f('sys/kernel/slab/posix_timers_cache/sanity_checks', 0o664, b'1\n')
2405f('sys/kernel/slab/posix_timers_cache/store_user', 0o664, b'1\n')
2406f('sys/kernel/slab/posix_timers_cache/align', 0o664, b'0\n')
2407f('sys/kernel/slab/posix_timers_cache/partial', 0o664, b'0\n')
2408f('sys/kernel/slab/posix_timers_cache/validate', 0o664, b'')
2409f('sys/kernel/slab/posix_timers_cache/red_zone', 0o664, b'1\n')
2410f('sys/kernel/slab/posix_timers_cache/free_calls', 0o664, b'No data\n')
2411f('sys/kernel/slab/posix_timers_cache/aliases', 0o664, b'0\n')
2412d('sys/kernel/slab/scsi_cmd_cache', 0o775)
2413f('sys/kernel/slab/scsi_cmd_cache/reclaim_account', 0o664, b'0\n')
2414f('sys/kernel/slab/scsi_cmd_cache/ctor', 0o664, b'')
2415f('sys/kernel/slab/scsi_cmd_cache/hwcache_align', 0o664, b'1\n')
2416f('sys/kernel/slab/scsi_cmd_cache/slab_size', 0o664, b'448\n')
2417f('sys/kernel/slab/scsi_cmd_cache/total_objects', 0o664, b'36\n')
2418f('sys/kernel/slab/scsi_cmd_cache/slabs', 0o664, b'2\n')
2419f('sys/kernel/slab/scsi_cmd_cache/poison', 0o664, b'1\n')
2420f('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')
2421f('sys/kernel/slab/scsi_cmd_cache/objs_per_slab', 0o664, b'18\n')
2422f('sys/kernel/slab/scsi_cmd_cache/shrink', 0o664, b'')
2423f('sys/kernel/slab/scsi_cmd_cache/trace', 0o664, b'0\n')
2424f('sys/kernel/slab/scsi_cmd_cache/object_size', 0o664, b'320\n')
2425f('sys/kernel/slab/scsi_cmd_cache/cpu_slabs', 0o664, b'0\n')
2426f('sys/kernel/slab/scsi_cmd_cache/cache_dma', 0o664, b'0\n')
2427f('sys/kernel/slab/scsi_cmd_cache/destroy_by_rcu', 0o664, b'0\n')
2428f('sys/kernel/slab/scsi_cmd_cache/objects_partial', 0o664, b'0\n')
2429f('sys/kernel/slab/scsi_cmd_cache/objects', 0o664, b'36\n')
2430f('sys/kernel/slab/scsi_cmd_cache/order', 0o664, b'1\n')
2431f('sys/kernel/slab/scsi_cmd_cache/sanity_checks', 0o664, b'1\n')
2432f('sys/kernel/slab/scsi_cmd_cache/store_user', 0o664, b'1\n')
2433f('sys/kernel/slab/scsi_cmd_cache/align', 0o664, b'0\n')
2434f('sys/kernel/slab/scsi_cmd_cache/partial', 0o664, b'0\n')
2435f('sys/kernel/slab/scsi_cmd_cache/validate', 0o664, b'')
2436f('sys/kernel/slab/scsi_cmd_cache/red_zone', 0o664, b'1\n')
2437f('sys/kernel/slab/scsi_cmd_cache/free_calls', 0o664, b''' 5 <not-available> age=4303047639 pid=0 cpus=0
2438 2 scsi_pool_free_command+0x4c/0x60 age=67789/4223648/8379508 pid=0 cpus=0
2439''')
2440f('sys/kernel/slab/scsi_cmd_cache/aliases', 0o664, b'0\n')
2441d('sys/kernel/slab/eventpoll_pwq', 0o775)
2442f('sys/kernel/slab/eventpoll_pwq/reclaim_account', 0o664, b'0\n')
2443f('sys/kernel/slab/eventpoll_pwq/ctor', 0o664, b'')
2444f('sys/kernel/slab/eventpoll_pwq/hwcache_align', 0o664, b'0\n')
2445f('sys/kernel/slab/eventpoll_pwq/slab_size', 0o664, b'144\n')
2446f('sys/kernel/slab/eventpoll_pwq/total_objects', 0o664, b'112\n')
2447f('sys/kernel/slab/eventpoll_pwq/slabs', 0o664, b'4\n')
2448f('sys/kernel/slab/eventpoll_pwq/poison', 0o664, b'1\n')
2449f('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')
2450f('sys/kernel/slab/eventpoll_pwq/objs_per_slab', 0o664, b'28\n')
2451f('sys/kernel/slab/eventpoll_pwq/shrink', 0o664, b'')
2452f('sys/kernel/slab/eventpoll_pwq/trace', 0o664, b'0\n')
2453f('sys/kernel/slab/eventpoll_pwq/object_size', 0o664, b'72\n')
2454f('sys/kernel/slab/eventpoll_pwq/cpu_slabs', 0o664, b'0\n')
2455f('sys/kernel/slab/eventpoll_pwq/cache_dma', 0o664, b'0\n')
2456f('sys/kernel/slab/eventpoll_pwq/destroy_by_rcu', 0o664, b'0\n')
2457f('sys/kernel/slab/eventpoll_pwq/objects_partial', 0o664, b'7\n')
2458f('sys/kernel/slab/eventpoll_pwq/objects', 0o664, b'91\n')
2459f('sys/kernel/slab/eventpoll_pwq/order', 0o664, b'0\n')
2460f('sys/kernel/slab/eventpoll_pwq/sanity_checks', 0o664, b'1\n')
2461f('sys/kernel/slab/eventpoll_pwq/store_user', 0o664, b'1\n')
2462f('sys/kernel/slab/eventpoll_pwq/align', 0o664, b'0\n')
2463f('sys/kernel/slab/eventpoll_pwq/partial', 0o664, b'1\n')
2464f('sys/kernel/slab/eventpoll_pwq/validate', 0o664, b'')
2465f('sys/kernel/slab/eventpoll_pwq/red_zone', 0o664, b'1\n')
2466f('sys/kernel/slab/eventpoll_pwq/free_calls', 0o664, b''' 61 <not-available> age=4303046794 pid=0 cpus=0
2467 4 ep_unregister_pollwait+0x61/0x80 age=2416452/6864185/8356241 pid=1690-2073 cpus=0-1
2468''')
2469f('sys/kernel/slab/eventpoll_pwq/aliases', 0o664, b'0\n')
2470d('sys/kernel/slab/journal_handle', 0o775)
2471f('sys/kernel/slab/journal_handle/reclaim_account', 0o664, b'1\n')
2472f('sys/kernel/slab/journal_handle/ctor', 0o664, b'')
2473f('sys/kernel/slab/journal_handle/hwcache_align', 0o664, b'0\n')
2474f('sys/kernel/slab/journal_handle/slab_size', 0o664, b'128\n')
2475f('sys/kernel/slab/journal_handle/total_objects', 0o664, b'64\n')
2476f('sys/kernel/slab/journal_handle/slabs', 0o664, b'2\n')
2477f('sys/kernel/slab/journal_handle/poison', 0o664, b'1\n')
2478f('sys/kernel/slab/journal_handle/alloc_calls', 0o664, b'No data\n')
2479f('sys/kernel/slab/journal_handle/objs_per_slab', 0o664, b'32\n')
2480f('sys/kernel/slab/journal_handle/shrink', 0o664, b'')
2481f('sys/kernel/slab/journal_handle/trace', 0o664, b'0\n')
2482f('sys/kernel/slab/journal_handle/object_size', 0o664, b'56\n')
2483f('sys/kernel/slab/journal_handle/cpu_slabs', 0o664, b'0\n')
2484f('sys/kernel/slab/journal_handle/cache_dma', 0o664, b'0\n')
2485f('sys/kernel/slab/journal_handle/destroy_by_rcu', 0o664, b'0\n')
2486f('sys/kernel/slab/journal_handle/objects_partial', 0o664, b'0\n')
2487f('sys/kernel/slab/journal_handle/objects', 0o664, b'64\n')
2488f('sys/kernel/slab/journal_handle/order', 0o664, b'0\n')
2489f('sys/kernel/slab/journal_handle/sanity_checks', 0o664, b'1\n')
2490f('sys/kernel/slab/journal_handle/store_user', 0o664, b'1\n')
2491f('sys/kernel/slab/journal_handle/align', 0o664, b'0\n')
2492f('sys/kernel/slab/journal_handle/partial', 0o664, b'0\n')
2493f('sys/kernel/slab/journal_handle/validate', 0o664, b'')
2494f('sys/kernel/slab/journal_handle/red_zone', 0o664, b'1\n')
2495f('sys/kernel/slab/journal_handle/free_calls', 0o664, b'No data\n')
2496f('sys/kernel/slab/journal_handle/aliases', 0o664, b'0\n')
2497d('sys/kernel/slab/bsg_cmd', 0o775)
2498f('sys/kernel/slab/bsg_cmd/reclaim_account', 0o664, b'0\n')
2499f('sys/kernel/slab/bsg_cmd/ctor', 0o664, b'')
2500f('sys/kernel/slab/bsg_cmd/hwcache_align', 0o664, b'0\n')
2501f('sys/kernel/slab/bsg_cmd/slab_size', 0o664, b'384\n')
2502f('sys/kernel/slab/bsg_cmd/total_objects', 0o664, b'0\n')
2503f('sys/kernel/slab/bsg_cmd/slabs', 0o664, b'0\n')
2504f('sys/kernel/slab/bsg_cmd/poison', 0o664, b'1\n')
2505f('sys/kernel/slab/bsg_cmd/alloc_calls', 0o664, b'No data\n')
2506f('sys/kernel/slab/bsg_cmd/objs_per_slab', 0o664, b'21\n')
2507f('sys/kernel/slab/bsg_cmd/shrink', 0o664, b'')
2508f('sys/kernel/slab/bsg_cmd/trace', 0o664, b'0\n')
2509f('sys/kernel/slab/bsg_cmd/object_size', 0o664, b'312\n')
2510f('sys/kernel/slab/bsg_cmd/cpu_slabs', 0o664, b'0\n')
2511f('sys/kernel/slab/bsg_cmd/cache_dma', 0o664, b'0\n')
2512f('sys/kernel/slab/bsg_cmd/destroy_by_rcu', 0o664, b'0\n')
2513f('sys/kernel/slab/bsg_cmd/objects_partial', 0o664, b'0\n')
2514f('sys/kernel/slab/bsg_cmd/objects', 0o664, b'0\n')
2515f('sys/kernel/slab/bsg_cmd/order', 0o664, b'1\n')
2516f('sys/kernel/slab/bsg_cmd/sanity_checks', 0o664, b'1\n')
2517f('sys/kernel/slab/bsg_cmd/store_user', 0o664, b'1\n')
2518f('sys/kernel/slab/bsg_cmd/align', 0o664, b'0\n')
2519f('sys/kernel/slab/bsg_cmd/partial', 0o664, b'0\n')
2520f('sys/kernel/slab/bsg_cmd/validate', 0o664, b'')
2521f('sys/kernel/slab/bsg_cmd/red_zone', 0o664, b'1\n')
2522f('sys/kernel/slab/bsg_cmd/free_calls', 0o664, b'No data\n')
2523f('sys/kernel/slab/bsg_cmd/aliases', 0o664, b'0\n')
2524d('sys/kernel/slab/kiocb', 0o775)
2525f('sys/kernel/slab/kiocb/reclaim_account', 0o664, b'0\n')
2526f('sys/kernel/slab/kiocb/ctor', 0o664, b'')
2527f('sys/kernel/slab/kiocb/hwcache_align', 0o664, b'1\n')
2528f('sys/kernel/slab/kiocb/slab_size', 0o664, b'320\n')
2529f('sys/kernel/slab/kiocb/total_objects', 0o664, b'0\n')
2530f('sys/kernel/slab/kiocb/slabs', 0o664, b'0\n')
2531f('sys/kernel/slab/kiocb/poison', 0o664, b'1\n')
2532f('sys/kernel/slab/kiocb/alloc_calls', 0o664, b'No data\n')
2533f('sys/kernel/slab/kiocb/objs_per_slab', 0o664, b'12\n')
2534f('sys/kernel/slab/kiocb/shrink', 0o664, b'')
2535f('sys/kernel/slab/kiocb/trace', 0o664, b'0\n')
2536f('sys/kernel/slab/kiocb/object_size', 0o664, b'240\n')
2537f('sys/kernel/slab/kiocb/cpu_slabs', 0o664, b'0\n')
2538f('sys/kernel/slab/kiocb/cache_dma', 0o664, b'0\n')
2539f('sys/kernel/slab/kiocb/destroy_by_rcu', 0o664, b'0\n')
2540f('sys/kernel/slab/kiocb/objects_partial', 0o664, b'0\n')
2541f('sys/kernel/slab/kiocb/objects', 0o664, b'0\n')
2542f('sys/kernel/slab/kiocb/order', 0o664, b'0\n')
2543f('sys/kernel/slab/kiocb/sanity_checks', 0o664, b'1\n')
2544f('sys/kernel/slab/kiocb/store_user', 0o664, b'1\n')
2545f('sys/kernel/slab/kiocb/align', 0o664, b'8\n')
2546f('sys/kernel/slab/kiocb/partial', 0o664, b'0\n')
2547f('sys/kernel/slab/kiocb/validate', 0o664, b'')
2548f('sys/kernel/slab/kiocb/red_zone', 0o664, b'1\n')
2549f('sys/kernel/slab/kiocb/free_calls', 0o664, b'No data\n')
2550f('sys/kernel/slab/kiocb/aliases', 0o664, b'0\n')
2551d('sys/kernel/slab/file_lock_cache', 0o775)
2552f('sys/kernel/slab/file_lock_cache/reclaim_account', 0o664, b'0\n')
2553f('sys/kernel/slab/file_lock_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
2554f('sys/kernel/slab/file_lock_cache/hwcache_align', 0o664, b'0\n')
2555f('sys/kernel/slab/file_lock_cache/slab_size', 0o664, b'296\n')
2556f('sys/kernel/slab/file_lock_cache/total_objects', 0o664, b'26\n')
2557f('sys/kernel/slab/file_lock_cache/slabs', 0o664, b'2\n')
2558f('sys/kernel/slab/file_lock_cache/poison', 0o664, b'1\n')
2559f('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
2560 1 __posix_lock_file+0x3f/0x560 age=8349601 pid=2262 cpus=0
2561''')
2562f('sys/kernel/slab/file_lock_cache/objs_per_slab', 0o664, b'13\n')
2563f('sys/kernel/slab/file_lock_cache/shrink', 0o664, b'')
2564f('sys/kernel/slab/file_lock_cache/trace', 0o664, b'0\n')
2565f('sys/kernel/slab/file_lock_cache/object_size', 0o664, b'224\n')
2566f('sys/kernel/slab/file_lock_cache/cpu_slabs', 0o664, b'0\n')
2567f('sys/kernel/slab/file_lock_cache/cache_dma', 0o664, b'0\n')
2568f('sys/kernel/slab/file_lock_cache/destroy_by_rcu', 0o664, b'0\n')
2569f('sys/kernel/slab/file_lock_cache/objects_partial', 0o664, b'0\n')
2570f('sys/kernel/slab/file_lock_cache/objects', 0o664, b'26\n')
2571f('sys/kernel/slab/file_lock_cache/order', 0o664, b'0\n')
2572f('sys/kernel/slab/file_lock_cache/sanity_checks', 0o664, b'1\n')
2573f('sys/kernel/slab/file_lock_cache/store_user', 0o664, b'1\n')
2574f('sys/kernel/slab/file_lock_cache/align', 0o664, b'0\n')
2575f('sys/kernel/slab/file_lock_cache/partial', 0o664, b'0\n')
2576f('sys/kernel/slab/file_lock_cache/validate', 0o664, b'')
2577f('sys/kernel/slab/file_lock_cache/red_zone', 0o664, b'1\n')
2578f('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')
2579f('sys/kernel/slab/file_lock_cache/aliases', 0o664, b'0\n')
2580d('sys/kernel/slab/inet_peer_cache', 0o775)
2581f('sys/kernel/slab/inet_peer_cache/reclaim_account', 0o664, b'0\n')
2582f('sys/kernel/slab/inet_peer_cache/ctor', 0o664, b'')
2583f('sys/kernel/slab/inet_peer_cache/hwcache_align', 0o664, b'1\n')
2584f('sys/kernel/slab/inet_peer_cache/slab_size', 0o664, b'192\n')
2585f('sys/kernel/slab/inet_peer_cache/total_objects', 0o664, b'0\n')
2586f('sys/kernel/slab/inet_peer_cache/slabs', 0o664, b'0\n')
2587f('sys/kernel/slab/inet_peer_cache/poison', 0o664, b'1\n')
2588f('sys/kernel/slab/inet_peer_cache/alloc_calls', 0o664, b'No data\n')
2589f('sys/kernel/slab/inet_peer_cache/objs_per_slab', 0o664, b'21\n')
2590f('sys/kernel/slab/inet_peer_cache/shrink', 0o664, b'')
2591f('sys/kernel/slab/inet_peer_cache/trace', 0o664, b'0\n')
2592f('sys/kernel/slab/inet_peer_cache/object_size', 0o664, b'64\n')
2593f('sys/kernel/slab/inet_peer_cache/cpu_slabs', 0o664, b'0\n')
2594f('sys/kernel/slab/inet_peer_cache/cache_dma', 0o664, b'0\n')
2595f('sys/kernel/slab/inet_peer_cache/destroy_by_rcu', 0o664, b'0\n')
2596f('sys/kernel/slab/inet_peer_cache/objects_partial', 0o664, b'0\n')
2597f('sys/kernel/slab/inet_peer_cache/objects', 0o664, b'0\n')
2598f('sys/kernel/slab/inet_peer_cache/order', 0o664, b'0\n')
2599f('sys/kernel/slab/inet_peer_cache/sanity_checks', 0o664, b'1\n')
2600f('sys/kernel/slab/inet_peer_cache/store_user', 0o664, b'1\n')
2601f('sys/kernel/slab/inet_peer_cache/align', 0o664, b'0\n')
2602f('sys/kernel/slab/inet_peer_cache/partial', 0o664, b'0\n')
2603f('sys/kernel/slab/inet_peer_cache/validate', 0o664, b'')
2604f('sys/kernel/slab/inet_peer_cache/red_zone', 0o664, b'1\n')
2605f('sys/kernel/slab/inet_peer_cache/free_calls', 0o664, b'No data\n')
2606f('sys/kernel/slab/inet_peer_cache/aliases', 0o664, b'0\n')
2607d('sys/kernel/slab/arp_cache', 0o775)
2608f('sys/kernel/slab/arp_cache/reclaim_account', 0o664, b'0\n')
2609f('sys/kernel/slab/arp_cache/ctor', 0o664, b'')
2610f('sys/kernel/slab/arp_cache/hwcache_align', 0o664, b'1\n')
2611f('sys/kernel/slab/arp_cache/slab_size', 0o664, b'448\n')
2612f('sys/kernel/slab/arp_cache/total_objects', 0o664, b'36\n')
2613f('sys/kernel/slab/arp_cache/slabs', 0o664, b'2\n')
2614f('sys/kernel/slab/arp_cache/poison', 0o664, b'1\n')
2615f('sys/kernel/slab/arp_cache/alloc_calls', 0o664, b' 1 neigh_create+0x8b/0x530 age=1133499 pid=952 cpus=0\n')
2616f('sys/kernel/slab/arp_cache/objs_per_slab', 0o664, b'18\n')
2617f('sys/kernel/slab/arp_cache/shrink', 0o664, b'')
2618f('sys/kernel/slab/arp_cache/trace', 0o664, b'0\n')
2619f('sys/kernel/slab/arp_cache/object_size', 0o664, b'348\n')
2620f('sys/kernel/slab/arp_cache/cpu_slabs', 0o664, b'0\n')
2621f('sys/kernel/slab/arp_cache/cache_dma', 0o664, b'0\n')
2622f('sys/kernel/slab/arp_cache/destroy_by_rcu', 0o664, b'0\n')
2623f('sys/kernel/slab/arp_cache/objects_partial', 0o664, b'0\n')
2624f('sys/kernel/slab/arp_cache/objects', 0o664, b'36\n')
2625f('sys/kernel/slab/arp_cache/order', 0o664, b'1\n')
2626f('sys/kernel/slab/arp_cache/sanity_checks', 0o664, b'1\n')
2627f('sys/kernel/slab/arp_cache/store_user', 0o664, b'1\n')
2628f('sys/kernel/slab/arp_cache/align', 0o664, b'0\n')
2629f('sys/kernel/slab/arp_cache/partial', 0o664, b'0\n')
2630f('sys/kernel/slab/arp_cache/validate', 0o664, b'')
2631f('sys/kernel/slab/arp_cache/red_zone', 0o664, b'1\n')
2632f('sys/kernel/slab/arp_cache/free_calls', 0o664, b' 1 neigh_destroy+0x10c/0x160 age=1135741 pid=0 cpus=0\n')
2633f('sys/kernel/slab/arp_cache/aliases', 0o664, b'0\n')
2634d('sys/kernel/slab/biovec-4', 0o775)
2635f('sys/kernel/slab/biovec-4/reclaim_account', 0o664, b'0\n')
2636f('sys/kernel/slab/biovec-4/ctor', 0o664, b'')
2637f('sys/kernel/slab/biovec-4/hwcache_align', 0o664, b'1\n')
2638f('sys/kernel/slab/biovec-4/slab_size', 0o664, b'192\n')
2639f('sys/kernel/slab/biovec-4/total_objects', 0o664, b'42\n')
2640f('sys/kernel/slab/biovec-4/slabs', 0o664, b'2\n')
2641f('sys/kernel/slab/biovec-4/poison', 0o664, b'1\n')
2642f('sys/kernel/slab/biovec-4/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379500/8379500/8379500 pid=1 cpus=0\n')
2643f('sys/kernel/slab/biovec-4/objs_per_slab', 0o664, b'21\n')
2644f('sys/kernel/slab/biovec-4/shrink', 0o664, b'')
2645f('sys/kernel/slab/biovec-4/trace', 0o664, b'0\n')
2646f('sys/kernel/slab/biovec-4/object_size', 0o664, b'64\n')
2647f('sys/kernel/slab/biovec-4/cpu_slabs', 0o664, b'0\n')
2648f('sys/kernel/slab/biovec-4/cache_dma', 0o664, b'0\n')
2649f('sys/kernel/slab/biovec-4/destroy_by_rcu', 0o664, b'0\n')
2650f('sys/kernel/slab/biovec-4/objects_partial', 0o664, b'0\n')
2651f('sys/kernel/slab/biovec-4/objects', 0o664, b'42\n')
2652f('sys/kernel/slab/biovec-4/order', 0o664, b'0\n')
2653f('sys/kernel/slab/biovec-4/sanity_checks', 0o664, b'1\n')
2654f('sys/kernel/slab/biovec-4/store_user', 0o664, b'1\n')
2655f('sys/kernel/slab/biovec-4/align', 0o664, b'0\n')
2656f('sys/kernel/slab/biovec-4/partial', 0o664, b'0\n')
2657f('sys/kernel/slab/biovec-4/validate', 0o664, b'')
2658f('sys/kernel/slab/biovec-4/red_zone', 0o664, b'1\n')
2659f('sys/kernel/slab/biovec-4/free_calls', 0o664, b' 2 <not-available> age=4303046934 pid=0 cpus=0\n')
2660f('sys/kernel/slab/biovec-4/aliases', 0o664, b'0\n')
2661d('sys/kernel/slab/scsi_sense_cache', 0o775)
2662f('sys/kernel/slab/scsi_sense_cache/reclaim_account', 0o664, b'0\n')
2663f('sys/kernel/slab/scsi_sense_cache/ctor', 0o664, b'')
2664f('sys/kernel/slab/scsi_sense_cache/hwcache_align', 0o664, b'1\n')
2665f('sys/kernel/slab/scsi_sense_cache/slab_size', 0o664, b'192\n')
2666f('sys/kernel/slab/scsi_sense_cache/total_objects', 0o664, b'42\n')
2667f('sys/kernel/slab/scsi_sense_cache/slabs', 0o664, b'2\n')
2668f('sys/kernel/slab/scsi_sense_cache/poison', 0o664, b'1\n')
2669f('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')
2670f('sys/kernel/slab/scsi_sense_cache/objs_per_slab', 0o664, b'21\n')
2671f('sys/kernel/slab/scsi_sense_cache/shrink', 0o664, b'')
2672f('sys/kernel/slab/scsi_sense_cache/trace', 0o664, b'0\n')
2673f('sys/kernel/slab/scsi_sense_cache/object_size', 0o664, b'96\n')
2674f('sys/kernel/slab/scsi_sense_cache/cpu_slabs', 0o664, b'0\n')
2675f('sys/kernel/slab/scsi_sense_cache/cache_dma', 0o664, b'0\n')
2676f('sys/kernel/slab/scsi_sense_cache/destroy_by_rcu', 0o664, b'0\n')
2677f('sys/kernel/slab/scsi_sense_cache/objects_partial', 0o664, b'0\n')
2678f('sys/kernel/slab/scsi_sense_cache/objects', 0o664, b'42\n')
2679f('sys/kernel/slab/scsi_sense_cache/order', 0o664, b'0\n')
2680f('sys/kernel/slab/scsi_sense_cache/sanity_checks', 0o664, b'1\n')
2681f('sys/kernel/slab/scsi_sense_cache/store_user', 0o664, b'1\n')
2682f('sys/kernel/slab/scsi_sense_cache/align', 0o664, b'0\n')
2683f('sys/kernel/slab/scsi_sense_cache/partial', 0o664, b'0\n')
2684f('sys/kernel/slab/scsi_sense_cache/validate', 0o664, b'')
2685f('sys/kernel/slab/scsi_sense_cache/red_zone', 0o664, b'1\n')
2686f('sys/kernel/slab/scsi_sense_cache/free_calls', 0o664, b''' 5 <not-available> age=4303047648 pid=0 cpus=0
2687 2 scsi_pool_free_command+0x40/0x60 age=67798/4223657/8379517 pid=0 cpus=0
2688''')
2689f('sys/kernel/slab/scsi_sense_cache/aliases', 0o664, b'0\n')
2690d('sys/kernel/slab/cfq_io_context', 0o775)
2691f('sys/kernel/slab/cfq_io_context/reclaim_account', 0o664, b'0\n')
2692f('sys/kernel/slab/cfq_io_context/ctor', 0o664, b'')
2693f('sys/kernel/slab/cfq_io_context/hwcache_align', 0o664, b'0\n')
2694f('sys/kernel/slab/cfq_io_context/slab_size', 0o664, b'240\n')
2695f('sys/kernel/slab/cfq_io_context/total_objects', 0o664, b'85\n')
2696f('sys/kernel/slab/cfq_io_context/slabs', 0o664, b'5\n')
2697f('sys/kernel/slab/cfq_io_context/poison', 0o664, b'1\n')
2698f('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')
2699f('sys/kernel/slab/cfq_io_context/objs_per_slab', 0o664, b'17\n')
2700f('sys/kernel/slab/cfq_io_context/shrink', 0o664, b'')
2701f('sys/kernel/slab/cfq_io_context/trace', 0o664, b'0\n')
2702f('sys/kernel/slab/cfq_io_context/object_size', 0o664, b'168\n')
2703f('sys/kernel/slab/cfq_io_context/cpu_slabs', 0o664, b'0\n')
2704f('sys/kernel/slab/cfq_io_context/cache_dma', 0o664, b'0\n')
2705f('sys/kernel/slab/cfq_io_context/destroy_by_rcu', 0o664, b'0\n')
2706f('sys/kernel/slab/cfq_io_context/objects_partial', 0o664, b'16\n')
2707f('sys/kernel/slab/cfq_io_context/objects', 0o664, b'84\n')
2708f('sys/kernel/slab/cfq_io_context/order', 0o664, b'0\n')
2709f('sys/kernel/slab/cfq_io_context/sanity_checks', 0o664, b'1\n')
2710f('sys/kernel/slab/cfq_io_context/store_user', 0o664, b'1\n')
2711f('sys/kernel/slab/cfq_io_context/align', 0o664, b'8\n')
2712f('sys/kernel/slab/cfq_io_context/partial', 0o664, b'1\n')
2713f('sys/kernel/slab/cfq_io_context/validate', 0o664, b'')
2714f('sys/kernel/slab/cfq_io_context/red_zone', 0o664, b'1\n')
2715f('sys/kernel/slab/cfq_io_context/free_calls', 0o664, b''' 12 <not-available> age=4303047630 pid=0 cpus=0
2716 57 cfq_cic_free_rcu+0x21/0xc0 age=61842/7747595/8376055 pid=0-2535 cpus=0-1
2717''')
2718f('sys/kernel/slab/cfq_io_context/aliases', 0o664, b'0\n')
2719d('sys/kernel/slab/idr_layer_cache', 0o775)
2720f('sys/kernel/slab/idr_layer_cache/reclaim_account', 0o664, b'0\n')
2721f('sys/kernel/slab/idr_layer_cache/ctor', 0o664, b'idr_cache_ctor+0x0/0x10\n')
2722f('sys/kernel/slab/idr_layer_cache/hwcache_align', 0o664, b'0\n')
2723f('sys/kernel/slab/idr_layer_cache/slab_size', 0o664, b'616\n')
2724f('sys/kernel/slab/idr_layer_cache/total_objects', 0o664, b'442\n')
2725f('sys/kernel/slab/idr_layer_cache/slabs', 0o664, b'34\n')
2726f('sys/kernel/slab/idr_layer_cache/poison', 0o664, b'1\n')
2727f('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')
2728f('sys/kernel/slab/idr_layer_cache/objs_per_slab', 0o664, b'13\n')
2729f('sys/kernel/slab/idr_layer_cache/shrink', 0o664, b'')
2730f('sys/kernel/slab/idr_layer_cache/trace', 0o664, b'0\n')
2731f('sys/kernel/slab/idr_layer_cache/object_size', 0o664, b'544\n')
2732f('sys/kernel/slab/idr_layer_cache/cpu_slabs', 0o664, b'0\n')
2733f('sys/kernel/slab/idr_layer_cache/cache_dma', 0o664, b'0\n')
2734f('sys/kernel/slab/idr_layer_cache/destroy_by_rcu', 0o664, b'0\n')
2735f('sys/kernel/slab/idr_layer_cache/objects_partial', 0o664, b'82\n')
2736f('sys/kernel/slab/idr_layer_cache/objects', 0o664, b'420\n')
2737f('sys/kernel/slab/idr_layer_cache/order', 0o664, b'1\n')
2738f('sys/kernel/slab/idr_layer_cache/sanity_checks', 0o664, b'1\n')
2739f('sys/kernel/slab/idr_layer_cache/store_user', 0o664, b'1\n')
2740f('sys/kernel/slab/idr_layer_cache/align', 0o664, b'0\n')
2741f('sys/kernel/slab/idr_layer_cache/partial', 0o664, b'8\n')
2742f('sys/kernel/slab/idr_layer_cache/validate', 0o664, b'')
2743f('sys/kernel/slab/idr_layer_cache/red_zone', 0o664, b'1\n')
2744f('sys/kernel/slab/idr_layer_cache/free_calls', 0o664, b''' 304 <not-available> age=4303047315 pid=0 cpus=0
2745 3 idr_destroy+0x2f/0x40 age=104486/3178486/4715486 pid=13211-13803 cpus=0-1
2746 4 idr_layer_rcu_free+0x17/0x20 age=8334501/8362397/8377168 pid=0-1155 cpus=0-1
2747 95 ida_get_new_above+0x141/0x210 age=812584/8292482/8380019 pid=0-2593 cpus=0-1
2748''')
2749f('sys/kernel/slab/idr_layer_cache/aliases', 0o664, b'0\n')
2750d('sys/kernel/slab/vm_area_struct', 0o775)
2751f('sys/kernel/slab/vm_area_struct/reclaim_account', 0o664, b'0\n')
2752f('sys/kernel/slab/vm_area_struct/ctor', 0o664, b'')
2753f('sys/kernel/slab/vm_area_struct/hwcache_align', 0o664, b'0\n')
2754f('sys/kernel/slab/vm_area_struct/slab_size', 0o664, b'240\n')
2755f('sys/kernel/slab/vm_area_struct/total_objects', 0o664, b'12087\n')
2756f('sys/kernel/slab/vm_area_struct/slabs', 0o664, b'711\n')
2757f('sys/kernel/slab/vm_area_struct/poison', 0o664, b'1\n')
2758f('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
2759 52 install_special_mapping+0x3d/0xe0 age=4109/7453125/8378118 pid=1-20296 cpus=0-1
2760 4006 split_vma+0x61/0x140 age=4107/7930710/8366050 pid=1206-20296 cpus=0-1
2761 3 copy_vma+0x125/0x1b0 age=8353805/8353815/8353824 pid=1738 cpus=0
2762 54 do_brk+0x2ec/0x360 age=4107/7486452/8378131 pid=1-20296 cpus=0-1
2763 5097 mmap_region+0x195/0x5c0 age=4105/7877577/8378131 pid=1-20296 cpus=0-1
2764 52 bprm_mm_init+0xa0/0x1b0 age=4109/7453192/8378134 pid=1-20296 cpus=0-1
2765''')
2766f('sys/kernel/slab/vm_area_struct/objs_per_slab', 0o664, b'17\n')
2767f('sys/kernel/slab/vm_area_struct/shrink', 0o664, b'')
2768f('sys/kernel/slab/vm_area_struct/trace', 0o664, b'0\n')
2769f('sys/kernel/slab/vm_area_struct/object_size', 0o664, b'168\n')
2770f('sys/kernel/slab/vm_area_struct/cpu_slabs', 0o664, b'0\n')
2771f('sys/kernel/slab/vm_area_struct/cache_dma', 0o664, b'0\n')
2772f('sys/kernel/slab/vm_area_struct/destroy_by_rcu', 0o664, b'0\n')
2773f('sys/kernel/slab/vm_area_struct/objects_partial', 0o664, b'47\n')
2774f('sys/kernel/slab/vm_area_struct/objects', 0o664, b'12049\n')
2775f('sys/kernel/slab/vm_area_struct/order', 0o664, b'0\n')
2776f('sys/kernel/slab/vm_area_struct/sanity_checks', 0o664, b'1\n')
2777f('sys/kernel/slab/vm_area_struct/store_user', 0o664, b'1\n')
2778f('sys/kernel/slab/vm_area_struct/align', 0o664, b'0\n')
2779f('sys/kernel/slab/vm_area_struct/partial', 0o664, b'5\n')
2780f('sys/kernel/slab/vm_area_struct/validate', 0o664, b'')
2781f('sys/kernel/slab/vm_area_struct/red_zone', 0o664, b'1\n')
2782f('sys/kernel/slab/vm_area_struct/free_calls', 0o664, b''' 6424 <not-available> age=4303047229 pid=0 cpus=0
2783 5590 remove_vma+0x53/0x70 age=4110/7683818/8376767 pid=71-20296 cpus=0-1
2784 1 vma_adjust+0x32c/0x570 age=8364245 pid=1371 cpus=0
2785''')
2786f('sys/kernel/slab/vm_area_struct/aliases', 0o664, b'0\n')
2787d('sys/kernel/slab/biovec-1', 0o775)
2788f('sys/kernel/slab/biovec-1/reclaim_account', 0o664, b'0\n')
2789f('sys/kernel/slab/biovec-1/ctor', 0o664, b'')
2790f('sys/kernel/slab/biovec-1/hwcache_align', 0o664, b'1\n')
2791f('sys/kernel/slab/biovec-1/slab_size', 0o664, b'96\n')
2792f('sys/kernel/slab/biovec-1/total_objects', 0o664, b'126\n')
2793f('sys/kernel/slab/biovec-1/slabs', 0o664, b'3\n')
2794f('sys/kernel/slab/biovec-1/poison', 0o664, b'1\n')
2795f('sys/kernel/slab/biovec-1/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379509/8379509/8379509 pid=1 cpus=0\n')
2796f('sys/kernel/slab/biovec-1/objs_per_slab', 0o664, b'42\n')
2797f('sys/kernel/slab/biovec-1/shrink', 0o664, b'')
2798f('sys/kernel/slab/biovec-1/trace', 0o664, b'0\n')
2799f('sys/kernel/slab/biovec-1/object_size', 0o664, b'16\n')
2800f('sys/kernel/slab/biovec-1/cpu_slabs', 0o664, b'0\n')
2801f('sys/kernel/slab/biovec-1/cache_dma', 0o664, b'0\n')
2802f('sys/kernel/slab/biovec-1/destroy_by_rcu', 0o664, b'0\n')
2803f('sys/kernel/slab/biovec-1/objects_partial', 0o664, b'2\n')
2804f('sys/kernel/slab/biovec-1/objects', 0o664, b'86\n')
2805f('sys/kernel/slab/biovec-1/order', 0o664, b'0\n')
2806f('sys/kernel/slab/biovec-1/sanity_checks', 0o664, b'1\n')
2807f('sys/kernel/slab/biovec-1/store_user', 0o664, b'1\n')
2808f('sys/kernel/slab/biovec-1/align', 0o664, b'0\n')
2809f('sys/kernel/slab/biovec-1/partial', 0o664, b'1\n')
2810f('sys/kernel/slab/biovec-1/validate', 0o664, b'')
2811f('sys/kernel/slab/biovec-1/red_zone', 0o664, b'1\n')
2812f('sys/kernel/slab/biovec-1/free_calls', 0o664, b' 2 <not-available> age=4303046943 pid=0 cpus=0\n')
2813f('sys/kernel/slab/biovec-1/aliases', 0o664, b'0\n')
2814d('sys/kernel/slab/secpath_cache', 0o775)
2815f('sys/kernel/slab/secpath_cache/reclaim_account', 0o664, b'0\n')
2816f('sys/kernel/slab/secpath_cache/ctor', 0o664, b'')
2817f('sys/kernel/slab/secpath_cache/hwcache_align', 0o664, b'1\n')
2818f('sys/kernel/slab/secpath_cache/slab_size', 0o664, b'128\n')
2819f('sys/kernel/slab/secpath_cache/total_objects', 0o664, b'0\n')
2820f('sys/kernel/slab/secpath_cache/slabs', 0o664, b'0\n')
2821f('sys/kernel/slab/secpath_cache/poison', 0o664, b'1\n')
2822f('sys/kernel/slab/secpath_cache/alloc_calls', 0o664, b'No data\n')
2823f('sys/kernel/slab/secpath_cache/objs_per_slab', 0o664, b'32\n')
2824f('sys/kernel/slab/secpath_cache/shrink', 0o664, b'')
2825f('sys/kernel/slab/secpath_cache/trace', 0o664, b'0\n')
2826f('sys/kernel/slab/secpath_cache/object_size', 0o664, b'56\n')
2827f('sys/kernel/slab/secpath_cache/cpu_slabs', 0o664, b'0\n')
2828f('sys/kernel/slab/secpath_cache/cache_dma', 0o664, b'0\n')
2829f('sys/kernel/slab/secpath_cache/destroy_by_rcu', 0o664, b'0\n')
2830f('sys/kernel/slab/secpath_cache/objects_partial', 0o664, b'0\n')
2831f('sys/kernel/slab/secpath_cache/objects', 0o664, b'0\n')
2832f('sys/kernel/slab/secpath_cache/order', 0o664, b'0\n')
2833f('sys/kernel/slab/secpath_cache/sanity_checks', 0o664, b'1\n')
2834f('sys/kernel/slab/secpath_cache/store_user', 0o664, b'1\n')
2835f('sys/kernel/slab/secpath_cache/align', 0o664, b'0\n')
2836f('sys/kernel/slab/secpath_cache/partial', 0o664, b'0\n')
2837f('sys/kernel/slab/secpath_cache/validate', 0o664, b'')
2838f('sys/kernel/slab/secpath_cache/red_zone', 0o664, b'1\n')
2839f('sys/kernel/slab/secpath_cache/free_calls', 0o664, b'No data\n')
2840f('sys/kernel/slab/secpath_cache/aliases', 0o664, b'0\n')
2841d('sys/kernel/slab/UNIX', 0o775)
2842f('sys/kernel/slab/UNIX/reclaim_account', 0o664, b'0\n')
2843f('sys/kernel/slab/UNIX/ctor', 0o664, b'')
2844f('sys/kernel/slab/UNIX/hwcache_align', 0o664, b'1\n')
2845f('sys/kernel/slab/UNIX/slab_size', 0o664, b'1472\n')
2846f('sys/kernel/slab/UNIX/total_objects', 0o664, b'506\n')
2847f('sys/kernel/slab/UNIX/slabs', 0o664, b'23\n')
2848f('sys/kernel/slab/UNIX/poison', 0o664, b'1\n')
2849f('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')
2850f('sys/kernel/slab/UNIX/objs_per_slab', 0o664, b'22\n')
2851f('sys/kernel/slab/UNIX/shrink', 0o664, b'')
2852f('sys/kernel/slab/UNIX/trace', 0o664, b'0\n')
2853f('sys/kernel/slab/UNIX/object_size', 0o664, b'1376\n')
2854f('sys/kernel/slab/UNIX/cpu_slabs', 0o664, b'0\n')
2855f('sys/kernel/slab/UNIX/cache_dma', 0o664, b'0\n')
2856f('sys/kernel/slab/UNIX/destroy_by_rcu', 0o664, b'0\n')
2857f('sys/kernel/slab/UNIX/objects_partial', 0o664, b'178\n')
2858f('sys/kernel/slab/UNIX/objects', 0o664, b'486\n')
2859f('sys/kernel/slab/UNIX/order', 0o664, b'3\n')
2860f('sys/kernel/slab/UNIX/sanity_checks', 0o664, b'1\n')
2861f('sys/kernel/slab/UNIX/store_user', 0o664, b'1\n')
2862f('sys/kernel/slab/UNIX/align', 0o664, b'0\n')
2863f('sys/kernel/slab/UNIX/partial', 0o664, b'9\n')
2864f('sys/kernel/slab/UNIX/validate', 0o664, b'')
2865f('sys/kernel/slab/UNIX/red_zone', 0o664, b'1\n')
2866f('sys/kernel/slab/UNIX/free_calls', 0o664, b''' 235 <not-available> age=4303046663 pid=0 cpus=0
2867 215 sk_free+0x80/0x100 age=61050/8083366/8375930 pid=76-20292 cpus=0-1
2868''')
2869f('sys/kernel/slab/UNIX/aliases', 0o664, b'0\n')
2870d('sys/kernel/slab/RAWv6', 0o775)
2871f('sys/kernel/slab/RAWv6/reclaim_account', 0o664, b'0\n')
2872f('sys/kernel/slab/RAWv6/ctor', 0o664, b'')
2873f('sys/kernel/slab/RAWv6/hwcache_align', 0o664, b'1\n')
2874f('sys/kernel/slab/RAWv6/slab_size', 0o664, b'1472\n')
2875f('sys/kernel/slab/RAWv6/total_objects', 0o664, b'22\n')
2876f('sys/kernel/slab/RAWv6/slabs', 0o664, b'1\n')
2877f('sys/kernel/slab/RAWv6/poison', 0o664, b'1\n')
2878f('sys/kernel/slab/RAWv6/alloc_calls', 0o664, b' 5 sk_prot_alloc+0x1e/0xb0 age=8360545/8360552/8360555 pid=1549 cpus=0\n')
2879f('sys/kernel/slab/RAWv6/objs_per_slab', 0o664, b'22\n')
2880f('sys/kernel/slab/RAWv6/shrink', 0o664, b'')
2881f('sys/kernel/slab/RAWv6/trace', 0o664, b'0\n')
2882f('sys/kernel/slab/RAWv6/object_size', 0o664, b'1376\n')
2883f('sys/kernel/slab/RAWv6/cpu_slabs', 0o664, b'0\n')
2884f('sys/kernel/slab/RAWv6/cache_dma', 0o664, b'0\n')
2885f('sys/kernel/slab/RAWv6/destroy_by_rcu', 0o664, b'0\n')
2886f('sys/kernel/slab/RAWv6/objects_partial', 0o664, b'5\n')
2887f('sys/kernel/slab/RAWv6/objects', 0o664, b'5\n')
2888f('sys/kernel/slab/RAWv6/order', 0o664, b'3\n')
2889f('sys/kernel/slab/RAWv6/sanity_checks', 0o664, b'1\n')
2890f('sys/kernel/slab/RAWv6/store_user', 0o664, b'1\n')
2891f('sys/kernel/slab/RAWv6/align', 0o664, b'0\n')
2892f('sys/kernel/slab/RAWv6/partial', 0o664, b'1\n')
2893f('sys/kernel/slab/RAWv6/validate', 0o664, b'')
2894f('sys/kernel/slab/RAWv6/red_zone', 0o664, b'1\n')
2895f('sys/kernel/slab/RAWv6/free_calls', 0o664, b' 5 <not-available> age=4303047773 pid=0 cpus=0\n')
2896f('sys/kernel/slab/RAWv6/aliases', 0o664, b'0\n')
2897d('sys/kernel/slab/sgpool-64', 0o775)
2898f('sys/kernel/slab/sgpool-64/reclaim_account', 0o664, b'0\n')
2899f('sys/kernel/slab/sgpool-64/ctor', 0o664, b'')
2900f('sys/kernel/slab/sgpool-64/hwcache_align', 0o664, b'1\n')
2901f('sys/kernel/slab/sgpool-64/slab_size', 0o664, b'2176\n')
2902f('sys/kernel/slab/sgpool-64/total_objects', 0o664, b'30\n')
2903f('sys/kernel/slab/sgpool-64/slabs', 0o664, b'2\n')
2904f('sys/kernel/slab/sgpool-64/poison', 0o664, b'1\n')
2905f('sys/kernel/slab/sgpool-64/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379271/8379271/8379271 pid=1 cpus=0\n')
2906f('sys/kernel/slab/sgpool-64/objs_per_slab', 0o664, b'15\n')
2907f('sys/kernel/slab/sgpool-64/shrink', 0o664, b'')
2908f('sys/kernel/slab/sgpool-64/trace', 0o664, b'0\n')
2909f('sys/kernel/slab/sgpool-64/object_size', 0o664, b'2048\n')
2910f('sys/kernel/slab/sgpool-64/cpu_slabs', 0o664, b'0\n')
2911f('sys/kernel/slab/sgpool-64/cache_dma', 0o664, b'0\n')
2912f('sys/kernel/slab/sgpool-64/destroy_by_rcu', 0o664, b'0\n')
2913f('sys/kernel/slab/sgpool-64/objects_partial', 0o664, b'0\n')
2914f('sys/kernel/slab/sgpool-64/objects', 0o664, b'30\n')
2915f('sys/kernel/slab/sgpool-64/order', 0o664, b'3\n')
2916f('sys/kernel/slab/sgpool-64/sanity_checks', 0o664, b'1\n')
2917f('sys/kernel/slab/sgpool-64/store_user', 0o664, b'1\n')
2918f('sys/kernel/slab/sgpool-64/align', 0o664, b'0\n')
2919f('sys/kernel/slab/sgpool-64/partial', 0o664, b'0\n')
2920f('sys/kernel/slab/sgpool-64/validate', 0o664, b'')
2921f('sys/kernel/slab/sgpool-64/red_zone', 0o664, b'1\n')
2922f('sys/kernel/slab/sgpool-64/free_calls', 0o664, b' 2 <not-available> age=4303046820 pid=0 cpus=0\n')
2923f('sys/kernel/slab/sgpool-64/aliases', 0o664, b'0\n')
2924d('sys/kernel/slab/bdev_cache', 0o775)
2925f('sys/kernel/slab/bdev_cache/reclaim_account', 0o664, b'1\n')
2926f('sys/kernel/slab/bdev_cache/ctor', 0o664, b'init_once+0x0/0x100\n')
2927f('sys/kernel/slab/bdev_cache/hwcache_align', 0o664, b'1\n')
2928f('sys/kernel/slab/bdev_cache/slab_size', 0o664, b'1536\n')
2929f('sys/kernel/slab/bdev_cache/total_objects', 0o664, b'42\n')
2930f('sys/kernel/slab/bdev_cache/slabs', 0o664, b'2\n')
2931f('sys/kernel/slab/bdev_cache/poison', 0o664, b'1\n')
2932f('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')
2933f('sys/kernel/slab/bdev_cache/objs_per_slab', 0o664, b'21\n')
2934f('sys/kernel/slab/bdev_cache/shrink', 0o664, b'')
2935f('sys/kernel/slab/bdev_cache/trace', 0o664, b'0\n')
2936f('sys/kernel/slab/bdev_cache/object_size', 0o664, b'1432\n')
2937f('sys/kernel/slab/bdev_cache/cpu_slabs', 0o664, b'0\n')
2938f('sys/kernel/slab/bdev_cache/cache_dma', 0o664, b'0\n')
2939f('sys/kernel/slab/bdev_cache/destroy_by_rcu', 0o664, b'0\n')
2940f('sys/kernel/slab/bdev_cache/objects_partial', 0o664, b'11\n')
2941f('sys/kernel/slab/bdev_cache/objects', 0o664, b'32\n')
2942f('sys/kernel/slab/bdev_cache/order', 0o664, b'3\n')
2943f('sys/kernel/slab/bdev_cache/sanity_checks', 0o664, b'1\n')
2944f('sys/kernel/slab/bdev_cache/store_user', 0o664, b'1\n')
2945f('sys/kernel/slab/bdev_cache/align', 0o664, b'0\n')
2946f('sys/kernel/slab/bdev_cache/partial', 0o664, b'1\n')
2947f('sys/kernel/slab/bdev_cache/validate', 0o664, b'')
2948f('sys/kernel/slab/bdev_cache/red_zone', 0o664, b'1\n')
2949f('sys/kernel/slab/bdev_cache/free_calls', 0o664, b''' 9 <not-available> age=4303047074 pid=0 cpus=0
2950 4 bdev_destroy_inode+0x1f/0x30 age=61405/4218130/8374840 pid=488-13325 cpus=0-1
2951''')
2952f('sys/kernel/slab/bdev_cache/aliases', 0o664, b'0\n')
2953d('sys/kernel/slab/fasync_cache', 0o775)
2954f('sys/kernel/slab/fasync_cache/reclaim_account', 0o664, b'0\n')
2955f('sys/kernel/slab/fasync_cache/ctor', 0o664, b'')
2956f('sys/kernel/slab/fasync_cache/hwcache_align', 0o664, b'0\n')
2957f('sys/kernel/slab/fasync_cache/slab_size', 0o664, b'96\n')
2958f('sys/kernel/slab/fasync_cache/total_objects', 0o664, b'42\n')
2959f('sys/kernel/slab/fasync_cache/slabs', 0o664, b'1\n')
2960f('sys/kernel/slab/fasync_cache/poison', 0o664, b'1\n')
2961f('sys/kernel/slab/fasync_cache/alloc_calls', 0o664, b' 1 fasync_helper+0x115/0x130 age=8354059 pid=1738 cpus=0\n')
2962f('sys/kernel/slab/fasync_cache/objs_per_slab', 0o664, b'42\n')
2963f('sys/kernel/slab/fasync_cache/shrink', 0o664, b'')
2964f('sys/kernel/slab/fasync_cache/trace', 0o664, b'0\n')
2965f('sys/kernel/slab/fasync_cache/object_size', 0o664, b'24\n')
2966f('sys/kernel/slab/fasync_cache/cpu_slabs', 0o664, b'0\n')
2967f('sys/kernel/slab/fasync_cache/cache_dma', 0o664, b'0\n')
2968f('sys/kernel/slab/fasync_cache/destroy_by_rcu', 0o664, b'0\n')
2969f('sys/kernel/slab/fasync_cache/objects_partial', 0o664, b'1\n')
2970f('sys/kernel/slab/fasync_cache/objects', 0o664, b'1\n')
2971f('sys/kernel/slab/fasync_cache/order', 0o664, b'0\n')
2972f('sys/kernel/slab/fasync_cache/sanity_checks', 0o664, b'1\n')
2973f('sys/kernel/slab/fasync_cache/store_user', 0o664, b'1\n')
2974f('sys/kernel/slab/fasync_cache/align', 0o664, b'0\n')
2975f('sys/kernel/slab/fasync_cache/partial', 0o664, b'1\n')
2976f('sys/kernel/slab/fasync_cache/validate', 0o664, b'')
2977f('sys/kernel/slab/fasync_cache/red_zone', 0o664, b'1\n')
2978f('sys/kernel/slab/fasync_cache/free_calls', 0o664, b' 1 <not-available> age=4303047449 pid=0 cpus=0\n')
2979f('sys/kernel/slab/fasync_cache/aliases', 0o664, b'0\n')
2980d('sys/kernel/slab/UDPLITEv6', 0o775)
2981f('sys/kernel/slab/UDPLITEv6/reclaim_account', 0o664, b'0\n')
2982f('sys/kernel/slab/UDPLITEv6/ctor', 0o664, b'')
2983f('sys/kernel/slab/UDPLITEv6/hwcache_align', 0o664, b'1\n')
2984f('sys/kernel/slab/UDPLITEv6/slab_size', 0o664, b'1472\n')
2985f('sys/kernel/slab/UDPLITEv6/total_objects', 0o664, b'0\n')
2986f('sys/kernel/slab/UDPLITEv6/slabs', 0o664, b'0\n')
2987f('sys/kernel/slab/UDPLITEv6/poison', 0o664, b'1\n')
2988f('sys/kernel/slab/UDPLITEv6/alloc_calls', 0o664, b'No data\n')
2989f('sys/kernel/slab/UDPLITEv6/objs_per_slab', 0o664, b'22\n')
2990f('sys/kernel/slab/UDPLITEv6/shrink', 0o664, b'')
2991f('sys/kernel/slab/UDPLITEv6/trace', 0o664, b'0\n')
2992f('sys/kernel/slab/UDPLITEv6/object_size', 0o664, b'1368\n')
2993f('sys/kernel/slab/UDPLITEv6/cpu_slabs', 0o664, b'0\n')
2994f('sys/kernel/slab/UDPLITEv6/cache_dma', 0o664, b'0\n')
2995f('sys/kernel/slab/UDPLITEv6/destroy_by_rcu', 0o664, b'0\n')
2996f('sys/kernel/slab/UDPLITEv6/objects_partial', 0o664, b'0\n')
2997f('sys/kernel/slab/UDPLITEv6/objects', 0o664, b'0\n')
2998f('sys/kernel/slab/UDPLITEv6/order', 0o664, b'3\n')
2999f('sys/kernel/slab/UDPLITEv6/sanity_checks', 0o664, b'1\n')
3000f('sys/kernel/slab/UDPLITEv6/store_user', 0o664, b'1\n')
3001f('sys/kernel/slab/UDPLITEv6/align', 0o664, b'0\n')
3002f('sys/kernel/slab/UDPLITEv6/partial', 0o664, b'0\n')
3003f('sys/kernel/slab/UDPLITEv6/validate', 0o664, b'')
3004f('sys/kernel/slab/UDPLITEv6/red_zone', 0o664, b'1\n')
3005f('sys/kernel/slab/UDPLITEv6/free_calls', 0o664, b'No data\n')
3006f('sys/kernel/slab/UDPLITEv6/aliases', 0o664, b'0\n')
3007d('sys/kernel/slab/Acpi-Operand', 0o775)
3008f('sys/kernel/slab/Acpi-Operand/reclaim_account', 0o664, b'0\n')
3009f('sys/kernel/slab/Acpi-Operand/ctor', 0o664, b'')
3010f('sys/kernel/slab/Acpi-Operand/hwcache_align', 0o664, b'0\n')
3011f('sys/kernel/slab/Acpi-Operand/slab_size', 0o664, b'144\n')
3012f('sys/kernel/slab/Acpi-Operand/total_objects', 0o664, b'2688\n')
3013f('sys/kernel/slab/Acpi-Operand/slabs', 0o664, b'96\n')
3014f('sys/kernel/slab/Acpi-Operand/poison', 0o664, b'1\n')
3015f('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')
3016f('sys/kernel/slab/Acpi-Operand/objs_per_slab', 0o664, b'28\n')
3017f('sys/kernel/slab/Acpi-Operand/shrink', 0o664, b'')
3018f('sys/kernel/slab/Acpi-Operand/trace', 0o664, b'0\n')
3019f('sys/kernel/slab/Acpi-Operand/object_size', 0o664, b'72\n')
3020f('sys/kernel/slab/Acpi-Operand/cpu_slabs', 0o664, b'0\n')
3021f('sys/kernel/slab/Acpi-Operand/cache_dma', 0o664, b'0\n')
3022f('sys/kernel/slab/Acpi-Operand/destroy_by_rcu', 0o664, b'0\n')
3023f('sys/kernel/slab/Acpi-Operand/objects_partial', 0o664, b'171\n')
3024f('sys/kernel/slab/Acpi-Operand/objects', 0o664, b'2663\n')
3025f('sys/kernel/slab/Acpi-Operand/order', 0o664, b'0\n')
3026f('sys/kernel/slab/Acpi-Operand/sanity_checks', 0o664, b'1\n')
3027f('sys/kernel/slab/Acpi-Operand/store_user', 0o664, b'1\n')
3028f('sys/kernel/slab/Acpi-Operand/align', 0o664, b'0\n')
3029f('sys/kernel/slab/Acpi-Operand/partial', 0o664, b'7\n')
3030f('sys/kernel/slab/Acpi-Operand/validate', 0o664, b'')
3031f('sys/kernel/slab/Acpi-Operand/red_zone', 0o664, b'1\n')
3032f('sys/kernel/slab/Acpi-Operand/free_calls', 0o664, b''' 2267 <not-available> age=4303046997 pid=0 cpus=0
3033 386 acpi_os_release_object+0x9/0xd age=2626/8137233/8379689 pid=0-13466 cpus=0-1
3034''')
3035f('sys/kernel/slab/Acpi-Operand/aliases', 0o664, b'0\n')
3036d('sys/kernel/slab/xfrm_dst_cache', 0o775)
3037f('sys/kernel/slab/xfrm_dst_cache/reclaim_account', 0o664, b'0\n')
3038f('sys/kernel/slab/xfrm_dst_cache/ctor', 0o664, b'')
3039f('sys/kernel/slab/xfrm_dst_cache/hwcache_align', 0o664, b'1\n')
3040f('sys/kernel/slab/xfrm_dst_cache/slab_size', 0o664, b'448\n')
3041f('sys/kernel/slab/xfrm_dst_cache/total_objects', 0o664, b'0\n')
3042f('sys/kernel/slab/xfrm_dst_cache/slabs', 0o664, b'0\n')
3043f('sys/kernel/slab/xfrm_dst_cache/poison', 0o664, b'1\n')
3044f('sys/kernel/slab/xfrm_dst_cache/alloc_calls', 0o664, b'No data\n')
3045f('sys/kernel/slab/xfrm_dst_cache/objs_per_slab', 0o664, b'18\n')
3046f('sys/kernel/slab/xfrm_dst_cache/shrink', 0o664, b'')
3047f('sys/kernel/slab/xfrm_dst_cache/trace', 0o664, b'0\n')
3048f('sys/kernel/slab/xfrm_dst_cache/object_size', 0o664, b'344\n')
3049f('sys/kernel/slab/xfrm_dst_cache/cpu_slabs', 0o664, b'0\n')
3050f('sys/kernel/slab/xfrm_dst_cache/cache_dma', 0o664, b'0\n')
3051f('sys/kernel/slab/xfrm_dst_cache/destroy_by_rcu', 0o664, b'0\n')
3052f('sys/kernel/slab/xfrm_dst_cache/objects_partial', 0o664, b'0\n')
3053f('sys/kernel/slab/xfrm_dst_cache/objects', 0o664, b'0\n')
3054f('sys/kernel/slab/xfrm_dst_cache/order', 0o664, b'1\n')
3055f('sys/kernel/slab/xfrm_dst_cache/sanity_checks', 0o664, b'1\n')
3056f('sys/kernel/slab/xfrm_dst_cache/store_user', 0o664, b'1\n')
3057f('sys/kernel/slab/xfrm_dst_cache/align', 0o664, b'0\n')
3058f('sys/kernel/slab/xfrm_dst_cache/partial', 0o664, b'0\n')
3059f('sys/kernel/slab/xfrm_dst_cache/validate', 0o664, b'')
3060f('sys/kernel/slab/xfrm_dst_cache/red_zone', 0o664, b'1\n')
3061f('sys/kernel/slab/xfrm_dst_cache/free_calls', 0o664, b'No data\n')
3062f('sys/kernel/slab/xfrm_dst_cache/aliases', 0o664, b'0\n')
3063d('sys/kernel/slab/eventpoll_epi', 0o775)
3064f('sys/kernel/slab/eventpoll_epi/reclaim_account', 0o664, b'0\n')
3065f('sys/kernel/slab/eventpoll_epi/ctor', 0o664, b'')
3066f('sys/kernel/slab/eventpoll_epi/hwcache_align', 0o664, b'1\n')
3067f('sys/kernel/slab/eventpoll_epi/slab_size', 0o664, b'256\n')
3068f('sys/kernel/slab/eventpoll_epi/total_objects', 0o664, b'96\n')
3069f('sys/kernel/slab/eventpoll_epi/slabs', 0o664, b'6\n')
3070f('sys/kernel/slab/eventpoll_epi/poison', 0o664, b'1\n')
3071f('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')
3072f('sys/kernel/slab/eventpoll_epi/objs_per_slab', 0o664, b'16\n')
3073f('sys/kernel/slab/eventpoll_epi/shrink', 0o664, b'')
3074f('sys/kernel/slab/eventpoll_epi/trace', 0o664, b'0\n')
3075f('sys/kernel/slab/eventpoll_epi/object_size', 0o664, b'128\n')
3076f('sys/kernel/slab/eventpoll_epi/cpu_slabs', 0o664, b'0\n')
3077f('sys/kernel/slab/eventpoll_epi/cache_dma', 0o664, b'0\n')
3078f('sys/kernel/slab/eventpoll_epi/destroy_by_rcu', 0o664, b'0\n')
3079f('sys/kernel/slab/eventpoll_epi/objects_partial', 0o664, b'15\n')
3080f('sys/kernel/slab/eventpoll_epi/objects', 0o664, b'79\n')
3081f('sys/kernel/slab/eventpoll_epi/order', 0o664, b'0\n')
3082f('sys/kernel/slab/eventpoll_epi/sanity_checks', 0o664, b'1\n')
3083f('sys/kernel/slab/eventpoll_epi/store_user', 0o664, b'1\n')
3084f('sys/kernel/slab/eventpoll_epi/align', 0o664, b'0\n')
3085f('sys/kernel/slab/eventpoll_epi/partial', 0o664, b'2\n')
3086f('sys/kernel/slab/eventpoll_epi/validate', 0o664, b'')
3087f('sys/kernel/slab/eventpoll_epi/red_zone', 0o664, b'1\n')
3088f('sys/kernel/slab/eventpoll_epi/free_calls', 0o664, b''' 61 <not-available> age=4303046803 pid=0 cpus=0
3089 4 ep_remove+0xae/0xc0 age=2416461/6864194/8356250 pid=1690-2073 cpus=0-1
3090''')
3091f('sys/kernel/slab/eventpoll_epi/aliases', 0o664, b'0\n')
3092d('sys/kernel/slab/revoke_table', 0o775)
3093f('sys/kernel/slab/revoke_table/reclaim_account', 0o664, b'1\n')
3094f('sys/kernel/slab/revoke_table/ctor', 0o664, b'')
3095f('sys/kernel/slab/revoke_table/hwcache_align', 0o664, b'0\n')
3096f('sys/kernel/slab/revoke_table/slab_size', 0o664, b'88\n')
3097f('sys/kernel/slab/revoke_table/total_objects', 0o664, b'46\n')
3098f('sys/kernel/slab/revoke_table/slabs', 0o664, b'1\n')
3099f('sys/kernel/slab/revoke_table/poison', 0o664, b'1\n')
3100f('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')
3101f('sys/kernel/slab/revoke_table/objs_per_slab', 0o664, b'46\n')
3102f('sys/kernel/slab/revoke_table/shrink', 0o664, b'')
3103f('sys/kernel/slab/revoke_table/trace', 0o664, b'0\n')
3104f('sys/kernel/slab/revoke_table/object_size', 0o664, b'16\n')
3105f('sys/kernel/slab/revoke_table/cpu_slabs', 0o664, b'0\n')
3106f('sys/kernel/slab/revoke_table/cache_dma', 0o664, b'0\n')
3107f('sys/kernel/slab/revoke_table/destroy_by_rcu', 0o664, b'0\n')
3108f('sys/kernel/slab/revoke_table/objects_partial', 0o664, b'4\n')
3109f('sys/kernel/slab/revoke_table/objects', 0o664, b'4\n')
3110f('sys/kernel/slab/revoke_table/order', 0o664, b'0\n')
3111f('sys/kernel/slab/revoke_table/sanity_checks', 0o664, b'1\n')
3112f('sys/kernel/slab/revoke_table/store_user', 0o664, b'1\n')
3113f('sys/kernel/slab/revoke_table/align', 0o664, b'0\n')
3114f('sys/kernel/slab/revoke_table/partial', 0o664, b'1\n')
3115f('sys/kernel/slab/revoke_table/validate', 0o664, b'')
3116f('sys/kernel/slab/revoke_table/red_zone', 0o664, b'1\n')
3117f('sys/kernel/slab/revoke_table/free_calls', 0o664, b' 4 <not-available> age=4303047546 pid=0 cpus=0\n')
3118f('sys/kernel/slab/revoke_table/aliases', 0o664, b'0\n')
3119d('sys/kernel/slab/sgpool-32', 0o775)
3120f('sys/kernel/slab/sgpool-32/reclaim_account', 0o664, b'0\n')
3121f('sys/kernel/slab/sgpool-32/ctor', 0o664, b'')
3122f('sys/kernel/slab/sgpool-32/hwcache_align', 0o664, b'1\n')
3123f('sys/kernel/slab/sgpool-32/slab_size', 0o664, b'1152\n')
3124f('sys/kernel/slab/sgpool-32/total_objects', 0o664, b'28\n')
3125f('sys/kernel/slab/sgpool-32/slabs', 0o664, b'2\n')
3126f('sys/kernel/slab/sgpool-32/poison', 0o664, b'1\n')
3127f('sys/kernel/slab/sgpool-32/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379280/8379280/8379280 pid=1 cpus=0\n')
3128f('sys/kernel/slab/sgpool-32/objs_per_slab', 0o664, b'14\n')
3129f('sys/kernel/slab/sgpool-32/shrink', 0o664, b'')
3130f('sys/kernel/slab/sgpool-32/trace', 0o664, b'0\n')
3131f('sys/kernel/slab/sgpool-32/object_size', 0o664, b'1024\n')
3132f('sys/kernel/slab/sgpool-32/cpu_slabs', 0o664, b'0\n')
3133f('sys/kernel/slab/sgpool-32/cache_dma', 0o664, b'0\n')
3134f('sys/kernel/slab/sgpool-32/destroy_by_rcu', 0o664, b'0\n')
3135f('sys/kernel/slab/sgpool-32/objects_partial', 0o664, b'0\n')
3136f('sys/kernel/slab/sgpool-32/objects', 0o664, b'28\n')
3137f('sys/kernel/slab/sgpool-32/order', 0o664, b'2\n')
3138f('sys/kernel/slab/sgpool-32/sanity_checks', 0o664, b'1\n')
3139f('sys/kernel/slab/sgpool-32/store_user', 0o664, b'1\n')
3140f('sys/kernel/slab/sgpool-32/align', 0o664, b'0\n')
3141f('sys/kernel/slab/sgpool-32/partial', 0o664, b'0\n')
3142f('sys/kernel/slab/sgpool-32/validate', 0o664, b'')
3143f('sys/kernel/slab/sgpool-32/red_zone', 0o664, b'1\n')
3144f('sys/kernel/slab/sgpool-32/free_calls', 0o664, b' 2 <not-available> age=4303046829 pid=0 cpus=0\n')
3145f('sys/kernel/slab/sgpool-32/aliases', 0o664, b'0\n')
3146d('sys/kernel/slab/fib6_nodes', 0o775)
3147f('sys/kernel/slab/fib6_nodes/reclaim_account', 0o664, b'0\n')
3148f('sys/kernel/slab/fib6_nodes/ctor', 0o664, b'')
3149f('sys/kernel/slab/fib6_nodes/hwcache_align', 0o664, b'1\n')
3150f('sys/kernel/slab/fib6_nodes/slab_size', 0o664, b'128\n')
3151f('sys/kernel/slab/fib6_nodes/total_objects', 0o664, b'64\n')
3152f('sys/kernel/slab/fib6_nodes/slabs', 0o664, b'2\n')
3153f('sys/kernel/slab/fib6_nodes/poison', 0o664, b'1\n')
3154f('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
3155 1 fib6_add+0x2a2/0x6a0 [ipv6] age=8329973 pid=8 cpus=1
3156 1 fib6_add+0x2b6/0x6a0 [ipv6] age=8329973 pid=8 cpus=1
3157''')
3158f('sys/kernel/slab/fib6_nodes/objs_per_slab', 0o664, b'32\n')
3159f('sys/kernel/slab/fib6_nodes/shrink', 0o664, b'')
3160f('sys/kernel/slab/fib6_nodes/trace', 0o664, b'0\n')
3161f('sys/kernel/slab/fib6_nodes/object_size', 0o664, b'48\n')
3162f('sys/kernel/slab/fib6_nodes/cpu_slabs', 0o664, b'0\n')
3163f('sys/kernel/slab/fib6_nodes/cache_dma', 0o664, b'0\n')
3164f('sys/kernel/slab/fib6_nodes/destroy_by_rcu', 0o664, b'0\n')
3165f('sys/kernel/slab/fib6_nodes/objects_partial', 0o664, b'5\n')
3166f('sys/kernel/slab/fib6_nodes/objects', 0o664, b'5\n')
3167f('sys/kernel/slab/fib6_nodes/order', 0o664, b'0\n')
3168f('sys/kernel/slab/fib6_nodes/sanity_checks', 0o664, b'1\n')
3169f('sys/kernel/slab/fib6_nodes/store_user', 0o664, b'1\n')
3170f('sys/kernel/slab/fib6_nodes/align', 0o664, b'0\n')
3171f('sys/kernel/slab/fib6_nodes/partial', 0o664, b'2\n')
3172f('sys/kernel/slab/fib6_nodes/validate', 0o664, b'')
3173f('sys/kernel/slab/fib6_nodes/red_zone', 0o664, b'1\n')
3174f('sys/kernel/slab/fib6_nodes/free_calls', 0o664, b' 5 <not-available> age=4303047799 pid=0 cpus=0\n')
3175f('sys/kernel/slab/fib6_nodes/aliases', 0o664, b'0\n')
3176d('sys/kernel/slab/flow_cache', 0o775)
3177f('sys/kernel/slab/flow_cache/reclaim_account', 0o664, b'0\n')
3178f('sys/kernel/slab/flow_cache/ctor', 0o664, b'')
3179f('sys/kernel/slab/flow_cache/hwcache_align', 0o664, b'0\n')
3180f('sys/kernel/slab/flow_cache/slab_size', 0o664, b'168\n')
3181f('sys/kernel/slab/flow_cache/total_objects', 0o664, b'0\n')
3182f('sys/kernel/slab/flow_cache/slabs', 0o664, b'0\n')
3183f('sys/kernel/slab/flow_cache/poison', 0o664, b'1\n')
3184f('sys/kernel/slab/flow_cache/alloc_calls', 0o664, b'No data\n')
3185f('sys/kernel/slab/flow_cache/objs_per_slab', 0o664, b'24\n')
3186f('sys/kernel/slab/flow_cache/shrink', 0o664, b'')
3187f('sys/kernel/slab/flow_cache/trace', 0o664, b'0\n')
3188f('sys/kernel/slab/flow_cache/object_size', 0o664, b'96\n')
3189f('sys/kernel/slab/flow_cache/cpu_slabs', 0o664, b'0\n')
3190f('sys/kernel/slab/flow_cache/cache_dma', 0o664, b'0\n')
3191f('sys/kernel/slab/flow_cache/destroy_by_rcu', 0o664, b'0\n')
3192f('sys/kernel/slab/flow_cache/objects_partial', 0o664, b'0\n')
3193f('sys/kernel/slab/flow_cache/objects', 0o664, b'0\n')
3194f('sys/kernel/slab/flow_cache/order', 0o664, b'0\n')
3195f('sys/kernel/slab/flow_cache/sanity_checks', 0o664, b'1\n')
3196f('sys/kernel/slab/flow_cache/store_user', 0o664, b'1\n')
3197f('sys/kernel/slab/flow_cache/align', 0o664, b'0\n')
3198f('sys/kernel/slab/flow_cache/partial', 0o664, b'0\n')
3199f('sys/kernel/slab/flow_cache/validate', 0o664, b'')
3200f('sys/kernel/slab/flow_cache/red_zone', 0o664, b'1\n')
3201f('sys/kernel/slab/flow_cache/free_calls', 0o664, b'No data\n')
3202f('sys/kernel/slab/flow_cache/aliases', 0o664, b'0\n')
3203d('sys/kernel/slab/fat_cache', 0o775)
3204f('sys/kernel/slab/fat_cache/reclaim_account', 0o664, b'1\n')
3205f('sys/kernel/slab/fat_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
3206f('sys/kernel/slab/fat_cache/hwcache_align', 0o664, b'0\n')
3207f('sys/kernel/slab/fat_cache/slab_size', 0o664, b'104\n')
3208f('sys/kernel/slab/fat_cache/total_objects', 0o664, b'39\n')
3209f('sys/kernel/slab/fat_cache/slabs', 0o664, b'1\n')
3210f('sys/kernel/slab/fat_cache/poison', 0o664, b'1\n')
3211f('sys/kernel/slab/fat_cache/alloc_calls', 0o664, b' 14 fat_cache_add+0x11f/0x1c0 age=61297/61310/61330 pid=13349 cpus=0\n')
3212f('sys/kernel/slab/fat_cache/objs_per_slab', 0o664, b'39\n')
3213f('sys/kernel/slab/fat_cache/shrink', 0o664, b'')
3214f('sys/kernel/slab/fat_cache/trace', 0o664, b'0\n')
3215f('sys/kernel/slab/fat_cache/object_size', 0o664, b'32\n')
3216f('sys/kernel/slab/fat_cache/cpu_slabs', 0o664, b'0\n')
3217f('sys/kernel/slab/fat_cache/cache_dma', 0o664, b'0\n')
3218f('sys/kernel/slab/fat_cache/destroy_by_rcu', 0o664, b'0\n')
3219f('sys/kernel/slab/fat_cache/objects_partial', 0o664, b'0\n')
3220f('sys/kernel/slab/fat_cache/objects', 0o664, b'39\n')
3221f('sys/kernel/slab/fat_cache/order', 0o664, b'0\n')
3222f('sys/kernel/slab/fat_cache/sanity_checks', 0o664, b'1\n')
3223f('sys/kernel/slab/fat_cache/store_user', 0o664, b'1\n')
3224f('sys/kernel/slab/fat_cache/align', 0o664, b'0\n')
3225f('sys/kernel/slab/fat_cache/partial', 0o664, b'0\n')
3226f('sys/kernel/slab/fat_cache/validate', 0o664, b'')
3227f('sys/kernel/slab/fat_cache/red_zone', 0o664, b'1\n')
3228f('sys/kernel/slab/fat_cache/free_calls', 0o664, b' 14 <not-available> age=4303047585 pid=0 cpus=0\n')
3229f('sys/kernel/slab/fat_cache/aliases', 0o664, b'0\n')
3230d('sys/kernel/slab/sock_inode_cache', 0o775)
3231f('sys/kernel/slab/sock_inode_cache/reclaim_account', 0o664, b'1\n')
3232f('sys/kernel/slab/sock_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
3233f('sys/kernel/slab/sock_inode_cache/hwcache_align', 0o664, b'1\n')
3234f('sys/kernel/slab/sock_inode_cache/slab_size', 0o664, b'1280\n')
3235f('sys/kernel/slab/sock_inode_cache/total_objects', 0o664, b'504\n')
3236f('sys/kernel/slab/sock_inode_cache/slabs', 0o664, b'42\n')
3237f('sys/kernel/slab/sock_inode_cache/poison', 0o664, b'1\n')
3238f('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')
3239f('sys/kernel/slab/sock_inode_cache/objs_per_slab', 0o664, b'12\n')
3240f('sys/kernel/slab/sock_inode_cache/shrink', 0o664, b'')
3241f('sys/kernel/slab/sock_inode_cache/trace', 0o664, b'0\n')
3242f('sys/kernel/slab/sock_inode_cache/object_size', 0o664, b'1192\n')
3243f('sys/kernel/slab/sock_inode_cache/cpu_slabs', 0o664, b'0\n')
3244f('sys/kernel/slab/sock_inode_cache/cache_dma', 0o664, b'0\n')
3245f('sys/kernel/slab/sock_inode_cache/destroy_by_rcu', 0o664, b'0\n')
3246f('sys/kernel/slab/sock_inode_cache/objects_partial', 0o664, b'83\n')
3247f('sys/kernel/slab/sock_inode_cache/objects', 0o664, b'491\n')
3248f('sys/kernel/slab/sock_inode_cache/order', 0o664, b'2\n')
3249f('sys/kernel/slab/sock_inode_cache/sanity_checks', 0o664, b'1\n')
3250f('sys/kernel/slab/sock_inode_cache/store_user', 0o664, b'1\n')
3251f('sys/kernel/slab/sock_inode_cache/align', 0o664, b'0\n')
3252f('sys/kernel/slab/sock_inode_cache/partial', 0o664, b'8\n')
3253f('sys/kernel/slab/sock_inode_cache/validate', 0o664, b'')
3254f('sys/kernel/slab/sock_inode_cache/red_zone', 0o664, b'1\n')
3255f('sys/kernel/slab/sock_inode_cache/free_calls', 0o664, b''' 276 <not-available> age=4303046961 pid=0 cpus=0
3256 205 sock_destroy_inode+0x14/0x20 age=61348/8035806/8376228 pid=76-20292 cpus=0-1
3257''')
3258f('sys/kernel/slab/sock_inode_cache/aliases', 0o664, b'0\n')
3259d('sys/kernel/slab/ip_fib_hash', 0o775)
3260f('sys/kernel/slab/ip_fib_hash/reclaim_account', 0o664, b'0\n')
3261f('sys/kernel/slab/ip_fib_hash/ctor', 0o664, b'')
3262f('sys/kernel/slab/ip_fib_hash/hwcache_align', 0o664, b'0\n')
3263f('sys/kernel/slab/ip_fib_hash/slab_size', 0o664, b'144\n')
3264f('sys/kernel/slab/ip_fib_hash/total_objects', 0o664, b'56\n')
3265f('sys/kernel/slab/ip_fib_hash/slabs', 0o664, b'2\n')
3266f('sys/kernel/slab/ip_fib_hash/poison', 0o664, b'1\n')
3267f('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')
3268f('sys/kernel/slab/ip_fib_hash/objs_per_slab', 0o664, b'28\n')
3269f('sys/kernel/slab/ip_fib_hash/shrink', 0o664, b'')
3270f('sys/kernel/slab/ip_fib_hash/trace', 0o664, b'0\n')
3271f('sys/kernel/slab/ip_fib_hash/object_size', 0o664, b'72\n')
3272f('sys/kernel/slab/ip_fib_hash/cpu_slabs', 0o664, b'0\n')
3273f('sys/kernel/slab/ip_fib_hash/cache_dma', 0o664, b'0\n')
3274f('sys/kernel/slab/ip_fib_hash/destroy_by_rcu', 0o664, b'0\n')
3275f('sys/kernel/slab/ip_fib_hash/objects_partial', 0o664, b'11\n')
3276f('sys/kernel/slab/ip_fib_hash/objects', 0o664, b'11\n')
3277f('sys/kernel/slab/ip_fib_hash/order', 0o664, b'0\n')
3278f('sys/kernel/slab/ip_fib_hash/sanity_checks', 0o664, b'1\n')
3279f('sys/kernel/slab/ip_fib_hash/store_user', 0o664, b'1\n')
3280f('sys/kernel/slab/ip_fib_hash/align', 0o664, b'0\n')
3281f('sys/kernel/slab/ip_fib_hash/partial', 0o664, b'2\n')
3282f('sys/kernel/slab/ip_fib_hash/validate', 0o664, b'')
3283f('sys/kernel/slab/ip_fib_hash/red_zone', 0o664, b'1\n')
3284f('sys/kernel/slab/ip_fib_hash/free_calls', 0o664, b''' 7 <not-available> age=4303046724 pid=0 cpus=0
3285 4 fn_hash_delete+0x22c/0x290 age=8367201/8367201/8367201 pid=1195 cpus=1
3286''')
3287f('sys/kernel/slab/ip_fib_hash/aliases', 0o664, b'0\n')
3288d('sys/kernel/slab/kmalloc_dma-512', 0o775)
3289f('sys/kernel/slab/kmalloc_dma-512/reclaim_account', 0o664, b'0\n')
3290f('sys/kernel/slab/kmalloc_dma-512/ctor', 0o664, b'')
3291f('sys/kernel/slab/kmalloc_dma-512/hwcache_align', 0o664, b'0\n')
3292f('sys/kernel/slab/kmalloc_dma-512/slab_size', 0o664, b'584\n')
3293f('sys/kernel/slab/kmalloc_dma-512/total_objects', 0o664, b'14\n')
3294f('sys/kernel/slab/kmalloc_dma-512/slabs', 0o664, b'1\n')
3295f('sys/kernel/slab/kmalloc_dma-512/poison', 0o664, b'1\n')
3296f('sys/kernel/slab/kmalloc_dma-512/alloc_calls', 0o664, b'No data\n')
3297f('sys/kernel/slab/kmalloc_dma-512/objs_per_slab', 0o664, b'14\n')
3298f('sys/kernel/slab/kmalloc_dma-512/shrink', 0o664, b'')
3299f('sys/kernel/slab/kmalloc_dma-512/trace', 0o664, b'0\n')
3300f('sys/kernel/slab/kmalloc_dma-512/object_size', 0o664, b'512\n')
3301f('sys/kernel/slab/kmalloc_dma-512/cpu_slabs', 0o664, b'0\n')
3302f('sys/kernel/slab/kmalloc_dma-512/cache_dma', 0o664, b'1\n')
3303f('sys/kernel/slab/kmalloc_dma-512/destroy_by_rcu', 0o664, b'0\n')
3304f('sys/kernel/slab/kmalloc_dma-512/objects_partial', 0o664, b'0\n')
3305f('sys/kernel/slab/kmalloc_dma-512/objects', 0o664, b'0\n')
3306f('sys/kernel/slab/kmalloc_dma-512/order', 0o664, b'1\n')
3307f('sys/kernel/slab/kmalloc_dma-512/sanity_checks', 0o664, b'1\n')
3308f('sys/kernel/slab/kmalloc_dma-512/store_user', 0o664, b'1\n')
3309f('sys/kernel/slab/kmalloc_dma-512/align', 0o664, b'8\n')
3310f('sys/kernel/slab/kmalloc_dma-512/partial', 0o664, b'1\n')
3311f('sys/kernel/slab/kmalloc_dma-512/validate', 0o664, b'')
3312f('sys/kernel/slab/kmalloc_dma-512/red_zone', 0o664, b'1\n')
3313f('sys/kernel/slab/kmalloc_dma-512/free_calls', 0o664, b'No data\n')
3314f('sys/kernel/slab/kmalloc_dma-512/aliases', 0o664, b'0\n')
3315d('sys/kernel/slab/inode_cache', 0o775)
3316f('sys/kernel/slab/inode_cache/reclaim_account', 0o664, b'1\n')
3317f('sys/kernel/slab/inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
3318f('sys/kernel/slab/inode_cache/hwcache_align', 0o664, b'0\n')
3319f('sys/kernel/slab/inode_cache/slab_size', 0o664, b'1144\n')
3320f('sys/kernel/slab/inode_cache/total_objects', 0o664, b'11676\n')
3321f('sys/kernel/slab/inode_cache/slabs', 0o664, b'834\n')
3322f('sys/kernel/slab/inode_cache/poison', 0o664, b'1\n')
3323f('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')
3324f('sys/kernel/slab/inode_cache/objs_per_slab', 0o664, b'14\n')
3325f('sys/kernel/slab/inode_cache/shrink', 0o664, b'')
3326f('sys/kernel/slab/inode_cache/trace', 0o664, b'0\n')
3327f('sys/kernel/slab/inode_cache/object_size', 0o664, b'1072\n')
3328f('sys/kernel/slab/inode_cache/cpu_slabs', 0o664, b'0\n')
3329f('sys/kernel/slab/inode_cache/cache_dma', 0o664, b'0\n')
3330f('sys/kernel/slab/inode_cache/destroy_by_rcu', 0o664, b'0\n')
3331f('sys/kernel/slab/inode_cache/objects_partial', 0o664, b'0\n')
3332f('sys/kernel/slab/inode_cache/objects', 0o664, b'11676\n')
3333f('sys/kernel/slab/inode_cache/order', 0o664, b'2\n')
3334f('sys/kernel/slab/inode_cache/sanity_checks', 0o664, b'1\n')
3335f('sys/kernel/slab/inode_cache/store_user', 0o664, b'1\n')
3336f('sys/kernel/slab/inode_cache/align', 0o664, b'0\n')
3337f('sys/kernel/slab/inode_cache/partial', 0o664, b'0\n')
3338f('sys/kernel/slab/inode_cache/validate', 0o664, b'')
3339f('sys/kernel/slab/inode_cache/red_zone', 0o664, b'1\n')
3340f('sys/kernel/slab/inode_cache/free_calls', 0o664, b''' 11113 <not-available> age=4303047110 pid=0 cpus=0
3341 542 destroy_inode+0x4f/0x60 age=1016/6891707/8377435 pid=7-15896 cpus=0-1
3342''')
3343f('sys/kernel/slab/inode_cache/aliases', 0o664, b'0\n')
3344d('sys/kernel/slab/inotify_event_cache', 0o775)
3345f('sys/kernel/slab/inotify_event_cache/reclaim_account', 0o664, b'0\n')
3346f('sys/kernel/slab/inotify_event_cache/ctor', 0o664, b'')
3347f('sys/kernel/slab/inotify_event_cache/hwcache_align', 0o664, b'0\n')
3348f('sys/kernel/slab/inotify_event_cache/slab_size', 0o664, b'112\n')
3349f('sys/kernel/slab/inotify_event_cache/total_objects', 0o664, b'72\n')
3350f('sys/kernel/slab/inotify_event_cache/slabs', 0o664, b'2\n')
3351f('sys/kernel/slab/inotify_event_cache/poison', 0o664, b'1\n')
3352f('sys/kernel/slab/inotify_event_cache/alloc_calls', 0o664, b'No data\n')
3353f('sys/kernel/slab/inotify_event_cache/objs_per_slab', 0o664, b'36\n')
3354f('sys/kernel/slab/inotify_event_cache/shrink', 0o664, b'')
3355f('sys/kernel/slab/inotify_event_cache/trace', 0o664, b'0\n')
3356f('sys/kernel/slab/inotify_event_cache/object_size', 0o664, b'40\n')
3357f('sys/kernel/slab/inotify_event_cache/cpu_slabs', 0o664, b'0\n')
3358f('sys/kernel/slab/inotify_event_cache/cache_dma', 0o664, b'0\n')
3359f('sys/kernel/slab/inotify_event_cache/destroy_by_rcu', 0o664, b'0\n')
3360f('sys/kernel/slab/inotify_event_cache/objects_partial', 0o664, b'0\n')
3361f('sys/kernel/slab/inotify_event_cache/objects', 0o664, b'72\n')
3362f('sys/kernel/slab/inotify_event_cache/order', 0o664, b'0\n')
3363f('sys/kernel/slab/inotify_event_cache/sanity_checks', 0o664, b'1\n')
3364f('sys/kernel/slab/inotify_event_cache/store_user', 0o664, b'1\n')
3365f('sys/kernel/slab/inotify_event_cache/align', 0o664, b'0\n')
3366f('sys/kernel/slab/inotify_event_cache/partial', 0o664, b'0\n')
3367f('sys/kernel/slab/inotify_event_cache/validate', 0o664, b'')
3368f('sys/kernel/slab/inotify_event_cache/red_zone', 0o664, b'1\n')
3369f('sys/kernel/slab/inotify_event_cache/free_calls', 0o664, b'No data\n')
3370f('sys/kernel/slab/inotify_event_cache/aliases', 0o664, b'0\n')
3371d('sys/kernel/slab/UDP', 0o775)
3372f('sys/kernel/slab/UDP/reclaim_account', 0o664, b'0\n')
3373f('sys/kernel/slab/UDP/ctor', 0o664, b'')
3374f('sys/kernel/slab/UDP/hwcache_align', 0o664, b'1\n')
3375f('sys/kernel/slab/UDP/slab_size', 0o664, b'1344\n')
3376f('sys/kernel/slab/UDP/total_objects', 0o664, b'24\n')
3377f('sys/kernel/slab/UDP/slabs', 0o664, b'2\n')
3378f('sys/kernel/slab/UDP/poison', 0o664, b'1\n')
3379f('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')
3380f('sys/kernel/slab/UDP/objs_per_slab', 0o664, b'12\n')
3381f('sys/kernel/slab/UDP/shrink', 0o664, b'')
3382f('sys/kernel/slab/UDP/trace', 0o664, b'0\n')
3383f('sys/kernel/slab/UDP/object_size', 0o664, b'1232\n')
3384f('sys/kernel/slab/UDP/cpu_slabs', 0o664, b'0\n')
3385f('sys/kernel/slab/UDP/cache_dma', 0o664, b'0\n')
3386f('sys/kernel/slab/UDP/destroy_by_rcu', 0o664, b'0\n')
3387f('sys/kernel/slab/UDP/objects_partial', 0o664, b'0\n')
3388f('sys/kernel/slab/UDP/objects', 0o664, b'24\n')
3389f('sys/kernel/slab/UDP/order', 0o664, b'2\n')
3390f('sys/kernel/slab/UDP/sanity_checks', 0o664, b'1\n')
3391f('sys/kernel/slab/UDP/store_user', 0o664, b'1\n')
3392f('sys/kernel/slab/UDP/align', 0o664, b'0\n')
3393f('sys/kernel/slab/UDP/partial', 0o664, b'0\n')
3394f('sys/kernel/slab/UDP/validate', 0o664, b'')
3395f('sys/kernel/slab/UDP/red_zone', 0o664, b'1\n')
3396f('sys/kernel/slab/UDP/free_calls', 0o664, b''' 1 <not-available> age=4303046759 pid=0 cpus=0
3397 4 sk_free+0x80/0x100 age=8327731/8350484/8364461 pid=1371-2586 cpus=0-1
3398''')
3399f('sys/kernel/slab/UDP/aliases', 0o664, b'0\n')
3400d('sys/kernel/slab/Acpi-ParseExt', 0o775)
3401f('sys/kernel/slab/Acpi-ParseExt/reclaim_account', 0o664, b'0\n')
3402f('sys/kernel/slab/Acpi-ParseExt/ctor', 0o664, b'')
3403f('sys/kernel/slab/Acpi-ParseExt/hwcache_align', 0o664, b'0\n')
3404f('sys/kernel/slab/Acpi-ParseExt/slab_size', 0o664, b'144\n')
3405f('sys/kernel/slab/Acpi-ParseExt/total_objects', 0o664, b'56\n')
3406f('sys/kernel/slab/Acpi-ParseExt/slabs', 0o664, b'2\n')
3407f('sys/kernel/slab/Acpi-ParseExt/poison', 0o664, b'1\n')
3408f('sys/kernel/slab/Acpi-ParseExt/alloc_calls', 0o664, b'No data\n')
3409f('sys/kernel/slab/Acpi-ParseExt/objs_per_slab', 0o664, b'28\n')
3410f('sys/kernel/slab/Acpi-ParseExt/shrink', 0o664, b'')
3411f('sys/kernel/slab/Acpi-ParseExt/trace', 0o664, b'0\n')
3412f('sys/kernel/slab/Acpi-ParseExt/object_size', 0o664, b'72\n')
3413f('sys/kernel/slab/Acpi-ParseExt/cpu_slabs', 0o664, b'0\n')
3414f('sys/kernel/slab/Acpi-ParseExt/cache_dma', 0o664, b'0\n')
3415f('sys/kernel/slab/Acpi-ParseExt/destroy_by_rcu', 0o664, b'0\n')
3416f('sys/kernel/slab/Acpi-ParseExt/objects_partial', 0o664, b'0\n')
3417f('sys/kernel/slab/Acpi-ParseExt/objects', 0o664, b'56\n')
3418f('sys/kernel/slab/Acpi-ParseExt/order', 0o664, b'0\n')
3419f('sys/kernel/slab/Acpi-ParseExt/sanity_checks', 0o664, b'1\n')
3420f('sys/kernel/slab/Acpi-ParseExt/store_user', 0o664, b'1\n')
3421f('sys/kernel/slab/Acpi-ParseExt/align', 0o664, b'0\n')
3422f('sys/kernel/slab/Acpi-ParseExt/partial', 0o664, b'0\n')
3423f('sys/kernel/slab/Acpi-ParseExt/validate', 0o664, b'')
3424f('sys/kernel/slab/Acpi-ParseExt/red_zone', 0o664, b'1\n')
3425f('sys/kernel/slab/Acpi-ParseExt/free_calls', 0o664, b'No data\n')
3426f('sys/kernel/slab/Acpi-ParseExt/aliases', 0o664, b'0\n')
3427d('sys/kernel/slab/kmalloc-8', 0o775)
3428f('sys/kernel/slab/kmalloc-8/reclaim_account', 0o664, b'0\n')
3429f('sys/kernel/slab/kmalloc-8/ctor', 0o664, b'')
3430f('sys/kernel/slab/kmalloc-8/hwcache_align', 0o664, b'0\n')
3431f('sys/kernel/slab/kmalloc-8/slab_size', 0o664, b'80\n')
3432f('sys/kernel/slab/kmalloc-8/total_objects', 0o664, b'3366\n')
3433f('sys/kernel/slab/kmalloc-8/slabs', 0o664, b'66\n')
3434f('sys/kernel/slab/kmalloc-8/poison', 0o664, b'1\n')
3435f('sys/kernel/slab/kmalloc-8/alloc_calls', 0o664, b''' 1 cache_k8_northbridges+0x5f/0x130 age=8379864 pid=1 cpus=0
3436 1 pm_qos_add_requirement+0x51/0xe0 age=8376100 pid=122 cpus=1
3437 5 setup_modinfo_version+0x19/0x30 age=8355991/8370769/8376336 pid=169-1766 cpus=0-1
3438 379 load_module+0x1ac4/0x1b30 age=8303091/8368856/8376330 pid=105-2754 cpus=0-1
3439 57 strndup_user+0x6d/0xc0 age=8303095/8368234/8376336 pid=105-2754 cpus=0-1
3440 4 krealloc+0x1e/0x60 age=8355270/8362240/8377141 pid=71-1849 cpus=0-1
3441 5 __vmalloc_area_node+0xfb/0x140 age=8373659/8374450/8375164 pid=181-754 cpus=0-1
3442 17 alloc_vfsmnt+0x97/0x180 age=8354102/8377143/8380122 pid=0-2064 cpus=0-1
3443 1 proc_symlink+0x4d/0xb0 age=8374163 pid=107 cpus=1
3444 1954 sysfs_new_dirent+0x10c/0x120 age=22655/7531182/8380122 pid=0-13295 cpus=0-1
3445 690 kvasprintf+0x55/0x90 age=22668/7820060/8380122 pid=0-13295 cpus=0-1
3446 1 proc_bus_pci_open+0x1d/0x50 age=8355838 pid=1738 cpus=0
3447 5 pcie_port_device_register+0x25/0x4a0 age=8379822/8379823/8379824 pid=1 cpus=1
3448 19 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379961/8379970/8379972 pid=1 cpus=0
3449 9 acpi_ev_pci_config_region_setup+0x162/0x270 age=8379256/8379854/8379947 pid=1-12 cpus=0-1
3450 2 acpi_ut_copy_simple_object+0x8f/0x11c age=8375678/8375686/8375694 pid=396 cpus=0
3451 35 acpi_irq_stats_init+0x1bd/0x268 age=8379979/8379979/8379979 pid=1 cpus=0
3452 8 neigh_sysctl_register+0x1cd/0x330 age=8360192/8368781/8379845 pid=1-1549 cpus=0-1
3453 7 netlink_kernel_create+0xab/0x1a0 age=8378987/8379768/8379988 pid=1 cpus=0-1
3454 5 __devinet_sysctl_register+0xb8/0x120 age=8373658/8377862/8379845 pid=1-126 cpus=0-1
3455 1 fz_hash_alloc+0x4a/0x60 age=8324525 pid=1541 cpus=0
3456 1 init_vdso_vars+0x4c/0x24a age=8379835 pid=1 cpus=1
3457 30 netlink_proto_init+0xf1/0x16b age=8379988/8379988/8379988 pid=1 cpus=0
3458 5 hub_probe+0x20b/0x820 [usbcore] age=8374075/8374568/8374921 pid=143-147 cpus=0-1
3459 3 usb_cache_string+0x65/0xa0 [usbcore] age=22742/37518/67072 pid=419 cpus=0
3460 10 usb_get_configuration+0xbd/0x1480 [usbcore] age=22743/5876145/8374941 pid=143-419 cpus=0-1
3461 35 snd_info_create_entry+0x30/0xa0 [snd] age=8355370/8370655/8374933 pid=107-1813 cpus=0-1
3462 1 async_chainiv_givencrypt_first+0x56/0x80 [crypto_blkcipher] age=8374580 pid=215 cpus=0
3463 1 md_seq_open+0x2d/0x90 [md_mod] age=8366135 pid=1371 cpus=0
3464 1 bitmap_create+0x3aa/0xad0 [md_mod] age=8370125 pid=916 cpus=0
3465 5 __addrconf_sysctl_register+0xcd/0x140 [ipv6] age=8360192/8360193/8360195 pid=1549 cpus=0
3466 1 fib6_net_init+0x5d/0x130 [ipv6] age=8360195 pid=1549 cpus=0
3467''')
3468f('sys/kernel/slab/kmalloc-8/objs_per_slab', 0o664, b'51\n')
3469f('sys/kernel/slab/kmalloc-8/shrink', 0o664, b'')
3470f('sys/kernel/slab/kmalloc-8/trace', 0o664, b'0\n')
3471f('sys/kernel/slab/kmalloc-8/object_size', 0o664, b'8\n')
3472f('sys/kernel/slab/kmalloc-8/cpu_slabs', 0o664, b'0\n')
3473f('sys/kernel/slab/kmalloc-8/cache_dma', 0o664, b'0\n')
3474f('sys/kernel/slab/kmalloc-8/destroy_by_rcu', 0o664, b'0\n')
3475f('sys/kernel/slab/kmalloc-8/objects_partial', 0o664, b'0\n')
3476f('sys/kernel/slab/kmalloc-8/objects', 0o664, b'3366\n')
3477f('sys/kernel/slab/kmalloc-8/order', 0o664, b'0\n')
3478f('sys/kernel/slab/kmalloc-8/sanity_checks', 0o664, b'1\n')
3479f('sys/kernel/slab/kmalloc-8/store_user', 0o664, b'1\n')
3480f('sys/kernel/slab/kmalloc-8/align', 0o664, b'8\n')
3481f('sys/kernel/slab/kmalloc-8/partial', 0o664, b'0\n')
3482f('sys/kernel/slab/kmalloc-8/validate', 0o664, b'')
3483f('sys/kernel/slab/kmalloc-8/red_zone', 0o664, b'1\n')
3484f('sys/kernel/slab/kmalloc-8/free_calls', 0o664, b''' 2657 <not-available> age=4303047420 pid=0 cpus=0
3485 3 free_sect_attrs+0x2e/0x50 age=8375066/8375066/8375066 pid=383 cpus=0
3486 6 load_module+0x73f/0x1b30 age=8374844/8375309/8376003 pid=143-332 cpus=0-1
3487 1 free_module+0xb9/0xf0 age=8375066 pid=383 cpus=0
3488 1 krealloc+0x3a/0x60 age=8375814 pid=330 cpus=0
3489 41 __vunmap+0xe9/0x120 age=8355636/8372979/8376319 pid=105-1805 cpus=0-1
3490 1 vfs_rename+0x301/0x450 age=8367176 pid=72 cpus=1
3491 254 release_sysfs_dirent+0x8c/0xd0 age=125751/7762571/8379789 pid=1-3347 cpus=0-1
3492 61 kobject_release+0xe1/0x140 age=125751/6939731/8378264 pid=1-3347 cpus=0-1
3493 1 match_number+0x95/0xb0 age=8335823 pid=2476 cpus=0
3494 2 proc_bus_pci_release+0x18/0x30 age=8355841/8356005/8356169 pid=1738 cpus=0
3495 49 acpi_ds_create_operand+0x12c/0x209 age=125757/8029619/8379980 pid=1-1442 cpus=0-1
3496 128 acpi_ns_get_node+0x92/0xa1 age=8366449/8379363/8379989 pid=1-1358 cpus=0-1
3497 2 acpi_ut_delete_internal_obj+0x15f/0x16f age=8375669/8375730/8375792 pid=330-396 cpus=0
3498 2 module_add_driver+0x66/0xd0 age=8375989/8375992/8375996 pid=144 cpus=0
3499 2 sd_media_changed+0xca/0x210 age=7839601/7929600/8019600 pid=2796 cpus=0
3500 3 get_modalias+0xd4/0x120 age=8355846/8370834/8379988 pid=1-1772 cpus=0-1
3501 1 fib_hash_free+0x35/0x40 age=8367910 pid=1185 cpus=0
3502 1 usb_release_dev+0x39/0x70 [usbcore] age=7833240 pid=419 cpus=1
3503 2 usb_release_dev+0x45/0x70 [usbcore] age=7833240/7835719/7838199 pid=419 cpus=0-1
3504 4 sg_clean+0x3e/0x80 [usbcore] age=62037/2121033/8297977 pid=2760-13294 cpus=0
3505 59 usb_control_msg+0xef/0x110 [usbcore] age=22658/5520135/8374943 pid=143-419 cpus=0-1
3506 7 usb_set_configuration+0x338/0x5f0 [usbcore] age=53566/5999072/8374935 pid=143-419 cpus=0-1
3507 4 usb_destroy_configuration+0x78/0x140 [usbcore] age=7824401/7967435/8373902 pid=419 cpus=0-1
3508 7 sr_media_change+0xeb/0x2a0 [sr_mod] age=53597/5984195/8374963 pid=558-1456 cpus=0-1
3509''')
3510f('sys/kernel/slab/kmalloc-8/aliases', 0o664, b'0\n')
3511d('sys/kernel/slab/revoke_record', 0o775)
3512f('sys/kernel/slab/revoke_record/reclaim_account', 0o664, b'1\n')
3513f('sys/kernel/slab/revoke_record/ctor', 0o664, b'')
3514f('sys/kernel/slab/revoke_record/hwcache_align', 0o664, b'1\n')
3515f('sys/kernel/slab/revoke_record/slab_size', 0o664, b'128\n')
3516f('sys/kernel/slab/revoke_record/total_objects', 0o664, b'64\n')
3517f('sys/kernel/slab/revoke_record/slabs', 0o664, b'2\n')
3518f('sys/kernel/slab/revoke_record/poison', 0o664, b'1\n')
3519f('sys/kernel/slab/revoke_record/alloc_calls', 0o664, b'No data\n')
3520f('sys/kernel/slab/revoke_record/objs_per_slab', 0o664, b'32\n')
3521f('sys/kernel/slab/revoke_record/shrink', 0o664, b'')
3522f('sys/kernel/slab/revoke_record/trace', 0o664, b'0\n')
3523f('sys/kernel/slab/revoke_record/object_size', 0o664, b'32\n')
3524f('sys/kernel/slab/revoke_record/cpu_slabs', 0o664, b'0\n')
3525f('sys/kernel/slab/revoke_record/cache_dma', 0o664, b'0\n')
3526f('sys/kernel/slab/revoke_record/destroy_by_rcu', 0o664, b'0\n')
3527f('sys/kernel/slab/revoke_record/objects_partial', 0o664, b'0\n')
3528f('sys/kernel/slab/revoke_record/objects', 0o664, b'64\n')
3529f('sys/kernel/slab/revoke_record/order', 0o664, b'0\n')
3530f('sys/kernel/slab/revoke_record/sanity_checks', 0o664, b'1\n')
3531f('sys/kernel/slab/revoke_record/store_user', 0o664, b'1\n')
3532f('sys/kernel/slab/revoke_record/align', 0o664, b'0\n')
3533f('sys/kernel/slab/revoke_record/partial', 0o664, b'0\n')
3534f('sys/kernel/slab/revoke_record/validate', 0o664, b'')
3535f('sys/kernel/slab/revoke_record/red_zone', 0o664, b'1\n')
3536f('sys/kernel/slab/revoke_record/free_calls', 0o664, b'No data\n')
3537f('sys/kernel/slab/revoke_record/aliases', 0o664, b'0\n')
3538d('sys/kernel/slab/ext3_inode_cache', 0o775)
3539f('sys/kernel/slab/ext3_inode_cache/reclaim_account', 0o664, b'1\n')
3540f('sys/kernel/slab/ext3_inode_cache/ctor', 0o664, b'init_once+0x0/0x70\n')
3541f('sys/kernel/slab/ext3_inode_cache/hwcache_align', 0o664, b'0\n')
3542f('sys/kernel/slab/ext3_inode_cache/slab_size', 0o664, b'1544\n')
3543f('sys/kernel/slab/ext3_inode_cache/total_objects', 0o664, b'27342\n')
3544f('sys/kernel/slab/ext3_inode_cache/slabs', 0o664, b'1302\n')
3545f('sys/kernel/slab/ext3_inode_cache/poison', 0o664, b'1\n')
3546f('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')
3547f('sys/kernel/slab/ext3_inode_cache/objs_per_slab', 0o664, b'21\n')
3548f('sys/kernel/slab/ext3_inode_cache/shrink', 0o664, b'')
3549f('sys/kernel/slab/ext3_inode_cache/trace', 0o664, b'0\n')
3550f('sys/kernel/slab/ext3_inode_cache/object_size', 0o664, b'1472\n')
3551f('sys/kernel/slab/ext3_inode_cache/cpu_slabs', 0o664, b'0\n')
3552f('sys/kernel/slab/ext3_inode_cache/cache_dma', 0o664, b'0\n')
3553f('sys/kernel/slab/ext3_inode_cache/destroy_by_rcu', 0o664, b'0\n')
3554f('sys/kernel/slab/ext3_inode_cache/objects_partial', 0o664, b'0\n')
3555f('sys/kernel/slab/ext3_inode_cache/objects', 0o664, b'27342\n')
3556f('sys/kernel/slab/ext3_inode_cache/order', 0o664, b'3\n')
3557f('sys/kernel/slab/ext3_inode_cache/sanity_checks', 0o664, b'1\n')
3558f('sys/kernel/slab/ext3_inode_cache/store_user', 0o664, b'1\n')
3559f('sys/kernel/slab/ext3_inode_cache/align', 0o664, b'0\n')
3560f('sys/kernel/slab/ext3_inode_cache/partial', 0o664, b'0\n')
3561f('sys/kernel/slab/ext3_inode_cache/validate', 0o664, b'')
3562f('sys/kernel/slab/ext3_inode_cache/red_zone', 0o664, b'1\n')
3563f('sys/kernel/slab/ext3_inode_cache/free_calls', 0o664, b''' 25981 <not-available> age=4303047521 pid=0 cpus=0
3564 1358 ext3_destroy_inode+0x2f/0x90 age=13089/2437961/8371953 pid=542-32759 cpus=0-1
3565''')
3566f('sys/kernel/slab/ext3_inode_cache/aliases', 0o664, b'0\n')
3567d('sys/kernel/slab/ndisc_cache', 0o775)
3568f('sys/kernel/slab/ndisc_cache/reclaim_account', 0o664, b'0\n')
3569f('sys/kernel/slab/ndisc_cache/ctor', 0o664, b'')
3570f('sys/kernel/slab/ndisc_cache/hwcache_align', 0o664, b'1\n')
3571f('sys/kernel/slab/ndisc_cache/slab_size', 0o664, b'448\n')
3572f('sys/kernel/slab/ndisc_cache/total_objects', 0o664, b'18\n')
3573f('sys/kernel/slab/ndisc_cache/slabs', 0o664, b'1\n')
3574f('sys/kernel/slab/ndisc_cache/poison', 0o664, b'1\n')
3575f('sys/kernel/slab/ndisc_cache/alloc_calls', 0o664, b' 1 neigh_create+0x8b/0x530 age=8360557 pid=1549 cpus=0\n')
3576f('sys/kernel/slab/ndisc_cache/objs_per_slab', 0o664, b'18\n')
3577f('sys/kernel/slab/ndisc_cache/shrink', 0o664, b'')
3578f('sys/kernel/slab/ndisc_cache/trace', 0o664, b'0\n')
3579f('sys/kernel/slab/ndisc_cache/object_size', 0o664, b'360\n')
3580f('sys/kernel/slab/ndisc_cache/cpu_slabs', 0o664, b'0\n')
3581f('sys/kernel/slab/ndisc_cache/cache_dma', 0o664, b'0\n')
3582f('sys/kernel/slab/ndisc_cache/destroy_by_rcu', 0o664, b'0\n')
3583f('sys/kernel/slab/ndisc_cache/objects_partial', 0o664, b'1\n')
3584f('sys/kernel/slab/ndisc_cache/objects', 0o664, b'1\n')
3585f('sys/kernel/slab/ndisc_cache/order', 0o664, b'1\n')
3586f('sys/kernel/slab/ndisc_cache/sanity_checks', 0o664, b'1\n')
3587f('sys/kernel/slab/ndisc_cache/store_user', 0o664, b'1\n')
3588f('sys/kernel/slab/ndisc_cache/align', 0o664, b'0\n')
3589f('sys/kernel/slab/ndisc_cache/partial', 0o664, b'1\n')
3590f('sys/kernel/slab/ndisc_cache/validate', 0o664, b'')
3591f('sys/kernel/slab/ndisc_cache/red_zone', 0o664, b'1\n')
3592f('sys/kernel/slab/ndisc_cache/free_calls', 0o664, b' 1 <not-available> age=4303047782 pid=0 cpus=0\n')
3593f('sys/kernel/slab/ndisc_cache/aliases', 0o664, b'0\n')
3594d('sys/kernel/slab/ip_fib_alias', 0o775)
3595f('sys/kernel/slab/ip_fib_alias/reclaim_account', 0o664, b'0\n')
3596f('sys/kernel/slab/ip_fib_alias/ctor', 0o664, b'')
3597f('sys/kernel/slab/ip_fib_alias/hwcache_align', 0o664, b'0\n')
3598f('sys/kernel/slab/ip_fib_alias/slab_size', 0o664, b'104\n')
3599f('sys/kernel/slab/ip_fib_alias/total_objects', 0o664, b'0\n')
3600f('sys/kernel/slab/ip_fib_alias/slabs', 0o664, b'0\n')
3601f('sys/kernel/slab/ip_fib_alias/poison', 0o664, b'1\n')
3602f('sys/kernel/slab/ip_fib_alias/alloc_calls', 0o664, b'No data\n')
3603f('sys/kernel/slab/ip_fib_alias/objs_per_slab', 0o664, b'39\n')
3604f('sys/kernel/slab/ip_fib_alias/shrink', 0o664, b'')
3605f('sys/kernel/slab/ip_fib_alias/trace', 0o664, b'0\n')
3606f('sys/kernel/slab/ip_fib_alias/object_size', 0o664, b'32\n')
3607f('sys/kernel/slab/ip_fib_alias/cpu_slabs', 0o664, b'0\n')
3608f('sys/kernel/slab/ip_fib_alias/cache_dma', 0o664, b'0\n')
3609f('sys/kernel/slab/ip_fib_alias/destroy_by_rcu', 0o664, b'0\n')
3610f('sys/kernel/slab/ip_fib_alias/objects_partial', 0o664, b'0\n')
3611f('sys/kernel/slab/ip_fib_alias/objects', 0o664, b'0\n')
3612f('sys/kernel/slab/ip_fib_alias/order', 0o664, b'0\n')
3613f('sys/kernel/slab/ip_fib_alias/sanity_checks', 0o664, b'1\n')
3614f('sys/kernel/slab/ip_fib_alias/store_user', 0o664, b'1\n')
3615f('sys/kernel/slab/ip_fib_alias/align', 0o664, b'0\n')
3616f('sys/kernel/slab/ip_fib_alias/partial', 0o664, b'0\n')
3617f('sys/kernel/slab/ip_fib_alias/validate', 0o664, b'')
3618f('sys/kernel/slab/ip_fib_alias/red_zone', 0o664, b'1\n')
3619f('sys/kernel/slab/ip_fib_alias/free_calls', 0o664, b'No data\n')
3620f('sys/kernel/slab/ip_fib_alias/aliases', 0o664, b'0\n')
3621d('sys/kernel/slab/proc_inode_cache', 0o775)
3622f('sys/kernel/slab/proc_inode_cache/reclaim_account', 0o664, b'1\n')
3623f('sys/kernel/slab/proc_inode_cache/ctor', 0o664, b'init_once+0x0/0x10\n')
3624f('sys/kernel/slab/proc_inode_cache/hwcache_align', 0o664, b'0\n')
3625f('sys/kernel/slab/proc_inode_cache/slab_size', 0o664, b'1192\n')
3626f('sys/kernel/slab/proc_inode_cache/total_objects', 0o664, b'1677\n')
3627f('sys/kernel/slab/proc_inode_cache/slabs', 0o664, b'129\n')
3628f('sys/kernel/slab/proc_inode_cache/poison', 0o664, b'1\n')
3629f('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')
3630f('sys/kernel/slab/proc_inode_cache/objs_per_slab', 0o664, b'13\n')
3631f('sys/kernel/slab/proc_inode_cache/shrink', 0o664, b'')
3632f('sys/kernel/slab/proc_inode_cache/trace', 0o664, b'0\n')
3633f('sys/kernel/slab/proc_inode_cache/object_size', 0o664, b'1120\n')
3634f('sys/kernel/slab/proc_inode_cache/cpu_slabs', 0o664, b'0\n')
3635f('sys/kernel/slab/proc_inode_cache/cache_dma', 0o664, b'0\n')
3636f('sys/kernel/slab/proc_inode_cache/destroy_by_rcu', 0o664, b'0\n')
3637f('sys/kernel/slab/proc_inode_cache/objects_partial', 0o664, b'78\n')
3638f('sys/kernel/slab/proc_inode_cache/objects', 0o664, b'1651\n')
3639f('sys/kernel/slab/proc_inode_cache/order', 0o664, b'2\n')
3640f('sys/kernel/slab/proc_inode_cache/sanity_checks', 0o664, b'1\n')
3641f('sys/kernel/slab/proc_inode_cache/store_user', 0o664, b'1\n')
3642f('sys/kernel/slab/proc_inode_cache/align', 0o664, b'0\n')
3643f('sys/kernel/slab/proc_inode_cache/partial', 0o664, b'8\n')
3644f('sys/kernel/slab/proc_inode_cache/validate', 0o664, b'')
3645f('sys/kernel/slab/proc_inode_cache/red_zone', 0o664, b'1\n')
3646f('sys/kernel/slab/proc_inode_cache/free_calls', 0o664, b''' 1124 <not-available> age=4303047043 pid=0 cpus=0
3647 503 proc_destroy_inode+0x14/0x20 age=61430/7970819/8372808 pid=1-12336 cpus=0-1
3648''')
3649f('sys/kernel/slab/proc_inode_cache/aliases', 0o664, b'0\n')
3650d('sys/kernel/slab/biovec-16', 0o775)
3651f('sys/kernel/slab/biovec-16/reclaim_account', 0o664, b'0\n')
3652f('sys/kernel/slab/biovec-16/ctor', 0o664, b'')
3653f('sys/kernel/slab/biovec-16/hwcache_align', 0o664, b'1\n')
3654f('sys/kernel/slab/biovec-16/slab_size', 0o664, b'384\n')
3655f('sys/kernel/slab/biovec-16/total_objects', 0o664, b'63\n')
3656f('sys/kernel/slab/biovec-16/slabs', 0o664, b'3\n')
3657f('sys/kernel/slab/biovec-16/poison', 0o664, b'1\n')
3658f('sys/kernel/slab/biovec-16/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379491/8379491/8379491 pid=1 cpus=0\n')
3659f('sys/kernel/slab/biovec-16/objs_per_slab', 0o664, b'21\n')
3660f('sys/kernel/slab/biovec-16/shrink', 0o664, b'')
3661f('sys/kernel/slab/biovec-16/trace', 0o664, b'0\n')
3662f('sys/kernel/slab/biovec-16/object_size', 0o664, b'256\n')
3663f('sys/kernel/slab/biovec-16/cpu_slabs', 0o664, b'0\n')
3664f('sys/kernel/slab/biovec-16/cache_dma', 0o664, b'0\n')
3665f('sys/kernel/slab/biovec-16/destroy_by_rcu', 0o664, b'0\n')
3666f('sys/kernel/slab/biovec-16/objects_partial', 0o664, b'2\n')
3667f('sys/kernel/slab/biovec-16/objects', 0o664, b'44\n')
3668f('sys/kernel/slab/biovec-16/order', 0o664, b'1\n')
3669f('sys/kernel/slab/biovec-16/sanity_checks', 0o664, b'1\n')
3670f('sys/kernel/slab/biovec-16/store_user', 0o664, b'1\n')
3671f('sys/kernel/slab/biovec-16/align', 0o664, b'0\n')
3672f('sys/kernel/slab/biovec-16/partial', 0o664, b'1\n')
3673f('sys/kernel/slab/biovec-16/validate', 0o664, b'')
3674f('sys/kernel/slab/biovec-16/red_zone', 0o664, b'1\n')
3675f('sys/kernel/slab/biovec-16/free_calls', 0o664, b' 2 <not-available> age=4303046925 pid=0 cpus=0\n')
3676f('sys/kernel/slab/biovec-16/aliases', 0o664, b'0\n')
3677d('sys/kernel/slab/Acpi-State', 0o775)
3678f('sys/kernel/slab/Acpi-State/reclaim_account', 0o664, b'0\n')
3679f('sys/kernel/slab/Acpi-State/ctor', 0o664, b'')
3680f('sys/kernel/slab/Acpi-State/hwcache_align', 0o664, b'0\n')
3681f('sys/kernel/slab/Acpi-State/slab_size', 0o664, b'152\n')
3682f('sys/kernel/slab/Acpi-State/total_objects', 0o664, b'52\n')
3683f('sys/kernel/slab/Acpi-State/slabs', 0o664, b'2\n')
3684f('sys/kernel/slab/Acpi-State/poison', 0o664, b'1\n')
3685f('sys/kernel/slab/Acpi-State/alloc_calls', 0o664, b'No data\n')
3686f('sys/kernel/slab/Acpi-State/objs_per_slab', 0o664, b'26\n')
3687f('sys/kernel/slab/Acpi-State/shrink', 0o664, b'')
3688f('sys/kernel/slab/Acpi-State/trace', 0o664, b'0\n')
3689f('sys/kernel/slab/Acpi-State/object_size', 0o664, b'80\n')
3690f('sys/kernel/slab/Acpi-State/cpu_slabs', 0o664, b'0\n')
3691f('sys/kernel/slab/Acpi-State/cache_dma', 0o664, b'0\n')
3692f('sys/kernel/slab/Acpi-State/destroy_by_rcu', 0o664, b'0\n')
3693f('sys/kernel/slab/Acpi-State/objects_partial', 0o664, b'0\n')
3694f('sys/kernel/slab/Acpi-State/objects', 0o664, b'52\n')
3695f('sys/kernel/slab/Acpi-State/order', 0o664, b'0\n')
3696f('sys/kernel/slab/Acpi-State/sanity_checks', 0o664, b'1\n')
3697f('sys/kernel/slab/Acpi-State/store_user', 0o664, b'1\n')
3698f('sys/kernel/slab/Acpi-State/align', 0o664, b'0\n')
3699f('sys/kernel/slab/Acpi-State/partial', 0o664, b'0\n')
3700f('sys/kernel/slab/Acpi-State/validate', 0o664, b'')
3701f('sys/kernel/slab/Acpi-State/red_zone', 0o664, b'1\n')
3702f('sys/kernel/slab/Acpi-State/free_calls', 0o664, b'No data\n')
3703f('sys/kernel/slab/Acpi-State/aliases', 0o664, b'0\n')
3704d('sys/kernel/slab/ip6_dst_cache', 0o775)
3705f('sys/kernel/slab/ip6_dst_cache/reclaim_account', 0o664, b'0\n')
3706f('sys/kernel/slab/ip6_dst_cache/ctor', 0o664, b'')
3707f('sys/kernel/slab/ip6_dst_cache/hwcache_align', 0o664, b'1\n')
3708f('sys/kernel/slab/ip6_dst_cache/slab_size', 0o664, b'384\n')
3709f('sys/kernel/slab/ip6_dst_cache/total_objects', 0o664, b'42\n')
3710f('sys/kernel/slab/ip6_dst_cache/slabs', 0o664, b'2\n')
3711f('sys/kernel/slab/ip6_dst_cache/poison', 0o664, b'1\n')
3712f('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')
3713f('sys/kernel/slab/ip6_dst_cache/objs_per_slab', 0o664, b'21\n')
3714f('sys/kernel/slab/ip6_dst_cache/shrink', 0o664, b'')
3715f('sys/kernel/slab/ip6_dst_cache/trace', 0o664, b'0\n')
3716f('sys/kernel/slab/ip6_dst_cache/object_size', 0o664, b'304\n')
3717f('sys/kernel/slab/ip6_dst_cache/cpu_slabs', 0o664, b'0\n')
3718f('sys/kernel/slab/ip6_dst_cache/cache_dma', 0o664, b'0\n')
3719f('sys/kernel/slab/ip6_dst_cache/destroy_by_rcu', 0o664, b'0\n')
3720f('sys/kernel/slab/ip6_dst_cache/objects_partial', 0o664, b'4\n')
3721f('sys/kernel/slab/ip6_dst_cache/objects', 0o664, b'4\n')
3722f('sys/kernel/slab/ip6_dst_cache/order', 0o664, b'1\n')
3723f('sys/kernel/slab/ip6_dst_cache/sanity_checks', 0o664, b'1\n')
3724f('sys/kernel/slab/ip6_dst_cache/store_user', 0o664, b'1\n')
3725f('sys/kernel/slab/ip6_dst_cache/align', 0o664, b'0\n')
3726f('sys/kernel/slab/ip6_dst_cache/partial', 0o664, b'2\n')
3727f('sys/kernel/slab/ip6_dst_cache/validate', 0o664, b'')
3728f('sys/kernel/slab/ip6_dst_cache/red_zone', 0o664, b'1\n')
3729f('sys/kernel/slab/ip6_dst_cache/free_calls', 0o664, b' 4 <not-available> age=4303047790 pid=0 cpus=0\n')
3730f('sys/kernel/slab/ip6_dst_cache/aliases', 0o664, b'0\n')
3731d('sys/kernel/slab/task_xstate', 0o775)
3732f('sys/kernel/slab/task_xstate/reclaim_account', 0o664, b'0\n')
3733f('sys/kernel/slab/task_xstate/ctor', 0o664, b'')
3734f('sys/kernel/slab/task_xstate/hwcache_align', 0o664, b'0\n')
3735f('sys/kernel/slab/task_xstate/slab_size', 0o664, b'592\n')
3736f('sys/kernel/slab/task_xstate/total_objects', 0o664, b'169\n')
3737f('sys/kernel/slab/task_xstate/slabs', 0o664, b'13\n')
3738f('sys/kernel/slab/task_xstate/poison', 0o664, b'1\n')
3739f('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
3740 51 init_fpu+0xef/0x110 age=4157/7436734/8378165 pid=1-20296 cpus=0-1
3741''')
3742f('sys/kernel/slab/task_xstate/objs_per_slab', 0o664, b'13\n')
3743f('sys/kernel/slab/task_xstate/shrink', 0o664, b'')
3744f('sys/kernel/slab/task_xstate/trace', 0o664, b'0\n')
3745f('sys/kernel/slab/task_xstate/object_size', 0o664, b'512\n')
3746f('sys/kernel/slab/task_xstate/cpu_slabs', 0o664, b'0\n')
3747f('sys/kernel/slab/task_xstate/cache_dma', 0o664, b'0\n')
3748f('sys/kernel/slab/task_xstate/destroy_by_rcu', 0o664, b'0\n')
3749f('sys/kernel/slab/task_xstate/objects_partial', 0o664, b'57\n')
3750f('sys/kernel/slab/task_xstate/objects', 0o664, b'161\n')
3751f('sys/kernel/slab/task_xstate/order', 0o664, b'1\n')
3752f('sys/kernel/slab/task_xstate/sanity_checks', 0o664, b'1\n')
3753f('sys/kernel/slab/task_xstate/store_user', 0o664, b'1\n')
3754f('sys/kernel/slab/task_xstate/align', 0o664, b'16\n')
3755f('sys/kernel/slab/task_xstate/partial', 0o664, b'5\n')
3756f('sys/kernel/slab/task_xstate/validate', 0o664, b'')
3757f('sys/kernel/slab/task_xstate/red_zone', 0o664, b'1\n')
3758f('sys/kernel/slab/task_xstate/free_calls', 0o664, b''' 53 <not-available> age=4303047277 pid=0 cpus=0
3759 97 free_thread_xstate+0x24/0x40 age=7199/7795238/8375118 pid=0-20296 cpus=0-1
3760''')
3761f('sys/kernel/slab/task_xstate/aliases', 0o664, b'0\n')
3762d('sys/kernel/slab/scsi_io_context', 0o775)
3763f('sys/kernel/slab/scsi_io_context/reclaim_account', 0o664, b'0\n')
3764f('sys/kernel/slab/scsi_io_context/ctor', 0o664, b'')
3765f('sys/kernel/slab/scsi_io_context/hwcache_align', 0o664, b'0\n')
3766f('sys/kernel/slab/scsi_io_context/slab_size', 0o664, b'184\n')
3767f('sys/kernel/slab/scsi_io_context/total_objects', 0o664, b'0\n')
3768f('sys/kernel/slab/scsi_io_context/slabs', 0o664, b'0\n')
3769f('sys/kernel/slab/scsi_io_context/poison', 0o664, b'1\n')
3770f('sys/kernel/slab/scsi_io_context/alloc_calls', 0o664, b'No data\n')
3771f('sys/kernel/slab/scsi_io_context/objs_per_slab', 0o664, b'22\n')
3772f('sys/kernel/slab/scsi_io_context/shrink', 0o664, b'')
3773f('sys/kernel/slab/scsi_io_context/trace', 0o664, b'0\n')
3774f('sys/kernel/slab/scsi_io_context/object_size', 0o664, b'112\n')
3775f('sys/kernel/slab/scsi_io_context/cpu_slabs', 0o664, b'0\n')
3776f('sys/kernel/slab/scsi_io_context/cache_dma', 0o664, b'0\n')
3777f('sys/kernel/slab/scsi_io_context/destroy_by_rcu', 0o664, b'0\n')
3778f('sys/kernel/slab/scsi_io_context/objects_partial', 0o664, b'0\n')
3779f('sys/kernel/slab/scsi_io_context/objects', 0o664, b'0\n')
3780f('sys/kernel/slab/scsi_io_context/order', 0o664, b'0\n')
3781f('sys/kernel/slab/scsi_io_context/sanity_checks', 0o664, b'1\n')
3782f('sys/kernel/slab/scsi_io_context/store_user', 0o664, b'1\n')
3783f('sys/kernel/slab/scsi_io_context/align', 0o664, b'0\n')
3784f('sys/kernel/slab/scsi_io_context/partial', 0o664, b'0\n')
3785f('sys/kernel/slab/scsi_io_context/validate', 0o664, b'')
3786f('sys/kernel/slab/scsi_io_context/red_zone', 0o664, b'1\n')
3787f('sys/kernel/slab/scsi_io_context/free_calls', 0o664, b'No data\n')
3788f('sys/kernel/slab/scsi_io_context/aliases', 0o664, b'0\n')
3789d('sys/kernel/slab/anon_vma', 0o775)
3790f('sys/kernel/slab/anon_vma/reclaim_account', 0o664, b'0\n')
3791f('sys/kernel/slab/anon_vma/ctor', 0o664, b'anon_vma_ctor+0x0/0x40\n')
3792f('sys/kernel/slab/anon_vma/hwcache_align', 0o664, b'0\n')
3793f('sys/kernel/slab/anon_vma/slab_size', 0o664, b'144\n')
3794f('sys/kernel/slab/anon_vma/total_objects', 0o664, b'3304\n')
3795f('sys/kernel/slab/anon_vma/slabs', 0o664, b'118\n')
3796f('sys/kernel/slab/anon_vma/poison', 0o664, b'1\n')
3797f('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')
3798f('sys/kernel/slab/anon_vma/objs_per_slab', 0o664, b'28\n')
3799f('sys/kernel/slab/anon_vma/shrink', 0o664, b'')
3800f('sys/kernel/slab/anon_vma/trace', 0o664, b'0\n')
3801f('sys/kernel/slab/anon_vma/object_size', 0o664, b'72\n')
3802f('sys/kernel/slab/anon_vma/cpu_slabs', 0o664, b'0\n')
3803f('sys/kernel/slab/anon_vma/cache_dma', 0o664, b'0\n')
3804f('sys/kernel/slab/anon_vma/destroy_by_rcu', 0o664, b'1\n')
3805f('sys/kernel/slab/anon_vma/objects_partial', 0o664, b'185\n')
3806f('sys/kernel/slab/anon_vma/objects', 0o664, b'3265\n')
3807f('sys/kernel/slab/anon_vma/order', 0o664, b'0\n')
3808f('sys/kernel/slab/anon_vma/sanity_checks', 0o664, b'1\n')
3809f('sys/kernel/slab/anon_vma/store_user', 0o664, b'1\n')
3810f('sys/kernel/slab/anon_vma/align', 0o664, b'0\n')
3811f('sys/kernel/slab/anon_vma/partial', 0o664, b'8\n')
3812f('sys/kernel/slab/anon_vma/validate', 0o664, b'')
3813f('sys/kernel/slab/anon_vma/red_zone', 0o664, b'1\n')
3814f('sys/kernel/slab/anon_vma/free_calls', 0o664, b''' 1575 <not-available> age=4303047296 pid=0 cpus=0
3815 1659 anon_vma_unlink+0x5f/0x70 age=7225/7638870/8377152 pid=56-20292 cpus=0-1
3816''')
3817f('sys/kernel/slab/anon_vma/aliases', 0o664, b'0\n')
3818d('sys/kernel/slab/uhci_urb_priv', 0o775)
3819f('sys/kernel/slab/uhci_urb_priv/reclaim_account', 0o664, b'0\n')
3820f('sys/kernel/slab/uhci_urb_priv/ctor', 0o664, b'')
3821f('sys/kernel/slab/uhci_urb_priv/hwcache_align', 0o664, b'0\n')
3822f('sys/kernel/slab/uhci_urb_priv/slab_size', 0o664, b'128\n')
3823f('sys/kernel/slab/uhci_urb_priv/total_objects', 0o664, b'32\n')
3824f('sys/kernel/slab/uhci_urb_priv/slabs', 0o664, b'1\n')
3825f('sys/kernel/slab/uhci_urb_priv/poison', 0o664, b'1\n')
3826f('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')
3827f('sys/kernel/slab/uhci_urb_priv/objs_per_slab', 0o664, b'32\n')
3828f('sys/kernel/slab/uhci_urb_priv/shrink', 0o664, b'')
3829f('sys/kernel/slab/uhci_urb_priv/trace', 0o664, b'0\n')
3830f('sys/kernel/slab/uhci_urb_priv/object_size', 0o664, b'56\n')
3831f('sys/kernel/slab/uhci_urb_priv/cpu_slabs', 0o664, b'0\n')
3832f('sys/kernel/slab/uhci_urb_priv/cache_dma', 0o664, b'0\n')
3833f('sys/kernel/slab/uhci_urb_priv/destroy_by_rcu', 0o664, b'0\n')
3834f('sys/kernel/slab/uhci_urb_priv/objects_partial', 0o664, b'0\n')
3835f('sys/kernel/slab/uhci_urb_priv/objects', 0o664, b'32\n')
3836f('sys/kernel/slab/uhci_urb_priv/order', 0o664, b'0\n')
3837f('sys/kernel/slab/uhci_urb_priv/sanity_checks', 0o664, b'1\n')
3838f('sys/kernel/slab/uhci_urb_priv/store_user', 0o664, b'1\n')
3839f('sys/kernel/slab/uhci_urb_priv/align', 0o664, b'0\n')
3840f('sys/kernel/slab/uhci_urb_priv/partial', 0o664, b'0\n')
3841f('sys/kernel/slab/uhci_urb_priv/validate', 0o664, b'')
3842f('sys/kernel/slab/uhci_urb_priv/red_zone', 0o664, b'1\n')
3843f('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')
3844f('sys/kernel/slab/uhci_urb_priv/aliases', 0o664, b'0\n')
3845d('sys/kernel/slab/shmem_inode_cache', 0o775)
3846f('sys/kernel/slab/shmem_inode_cache/reclaim_account', 0o664, b'0\n')
3847f('sys/kernel/slab/shmem_inode_cache/ctor', 0o664, b'init_once+0x0/0x40\n')
3848f('sys/kernel/slab/shmem_inode_cache/hwcache_align', 0o664, b'0\n')
3849f('sys/kernel/slab/shmem_inode_cache/slab_size', 0o664, b'1400\n')
3850f('sys/kernel/slab/shmem_inode_cache/total_objects', 0o664, b'1173\n')
3851f('sys/kernel/slab/shmem_inode_cache/slabs', 0o664, b'51\n')
3852f('sys/kernel/slab/shmem_inode_cache/poison', 0o664, b'1\n')
3853f('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')
3854f('sys/kernel/slab/shmem_inode_cache/objs_per_slab', 0o664, b'23\n')
3855f('sys/kernel/slab/shmem_inode_cache/shrink', 0o664, b'')
3856f('sys/kernel/slab/shmem_inode_cache/trace', 0o664, b'0\n')
3857f('sys/kernel/slab/shmem_inode_cache/object_size', 0o664, b'1328\n')
3858f('sys/kernel/slab/shmem_inode_cache/cpu_slabs', 0o664, b'0\n')
3859f('sys/kernel/slab/shmem_inode_cache/cache_dma', 0o664, b'0\n')
3860f('sys/kernel/slab/shmem_inode_cache/destroy_by_rcu', 0o664, b'0\n')
3861f('sys/kernel/slab/shmem_inode_cache/objects_partial', 0o664, b'42\n')
3862f('sys/kernel/slab/shmem_inode_cache/objects', 0o664, b'1169\n')
3863f('sys/kernel/slab/shmem_inode_cache/order', 0o664, b'3\n')
3864f('sys/kernel/slab/shmem_inode_cache/sanity_checks', 0o664, b'1\n')
3865f('sys/kernel/slab/shmem_inode_cache/store_user', 0o664, b'1\n')
3866f('sys/kernel/slab/shmem_inode_cache/align', 0o664, b'0\n')
3867f('sys/kernel/slab/shmem_inode_cache/partial', 0o664, b'2\n')
3868f('sys/kernel/slab/shmem_inode_cache/validate', 0o664, b'')
3869f('sys/kernel/slab/shmem_inode_cache/red_zone', 0o664, b'1\n')
3870f('sys/kernel/slab/shmem_inode_cache/free_calls', 0o664, b''' 741 <not-available> age=4303046628 pid=0 cpus=0
3871 403 shmem_destroy_inode+0x24/0x30 age=21598/7406739/8375758 pid=72-13332 cpus=0-1
3872''')
3873f('sys/kernel/slab/shmem_inode_cache/aliases', 0o664, b'0\n')
3874d('sys/kernel/slab/fat_inode_cache', 0o775)
3875f('sys/kernel/slab/fat_inode_cache/reclaim_account', 0o664, b'1\n')
3876f('sys/kernel/slab/fat_inode_cache/ctor', 0o664, b'init_once+0x0/0x60\n')
3877f('sys/kernel/slab/fat_inode_cache/hwcache_align', 0o664, b'0\n')
3878f('sys/kernel/slab/fat_inode_cache/slab_size', 0o664, b'1272\n')
3879f('sys/kernel/slab/fat_inode_cache/total_objects', 0o664, b'100\n')
3880f('sys/kernel/slab/fat_inode_cache/slabs', 0o664, b'4\n')
3881f('sys/kernel/slab/fat_inode_cache/poison', 0o664, b'1\n')
3882f('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')
3883f('sys/kernel/slab/fat_inode_cache/objs_per_slab', 0o664, b'25\n')
3884f('sys/kernel/slab/fat_inode_cache/shrink', 0o664, b'')
3885f('sys/kernel/slab/fat_inode_cache/trace', 0o664, b'0\n')
3886f('sys/kernel/slab/fat_inode_cache/object_size', 0o664, b'1200\n')
3887f('sys/kernel/slab/fat_inode_cache/cpu_slabs', 0o664, b'0\n')
3888f('sys/kernel/slab/fat_inode_cache/cache_dma', 0o664, b'0\n')
3889f('sys/kernel/slab/fat_inode_cache/destroy_by_rcu', 0o664, b'0\n')
3890f('sys/kernel/slab/fat_inode_cache/objects_partial', 0o664, b'0\n')
3891f('sys/kernel/slab/fat_inode_cache/objects', 0o664, b'100\n')
3892f('sys/kernel/slab/fat_inode_cache/order', 0o664, b'3\n')
3893f('sys/kernel/slab/fat_inode_cache/sanity_checks', 0o664, b'1\n')
3894f('sys/kernel/slab/fat_inode_cache/store_user', 0o664, b'1\n')
3895f('sys/kernel/slab/fat_inode_cache/align', 0o664, b'0\n')
3896f('sys/kernel/slab/fat_inode_cache/partial', 0o664, b'0\n')
3897f('sys/kernel/slab/fat_inode_cache/validate', 0o664, b'')
3898f('sys/kernel/slab/fat_inode_cache/red_zone', 0o664, b'1\n')
3899f('sys/kernel/slab/fat_inode_cache/free_calls', 0o664, b' 76 <not-available> age=4303047594 pid=0 cpus=0\n')
3900f('sys/kernel/slab/fat_inode_cache/aliases', 0o664, b'0\n')
3901d('sys/kernel/slab/kmalloc-256', 0o775)
3902f('sys/kernel/slab/kmalloc-256/reclaim_account', 0o664, b'0\n')
3903f('sys/kernel/slab/kmalloc-256/ctor', 0o664, b'')
3904f('sys/kernel/slab/kmalloc-256/hwcache_align', 0o664, b'0\n')
3905f('sys/kernel/slab/kmalloc-256/slab_size', 0o664, b'328\n')
3906f('sys/kernel/slab/kmalloc-256/total_objects', 0o664, b'516\n')
3907f('sys/kernel/slab/kmalloc-256/slabs', 0o664, b'43\n')
3908f('sys/kernel/slab/kmalloc-256/poison', 0o664, b'1\n')
3909f('sys/kernel/slab/kmalloc-256/alloc_calls', 0o664, b''' 2 mempool_kmalloc+0x11/0x20 age=8379928/8379928/8379928 pid=1 cpus=0
3910 2 __vmalloc_area_node+0xfb/0x140 age=8374585/8375388/8376192 pid=122-126 cpus=0-1
3911 32 dma_pool_create+0x90/0x1e0 age=8374074/8374505/8374905 pid=143-147 cpus=0-1
3912 28 __percpu_alloc_mask+0xbc/0x140 age=8360136/8365750/8379780 pid=1-1549 cpus=0
3913 2 seq_open+0x84/0xa0 age=8355780/8360929/8366079 pid=1371-1738 cpus=0
3914 19 inotify_init+0x1b/0x90 age=8333719/8353284/8379778 pid=1-2544 cpus=0-1
3915 1 mounts_open_common+0x11e/0x210 age=8365844 pid=1371 cpus=0
3916 347 __proc_create+0xa5/0x150 age=8355314/8375854/8380066 pid=0-1813 cpus=0-1
3917 6 start_this_handle+0x3f5/0x410 age=4241/38502/142468 pid=21-13466 cpus=0-1
3918 3 elevator_alloc+0x1b/0xc0 age=62010/5606790/8379345 pid=1-13295 cpus=0-1
3919 2 acpi_ds_build_internal_buffer_obj+0xe1/0x121 age=8379913/8379914/8379915 pid=1 cpus=0
3920 1 find_dock+0x414/0x426 age=8379931 pid=1 cpus=0
3921 6 con_insert_unipair+0x96/0x110 age=8355034/8367399/8379765 pid=1-1898 cpus=1
3922 2 neigh_resolve_output+0x226/0x2e0 age=1134112/4736669/8339226 pid=0-2401 cpus=0-1
3923 1 genl_register_family+0x1b6/0x1e0 age=8375014 pid=126 cpus=0
3924 5 ip_mc_inc_group+0x6b/0x280 age=8325482/8352347/8367852 pid=1185-1849 cpus=0-1
3925 2 cache_add_dev+0x17b/0x546 age=8379779/8379779/8379780 pid=1 cpus=0-1
3926 10 audit_register_class+0x1e/0xa1 age=8379779/8379779/8379779 pid=1 cpus=1
3927 1 proc_net_ns_init+0x1b/0x81 age=8380066 pid=0 cpus=0
3928 3 snd_malloc_sgbuf_pages+0xfa/0x1f0 [snd_page_alloc] age=8374129/8374129/8374129 pid=107 cpus=1
3929 1 usb_get_configuration+0x18f/0x1480 [usbcore] age=8372709 pid=419 cpus=0
3930 1 acpi_ac_add+0x3a/0x1b1 [ac] age=8375784 pid=392 cpus=0
3931 1 acpi_processor_register_performance+0x2a0/0x3a6 [processor] age=8366391 pid=1358 cpus=0
3932 3 snd_ctl_open+0x8e/0x180 [snd] age=8333026/8337179/8339273 pid=2400-2425 cpus=0
3933 8 ieee80211_rx_bss_add+0x4e/0x140 [mac80211] age=8354793/8355457/8355979 pid=0-1951 cpus=0
3934 2 ipv6_add_addr+0x199/0x3c0 [ipv6] age=8329536/8344837/8360138 pid=8-1549 cpus=0-1
3935 5 ipv6_dev_mc_inc+0x141/0x3f0 [ipv6] age=8329536/8354016/8360138 pid=8-1549 cpus=0-1
3936''')
3937f('sys/kernel/slab/kmalloc-256/objs_per_slab', 0o664, b'12\n')
3938f('sys/kernel/slab/kmalloc-256/shrink', 0o664, b'')
3939f('sys/kernel/slab/kmalloc-256/trace', 0o664, b'0\n')
3940f('sys/kernel/slab/kmalloc-256/object_size', 0o664, b'256\n')
3941f('sys/kernel/slab/kmalloc-256/cpu_slabs', 0o664, b'0\n')
3942f('sys/kernel/slab/kmalloc-256/cache_dma', 0o664, b'0\n')
3943f('sys/kernel/slab/kmalloc-256/destroy_by_rcu', 0o664, b'0\n')
3944f('sys/kernel/slab/kmalloc-256/objects_partial', 0o664, b'60\n')
3945f('sys/kernel/slab/kmalloc-256/objects', 0o664, b'504\n')
3946f('sys/kernel/slab/kmalloc-256/order', 0o664, b'0\n')
3947f('sys/kernel/slab/kmalloc-256/sanity_checks', 0o664, b'1\n')
3948f('sys/kernel/slab/kmalloc-256/store_user', 0o664, b'1\n')
3949f('sys/kernel/slab/kmalloc-256/align', 0o664, b'8\n')
3950f('sys/kernel/slab/kmalloc-256/partial', 0o664, b'6\n')
3951f('sys/kernel/slab/kmalloc-256/validate', 0o664, b'')
3952f('sys/kernel/slab/kmalloc-256/red_zone', 0o664, b'1\n')
3953f('sys/kernel/slab/kmalloc-256/free_calls', 0o664, b''' 389 <not-available> age=4303047363 pid=0 cpus=0
3954 1 __vunmap+0xe9/0x120 age=8374878 pid=107 cpus=1
3955 38 do_execve+0x2b1/0x2d0 age=7303/7294190/8377088 pid=71-13465 cpus=0-1
3956 51 seq_release+0x20/0x30 age=23541/7877166/8376202 pid=105-2535 cpus=0-1
3957 3 free_proc_entry+0x73/0x90 age=8356279/8369643/8378992 pid=1-1541 cpus=0
3958 3 __journal_drop_transaction+0xe6/0x170 age=8360317/8363466/8366128 pid=32 cpus=0
3959 1 acpi_pci_irq_add_prt+0xc2/0x324 age=8379845 pid=1 cpus=0
3960 2 acpi_pci_bind+0x26b/0x28d age=8379844/8379845/8379846 pid=1 cpus=0
3961 1 wireless_send_event+0x172/0x330 age=8329538 pid=742 cpus=1
3962 3 usb_string+0x17c/0x1e0 [usbcore] age=8374367/8374614/8374886 pid=143 cpus=0
3963 3 snd_ctl_release+0xf9/0x130 [snd] age=8333027/8337180/8339274 pid=2400-2425 cpus=0
3964 1 ieee80211_set_associated+0x421/0x520 [mac80211] age=8329538 pid=742 cpus=1
3965''')
3966f('sys/kernel/slab/kmalloc-256/aliases', 0o664, b'0\n')
3967d('sys/kernel/slab/biovec-64', 0o775)
3968f('sys/kernel/slab/biovec-64/reclaim_account', 0o664, b'0\n')
3969f('sys/kernel/slab/biovec-64/ctor', 0o664, b'')
3970f('sys/kernel/slab/biovec-64/hwcache_align', 0o664, b'1\n')
3971f('sys/kernel/slab/biovec-64/slab_size', 0o664, b'1152\n')
3972f('sys/kernel/slab/biovec-64/total_objects', 0o664, b'28\n')
3973f('sys/kernel/slab/biovec-64/slabs', 0o664, b'2\n')
3974f('sys/kernel/slab/biovec-64/poison', 0o664, b'1\n')
3975f('sys/kernel/slab/biovec-64/alloc_calls', 0o664, b' 2 mempool_alloc_slab+0x11/0x20 age=8379482/8379482/8379482 pid=1 cpus=0\n')
3976f('sys/kernel/slab/biovec-64/objs_per_slab', 0o664, b'14\n')
3977f('sys/kernel/slab/biovec-64/shrink', 0o664, b'')
3978f('sys/kernel/slab/biovec-64/trace', 0o664, b'0\n')
3979f('sys/kernel/slab/biovec-64/object_size', 0o664, b'1024\n')
3980f('sys/kernel/slab/biovec-64/cpu_slabs', 0o664, b'0\n')
3981f('sys/kernel/slab/biovec-64/cache_dma', 0o664, b'0\n')
3982f('sys/kernel/slab/biovec-64/destroy_by_rcu', 0o664, b'0\n')
3983f('sys/kernel/slab/biovec-64/objects_partial', 0o664, b'0\n')
3984f('sys/kernel/slab/biovec-64/objects', 0o664, b'28\n')
3985f('sys/kernel/slab/biovec-64/order', 0o664, b'2\n')
3986f('sys/kernel/slab/biovec-64/sanity_checks', 0o664, b'1\n')
3987f('sys/kernel/slab/biovec-64/store_user', 0o664, b'1\n')
3988f('sys/kernel/slab/biovec-64/align', 0o664, b'0\n')
3989f('sys/kernel/slab/biovec-64/partial', 0o664, b'0\n')
3990f('sys/kernel/slab/biovec-64/validate', 0o664, b'')
3991f('sys/kernel/slab/biovec-64/red_zone', 0o664, b'1\n')
3992f('sys/kernel/slab/biovec-64/free_calls', 0o664, b' 2 <not-available> age=4303046917 pid=0 cpus=0\n')
3993f('sys/kernel/slab/biovec-64/aliases', 0o664, b'0\n')
3994d('sys/kernel/slab/sysfs_dir_cache', 0o775)
3995f('sys/kernel/slab/sysfs_dir_cache/reclaim_account', 0o664, b'0\n')
3996f('sys/kernel/slab/sysfs_dir_cache/ctor', 0o664, b'')
3997f('sys/kernel/slab/sysfs_dir_cache/hwcache_align', 0o664, b'0\n')
3998f('sys/kernel/slab/sysfs_dir_cache/slab_size', 0o664, b'152\n')
3999f('sys/kernel/slab/sysfs_dir_cache/total_objects', 0o664, b'11518\n')
4000f('sys/kernel/slab/sysfs_dir_cache/slabs', 0o664, b'443\n')
4001f('sys/kernel/slab/sysfs_dir_cache/poison', 0o664, b'1\n')
4002f('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')
4003f('sys/kernel/slab/sysfs_dir_cache/objs_per_slab', 0o664, b'26\n')
4004f('sys/kernel/slab/sysfs_dir_cache/shrink', 0o664, b'')
4005f('sys/kernel/slab/sysfs_dir_cache/trace', 0o664, b'0\n')
4006f('sys/kernel/slab/sysfs_dir_cache/object_size', 0o664, b'80\n')
4007f('sys/kernel/slab/sysfs_dir_cache/cpu_slabs', 0o664, b'0\n')
4008f('sys/kernel/slab/sysfs_dir_cache/cache_dma', 0o664, b'0\n')
4009f('sys/kernel/slab/sysfs_dir_cache/destroy_by_rcu', 0o664, b'0\n')
4010f('sys/kernel/slab/sysfs_dir_cache/objects_partial', 0o664, b'0\n')
4011f('sys/kernel/slab/sysfs_dir_cache/objects', 0o664, b'11518\n')
4012f('sys/kernel/slab/sysfs_dir_cache/order', 0o664, b'0\n')
4013f('sys/kernel/slab/sysfs_dir_cache/sanity_checks', 0o664, b'1\n')
4014f('sys/kernel/slab/sysfs_dir_cache/store_user', 0o664, b'1\n')
4015f('sys/kernel/slab/sysfs_dir_cache/align', 0o664, b'0\n')
4016f('sys/kernel/slab/sysfs_dir_cache/partial', 0o664, b'0\n')
4017f('sys/kernel/slab/sysfs_dir_cache/validate', 0o664, b'')
4018f('sys/kernel/slab/sysfs_dir_cache/red_zone', 0o664, b'1\n')
4019f('sys/kernel/slab/sysfs_dir_cache/free_calls', 0o664, b''' 11006 <not-available> age=4303047087 pid=0 cpus=0
4020 482 release_sysfs_dirent+0x5c/0xd0 age=61294/6319346/8379456 pid=1-2141 cpus=0-1
4021''')
4022f('sys/kernel/slab/sysfs_dir_cache/aliases', 0o664, b'0\n')
4023d('sys/kernel/slab/request_sock_TCP', 0o775)
4024f('sys/kernel/slab/request_sock_TCP/reclaim_account', 0o664, b'0\n')
4025f('sys/kernel/slab/request_sock_TCP/ctor', 0o664, b'')
4026f('sys/kernel/slab/request_sock_TCP/hwcache_align', 0o664, b'1\n')
4027f('sys/kernel/slab/request_sock_TCP/slab_size', 0o664, b'192\n')
4028f('sys/kernel/slab/request_sock_TCP/total_objects', 0o664, b'0\n')
4029f('sys/kernel/slab/request_sock_TCP/slabs', 0o664, b'0\n')
4030f('sys/kernel/slab/request_sock_TCP/poison', 0o664, b'1\n')
4031f('sys/kernel/slab/request_sock_TCP/alloc_calls', 0o664, b'No data\n')
4032f('sys/kernel/slab/request_sock_TCP/objs_per_slab', 0o664, b'21\n')
4033f('sys/kernel/slab/request_sock_TCP/shrink', 0o664, b'')
4034f('sys/kernel/slab/request_sock_TCP/trace', 0o664, b'0\n')
4035f('sys/kernel/slab/request_sock_TCP/object_size', 0o664, b'88\n')
4036f('sys/kernel/slab/request_sock_TCP/cpu_slabs', 0o664, b'0\n')
4037f('sys/kernel/slab/request_sock_TCP/cache_dma', 0o664, b'0\n')
4038f('sys/kernel/slab/request_sock_TCP/destroy_by_rcu', 0o664, b'0\n')
4039f('sys/kernel/slab/request_sock_TCP/objects_partial', 0o664, b'0\n')
4040f('sys/kernel/slab/request_sock_TCP/objects', 0o664, b'0\n')
4041f('sys/kernel/slab/request_sock_TCP/order', 0o664, b'0\n')
4042f('sys/kernel/slab/request_sock_TCP/sanity_checks', 0o664, b'1\n')
4043f('sys/kernel/slab/request_sock_TCP/store_user', 0o664, b'1\n')
4044f('sys/kernel/slab/request_sock_TCP/align', 0o664, b'0\n')
4045f('sys/kernel/slab/request_sock_TCP/partial', 0o664, b'0\n')
4046f('sys/kernel/slab/request_sock_TCP/validate', 0o664, b'')
4047f('sys/kernel/slab/request_sock_TCP/red_zone', 0o664, b'1\n')
4048f('sys/kernel/slab/request_sock_TCP/free_calls', 0o664, b'No data\n')
4049f('sys/kernel/slab/request_sock_TCP/aliases', 0o664, b'0\n')
4050d('sys/kernel/slab/kmalloc-4096', 0o775)
4051f('sys/kernel/slab/kmalloc-4096/reclaim_account', 0o664, b'0\n')
4052f('sys/kernel/slab/kmalloc-4096/ctor', 0o664, b'')
4053f('sys/kernel/slab/kmalloc-4096/hwcache_align', 0o664, b'0\n')
4054f('sys/kernel/slab/kmalloc-4096/slab_size', 0o664, b'4168\n')
4055f('sys/kernel/slab/kmalloc-4096/total_objects', 0o664, b'385\n')
4056f('sys/kernel/slab/kmalloc-4096/slabs', 0o664, b'55\n')
4057f('sys/kernel/slab/kmalloc-4096/poison', 0o664, b'1\n')
4058f('sys/kernel/slab/kmalloc-4096/alloc_calls', 0o664, b''' 1 load_module+0x18d5/0x1b30 age=8375716 pid=330 cpus=0
4059 1 __vmalloc_area_node+0xfb/0x140 age=8371983 pid=867 cpus=0
4060 24 __percpu_alloc_mask+0xbc/0x140 age=8360098/8363374/8379742 pid=1-1549 cpus=0
4061 1 seq_read+0x2f0/0x360 age=8365263 pid=1371 cpus=0
4062 2 ext3_fill_super+0x68/0x1a20 age=8369599/8373987/8378375 pid=1-962 cpus=0
4063 4 journal_init_revoke_table+0x4d/0xb0 age=8369583/8373933/8378283 pid=1-962 cpus=0
4064 2 journal_init_inode+0x8d/0x130 age=8369583/8373933/8378283 pid=1-962 cpus=0
4065 1 fat_fill_super+0x40/0xdd0 age=61388 pid=13348 cpus=1
4066 7 scsi_host_alloc+0x35/0x360 age=66976/7192011/8379690 pid=1-419 cpus=0-1
4067 3 scsi_alloc_sdev+0x6a/0x270 age=61972/5606752/8379307 pid=1-13295 cpus=0-1
4068 8 input_allocate_device+0x1a/0xb0 age=53455/7335718/8378931 pid=17-419 cpus=0-1
4069 1 reqsk_queue_alloc+0x112/0x120 age=8354535 pid=1920 cpus=0
4070 3 alloc_netdev_mq+0x4f/0x180 age=8373564/8375671/8379766 pid=1-126 cpus=0-1
4071 1 pidmap_init+0x15/0x4e age=8380028 pid=0 cpus=0
4072 1 netlink_proto_init+0x47/0x16b age=8379894 pid=1 cpus=0
4073 2 acpi_processor_add+0x25/0x6d [processor] age=8375653/8375684/8375715 pid=330 cpus=0
4074 1 yenta_probe+0x38/0x6cd [yenta_socket] age=8373766 pid=352 cpus=0
4075 281 iwl3945_rx_allocate+0xd5/0x160 [iwl3945] age=2011/7577/13684 pid=733 cpus=0
4076 1 skcipher_geniv_alloc+0x304/0x3f0 [crypto_blkcipher] age=8374372 pid=215 cpus=1
4077 2 bitmap_get_counter+0x153/0x220 [md_mod] age=8370027/8370029/8370031 pid=916 cpus=0
4078 1 bitmap_create+0x2bc/0xad0 [md_mod] age=8370031 pid=916 cpus=0
4079 6 __addrconf_sysctl_register+0x7b/0x140 [ipv6] age=8360098/8360099/8360101 pid=1549 cpus=0
4080 1 acm_probe+0x34c/0xa50 [cdc_acm] age=22641 pid=419 cpus=0
4081''')
4082f('sys/kernel/slab/kmalloc-4096/objs_per_slab', 0o664, b'7\n')
4083f('sys/kernel/slab/kmalloc-4096/shrink', 0o664, b'')
4084f('sys/kernel/slab/kmalloc-4096/trace', 0o664, b'0\n')
4085f('sys/kernel/slab/kmalloc-4096/object_size', 0o664, b'4096\n')
4086f('sys/kernel/slab/kmalloc-4096/cpu_slabs', 0o664, b'0\n')
4087f('sys/kernel/slab/kmalloc-4096/cache_dma', 0o664, b'0\n')
4088f('sys/kernel/slab/kmalloc-4096/destroy_by_rcu', 0o664, b'0\n')
4089f('sys/kernel/slab/kmalloc-4096/objects_partial', 0o664, b'17\n')
4090f('sys/kernel/slab/kmalloc-4096/objects', 0o664, b'367\n')
4091f('sys/kernel/slab/kmalloc-4096/order', 0o664, b'3\n')
4092f('sys/kernel/slab/kmalloc-4096/sanity_checks', 0o664, b'1\n')
4093f('sys/kernel/slab/kmalloc-4096/store_user', 0o664, b'1\n')
4094f('sys/kernel/slab/kmalloc-4096/align', 0o664, b'8\n')
4095f('sys/kernel/slab/kmalloc-4096/partial', 0o664, b'5\n')
4096f('sys/kernel/slab/kmalloc-4096/validate', 0o664, b'')
4097f('sys/kernel/slab/kmalloc-4096/red_zone', 0o664, b'1\n')
4098f('sys/kernel/slab/kmalloc-4096/free_calls', 0o664, b''' 187 <not-available> age=4303047324 pid=0 cpus=0
4099 5 seq_release+0x18/0x30 age=61430/6709712/8374782 pid=107-1371 cpus=0-1
4100 1 cryptomgr_probe+0x81/0xf0 age=8373564 pid=745 cpus=0
4101 30 kobject_uevent_env+0x122/0x470 age=22643/7542644/8379894 pid=1-1549 cpus=0-1
4102 1 show_uevent+0xee/0x110 age=2013 pid=13466 cpus=0
4103 1 input_dev_release+0x23/0x40 age=8378913 pid=17 cpus=0
4104 130 skb_release_data+0x85/0xd0 age=2011/73374/8354535 pid=0-13466 cpus=0-1
4105''')
4106f('sys/kernel/slab/kmalloc-4096/aliases', 0o664, b'0\n')
4107d('sys/kernel/debug', 0o775)
4108d('sys/kernel/debug/x86', 0o775)
4109f('sys/kernel/debug/x86/pat_memtype_list', 0o664, b'')
4110d('sys/kernel/debug/bdi', 0o775)
4111d('sys/kernel/debug/bdi/7:1', 0o775)
4112f('sys/kernel/debug/bdi/7:1/stats', 0o664, b'''BdiWriteback: 0 kB
4113BdiReclaimable: 0 kB
4114BdiDirtyThresh: 0 kB
4115DirtyThresh: 189288 kB
4116BackgroundThresh: 94644 kB
4117''')
4118d('sys/kernel/debug/bdi/7:0', 0o775)
4119f('sys/kernel/debug/bdi/7:0/stats', 0o664, b'''BdiWriteback: 0 kB
4120BdiReclaimable: 0 kB
4121BdiDirtyThresh: 0 kB
4122DirtyThresh: 189292 kB
4123BackgroundThresh: 94644 kB
4124''')
4125d('sys/kernel/debug/bdi/7:2', 0o775)
4126f('sys/kernel/debug/bdi/7:2/stats', 0o664, b'''BdiWriteback: 0 kB
4127BdiReclaimable: 0 kB
4128BdiDirtyThresh: 0 kB
4129DirtyThresh: 189288 kB
4130BackgroundThresh: 94644 kB
4131''')
4132d('sys/kernel/debug/bdi/7:4', 0o775)
4133f('sys/kernel/debug/bdi/7:4/stats', 0o664, b'''BdiWriteback: 0 kB
4134BdiReclaimable: 0 kB
4135BdiDirtyThresh: 0 kB
4136DirtyThresh: 189288 kB
4137BackgroundThresh: 94644 kB
4138''')
4139d('sys/kernel/debug/bdi/7:3', 0o775)
4140f('sys/kernel/debug/bdi/7:3/stats', 0o664, b'''BdiWriteback: 0 kB
4141BdiReclaimable: 0 kB
4142BdiDirtyThresh: 0 kB
4143DirtyThresh: 189288 kB
4144BackgroundThresh: 94644 kB
4145''')
4146d('sys/kernel/debug/bdi/11:0', 0o775)
4147f('sys/kernel/debug/bdi/11:0/stats', 0o664, b'''BdiWriteback: 0 kB
4148BdiReclaimable: 0 kB
4149BdiDirtyThresh: 0 kB
4150DirtyThresh: 189292 kB
4151BackgroundThresh: 94644 kB
4152''')
4153d('sys/kernel/debug/bdi/7:5', 0o775)
4154f('sys/kernel/debug/bdi/7:5/stats', 0o664, b'''BdiWriteback: 0 kB
4155BdiReclaimable: 0 kB
4156BdiDirtyThresh: 0 kB
4157DirtyThresh: 189288 kB
4158BackgroundThresh: 94644 kB
4159''')
4160d('sys/kernel/debug/bdi/8:0', 0o775)
4161f('sys/kernel/debug/bdi/8:0/stats', 0o664, b'''BdiWriteback: 0 kB
4162BdiReclaimable: 13696 kB
4163BdiDirtyThresh: 83368 kB
4164DirtyThresh: 189292 kB
4165BackgroundThresh: 94644 kB
4166''')
4167d('sys/kernel/debug/bdi/default', 0o775)
4168f('sys/kernel/debug/bdi/default/stats', 0o664, b'''BdiWriteback: 0 kB
4169BdiReclaimable: 0 kB
4170BdiDirtyThresh: 0 kB
4171DirtyThresh: 189292 kB
4172BackgroundThresh: 94644 kB
4173''')
4174d('sys/kernel/debug/bdi/0:16', 0o775)
4175f('sys/kernel/debug/bdi/0:16/stats', 0o664, b'''BdiWriteback: 0 kB
4176BdiReclaimable: 0 kB
4177BdiDirtyThresh: 0 kB
4178DirtyThresh: 189272 kB
4179BackgroundThresh: 94636 kB
4180''')
4181d('sys/kernel/debug/bdi/8:16', 0o775)
4182f('sys/kernel/debug/bdi/8:16/stats', 0o664, b'''BdiWriteback: 0 kB
4183BdiReclaimable: 0 kB
4184BdiDirtyThresh: 0 kB
4185DirtyThresh: 189272 kB
4186BackgroundThresh: 94636 kB
4187''')
4188d('sys/kernel/debug/bdi/9:0', 0o775)
4189f('sys/kernel/debug/bdi/9:0/stats', 0o664, b'''BdiWriteback: 0 kB
4190BdiReclaimable: 0 kB
4191BdiDirtyThresh: 0 kB
4192DirtyThresh: 189292 kB
4193BackgroundThresh: 94644 kB
4194''')
4195d('sys/kernel/debug/bdi/7:7', 0o775)
4196f('sys/kernel/debug/bdi/7:7/stats', 0o664, b'''BdiWriteback: 0 kB
4197BdiReclaimable: 0 kB
4198BdiDirtyThresh: 0 kB
4199DirtyThresh: 189288 kB
4200BackgroundThresh: 94644 kB
4201''')
4202d('sys/kernel/debug/bdi/7:6', 0o775)
4203f('sys/kernel/debug/bdi/7:6/stats', 0o664, b'''BdiWriteback: 0 kB
4204BdiReclaimable: 0 kB
4205BdiDirtyThresh: 0 kB
4206DirtyThresh: 189288 kB
4207BackgroundThresh: 94644 kB
4208''')
4209d('sys/kernel/uids', 0o775)
4210d('sys/kernel/uids/100', 0o775)
4211f('sys/kernel/uids/100/cpu_share', 0o664, b'1024\n')
4212d('sys/kernel/uids/103', 0o775)
4213f('sys/kernel/uids/103/cpu_share', 0o664, b'1024\n')
4214d('sys/kernel/uids/51', 0o775)
4215f('sys/kernel/uids/51/cpu_share', 0o664, b'1024\n')
4216d('sys/kernel/uids/105', 0o775)
4217f('sys/kernel/uids/105/cpu_share', 0o664, b'1024\n')
4218d('sys/kernel/uids/2702', 0o775)
4219f('sys/kernel/uids/2702/cpu_share', 0o664, b'1024\n')
4220d('sys/kernel/uids/0', 0o775)
4221f('sys/kernel/uids/0/cpu_share', 0o664, b'2048\n')
4222d('sys/power', 0o775)
4223f('sys/power/state', 0o664, b'mem\n')
4224d('sys/firmware', 0o775)
4225d('sys/firmware/memmap', 0o775)
4226d('sys/firmware/memmap/8', 0o775)
4227f('sys/firmware/memmap/8/start', 0o664, b'0xfec00000\n')
4228f('sys/firmware/memmap/8/type', 0o664, b'reserved\n')
4229f('sys/firmware/memmap/8/end', 0o664, b'0xfec0ffff\n')
4230d('sys/firmware/memmap/11', 0o775)
4231f('sys/firmware/memmap/11/start', 0o664, b'0xfed1c000\n')
4232f('sys/firmware/memmap/11/type', 0o664, b'reserved\n')
4233f('sys/firmware/memmap/11/end', 0o664, b'0xfed8ffff\n')
4234d('sys/firmware/memmap/6', 0o775)
4235f('sys/firmware/memmap/6/start', 0o664, b'0x7ff00000\n')
4236f('sys/firmware/memmap/6/type', 0o664, b'reserved\n')
4237f('sys/firmware/memmap/6/end', 0o664, b'0x7fffffff\n')
4238d('sys/firmware/memmap/5', 0o775)
4239f('sys/firmware/memmap/5/start', 0o664, b'0x7fedf000\n')
4240f('sys/firmware/memmap/5/type', 0o664, b'ACPI Non-volatile Storage\n')
4241f('sys/firmware/memmap/5/end', 0o664, b'0x7fefffff\n')
4242d('sys/firmware/memmap/9', 0o775)
4243f('sys/firmware/memmap/9/start', 0o664, b'0xfed00000\n')
4244f('sys/firmware/memmap/9/type', 0o664, b'reserved\n')
4245f('sys/firmware/memmap/9/end', 0o664, b'0xfed003ff\n')
4246d('sys/firmware/memmap/2', 0o775)
4247f('sys/firmware/memmap/2/start', 0o664, b'0xdc000\n')
4248f('sys/firmware/memmap/2/type', 0o664, b'reserved\n')
4249f('sys/firmware/memmap/2/end', 0o664, b'0xfffff\n')
4250d('sys/firmware/memmap/12', 0o775)
4251f('sys/firmware/memmap/12/start', 0o664, b'0xfee00000\n')
4252f('sys/firmware/memmap/12/type', 0o664, b'reserved\n')
4253f('sys/firmware/memmap/12/end', 0o664, b'0xfee00fff\n')
4254d('sys/firmware/memmap/4', 0o775)
4255f('sys/firmware/memmap/4/start', 0o664, b'0x7fed0000\n')
4256f('sys/firmware/memmap/4/type', 0o664, b'ACPI Tables\n')
4257f('sys/firmware/memmap/4/end', 0o664, b'0x7fedefff\n')
4258d('sys/firmware/memmap/3', 0o775)
4259f('sys/firmware/memmap/3/start', 0o664, b'0x100000\n')
4260f('sys/firmware/memmap/3/type', 0o664, b'System RAM\n')
4261f('sys/firmware/memmap/3/end', 0o664, b'0x7fecffff\n')
4262d('sys/firmware/memmap/10', 0o775)
4263f('sys/firmware/memmap/10/start', 0o664, b'0xfed14000\n')
4264f('sys/firmware/memmap/10/type', 0o664, b'reserved\n')
4265f('sys/firmware/memmap/10/end', 0o664, b'0xfed19fff\n')
4266d('sys/firmware/memmap/0', 0o775)
4267f('sys/firmware/memmap/0/start', 0o664, b'0x0\n')
4268f('sys/firmware/memmap/0/type', 0o664, b'System RAM\n')
4269f('sys/firmware/memmap/0/end', 0o664, b'0x9efff\n')
4270d('sys/firmware/memmap/7', 0o775)
4271f('sys/firmware/memmap/7/start', 0o664, b'0xf0000000\n')
4272f('sys/firmware/memmap/7/type', 0o664, b'reserved\n')
4273f('sys/firmware/memmap/7/end', 0o664, b'0xf3ffffff\n')
4274d('sys/firmware/memmap/1', 0o775)
4275f('sys/firmware/memmap/1/start', 0o664, b'0x9f000\n')
4276f('sys/firmware/memmap/1/type', 0o664, b'reserved\n')
4277f('sys/firmware/memmap/1/end', 0o664, b'0x9ffff\n')
4278d('sys/firmware/memmap/13', 0o775)
4279f('sys/firmware/memmap/13/start', 0o664, b'0xff800000\n')
4280f('sys/firmware/memmap/13/type', 0o664, b'reserved\n')
4281f('sys/firmware/memmap/13/end', 0o664, b'0xffffffff\n')
4282d('sys/firmware/edd', 0o775)
4283d('sys/firmware/edd/int13_dev80', 0o775)
4284l('sys/firmware/edd/int13_dev80/pci_dev', '../../../devices/pci0000:00/0000:00:1f.2')
4285f('sys/firmware/edd/int13_dev80/version', 0o664, b'0x30\n')
4286f('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')
4287f('sys/firmware/edd/int13_dev80/sectors', 0o664, b'195371568\n')
4288f('sys/firmware/edd/int13_dev80/default_sectors_per_track', 0o664, b'63\n')
4289f('sys/firmware/edd/int13_dev80/legacy_max_cylinder', 0o664, b'1022\n')
4290f('sys/firmware/edd/int13_dev80/interface', 0o664, b'ATA \tdevice: 0\n')
4291f('sys/firmware/edd/int13_dev80/host_bus', 0o664, b'PCI \t00:1f.2 channel: 1\n')
4292f('sys/firmware/edd/int13_dev80/legacy_max_head', 0o664, b'239\n')
4293f('sys/firmware/edd/int13_dev80/mbr_signature', 0o664, b'0x00087b5f\n')
4294f('sys/firmware/edd/int13_dev80/info_flags', 0o664, b'DMA boundary error transparent\n')
4295f('sys/firmware/edd/int13_dev80/default_heads', 0o664, b'16\n')
4296f('sys/firmware/edd/int13_dev80/default_cylinders', 0o664, b'16383\n')
4297f('sys/firmware/edd/int13_dev80/legacy_sectors_per_track', 0o664, b'63\n')
4298f('sys/firmware/edd/int13_dev80/extensions', 0o664, b'''Fixed disk access
4299Enhanced Disk Drive support
4300''')
4301d('sys/firmware/acpi', 0o775)
4302d('sys/firmware/acpi/tables', 0o775)
4303f('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
4304\x01\\W98F\xa1C\x11\xa0F\t[\x12\\_OSI`\xa0,\\_OSI\rWindows 2001\x00p
4305\x01\\WNTFp
4306\x01\\WXPFp
4307\x00\\WSPV\xa0 \\_OSI\rWindows 2001 SP1\x00p
4308\x01\\WSPV\xa0 \\_OSI\rWindows 2001 SP2\x00p
4309\x02\\WSPV\xa0\x1c\\_OSI\rWindows 2006\x00p
4310\x01\\WVIS\xa1I\x07\xa0+\x93\\SCMP\\_OS_\rMicrosoft Windows NT\x00\x00p
4311\x01\\WNTF\xa1J\x04\xa0G\x04\x93\\SCMP\\_OS_\rMicrosoft WindowsME: Millennium Edition\x00\x00p
4312\x01\\WMEFp
4313\x01\\W98F\xa0\x12\x92\x95\\_REV
4314\x02p
4315\x01\\H8DRp
4316\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
4317\x01\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRA\xa4
4318\t\xa1\x04\xa4
4319\x0b\x08_PRS\x11\t
4320\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRA
4321\x80\\/\x04_SB_PCI0LPC_PIRA\x08BUFA\x11\t
4322\x06#\x00\x00\x18y\x00\x8bBUFA
4323\x01IRA1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRA
4324\x8f`\xa0\x0eVPIR`y
4325\x01`IRA1\xa1\x08p
4326\x00IRA1\xa4BUFA\x14F\x04_SRS\x01\x8bh
4327\x01IRA2\x82IRA2`{\\/\x04_SB_PCI0LPC_PIRA
4328pa}av`apa\\/\x04_SB_PCI0LPC_PIRA[\x82K\x11LNKB\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4329\x02\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRB\xa4
4330\t\xa1\x04\xa4
4331\x0b\x08_PRS\x11\t
4332\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRB
4333\x80\\/\x04_SB_PCI0LPC_PIRB\x08BUFB\x11\t
4334\x06#\x00\x00\x18y\x00\x8bBUFB
4335\x01IRB1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRB
4336\x8f`\xa0\x0eVPIR`y
4337\x01`IRB1\xa1\x08p
4338\x00IRB1\xa4BUFB\x14F\x04_SRS\x01\x8bh
4339\x01IRB2\x82IRB2`{\\/\x04_SB_PCI0LPC_PIRB
4340pa}av`apa\\/\x04_SB_PCI0LPC_PIRB[\x82K\x11LNKC\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4341\x03\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRC\xa4
4342\t\xa1\x04\xa4
4343\x0b\x08_PRS\x11\t
4344\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRC
4345\x80\\/\x04_SB_PCI0LPC_PIRC\x08BUFC\x11\t
4346\x06#\x00\x00\x18y\x00\x8bBUFC
4347\x01IRC1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRC
4348\x8f`\xa0\x0eVPIR`y
4349\x01`IRC1\xa1\x08p
4350\x00IRC1\xa4BUFC\x14F\x04_SRS\x01\x8bh
4351\x01IRC2\x82IRC2`{\\/\x04_SB_PCI0LPC_PIRC
4352pa}av`apa\\/\x04_SB_PCI0LPC_PIRC[\x82K\x11LNKD\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4353\x04\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRD\xa4
4354\t\xa1\x04\xa4
4355\x0b\x08_PRS\x11\t
4356\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRD
4357\x80\\/\x04_SB_PCI0LPC_PIRD\x08BUFD\x11\t
4358\x06#\x00\x00\x18y\x00\x8bBUFD
4359\x01IRD1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRD
4360\x8f`\xa0\x0eVPIR`y
4361\x01`IRD1\xa1\x08p
4362\x00IRD1\xa4BUFD\x14F\x04_SRS\x01\x8bh
4363\x01IRD2\x82IRD2`{\\/\x04_SB_PCI0LPC_PIRD
4364pa}av`apa\\/\x04_SB_PCI0LPC_PIRD[\x82K\x11LNKE\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4365\x05\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRE\xa4
4366\t\xa1\x04\xa4
4367\x0b\x08_PRS\x11\t
4368\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRE
4369\x80\\/\x04_SB_PCI0LPC_PIRE\x08BUFE\x11\t
4370\x06#\x00\x00\x18y\x00\x8bBUFE
4371\x01IRE1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRE
4372\x8f`\xa0\x0eVPIR`y
4373\x01`IRE1\xa1\x08p
4374\x00IRE1\xa4BUFE\x14F\x04_SRS\x01\x8bh
4375\x01IRE2\x82IRE2`{\\/\x04_SB_PCI0LPC_PIRE
4376pa}av`apa\\/\x04_SB_PCI0LPC_PIRE[\x82K\x11LNKF\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4377\x06\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRF\xa4
4378\t\xa1\x04\xa4
4379\x0b\x08_PRS\x11\t
4380\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRF
4381\x80\\/\x04_SB_PCI0LPC_PIRF\x08BUFF\x11\t
4382\x06#\x00\x00\x18y\x00\x8bBUFF
4383\x01IRF1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRF
4384\x8f`\xa0\x0eVPIR`y
4385\x01`IRF1\xa1\x08p
4386\x00IRF1\xa4BUFF\x14F\x04_SRS\x01\x8bh
4387\x01IRF2\x82IRF2`{\\/\x04_SB_PCI0LPC_PIRF
4388pa}av`apa\\/\x04_SB_PCI0LPC_PIRF[\x82K\x11LNKG\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4389\x07\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRG\xa4
4390\t\xa1\x04\xa4
4391\x0b\x08_PRS\x11\t
4392\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRG
4393\x80\\/\x04_SB_PCI0LPC_PIRG\x08BUFG\x11\t
4394\x06#\x00\x00\x18y\x00\x8bBUFG
4395\x01IRG1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRG
4396\x8f`\xa0\x0eVPIR`y
4397\x01`IRG1\xa1\x08p
4398\x00IRG1\xa4BUFG\x14F\x04_SRS\x01\x8bh
4399\x01IRG2\x82IRG2`{\\/\x04_SB_PCI0LPC_PIRG
4400pa}av`apa\\/\x04_SB_PCI0LPC_PIRG[\x82K\x11LNKH\x08_HID\x0cA\xd0\x0c\x0f\x08_UID
4401\x08\x14(_STA\x00\xa0\x1c\x92VPIR\\/\x04_SB_PCI0LPC_PIRH\xa4
4402\t\xa1\x04\xa4
4403\x0b\x08_PRS\x11\t
4404\x06#\xf8\x0e\x18y\x00\x14/_DIS\x00}\\/\x04_SB_PCI0LPC_PIRH
4405\x80\\/\x04_SB_PCI0LPC_PIRH\x08BUFH\x11\t
4406\x06#\x00\x00\x18y\x00\x8bBUFH
4407\x01IRH1\x14:_CRS\x00{\\/\x04_SB_PCI0LPC_PIRH
4408\x8f`\xa0\x0eVPIR`y
4409\x01`IRH1\xa1\x08p
4410\x00IRH1\xa4BUFH\x14F\x04_SRS\x01\x8bh
4411\x01IRH2\x82IRH2`{\\/\x04_SB_PCI0LPC_PIRH
4412pa}av`apa\\/\x04_SB_PCI0LPC_PIRH\x149VPIR\x01p
4413\x01`\xa0
4414{h
4415\x80\x00p
4416\x00`\xa1!{h
4417\x0fa\xa0\t\x95a
4418\x03p
4419\x00`\xa1\x10\xa0\x0e\x91\x93a
4420\x08\x93a
4421\rp
4422\x00`\xa4`[\x82HhMEM_\x08_HID\x0cA\xd0\x0c\x01\x08ME98\x11B\x04
4423>\x86\t\x00\x01\x00\x00\x00\x00\x00\x00
4424\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
4425\x1cMEB0\x8aME98
4426 MEL0\x08MGAP\x11\x11
4427\x0e\x86\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\x8aMGAP
4428\x04MGPB\x8aMGAP
4429\x08MGPL\x08MEMS\x11B\r
4430\xce\x86\t\x00\x01\x00\x00\x00\x00\x00\x00
4431\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
4432\x14MC0L\x8aMEMS
4433 MC4L\x8aMEMS
4434,MC8L\x8aMEMS
44358MCCL\x8aMEMS
4436DMD0L\x8aMEMS
4437PMD4L\x8aMEMS
4438\\MD8L\x8aMEMS
4439hMDCL\x8aMEMS
4440tME0L\x8aMEMS
4441\x80ME4L\x8aMEMS
4442\x8cME8L\x8aMEMS
4443\x98MECL\x8dMEMS
4444xMC0W\x8dMEMS
4445\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
4446\xacMEB1\x8aMEMS
4447\xb0MEL1\x8aMEMS
4448\xbcMEL2\x8aMEMS
4449\xc8MEL3\x14F=_CRS\x00\xa0M\x17\\W98Ft\\MEMXMEB0MEL0p\\GAPAMGPBp\\GAPLMGPL\xa0I\x0c\x90MGPBMGPLt\x87ME98
4450\x02`\x08MBF0\x11\x02`r`\x87MGAP`\x08MBF1\x11\x02`pME98MBF0sMBF0MGAPMBF1\xa0O\x07\x92\x93\\/\x05_SB_PCI0LPC_TPM__STA
4451\x0ft\x87MBF1
4452\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
4453\x0ft\x87ME98
4454\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
4455\x03`\xa0\x18`p\x0b\x00@MC0L\xa0\r{`
4456\x02\x00p
4457\x01MC0W{\\/\x03_SB_PCI0PAM1
44580`\xa0\x18`p\x0b\x00@MC4L\xa0\r{`
4459 \x00p
4460\x01MC4W{\\/\x03_SB_PCI0PAM2
4461\x03`\xa0\x18`p\x0b\x00@MC8L\xa0\r{`
4462\x02\x00p
4463\x01MC8W{\\/\x03_SB_PCI0PAM2
44640`\xa0\x18`p\x0b\x00@MCCL\xa0\r{`
4465 \x00p
4466\x01MCCW{\\/\x03_SB_PCI0PAM3
4467\x03`\xa0\x18`p\x0b\x00@MD0L\xa0\r{`
4468\x02\x00p
4469\x01MD0W{\\/\x03_SB_PCI0PAM3
44700`\xa0\x18`p\x0b\x00@MD4L\xa0\r{`
4471 \x00p
4472\x01MD4W{\\/\x03_SB_PCI0PAM4
4473\x03`\xa0\x18`p\x0b\x00@MD8L\xa0\r{`
4474\x02\x00p
4475\x01MD8W{\\/\x03_SB_PCI0PAM4
44760`\xa0\x18`p\x0b\x00@MDCL\xa0\r{`
4477 \x00p
4478\x01MDCW{\\/\x03_SB_PCI0PAM5
4479\x03`\xa0\x18`p\x0b\x00@ME0L\xa0\r{`
4480\x02\x00p
4481\x01ME0W{\\/\x03_SB_PCI0PAM5
44820`\xa0\x18`p\x0b\x00@ME4L\xa0\r{`
4483 \x00p
4484\x01ME4W{\\/\x03_SB_PCI0PAM6
4485\x03`\xa0\x18`p\x0b\x00@ME8L\xa0\r{`
4486\x02\x00p
4487\x01ME8W{\\/\x03_SB_PCI0PAM6
44880`\xa0\x18`p\x0b\x00@MECL\xa0\r{`
4489 \x00p
4490\x01MECWt\\MEMXMEB1MEL1\xa0-\x92\x93\\/\x05_SB_PCI0LPC_TPM__STA
4491\x0fp\x0c\x00\x00@\x01MEL2p
4492\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
4493F
4494\x04\x00\xa4
4495\x01\xa1\x04\xa4
4496\x00\x14&_PRW\x00\xa0\x15\x90\\W98F\x92\\WMEF\xa4\x12\x06\x02
4497\x18
4498\x04\xa1\t\xa4\x12\x06\x02
4499\x18
4500\x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp
4501\x01\\/\x05_SB_PCI0LPC_EC__HWLO\xa1\x1bp
4502\x00\\/\x05_SB_PCI0LPC_EC__HWLO\xa1\x1c\xa0\rh\\MBEC
45032
4504\xff
4505\x04\xa1\x0c\\MBEC
45062
4507\xfb
4508\x00[\x82L\tSLPB\x08_HID\x0cA\xd0\x0c\x0e\x14&_PRW\x00\xa0\x15\x90\\W98F\x92\\WMEF\xa4\x12\x06\x02
4509\x18
4510\x04\xa1\t\xa4\x12\x06\x02
4511\x18
4512\x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp
4513\x01\\/\x05_SB_PCI0LPC_EC__HWFN\xa1\x1bp
4514\x00\\/\x05_SB_PCI0LPC_EC__HWFN\xa1\x1c\xa0\rh\\MBEC
45152
4516\xff
4517\x10\xa1\x0c\\MBEC
45182
4519\xef
4520\x00[\x82\x8fH\x07PCI0[\x82\x8a\x96\x04LPC_\x08_ADR\x0c\x00\x00\x1f\x00\x08_S3D
4521\x03\x08RID_
4522\x00[\x82M\x1aSIO_\x08_HID\x0cA\xd0\x0c\x02\x08_UID
4523\x00\x08SCRS\x11B\x10
4524\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
4525\x0f\xa4SCRS\xa1D\x06t\x87SCRS
4526\x02`\x08BUF0\x11\x02`r`\x87\\/\x05_SB_PCI0LPC_TPM__CRS`\x08BUF1\x11\x02`pSCRSBUF0sBUF0\\/\x05_SB_PCI0LPC_TPM__CRSBUF1\xa4BUF1[\x80LPCS\x02
4527\x00\x0b\x00\x01[\x81G
4528LPCS\x00\x00@0PIRA\x08PIRB\x08PIRC\x08PIRD\x08SERQ\x08\x00\x18PIRE\x08PIRF\x08PIRG\x08PIRH\x08\x00@
4529XU1A\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
4530@[\x81O
4531LPIO\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
4532\x80[\x81\x10PMIO\x00\x00@!\x00\x01SWGE\x01[\x823PIC_\x08_HID\x0bA\xd0\x08_CRS\x11
4533\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
4534\rG\x01@\x00@\x00\x01\x04"\x01\x00y\x00[\x82B\x05HPET\x08_HID\x0cA\xd0\x01\x03\x14*_STA\x00\xa0\x08W98F\xa4
4535\x00\xa1\x17\xa0\x10\x90\\WNTF\x92\\WXPF\xa4
4536\x00\xa1\x04\xa4
4537\x0f\xa4
4538\x00\x08_CRS\x11\x11
4539\x0e\x86\t\x00\x00\x00\x00\xd0\xfe\x00\x04\x00\x00y\x00[\x825DMAC\x08_HID\x0cA\xd0\x02\x00\x08_CRS\x11
4540\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
4541
4542G\x01a\x00a\x00\x01\x01y\x00[\x82%FPU_\x08_HID\x0cA\xd0\x0c\x04\x08_CRS\x11\x10
4543\rG\x01\xf0\x00\xf0\x00\x01\x01"\x00 y\x00[\x82%RTC_\x08_HID\x0cA\xd0\x0b\x00\x08_CRS\x11\x10
4544\rG\x01p\x00p\x00\x01\x02"\x00\x01y\x00[\x82-KBD_\x08_HID\x0cA\xd0\x03\x03\x08_CRS\x11\x18
4545\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
4546\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
4547\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
4548DLAN\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
4549.
4550\x02[\x81\x10NCFG\x01INDX\x08DATA\x08[\x86B
4551INDXDATA\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
4552\x02[\x81\x10CFGS\x01NDXS\x08ATAS\x08[\x86J
4553NDXSATAS\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
4554\x01[\x81\x0bNSDL\x01DLPC\x08[\x80NSIO\x01\x0b\x80\x16
4555\x0c[\x81\'NSIO\x01DRST\x01DLPD\x01\x00\x06\x00\x04DKI0\x01\x00\x03\x008DKI1\x01DKI2\x01[\x80DSIO\x01\x0b \x16
4556\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
4557\x0f\xa1\x04\xa4
4558\r\xa1\x04\xa4
4559\x00\x14)_DIS\x00p
4560\x00XFE_p
4561\x00LDN_p
4562\x00IRQNp
4563\x00LDA_p
4564\x01FDCD\x08_CRS\x11\x1b
4565\x18G\x01\xf0\x03\xf0\x03\x01\x06G\x01\xf7\x03\xf7\x03\x01\x01"@\x00*\x04\x00y\x00\x08_PRS\x11\x1b
4566\x18G\x01\xf0\x03\xf0\x03\x01\x06G\x01\xf7\x03\xf7\x03\x01\x01"@\x00*\x04\x00y\x00\x14M\x04_SRS\x01p
4567\x00LDN_p
4568\x00LDA_p
4569\x03IOHIp
4570\xf0IOLWp
4571\x06IRQNp
4572\x02DMA0p
4573\x00FDCDp
4574\x01LDA_p
4575\x00XFA_p
4576\x01XFE_\x14\x1b_PSC\x00p
4577\x00LDN_\xa0\x08LDA_\xa4
4578\x00\xa1\x04\xa4
4579\x03\x14\x14_PS0\x00p
4580\x00LDN_p
4581\x01LDA_\x14\x14_PS3\x00p
4582\x00LDN_p
4583\x00LDA_\x14#SLFD\x01\xa0\x0eh\\MISA\x0b\xf3\x03
4584\xf3
4585\x04\xa1\r\\MISA\x0b\xf3\x03
4586\xf3
4587\x00[\x824FDD0\x08_ADR
4588\x00\x08_FDI\x12"\x10
4589\x00
4590\x04
4591O
4592\x12
4593\x01
4594\xdf
4595\x02
4596%
4597\x02
4598\x12
4599\x1b
4600\xff
4601l
4602\xf6
4603\x0f
4604\x05\x10\x86/\x01\\/\x03_SB_PCI0LPC_[\x82A-LURT\x08_UID
4605\x00\x14-_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA
4606\x00\xa4
4607\x00\xa1\x0f\xa0\x08XU1E\xa4
4608\x0f\xa1\x04\xa4
4609\r\x08_HID\x0cA\xd0\x05\x01\x08_PRW\x12\x06\x02
4610\x18
4611\x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp
4612\x01\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1bp
4613\x00\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1c\xa0\rh\\MBEC
46142
4615\xff
4616@\xa1\x0c\\MBEC
46172
4618\xbf
4619\x00\x14)_DIS\x00p
4620\x00XU1Ep
4621\x03LDN_p
4622\x00IRQNp
4623\x00LDA_p
4624\x01SP1D\x08U1BF\x11\x10
4625\rG\x01\x00\x00\x00\x00\x01\x08"\x00\x00y\x00\x8bU1BF
4626\x02U1MN\x8bU1BF
4627\x04U1MX\x8bU1BF
4628\tU1IQ\x14J\x04_CRS\x00p
4629\x03LDN_}yIOHI
4630\x08\x00IOLW`p`U1MNp`U1MXpIRQN`\xa0\r`y
4631\x01IRQNU1IQ\xa1\x08p
4632\x00U1IQ\xa4U1BF\x08_PRS\x11O\x06
4633k1\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
4634\x02RUIL\x8ch
4635\x03RUIH\x8bh
4636\x02RUIO\x8bh
4637\tRUIQp
4638\x03LDN_p
4639\x00LDA_pRUILIOLWpRUIHIOHI\xa0\x12RUIQ\x82RUIQ`pv`IRQN\xa1\x08p
4640\x00IRQNp
4641\x00SP1Dp
4642\x01LDA_\xa0\x10\x93RUIO\x0b\xf8\x03p
4643\x00XU1A\xa1E\x04\xa0\x10\x93RUIO\x0b\xf8\x02p
4644\x01XU1A\xa11\xa0\x10\x93RUIO\x0b\xe8\x03p
4645\x07XU1A\xa1\x1e\xa0\x10\x93RUIO\x0b\xe8\x02p
4646\x05XU1A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xb5\x01p
4647\x01XU1E\x14\x1b_PSC\x00p
4648\x03LDN_\xa0\x08LDA_\xa4
4649\x00\xa1\x04\xa4
4650\x03\x14\x06_PS0\x00\x14\x06_PS3\x00[\x82G-DURT\x08_UID
4651\x01\x143_STA\x00\xa0\x1c\x92{
4652\x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4
4653\x00\xa1\x0f\xa0\x08XU1E\xa4
4654\x0f\xa1\x04\xa4
4655\r\x08_HID\x0cA\xd0\x05\x01\x08_PRW\x12\x06\x02
4656\x18
4657\x03\x14D\x06_PSW\x01\xa0?\\H8DR\xa0\x1chp
4658\x01\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1bp
4659\x00\\/\x05_SB_PCI0LPC_EC__HWRI\xa1\x1c\xa0\rh\\MBEC
46602
4661\xff
4662@\xa1\x0c\\MBEC
46632
4664\xbf
4665\x00\x14)_DIS\x00p
4666\x00XU1Ep
4667\x03LDN_p
4668\x00IRQNp
4669\x00LDA_p
4670\x01SP1D\x08U1BF\x11\x10
4671\rG\x01\x00\x00\x00\x00\x01\x08"\x00\x00y\x00\x8bU1BF
4672\x02U1MN\x8bU1BF
4673\x04U1MX\x8bU1BF
4674\tU1IQ\x14J\x04_CRS\x00p
4675\x03LDN_}yIOHI
4676\x08\x00IOLW`p`U1MNp`U1MXpIRQN`\xa0\r`y
4677\x01IRQNU1IQ\xa1\x08p
4678\x00U1IQ\xa4U1BF\x08_PRS\x11O\x06
4679k1\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
4680\x02RUIL\x8ch
4681\x03RUIH\x8bh
4682\x02RUIO\x8bh
4683\tRUIQp
4684\x03LDN_p
4685\x00LDA_pRUILIOLWpRUIHIOHI\xa0\x12RUIQ\x82RUIQ`pv`IRQN\xa1\x08p
4686\x00IRQNp
4687\x00SP1Dp
4688\x01LDA_\xa0\x10\x93RUIO\x0b\xf8\x03p
4689\x00XU1A\xa1E\x04\xa0\x10\x93RUIO\x0b\xf8\x02p
4690\x01XU1A\xa11\xa0\x10\x93RUIO\x0b\xe8\x03p
4691\x07XU1A\xa1\x1e\xa0\x10\x93RUIO\x0b\xe8\x02p
4692\x05XU1A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xb5\x01p
4693\x01XU1E\x14\x1b_PSC\x00p
4694\x03LDN_\xa0\x08LDA_\xa4
4695\x00\xa1\x04\xa4
4696\x03\x14\x06_PS0\x00\x14\x06_PS3\x00[\x82L1LLPT\x08_UID
4697\x00\x14=_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA
4698\x00\xa4
4699\x00\xa1\x1f\xa0\x18\x92\x93\\PMOD
4700\x03\xa0\x08XPE_\xa4
4701\x0f\xa1\x04\xa4
4702\r\xa1\x04\xa4
4703\x00\x08_HID\x0cA\xd0\x04\x00\x14)_DIS\x00p
4704\x00XPE_p
4705\x01LDN_p
4706\x00IRQNp
4707\x00LDA_p
4708\x01PPD_\x08PPBF\x11\x10
4709\rG\x01\x00\x00\x00\x00\x01\x00"\x00\x00y\x00\x8bPPBF
4710\x02LPN0\x8bPPBF
4711\x04LPX0\x8cPPBF
4712\x07LPL0\x8bPPBF
4713\tLPIQ\x14@\x07_CRS\x00\xa0\x0e\x93\\PMOD
4714\x03\xa4PPBFp
4715\x01LDN_}yIOHI
4716\x08\x00IOLW`p`LPN0p`LPX0\xa0\r\x93`\x0b\xbc\x03p
4717\x03LPL0\xa1\x08p
4718\x08LPL0pIRQN`\xa0\r`y
4719\x01IRQNLPIQ\xa1\x08p
4720\x00LPIQ\xa4PPBF\x14\x19_PRS\x00\xa0\x0b\\PMOD\xa4PEPP\xa1\x06\xa4PLPT\x08PLPT\x11O\x04
4721K0G\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
472230G\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
4723\x02RLIL\x8ch
4724\x03RLIH\x8bh
4725\x02RLIO\x8bh
4726\tRLIQp
4727\x01LDN_p
4728\x00LDA_pRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p
4729\x00IRQN\xa0 \x93\\PMOD
4730\x00\xa0\r\\PDIRp
4731\x01PMDS\xa1\x08p
4732\x00PMDS\xa1\x1b\xa0\x10\x93\\PMOD
4733\x01p
4734\x02PMDS\xa1\x08p
4735\x03PMDSp
4736\x00PPD_p
4737\x01LDA_\xa0\x10\x93RLIO\x0bx\x03p
4738\x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p
4739\x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p
4740\x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xce\x01p
4741\x01XPE_\x14\x1b_PSC\x00p
4742\x01LDN_\xa0\x08LDA_\xa4
4743\x00\xa1\x04\xa4
4744\x03\x14\x14_PS0\x00p
4745\x01LDN_p
4746\x01LDA_\x14\x14_PS3\x00p
4747\x01LDN_p
4748\x00LDA_[\x82C2DLPT\x08_UID
4749\x01\x14D\x04_STA\x00\xa0\x1c\x92{
4750\x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4
4751\x00\xa1\x1f\xa0\x18\x92\x93\\PMOD
4752\x03\xa0\x08XPE_\xa4
4753\x0f\xa1\x04\xa4
4754\r\xa1\x04\xa4
4755\x00\x08_HID\x0cA\xd0\x04\x00\x14)_DIS\x00p
4756\x00XPE_p
4757\x01LDN_p
4758\x00IRQNp
4759\x00LDA_p
4760\x01PPD_\x08PPBF\x11\x10
4761\rG\x01\x00\x00\x00\x00\x01\x00"\x00\x00y\x00\x8bPPBF
4762\x02LPN0\x8bPPBF
4763\x04LPX0\x8cPPBF
4764\x07LPL0\x8bPPBF
4765\tLPIQ\x14@\x07_CRS\x00\xa0\x0e\x93\\PMOD
4766\x03\xa4PPBFp
4767\x01LDN_}yIOHI
4768\x08\x00IOLW`p`LPN0p`LPX0\xa0\r\x93`\x0b\xbc\x03p
4769\x03LPL0\xa1\x08p
4770\x08LPL0pIRQN`\xa0\r`y
4771\x01IRQNLPIQ\xa1\x08p
4772\x00LPIQ\xa4PPBF\x14\x19_PRS\x00\xa0\x0b\\PMOD\xa4PEPP\xa1\x06\xa4PLPT\x08PLPT\x11O\x04
4773K0G\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
477430G\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
4775\x02RLIL\x8ch
4776\x03RLIH\x8bh
4777\x02RLIO\x8bh
4778\tRLIQp
4779\x01LDN_p
4780\x00LDA_pRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p
4781\x00IRQN\xa0 \x93\\PMOD
4782\x00\xa0\r\\PDIRp
4783\x01PMDS\xa1\x08p
4784\x00PMDS\xa1\x1b\xa0\x10\x93\\PMOD
4785\x01p
4786\x02PMDS\xa1\x08p
4787\x03PMDSp
4788\x00PPD_p
4789\x01LDA_\xa0\x10\x93RLIO\x0bx\x03p
4790\x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p
4791\x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p
4792\x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xce\x01p
4793\x01XPE_\x14\x1b_PSC\x00p
4794\x01LDN_\xa0\x08LDA_\xa4
4795\x00\xa1\x04\xa4
4796\x03\x14\x14_PS0\x00p
4797\x01LDN_p
4798\x01LDA_\x14\x14_PS3\x00p
4799\x01LDN_p
4800\x00LDA_[\x82E7LECP\x08_UID
4801\x00\x14<_STA\x00\xa0\x16\x93\\/\x03_SB_LCIO_STA
4802\x00\xa4
4803\x00\xa1\x1e\xa0\x17\x93\\PMOD
4804\x03\xa0\x08XPE_\xa4
4805\x0f\xa1\x04\xa4
4806\r\xa1\x04\xa4
4807\x00\x08_HID\x0cA\xd0\x04\x01\x14)_DIS\x00p
4808\x00XPE_p
4809\x01LDN_p
4810\x00IRQNp
4811\x00LDA_p
4812\x01PPD_\x08EPBF\x11\x1b
4813\x18G\x01\x00\x00\x00\x00\x01\x00G\x01\x00\x00\x00\x00\x01\x00"\x00\x00*\x00\x00y\x00\x8bEPBF
4814\x02ECN0\x8bEPBF
4815\x04ECX0\x8cEPBF
4816\x07ECL0\x8bEPBF
4817
4818ECN1\x8bEPBF
4819\x0cECX1\x8cEPBF
4820\x0fECL1\x8bEPBF
4821\x11ECIQ\x8bEPBF
4822\x14ECDQ\x14N
4823_CRS\x00\xa0\x0f\x92\x93\\PMOD
4824\x03\xa4EPBFp
4825\x01LDN_}yIOHI
4826\x08\x00IOLW`p`ECN0p`ECX0r`\x0b\x00\x04ECN1r`\x0b\x00\x04ECX1\xa0\x14\x93`\x0b\xbc\x03p
4827\x03ECL0p
4828\x03ECL1\xa1\x0fp
4829\x08ECL0p
4830\x08ECL1pIRQN`\xa0\r`y
4831\x01IRQNECIQ\xa1\x08p
4832\x00ECIQpDMA0`\xa0\r\x95`
4833\x04y
4834\x01`ECDQ\xa1\x08p
4835\x00ECDQ\xa4EPBF\x08_PRS\x11A\t
4836\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
4837\x02RLIL\x8ch
4838\x03RLIH\x8bh
4839\x02RLIO\x8bh
4840\x11RLIQ\x8ch
4841\x14RLDQp
4842\x01LDN_p
4843\x00LDA_p
4844\x07PMDSp
4845\x01PERApRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p
4846\x00IRQN\xa0\x16{RLDQ
4847\x0f\x00\x82RLDQ`pv`DMA0\xa1\x08p
4848\x04DMA0p
4849\x00PPD_p
4850\x01LDA_\xa0\x10\x93RLIO\x0bx\x03p
4851\x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p
4852\x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p
4853\x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\x9f\x01p
4854\x01XPE_\x14\x1b_PSC\x00p
4855\x01LDN_\xa0\x08LDA_\xa4
4856\x00\xa1\x04\xa4
4857\x03\x14\x14_PS0\x00p
4858\x01LDN_p
4859\x01LDA_\x14\x14_PS3\x00p
4860\x01LDN_p
4861\x00LDA_[\x82L7DECP\x08_UID
4862\x01\x14C\x04_STA\x00\xa0\x1c\x92{
4863\x08\\/\x04_SB_PCI0LPC_DLPC\x00\xa4
4864\x00\xa1\x1e\xa0\x17\x93\\PMOD
4865\x03\xa0\x08XPE_\xa4
4866\x0f\xa1\x04\xa4
4867\r\xa1\x04\xa4
4868\x00\x08_HID\x0cA\xd0\x04\x01\x14)_DIS\x00p
4869\x00XPE_p
4870\x01LDN_p
4871\x00IRQNp
4872\x00LDA_p
4873\x01PPD_\x08EPBF\x11\x1b
4874\x18G\x01\x00\x00\x00\x00\x01\x00G\x01\x00\x00\x00\x00\x01\x00"\x00\x00*\x00\x00y\x00\x8bEPBF
4875\x02ECN0\x8bEPBF
4876\x04ECX0\x8cEPBF
4877\x07ECL0\x8bEPBF
4878
4879ECN1\x8bEPBF
4880\x0cECX1\x8cEPBF
4881\x0fECL1\x8bEPBF
4882\x11ECIQ\x8bEPBF
4883\x14ECDQ\x14N
4884_CRS\x00\xa0\x0f\x92\x93\\PMOD
4885\x03\xa4EPBFp
4886\x01LDN_}yIOHI
4887\x08\x00IOLW`p`ECN0p`ECX0r`\x0b\x00\x04ECN1r`\x0b\x00\x04ECX1\xa0\x14\x93`\x0b\xbc\x03p
4888\x03ECL0p
4889\x03ECL1\xa1\x0fp
4890\x08ECL0p
4891\x08ECL1pIRQN`\xa0\r`y
4892\x01IRQNECIQ\xa1\x08p
4893\x00ECIQpDMA0`\xa0\r\x95`
4894\x04y
4895\x01`ECDQ\xa1\x08p
4896\x00ECDQ\xa4EPBF\x08_PRS\x11A\t
4897\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
4898\x02RLIL\x8ch
4899\x03RLIH\x8bh
4900\x02RLIO\x8bh
4901\x11RLIQ\x8ch
4902\x14RLDQp
4903\x01LDN_p
4904\x00LDA_p
4905\x07PMDSp
4906\x01PERApRLILIOLWpRLIHIOHI\xa0\x12RLIQ\x82RLIQ`pv`IRQN\xa1\x08p
4907\x00IRQN\xa0\x16{RLDQ
4908\x0f\x00\x82RLDQ`pv`DMA0\xa1\x08p
4909\x04DMA0p
4910\x00PPD_p
4911\x01LDA_\xa0\x10\x93RLIO\x0bx\x03p
4912\x00XPA_\xa11\xa0\x10\x93RLIO\x0bx\x02p
4913\x01XPA_\xa1\x1e\xa0\x10\x93RLIO\x0b\xbc\x03p
4914\x02XPA_\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\x9f\x01p
4915\x01XPE_\x14\x1b_PSC\x00p
4916\x01LDN_\xa0\x08LDA_\xa4
4917\x00\xa1\x04\xa4
4918\x03\x14\x14_PS0\x00p
4919\x01LDN_p
4920\x01LDA_\x14\x14_PS3\x00p
4921\x01LDN_p
4922\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
4923\x00\xa0\x08XU2E\xa4
4924\x0f\xa1\x04\xa4
4925\r\x14)_DIS\x00p
4926\x00XU2Ep
4927\x02LDNSp
4928\x00RQNSp
4929\x00LDASp
4930\x01SP2S\x08U2BF\x11\x13
4931\x10G\x01\x00\x00\x00\x00\x01\x08"\x00\x00*\x00\x00y\x00\x8bU2BF
4932\x02IRMN\x8bU2BF
4933\x04IRMX\x8bU2BF
4934\tIRIQ\x8cU2BF
4935\x0cIRDQ\x14G\x06_CRS\x00p
4936\x02LDNS}yOHIS
4937\x08\x00OLWS`p`IRMNp`IRMXpRQNS`\xa0\r`y
4938\x01RQNSIRIQ\xa1\x08p
4939\x00IRIQpMA0S`\xa0\r\x95`
4940\x04y
4941\x01`IRDQ\xa1\x08p
4942\x00IRDQ\xa4U2BF\x08_PRS\x11G\x08
4943\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
4944\x02RIIL\x8ch
4945\x03RIIH\x8bh
4946\x02RIIO\x8bh
4947\tRIIQ\x8ch
4948\x0cRIDQp
4949\x02LDNSp
4950\x00LDASpRIILOLWSpRIIHOHIS\xa0\x12RIIQ\x82RIIQ`pv`RQNS\xa1\x08p
4951\x00RQNS\xa0\x16{RIDQ
4952\x0f\x00\x82RIDQ`pv`MA0S\xa1\x08p
4953\x04MA0Sp
4954\x04MA1Sp
4955\x01SESSp
4956\x00SP2Sp
4957\x01LDAS\xa0\x10\x93RIIO\x0b\xf8\x03p
4958\x00XU2A\xa1E\x04\xa0\x10\x93RIIO\x0b\xf8\x02p
4959\x01XU2A\xa11\xa0\x10\x93RIIO\x0b\xe8\x03p
4960\x07XU2A\xa1\x1e\xa0\x10\x93RIIO\x0b\xe8\x02p
4961\x05XU2A\xa1\x0b[2\x02\x00\x00\x02\x90\x0b\xa4\x01p
4962\x01XU2E\x14\x1b_PSC\x00p
4963\x02LDNS\xa0\x08LDAS\xa4
4964\x00\xa1\x04\xa4
4965\x03\x14\x14_PS0\x00p
4966\x02LDNSp
4967\x01LDAS\x14\x14_PS3\x00p
4968\x02LDNSp
4969\x00LDAS\x10C\x0e\\/\x03_SB_PCI0LPC_\x14A\rLCON\x01\xa0K
4970h\xa0G
4971EPWGp
4972\x01DLPDp
4973\x07DLPC\xa2\x0e\x92{
4974\x08DLPC\x00["
4975\x01p
4976\x01DRST\xa0L\x07\x92\x93SIOD
4977\xff}SCF9
4978\xa0SCF9\xa2\x0e\x92{
4979\x10SCF9\x00["
4980\x01}SCF2
4981\xebSCF2p
4982\x07LDN_{\x0b \x16
4983\xff`p`IOLWz\x0b \x16
4984\x08`{`
4985\xffIOHIp
4986\x01LDA_p
4987\x01GPPSp
4988\x03GPPCp
4989\x02GPPSp
4990\x03GPPCp
4991\x00DUSB\xa1\x1dp
4992\x01DUSBp
4993\x00DRSTp
4994\x00DLPDp
4995\x00DLPC[\x82GKTPM_\x08_HID\x0c\x06\x8d\x12\x00\x08_CID\x0cA\xd0\x0c1\x14\x1d_STA\x00\xa0\x0e{\\TPMP
4996\x01\x00p
4997\x0f`\xa1\x05p
4998\x00`\xa4`\x08_CRS\x11\x11
4999\x0e\x86\t\x00\x01\x00\x00\xd4\xfe\x00\x10\x00\x00y\x00\x14GF_DSM\x0c\x08TMPB\x11\x05
5000\x02\x00\x00\x8cTMPB
5001\x00LPCT\x8cTMPB
5002\x01SSUM\x08LRSP
5003\x00\x08PPRC
5004\x00\x08RQS1\x12\x06\x02
5005\x0c
5006\r\x08PTOP\x12\x06\x02
5007\x00
5008\x00\x08RTOP\x12\x08\x03
5009\x00
5010\x00
5011\x00\x8ah
5012\x00IID0\x8ah
5013\x04IID1\x8ah
5014\x08IID2\x8ah
5015\x0cIID3\x08UID0\x11\x13
5016\x10\xa6\xfa\xdd=\x1b6\xb4N\xa4$\x8d\x10\x08\x9d\x16S\x8aUID0
5017\x00EID0\x8aUID0
5018\x04EID1\x8aUID0
5019\x08EID2\x8aUID0
5020\x0cEID3\xa0I,\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3\xa0\x0b\x93j
5021\x00\xa4\x11\x04
5022\x01?\xa0\x0b\x93j
5023\x01\xa4\r1.0\x00\xa0L\x1c\x93j
5024\x02p
5025\x00PPRCTPHY
5026\x00p\\PH02LPCT\xa0@\x1aLPCTp
5027\x00SSUMrSSUM\\PH01SSUMrSSUM\\PH02SSUMrSSUM\\PH03SSUMrSSUM\\PH04SSUMrSSUM\\PH05SSUMrSSUM\\PH06SSUMrSSUM\\PH07SSUMrSSUM\\PH08SSUMrSSUM\\PH09SSUMrSSUM\\PH0ASSUMrSSUM\\PH0BSSUM\xa0\x0cSSUMp
5028\x02PPRC\xa1K\x0ep\x83\x88k
5029\x00\x00\\PH04p\x89RQS1\x01\\PH04\x00
5030\x00
5031\x00`\xa0\x0c\x92\x93`\xffp
5032\x01PPRC\xa1M\x0bp
5033\x00\\PH03p
5034\x00SSUMrSSUM\\PH01SSUMrSSUM\\PH02SSUMrSSUM\\PH03SSUMrSSUM\\PH04SSUMrSSUM\\PH05SSUMrSSUM\\PH06SSUMrSSUM\\PH07SSUMrSSUM\\PH08SSUMrSSUM\\PH09SSUMrSSUM\\PH0ASSUMrSSUM\\PH0BSSUMt
5035\x00SSUM\\PH03TPHY
5036\x01\xa1\x08p
5037\x02PPRC\xa4PPRC\xa0\x1e\x93j
5038\x03TPHY
5039\x00p\\PH04\x88PTOP
5040\x01\x00\xa4PTOP\xa0\x08\x93j
5041\x04\xa4
5042\x01\xa0I\x08\x93j
5043\x05TPHY
5044\x00p\\PH07`p\\PH06LRSPp}y`
5045\x08`LRSP\x00LRSP\xa0\x1c\x90\x93\\PH06
5046\xf0\x93\\PH07
5047\xffp\x0c\xf0\xff\xff\xffLRSP\xa1\x1e\xa0\x1c\x90\x93\\PH06
5048\xf1\x93\\PH07
5049\xffp\x0c\xf1\xff\xff\xffLRSPpLRSP\x88RTOP
5050\x02\x00p\\PH05\x88RTOP
5051\x01\x00\xa4RTOP\xa0\x08\x93j
5052\x06\xa4
5053\x02\x08UID1\x11\x13
5054\x10\xedT`7\x13\xccuF\x90\x1cGV\xd7\xf2\xd4]\x8aUID1
5055\x00EID4\x8aUID1
5056\x04EID5\x8aUID1
5057\x08EID6\x8aUID1
5058\x0cEID7\xa0@\t\x90\x90\x93IID0EID4\x93IID1EID5\x90\x93IID2EID6\x93IID3EID7pj[1pk[1\xa0\x0b\x93j
5059\x00\xa4\x11\x04
5060\x01\x01\xa0O\x04\x93j
5061\x01\xa0\x12\x93\x83\x88k
5062\x00\x00
5063\x00p
5064\x00\\TCG0\xa0\x12\x93\x83\x88k
5065\x00\x00
5066\x01p
5067\x01\\TCG0\xa0\x0f\x93\\TCG0
5068\x00TMOR
5069\x00\xa0\x0f\x93\\TCG0
5070\x01TMOR
5071\x01\xa4
5072\x00\xa4
5073\x01\xa4\x11\x04
5074\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
5075\x12\xa0\x0b\x93
5076\x01hpiTCZ1\xa1\x1b\xa0\x0b\x93
5077\x02hpiTCZ2\xa1\r\xa0\x0b\x93
5078\x03hpiTCZ3\x14I\x0cTCST\x02\xa0A\x0c\x92\x93TSCM
5079\x12p
5080\x00`\xa0\x1e\x93
5081\x01h\xa0\x18\x94iTMT0p
5082\x04TSIMpiTMT0p
5083\x01`\xa1B\x04\xa0\x1e\x93
5084\x02h\xa0\x18\x94iTMT1p
5085\x04TSIMpiTMT1p
5086\x01`\xa1 \xa0\x1e\x93
5087\x03h\xa0\x18\x94iTMT2p
5088\x04TSIMpiTMT2p
5089\x01`\xa0@\x05`p
5090\x00TCT2\x08TCTC\x11\x03
5091#pTCTATCTCp
5092"cp
5093\x00a\xa2\x12cp\x83\x88TCTCc\x00brabavcp\x80a\x00bub{b
5094\xffapaTCT2p
5095\xfeTSIM\x14I\x08TCBS\x04\xa0A\x08\x92\x93TSCM
5096\x12\xa0F\x07\x93{h
5097\x07\x00
5098\x00p
5099\x12TSIMphTSBLpiTSBBpjTSBFpkTSBCp
5100\x00TSB2\x08TCTD\x11\x03
5101#pTCTBTCTDp
5102\x10`p
5103\x00a\xa2\x12`p\x83\x88TCTD`\x00brabav`p\x80a\x00bub{b
5104\xffapaTSB2p
5105\xfeTSIM\x14@\x07TSCL\x02\xa0H\x06\x92\x93TSCM
5106\x12p
5107\x15TSIMrTLDSiTLDSp
5108\x00TLD2\x08TLDD\x11\x03
5109\x0bpTCTLTLDDp
5110
5111`p
5112\x00a\xa2\x12`p\x83\x88TLDD`\x00brabav`p\x80a\x00bub{b
5113\xffapaTLD2p
5114\xfeTSIM[\x82\x8e\x00\x02EC__\x08_HID\x0cA\xd0\x0c\t\x08_UID
5115\x00\x08_GPE
5116\x1c\x14\x13_REG\x02\xa0\x0c\x93h
5117\x03pi\\H8DR[\x80ECOR\x03
5118\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
5119\x00HSPA\xa1\x0c\\MBEC
5120\x05
5121\xfe
5122\x00BINI\\/\x06_SB_PCI0LPC_EC__HKEYWGIN\x08_CRS\x11\x15
5123\x12G\x01b\x00b\x00\x01\x01G\x01f\x00f\x00\x01\x01y\x00\x14!LED_\x02}hi`\xa0\x0c\\H8DRp`HLCL\xa1\t\\WBEC
5124\x0c`\x08BAON
5125\x00\x08WBON
5126\x00\x14N\x18BEEP\x01\xa0\x0c\x93h
5127\x05p
5128\x00WBONpWBONb\xa0O\x04BAON\xa0$\x93h
5129\x00p
5130\x00BAON\xa0\rWBONp
5131\x03`p
5132\x08a\xa1\tp
5133\x00`p
5134\x00a\xa1#p
5135\xff`p
5136\xffa\xa0\x0c\x93h
5137\x11p
5138\x00WBON\xa0\x0c\x93h
5139\x10p
5140\x01WBON\xa1G\x04ph`p
5141\xffa\xa0\x13\x93h
5142\x0fph`p
5143\x08ap
5144\x01BAON\xa0\x14\x93h
5145\x11p
5146\x00`p
5147\x00ap
5148\x00WBON\xa0\x14\x93h
5149\x10p
5150\x03`p
5151\x08ap
5152\x01WBON\xa02\x93h
5153\x03p
5154\x00WBON\xa0%bp
5155\x07`\xa0\x1e\x91\x93\\SPS_
5156\x03\x93\\SPS_
5157\x04p
5158\x00bp
5159\xff`p
5160\xffa\xa0\x14\x93h
5161\x07\xa0\x0ebp
5162\x00bp
5163\xff`p
5164\xffa\xa0C\x04\x90\\H8DR\x92\\W98F\xa0\x1a\x90b\x92WBONp
5165\x00HSRPp
5166\x00HSUN["
5167d\xa0\x0c\x92\x93a
5168\xffpaHSRP\xa0\x0c\x92\x93`
5169\xffp`HSUN\xa1>\xa0\x1e\x90b\x92WBON\\WBEC
5170\x07
5171\x00\\WBEC
5172\x06
5173\x00["
5174d\xa0\x0e\x92\x93a
5175\xff\\WBEC
5176\x07a\xa0\x0e\x92\x93`
5177\xff\\WBEC
5178\x06`\xa0\x05\x93h
5179\x03\xa0
5180\x93h
5181\x07["\x0b\xf4\x01\x14C\tEVNT\x01\xa07\\H8DR\xa0\x18h}HAM7
5182\x01HAM7}HAM5
5183\x04HAM5\xa1\x17{HAM7
5184\xfeHAM7{HAM5
5185\xfbHAM5\xa1C\x05\xa0(h\\MBEC
5186\x17
5187\xff
5188\x01\\MBEC
5189\x15
5190\xff
5191\x04\xa0\x0f\\W98F\\WBEC
5192\x18
5193\xff\xa1\'\\MBEC
5194\x17
5195\xfe
5196\x00\\MBEC
5197\x15
5198\xfb
5199\x00\xa0\x0f\\W98F\\WBEC
5200\x18
5201\x00\x14K\x07PNST\x01\xa0=\x90hBSTA
5202\x02\xa0\x1b\x90\\H8DR\x92\\W98Fp
5203\x01HBPRp
5204\x01HUBB\xa1\x17\\MBEC
5205\x01
5206\xff
5207 \\MBEC
5208;
5209\xff
5210\x80\xa15\xa0\x1b\x90\\H8DR\x92\\W98Fp
5211\x00HBPRp
5212\x00HUBB\xa1\x17\\MBEC
5213\x01
5214\xdf
5215\x00\\MBEC
5216;
5217\x7f
5218\x00[\x84I\x07PUBS\x03\x00\x00\x14+_STA\x00\xa0\x0c\\H8DRpHUBS`\xa1\x0c{\\RBEC
5219;
5220\x10`\xa0\x05`\xa4
5221\x01\xa1\x04\xa4
5222\x00\x14!_ON_\x00\xa0\r\\H8DRp
5223\x01HUBS\xa1\x0c\\MBEC
5224;
5225\xff
5226\x10\x14!_OFF\x00\xa0\r\\H8DRp
5227\x00HUBS\xa1\x0c\\MBEC
5228;
5229\xef
5230\x00\x14E\x0fLPMD\x00p
5231\x00`p
5232\x00ap
5233\x00b\xa0B\x06\\H8DR\xa0J\x05HPLO\xa0J\x04HPAC\xa0C\x04\x95HWAT
5234Z\xa0\x16\x91\x92HB0A\x95{HB0S
5235\x0f\x00
5236\x03p
5237\x01a\xa0\x16\x91\x92HB1A\x95{HB1S
5238\x0f\x00
5239\x03p
5240\x01b\xa0\x0b\x90abp\\LPST`\xa1\x08p\\LPST`\xa1L\x07\xa0I\x07{\\RBEC
52414
5242\x80\x00\xa0B\x06{\\RBEC
5243F
5244\x10\x00\xa0D\x05\x95\\RBEC
5245\xc9
5246Zp\\RBEC
52478c\xa0\x14\x91\x92{c
5248\x80\x00\x95{c
5249\x0f\x00
5250\x03p
5251\x01ap\\RBEC
52529c\xa0\x14\x91\x92{c
5253\x80\x00\x95{c
5254\x0f\x00
5255\x03p
5256\x01b\xa0\x0b\x90abp\\LPST`\xa1\x08p\\LPST`\xa4`[\x01MCPU\x07\x14D\x04_Q10\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK
5257\x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x01\x10\x14G\x04_Q11\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK
5258\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
5259\x80\x14M\x10_Q64\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK
5260\x10\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x05\x10\xa1H\x0c\xa0>\x92{\\/\x06_SB_PCI0LPC_EC__HKEYWGFL
5261 \x00\\/\x06_SB_PCI0LPC_EC__HKEYBPWC
5262\x01\xa1F\x08\\/\x06_SB_PCI0LPC_EC__HKEYBPWC
5263\x00\xa0F\x06\x92\\WVIS\xa0>\x92{\\/\x06_SB_PCI0LPC_EC__HKEYWGFL
5264\x02\x00\\/\x06_SB_PCI0LPC_EC__HKEYWPWC
5265\x01\xa1\x1e\\/\x06_SB_PCI0LPC_EC__HKEYWPWC
5266\x00\x14D\x04_Q65\x00\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK
5267 \\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x06\x10\x14C
5268_Q16\x00\xa0\'\\VPDFp
5269\x00\\VPDF\xa0\x18VIGD\\/\x04_SB_PCI0VID_VSPD\xa1C\x07\xa0<\\/\x06_SB_PCI0LPC_EC__HKEYMHKK
5270@\\/\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
5271\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
5272\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
5273\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
5274\x12DSPD
5275\x00["\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\x00\xa0
5282\\WXPF["
5283d\xa0\'\\OSC4\x86\\._PR_CPU0
5284\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
5285\x81\xa0\x0c\\WXPF[\'MCPU\xa0#\x90\x92\\WXPF\\WNTFp
5286\x00\\/\x04_SB_PCI0LPC_C4C3ATMCDSPD
5287\x01\x14K\x12_Q27\x00\\UCMS
5288\x12["\x0b\xf4\x01\x86AC__
5289\x80\x86\\._TZ_THM0
5290\x80\x86\\._TZ_THM1
5291\x80\xa0\x0e\\WXPF[#MCPU\xff\xff\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0
5292\x80\xa0\x13\\MPEN\x86\\._PR_CPU1
5293\x80\xa1\x08\\STEP
5294\x01\xa0
5295\\WXPF["
5296d\xa0\'\\OSC4\x86\\._PR_CPU0
5297\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
5298\x81\xa0\x0c\\WXPF[\'MCPU\xa01\x90\\CWAC\x92\\CWAS\xa0#\x90\x92\\WXPF\\WNTFp
5299\x01\\/\x04_SB_PCI0LPC_C4C3ATMC\xa09\x91\x93\\/\x03_SB_GDCKGDID\x0c$M\x00L\x93\\/\x03_SB_GDCKGDID\x0c$M\x00D\x86\\._SB_GDCK
5300\x01\x14H\x06_Q2A\x00\xa0\x1aVIGD\\/\x04_SB_PCI0VID_VLOC
5301\x01\xa1\x1a\\/\x05_SB_PCI0AGP_VID_VLOC
5302\x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x02P\x86\\._SB_LID_
5303\x80\x148_Q2B\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x01P\\UCMS
5304\r\x86\\._SB_LID_
5305\x80\x14\x06_Q3D\x00\x14>_Q48\x00\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0
5306\x80\xa0\x13\\MPEN\x86\\._PR_CPU1
5307\x80\xa1\x08\\STEP
5308\x04\x14>_Q49\x00\xa07\\SPEN\xa0\'\\OSPX\x86\\._PR_CPU0
5309\x80\xa0\x13\\MPEN\x86\\._PR_CPU1
5310\x80\xa1\x08\\STEP
5311\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
5312\x80\xa0\x0cHB1A\x86BAT1
5313\x80\x14\r_Q4A\x00\x86BAT0
5314\x81\x14\r_Q4B\x00\x86BAT0
5315\x80\x14
5316_Q4C\x00_Q38\x14%_Q4D\x00\xa0\x1e{^.BAT1B1ST^.BAT1XB1S\x00\x86BAT1
5317\x80\x14\r_Q24\x00\x86BAT0
5318\x80\x14%_Q25\x00\xa0\x1e{^.BAT1B1ST^.BAT1XB1S\x00\x86BAT1
5319\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
5320\x01HIIDpSBCMg\x7fg
5321\x01\x88i
5322\x00\x00phHIID\xa0
5323gwSBFC
5324
5325a\xa1\x07pSBFCapa\x88i
5326\x02\x00}h
5327\x02HIID\xa0
5328gwSBDC
5329
5330`\xa1\x07pSBDC`p`\x88i
5331\x01\x00xa
5332\x14b\x88i
5333\x05\x00\xa0
5334gp
5335\xc8\x88i
5336\x06\x00\xa1!\xa0\x15SBDVx\x0c@\r\x03\x00SBDVb\x88i
5337\x06\x00\xa1\tp
5338\x00\x88i
5339\x06\x00pSBDV\x88i
5340\x04\x00pSBSN`\x08SERN\x11\t
5341\x06 \x00p
5342\x04b\xa2\x15`x`
5343
5344a`ra
53450\x88SERNb\x00vbpSERN\x88i
5346
5347\x00}h
5348\x06HIIDpSBDN\x88i
5349\t\x00}h
5350\x04HIID\x08BTYP\x11\x08
5351\x05\x00\x00\x00\x00\x00pSBCHBTYPpBTYP\x88i
5352\x0b\x00}h
5353\x05HIIDpSBMN\x88i
5354\x0c\x00\xa1\'p\x0c\xff\xff\xff\xff\x88i
5355\x01\x00p
5356\x00\x88i
5357\x05\x00p
5358\x00\x88i
5359\x06\x00p\x0c\xff\xff\xff\xff\x88i
5360\x02\x00[\'BATM\xa4i\x14J\rGBST\x04[#BATM\xff\xff\xa0
5361{i
5362 \x00p
5363\x02`\xa1\x12\xa0
5364{i
5365@\x00p
5366\x01`\xa1\x05p
5367\x00`\xa0\x06{i
5368\x0f\x00\xa1\x06}`
5369\x04`\xa0\x19\x93{i
5370\x0f\x00
5371\x0fp
5372\x04`p
5373\x00ap
5374\x00bp
5375\x00c\xa1@\x06phHIIDpSBVOc\xa0
5376jwSBRC
5377
5378b\xa1\x07pSBRCbpSBACa\xa0\x1c\x92\x95a\x0b\x00\x80\xa0\x0e{`
5379\x01\x00t\x0c\x00\x00\x01\x00aa\xa1\x05p
5380\x00a\xa1\r\xa0\x0b\x92{`
5381\x02\x00p
5382\x00a\xa0\rjwcaaxa\x0b\xe8\x03gap`\x88k
5383\x00\x00pa\x88k
5384\x01\x00pb\x88k
5385\x02\x00pc\x88k
5386\x03\x00[\'BATM\xa4k[\x82G\x15BAT0\x08_HID\x0cA\xd0\x0c
5387\x08_UID
5388\x00\x08_PCL\x12\x07\x01\\_SB_\x08B0ST
5389\x00\x08BT0I\x12#\r
5390\x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff
5391\x01\x0b0*
5392\x00
5393\x00
5394\x01
5395\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
53968
5397\x80\x00p
5398\x01B0ST\xa1\x08p
5399\x00B0ST\xa0\x08B0ST\xa4
5400\x1f\xa1\x04\xa4
5401\x0f\x14G\x04_BIF\x00p
5402\x00gp
5403
5404f\xa2+\x90\x92gf\xa0\x1fHB0A\xa0\x13\x93{HB0S
5405\x0f\x00
5406\x0f["\x0b\xe8\x03vf\xa1\x05p
5407\x01g\xa1\x05p
5408\x00f\xa4GBIF
5409\x00BT0Ig\x14#_BST\x00\x7f\x83\x88BT0I
5410\x00\x00
5411\x01`\xa4GBST
5412\x00HB0S`BT0P\x14I\x04_BTP\x01{HAM4
5413\xefHAM4\xa06hpha\xa0\x11\x92\x83\x88BT0I
5414\x00\x00xa
5415
5416`a{a
5417\xffHT0L{za
5418\x08\x00
5419\xffHT0H}HAM4
5420\x10HAM4[\x82A\x18BAT1\x08_HID\x0cA\xd0\x0c
5421\x08_UID
5422\x01\x08_PCL\x12\x07\x01\\_SB_\x08B1ST
5423\x00\x08XB1S
5424\x01\x08BT1I\x12#\r
5425\x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff
5426\x01\x0b0*
5427\x00
5428\x00
5429\x01
5430\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
54319
5432\x80\x00p
5433\x01B1ST\xa1\x08p
5434\x00B1ST\xa0\x1fB1ST\xa0\x08XB1S\xa4
5435\x1f\xa1\x10\xa0\t\\WNTF\xa4
5436\x00\xa1\x04\xa4
5437\x1f\xa1\x10\xa0\t\\WNTF\xa4
5438\x00\xa1\x04\xa4
5439\x0f\x14G\x04_BIF\x00p
5440\x00gp
5441
5442f\xa2+\x90\x92gf\xa0\x1fHB1A\xa0\x13\x93{HB1S
5443\x0f\x00
5444\x0f["\x0b\xe8\x03vf\xa1\x05p
5445\x01g\xa1\x05p
5446\x00f\xa4GBIF
5447\x10BT1Ig\x14#_BST\x00\x7f\x83\x88BT1I
5448\x00\x00
5449\x01`\xa4GBST
5450\x10HB1S`BT1P\x14I\x04_BTP\x01{HAM4
5451\xdfHAM4\xa06hpha\xa0\x11\x92\x83\x88BT1I
5452\x00\x00xa
5453
5454`a{a
5455\xffHT1L{za
5456\x08\x00
5457\xffHT1H}HAM4
5458 HAM4[\x82>AC__\x08_HID\rACPI0003\x00\x08_UID
5459\x00\x08_PCL\x12\x07\x01\\_SB_\x14\x0b_PSR\x00\xa4HPAC\x14\t_STA\x00\xa4
5460\x0f[\x82IQHKEY\x08_HID\x0c$M\x00h\x14\t_STA\x00\xa4
5461\x0f\x14
5462MHKV\x00\xa4\x0b\x00\x01\x08DHKC
5463\x00\x08DHKB
5464\x01[\x01XDHK\x07\x08DHKH
5465\x00\x08DHKW
5466\x00\x08DHKS
5467\x00\x08DHKD
5468\x00\x08DHKN\x0b\x0c\x08\x08DHKT
5469\x00\x08DHWW
5470\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
5471 \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
5472\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
5473DHKB\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
5474\x80\xa1\x15\xa0\x13\x93h\x0b\x04\x10\x86\\._SB_SLPB
5475\x80\x14I\x05MHKB\x01\xa0&\x93h
5476\x00\\/\x05_SB_PCI0LPC_EC__BEEP
5477\x11p
5478\x00\\LIDB\xa1*\xa0&\x93h
5479\x01\\/\x05_SB_PCI0LPC_EC__BEEP
5480\x10p
5481\x01\\LIDB\xa1\x01\x14<MHKD\x00\xa0\x1aVIGD\\/\x04_SB_PCI0VID_VLOC
5482\x00\xa1\x1a\\/\x05_SB_PCI0AGP_VID_VLOC
5483\x00\x14>MHQC\x01\xa01\\WNTF\xa0\x0b\x93h
5484\x00\xa4\\CWAC\xa1\x1e\xa0\x0b\x93h
5485\x01\xa4\\CWAP\xa1\x10\xa0\x0b\x93h
5486\x02\xa4\\CWAT\xa1\x02\xa3\xa1\x02\xa3\xa4
5487\x00\x14A\x08MHGC\x00\xa0C\x07\\WNTF[#XDHK\xff\xff\xa0:\\OSC4\xa0 \\/\x06_SB_PCI0LPC_EC__AC___PSRp
5488\x03`\xa1\x12\xa0
5489\\C4NAp
5490\x03`\xa1\x05p
5491\x04`\xa1 \xa0\x18\\/\x04_SB_PCI0LPC_C4C3p
5492\x04`\xa1\x05p
5493\x03`[\'XDHK\xa4`\xa1\x02\xa3\xa4
5494\x00\x14A\x13MHSC\x01\xa0F\x12\x90\\CWAC\\WNTF[#XDHK\xff\xff\xa0J\x08\\OSC4\xa0>\x93h
5495\x03\xa08\x92\\CWAS\x86\\._PR_CPU0
5496\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
5497\x81p
5498\x01\\CWASp
5499\x01\\C4NA\xa1C\x04\xa0=\x93h
5500\x04\xa07\\CWAS\x86\\._PR_CPU0
5501\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
5502\x81p
5503\x00\\CWASp
5504\x00\\C4NA\xa1\x02\xa3\xa1O\x07\xa0+\x93h
5505\x03\xa0%\x92\\CWASp
5506\x00\\/\x04_SB_PCI0LPC_C4C3p
5507\x01\\CWAS\xa1@\x05\xa0J\x04\x93h
5508\x04\xa0C\x04\\CWAS\xa03\x92\\/\x06_SB_PCI0LPC_EC__AC___PSRp
5509\x01\\/\x04_SB_PCI0LPC_C4C3p
5510\x00\\CWAS\xa1\x02\xa3[\'XDHK\xa1\x02\xa3\x10G\x14\\/\x05_SB_PCI0LPC_EC__HKEY\x14M\x04TDSC\x01p
5511\x01`\xa2\x1b`p\\/\x05_SB_PCI0LPC_EC__HANT`ph\\/\x05_SB_PCI0LPC_EC__HANT\xa0\x0c\x93h
5512!\\ATCC
5513\x00\x14\x0cTDSS\x01\\ATCCh\x14N\x08TDSG\x01{h
5514\xff`p`\\/\x05_SB_PCI0LPC_EC__HDAAzh
5515\x08`{`
5516\xffapa\\/\x05_SB_PCI0LPC_EC__HDABzh
5517\x10`{`
5518\xffapa\\/\x05_SB_PCI0LPC_EC__HDACzh
5519\x18`{`
5520\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["
5521\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
5522\x02HMADp
5523!HMCMp
5524\x0bHMPR\xa4CHKS\x14&I2NT\x01p
5525\x02HMADp
5526"HMCMphHSD0p
5527\x06HMPR\xa4CHKS\x14K\x0eTATR\x00\xa0C\x0e\\H8DR[#I2CM\xff\xffI2RTpHSD0`\xa0%\x93`
5528 \\/\x04_SB_PCI0LPC_TCSZHSD1HSD2I2NT`\xa1M\t\xa0%\x93`
5529!\\/\x04_SB_PCI0LPC_TCSTHSD1HSD2I2NT`\xa1D\x07\xa0I\x04\x93`
5530"\x08TSDC\x11\x0c
5531\t \x00pHSDBTSDC\\/\x04_SB_PCI0LPC_TCBSHSD1TSDCHSDFHSDCI2NT`\xa1\'\xa0%\x93`
5532#\\/\x04_SB_PCI0LPC_TSCLHSD1HSDLI2NT`[\'I2CM\x14\rTATE\x00p
5533\x01HETE\x08_ADR
5534\x00\x08_S3D
5535\x02\x08RID_
5536\x00\x08LRRT\x12G\x13\x0e\x12\x15\x04\x0c\xff\xff\x01\x00
5537\x00\\._SB_LNKA
5538\x00\x12\x15\x04\x0c\xff\xff\x02\x00
5539\x00\\._SB_LNKA
5540\x00\x12\x15\x04\x0c\xff\xff\x1b\x00
5541\x01\\._SB_LNKB
5542\x00\x12\x15\x04\x0c\xff\xff\x1c\x00
5543\x00\\._SB_LNKE
5544\x00\x12\x15\x04\x0c\xff\xff\x1c\x00
5545\x01\\._SB_LNKF
5546\x00\x12\x15\x04\x0c\xff\xff\x1c\x00
5547\x02\\._SB_LNKG
5548\x00\x12\x15\x04\x0c\xff\xff\x1c\x00
5549\x03\\._SB_LNKH
5550\x00\x12\x15\x04\x0c\xff\xff\x1d\x00
5551\x00\\._SB_LNKA
5552\x00\x12\x15\x04\x0c\xff\xff\x1d\x00
5553\x01\\._SB_LNKB
5554\x00\x12\x15\x04\x0c\xff\xff\x1d\x00
5555\x02\\._SB_LNKC
5556\x00\x12\x15\x04\x0c\xff\xff\x1d\x00
5557\x03\\._SB_LNKD
5558\x00\x12\x15\x04\x0c\xff\xff\x1f\x00
5559\x00\\._SB_LNKH
5560\x00\x12\x15\x04\x0c\xff\xff\x1f\x00
5561\x02\\._SB_LNKA
5562\x00\x12\x15\x04\x0c\xff\xff\x1f\x00
5563\x01\\._SB_LNKA
5564\x00\x08ARRT\x12G\x0c\x0e\x12\r\x04\x0c\xff\xff\x01\x00
5565\x00
5566\x00
5567\x10\x12\r\x04\x0c\xff\xff\x02\x00
5568\x00
5569\x00
5570\x10\x12\r\x04\x0c\xff\xff\x1b\x00
5571\x01
5572\x00
5573\x11\x12\r\x04\x0c\xff\xff\x1c\x00
5574\x00
5575\x00
5576\x14\x12\r\x04\x0c\xff\xff\x1c\x00
5577\x01
5578\x00
5579\x15\x12\r\x04\x0c\xff\xff\x1c\x00
5580\x02
5581\x00
5582\x16\x12\r\x04\x0c\xff\xff\x1c\x00
5583\x03
5584\x00
5585\x17\x12\r\x04\x0c\xff\xff\x1d\x00
5586\x00
5587\x00
5588\x10\x12\r\x04\x0c\xff\xff\x1d\x00
5589\x01
5590\x00
5591\x11\x12\r\x04\x0c\xff\xff\x1d\x00
5592\x02
5593\x00
5594\x12\x12\r\x04\x0c\xff\xff\x1d\x00
5595\x03
5596\x00
5597\x13\x12\r\x04\x0c\xff\xff\x1f\x00
5598\x00
5599\x00
5600\x17\x12\r\x04\x0c\xff\xff\x1f\x00
5601\x02
5602\x00
5603\x10\x12\r\x04\x0c\xff\xff\x1f\x00
5604\x01
5605\x00
5606\x10\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4ARRT\xa1\x06\xa4LRRT\x08_HID\x0cA\xd0
5607\x08\x08_CID\x0cA\xd0
5608\x03\x08_BBN
5609\x00[\x80MHCS\x02
5610\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
5611\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
5612hC0LN\x8a_CRS
5613\x82C4LN\x8a_CRS
5614\x9cC8LN\x8a_CRS
5615\xb6CCLN\x8a_CRS
5616\xd0D0LN\x8a_CRS
5617\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
5618\x1b`p`\\MEMXp`XXMNrtXXMXXXMN\x00
5619\x01XXLN\xa0\x15\x92\x93{\\TPMP
5620\x01\x00
5621\x01p
5622\x00F4LN\xa0\x10{PAM1
5623\x03\x00p
5624\x00C0LN\xa0\x10{PAM1
56250\x00p
5626\x00C4LN\xa0\x10{PAM2
5627\x03\x00p
5628\x00C8LN\xa0\x10{PAM2
56290\x00p
5630\x00CCLN\xa0\x10{PAM3
5631\x03\x00p
5632\x00D0LN\xa0\x10{PAM3
56330\x00p
5634\x00D4LN\xa0\x10{PAM4
5635\x03\x00p
5636\x00D8LN\xa0\x10{PAM4
56370\x00p
5638\x00DCLN\xa0\x10{PAM5
5639\x03\x00p
5640\x00E0LN\xa0\x10{PAM5
56410\x00p
5642\x00E4LN\xa0\x10{PAM6
5643\x03\x00p
5644\x00E8LN\xa0\x10{PAM6
56450\x00p
5646\x00ECLN\x08SUPP
5647\x00\x08CTRL
5648\x00\x14E,_OSC\x04\x8ak
5649\x00CDW1\x8ak
5650\x04CDW2\x8ak
5651\x08CDW3\x8ah
5652\x00IID0\x8ah
5653\x04IID1\x8ah
5654\x08IID2\x8ah
5655\x0cIID3\x08UID0\x11\x13
5656\x10[M\xdb3\xf7\x1f\x1c@\x96WtA\xc0=\xd7f\x8aUID0
5657\x00EID0\x8aUID0
5658\x04EID1\x8aUID0
5659\x08EID2\x8aUID0
5660\x0cEID3\xa0A#\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3pCDW2SUPPpCDW3CTRL{CTRL
5661\x1dCTRL\xa0H\x1b\x80{CDW1
5662\x01\x00\x00\xa0F\x0f{CTRL
5663\x01\x00\xa03\x92\\VIGDp
5664\x00\\/\x04_SB_PCI0AGP_HPGPp
5665\x00\\/\x04_SB_PCI0AGP_GMGPp
5666\x00\\/\x04_SB_PCI0EXP0HPCEp
5667\x01\\/\x04_SB_PCI0EXP0HPCSp
5668\x01\\/\x04_SB_PCI0EXP0ABP_p
5669\x01\\/\x04_SB_PCI0EXP0PDS_p
5670\x00\\/\x04_SB_PCI0EXP2HPCEp
5671\x01\\/\x04_SB_PCI0EXP2HPCSp
5672\x01\\/\x04_SB_PCI0EXP2ABP_p
5673\x01\\/\x04_SB_PCI0EXP2PDS_p
5674\x01\\NHPS\xa0D\x0b{CTRL
5675\x04\x00\xa03\x92\\VIGDp
5676\x00\\/\x04_SB_PCI0AGP_PMGPp
5677\x00\\/\x04_SB_PCI0AGP_GMGPp
5678\x00\\/\x04_SB_PCI0EXP0PMCEp
5679\x01\\/\x04_SB_PCI0EXP0PMCSp
5680\x00\\/\x04_SB_PCI0EXP2PMCEp
5681\x01\\/\x04_SB_PCI0EXP2PMCSp
5682\x00\\/\x04_SB_PCI0LPC_EXPEp
5683\x01\\NPME\xa0\x11\x92\x93i
5684\x01}CDW1
5685
5686CDW1\xa0\x16\x92\x93CDW3CTRL}CDW1
5687\x10CDW1pCTRLCDW3\xa1\x0c}CDW1
5688\x06CDW1\xa4k[\x01MDGS\x07\x08VDEE
5689\x01\x08VDDA\x11\x03
5690\x02\x8dVDDA
5691\x00VUPC\x8dVDDA
5692\x01VQDL\x8dVDDA
5693\x02VQDC\x8dVDDA
5694\x03VQDT\x8dVDDA
5695\x04VQDD\x8dVDDA
5696\x05VSDL\x8dVDDA
5697\x06VSDC\x8dVDDA
5698\x07VSDT\x8dVDDA
5699\x08VSDD\x8dVDDA
5700
5701MSWT\x8dVDDA
5702\x0bVWST[\x82OJVID_\x08_ADR\x0c\x00\x00\x02\x00\x08RID_
5703\x00[\x80VPCG\x02
5704\x00\x0b\x00\x01[\x81\x0eVPCG\x03\x00@jVPWR \x08_S3D
5705\x03\x145_INI\x00\\VUPS
5706\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
5707\x07`\xa1
5708p\\VEVT
5709\x05`{
5710\x0f`a\xa0\taASWTa
5711\x01\x14E\x08VLOC\x01\xa0M\x07\x93h\\/\x03_SB_LID__LID\\VSLDh\xa0C\x06\x93VPWR
5712\x00\xa0?hp\\VEVT
5713\x01`\xa0\x13\\WXPF\x86\\._SB_PCI0
5714\x00\xa1\x1a\xa0\x18\\WNTF\x86\\/\x03_SB_PCI0VID_
5715\x00["\x0b\xee\x02\xa1
5716p\\VEVT
5717\x02`{
5718\x0f`a\xa0\taASWTa
5719\x00\x14G\x07_DOS\x01\xa0:\x93h
5720\x02p
5721\x14`\xa20`v`[#MDGS\xff\xff\xa0\x19\x93
5722\x00MSWTp
5723\x01MSWTp
5724\x00`phVDEE[\'MDGS["
5725\xc8\xa14[#MDGS\xff\xff\xa0\x0f\x93VDEE
5726\x02p
5727\x00MSWT\xa0\x0c\x94h
5728\x02p
5729\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
5730\x01VDEE{
5731\x01ia\\VSDSha\xa1O\tp
5732\x14`\xa2A\x08`v`[#MDGS\xff\xff\xa0I\x06\x93
5733\x00MSWTp
5734\x00`\xa0\r{
5735\x01i\x00p
5736\x01VUPC\xa1\x08p
5737\x00VUPC\xa0\r{
5738\x01h\x00p
5739\x01VQDL\xa1\x08p
5740\x00VQDL\xa0\r{
5741\x02h\x00p
5742\x01VQDC\xa1\x08p
5743\x00VQDC\xa0\r{
5744\x08h\x00p
5745\x01VQDD\xa1\x08p
5746\x00VQDD[\'MDGS["
5747\xc8\xa0\r{
5748\x02i\x00\x86VID_
5749\x81\xa1\x08\x86VID_
5750\x80\x14I\x06VDSW\x01\xa0A\x06\x93VPWR
5751\x00\xa0D\x04hp\\VEVT
5752\x03`\xa0\x15\\WVIS{
5753\x0f`a\xa0\taASWTa
5754\x00\xa1!\xa0\x07\\WXPF\xa3\xa1\x17\xa0\x15\\WNTF{
5755\x0f`a\xa0\taASWTa
5756\x00\xa1\x12p\\VEVT
5757\x04`ASWT
5758\x01
5759\x00\x14\x1eVSPD\x00p\\VEVT
5760\x06`{
5761\x0f`a\xa0\taASWTa
5762\x01[\x82H\x06LCD0\x08_ADR\x0b\x00\x04\x14\x1c_DCS\x00\\VUPS
5763\x00\xa0\t\\VCDL\xa4
5764\x1f\xa1\x04\xa4
5765\x1d\x14\x0b_DGS\x00\xa4VQDL\x140_DSS\x01{h
5766\x01VSDL\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5767\x02\xa1\x07DSWT
5768\x01[\x82@\x08CRT0\x08_ADR\x0b\x00\x01\x144_DCS\x00\\VUPS
5769\x01\xa0\x15\\VCSS\xa0\t\\VCDC\xa4
5770\x1f\xa1\x04\xa4
5771\x1d\xa1\x10\xa0\t\\VCDC\xa4
5772\x0f\xa1\x04\xa4
5773\r\x14\x0b_DGS\x00\xa4VQDC\x140_DSS\x01{h
5774\x01VSDC\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5775\x02\xa1\x07DSWT
5776\x01[\x82H\x06DVI0\x08_ADR\x0b\x00\x03\x14\x1c_DCS\x00\\VUPS
5777\x00\xa0\t\\VCDD\xa4
5778\x1f\xa1\x04\xa4
5779\x1d\x14\x0b_DGS\x00\xa4VQDD\x140_DSS\x01{h
5780\x01VSDD\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5781\x02\xa1\x07DSWT
5782\x01\x14?DSWT\x01\xa0\tVSDLp
5783\x01`\xa1\x05p
5784\x00`\xa0
5785VSDC}
5786\x02``\xa0
5787VSDD}
5788\x08``\xa0\x0f`\xa0\x0cVUPC\\VSDS`h\xa1\x02\xa3[\x82BUAGP_\x08_ADR\x0c\x00\x00\x01\x00\x08_S3D
5789\x03\x08RID_
5790\x00\x08LART\x12*\x02\x12\x13\x04\x0b\xff\xff
5791\x00\\._SB_LNKA
5792\x00\x12\x13\x04\x0b\xff\xff
5793\x01\\._SB_LNKB
5794\x00\x08AART\x12\x1a\x02\x12\x0b\x04\x0b\xff\xff
5795\x00
5796\x00
5797\x10\x12\x0b\x04\x0b\xff\xff
5798\x01
5799\x00
5800\x11\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4AART\xa1\x06\xa4LART[\x01MDGS\x07\x08VDEE
5801\x01\x08VDDA\x11\x03
5802\x02\x8dVDDA
5803\x00VUPC\x8dVDDA
5804\x01VQDL\x8dVDDA
5805\x02VQDC\x8dVDDA
5806\x03VQDT\x8dVDDA
5807\x04VQDD\x8dVDDA
5808\x05VSDL\x8dVDDA
5809\x06VSDC\x8dVDDA
5810\x07VSDT\x8dVDDA
5811\x08VSDD\x8dVDDA
5812
5813MSWT\x8dVDDA
5814\x0bVWST[\x82BAVID_\x08_ADR
5815\x00[\x80VPCG\x02
5816\x00\x0b\x00\x01[\x81\x0eVPCG\x03\x00@*VPWR \x08_S3D
5817\x03\x145_INI\x00\\VUPS
5818\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
5819\x07`\xa1
5820p\\VEVT
5821\x05`{
5822\x0f`a\xa0\taASWTa
5823\x01\x14@\x05VLOC\x01\xa0H\x04\x93h\\/\x03_SB_LID__LID\\VSLDh\xa0.\x93VPWR
5824\x00\xa0\x0bhp\\VEVT
5825\x01`\xa1
5826p\\VEVT
5827\x02`{
5828\x0f`a\xa0\taASWTa
5829\x00\x14G\x07_DOS\x01\xa0:\x93h
5830\x02p
5831\x14`\xa20`v`[#MDGS\xff\xff\xa0\x19\x93
5832\x00MSWTp
5833\x01MSWTp
5834\x00`phVDEE[\'MDGS["
5835\xc8\xa14[#MDGS\xff\xff\xa0\x0f\x93VDEE
5836\x02p
5837\x00MSWT\xa0\x0c\x94h
5838\x02p
5839\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
5840\x01VDEE{
5841\x01ia\\VSDSha\xa1O\tp
5842\x14`\xa2A\x08`v`[#MDGS\xff\xff\xa0I\x06\x93
5843\x00MSWTp
5844\x00`\xa0\r{
5845\x01i\x00p
5846\x01VUPC\xa1\x08p
5847\x00VUPC\xa0\r{
5848\x01h\x00p
5849\x01VQDL\xa1\x08p
5850\x00VQDL\xa0\r{
5851\x02h\x00p
5852\x01VQDC\xa1\x08p
5853\x00VQDC\xa0\r{
5854\x08h\x00p
5855\x01VQDD\xa1\x08p
5856\x00VQDD[\'MDGS["
5857\xc8\xa0\r{
5858\x02i\x00\x86VID_
5859\x81\xa1\x08\x86VID_
5860\x80[\x82C\tLCD0\x08_ADR\x0b\x10\x01\x14\x1c_DCS\x00\\VUPS
5861\x00\xa0\t\\VCDL\xa4
5862\x1f\xa1\x04\xa4
5863\x1d\x14*_DDC\x01\\VDDC\xa0\x0b\x93h
5864\x01\xa4\\DDC1\xa1\x12\xa0\x0b\x93h
5865\x02\xa4\\DDC2\xa1\x04\xa4
5866\x00\x14\x0b_DGS\x00\xa4VQDL\x140_DSS\x01{h
5867\x01VSDL\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5868\x02\xa1\x07DSWT
5869\x01[\x82@\x08CRT0\x08_ADR\x0b\x00\x01\x144_DCS\x00\\VUPS
5870\x01\xa0\x15\\VCSS\xa0\t\\VCDC\xa4
5871\x1f\xa1\x04\xa4
5872\x1d\xa1\x10\xa0\t\\VCDC\xa4
5873\x0f\xa1\x04\xa4
5874\r\x14\x0b_DGS\x00\xa4VQDC\x140_DSS\x01{h
5875\x01VSDC\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5876\x02\xa1\x07DSWT
5877\x01[\x82H\x06DVI0\x08_ADR\x0b\x10\x02\x14\x1c_DCS\x00\\VUPS
5878\x00\xa0\t\\VCDD\xa4
5879\x1f\xa1\x04\xa4
5880\x1d\x14\x0b_DGS\x00\xa4VQDD\x140_DSS\x01{h
5881\x01VSDD\xa0!{h\x0c\x00\x00\x00\x80\x00\xa0\x0f{h\x0c\x00\x00\x00@\x00DSWT
5882\x02\xa1\x07DSWT
5883\x01\x14?DSWT\x01\xa0\tVSDLp
5884\x01`\xa1\x05p
5885\x00`\xa0
5886VSDC}
5887\x02``\xa0
5888VSDD}
5889\x08``\xa0\x0f`\xa0\x0cVUPC\\VSDS`h\xa1\x02\xa3[\x80PEGC\x02
5890\x00\x0b\x00\x01[\x81\x18PEGC\x03\x00@vGMGP\x01HPGP\x01PMGP\x01[\x82I\x12EXP0\x08_ADR\x0c\x00\x00\x1c\x00\x08RID_
5891\x00[\x80P0CS\x02
5892\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
5893\t
5894\x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff
5895\x00\\._SB_LNKA
5896\x00\x12\x13\x04\x0b\xff\xff
5897\x01\\._SB_LNKB
5898\x00\x12\x13\x04\x0b\xff\xff
5899\x02\\._SB_LNKC
5900\x00\x12\x13\x04\x0b\xff\xff
5901\x03\\._SB_LNKD
5902\x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff
5903\x00
5904\x00
5905\x10\x12\x0b\x04\x0b\xff\xff
5906\x01
5907\x00
5908\x11\x12\x0b\x04\x0b\xff\xff
5909\x02
5910\x00
5911\x12\x12\x0b\x04\x0b\xff\xff
5912\x03
5913\x00
5914\x13\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82D\x0fEXP1\x08_ADR\x0c\x01\x00\x1c\x00\x08RID_
5915\x00[\x80P1CS\x02
5916\x00\x0b\x00\x01[\x81\x18P1CS\x03\x00@0RID1\x10PSP1\x01PPP1\x01\x08_PRW\x12\x06\x02
5917\t
5918\x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff
5919\x00\\._SB_LNKB
5920\x00\x12\x13\x04\x0b\xff\xff
5921\x01\\._SB_LNKC
5922\x00\x12\x13\x04\x0b\xff\xff
5923\x02\\._SB_LNKD
5924\x00\x12\x13\x04\x0b\xff\xff
5925\x03\\._SB_LNKA
5926\x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff
5927\x00
5928\x00
5929\x11\x12\x0b\x04\x0b\xff\xff
5930\x01
5931\x00
5932\x12\x12\x0b\x04\x0b\xff\xff
5933\x02
5934\x00
5935\x13\x12\x0b\x04\x0b\xff\xff
5936\x03
5937\x00
5938\x10\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82H\x14EXP2\x08_ADR\x0c\x02\x00\x1c\x00\x08RID_
5939\x00\x08XCPF
5940\x00[\x80P2CS\x02
5941\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
5942\t
5943\x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff
5944\x00\\._SB_LNKC
5945\x00\x12\x13\x04\x0b\xff\xff
5946\x01\\._SB_LNKD
5947\x00\x12\x13\x04\x0b\xff\xff
5948\x02\\._SB_LNKA
5949\x00\x12\x13\x04\x0b\xff\xff
5950\x03\\._SB_LNKB
5951\x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff
5952\x00
5953\x00
5954\x12\x12\x0b\x04\x0b\xff\xff
5955\x01
5956\x00
5957\x13\x12\x0b\x04\x0b\xff\xff
5958\x02
5959\x00
5960\x10\x12\x0b\x04\x0b\xff\xff
5961\x03
5962\x00
5963\x11\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82\x16EXUP\x08_ADR
5964\x00\x14\t_RMV\x00\xa4
5965\x01[\x82B\x10EXP3\x08_ADR\x0c\x03\x00\x1c\x00\x08RID_
5966\x00[\x80P3CS\x02
5967\x00\x0b\x00\x01[\x81\x18P3CS\x03\x00@0RID3\x10PSP3\x01PPP3\x01\x08_PRW\x12\x06\x02
5968\t
5969\x04\x08LPRT\x12C\x05\x04\x12\x13\x04\x0b\xff\xff
5970\x00\\._SB_LNKD
5971\x00\x12\x13\x04\x0b\xff\xff
5972\x01\\._SB_LNKA
5973\x00\x12\x13\x04\x0b\xff\xff
5974\x02\\._SB_LNKB
5975\x00\x12\x13\x04\x0b\xff\xff
5976\x03\\._SB_LNKC
5977\x00\x08APRT\x122\x04\x12\x0b\x04\x0b\xff\xff
5978\x00
5979\x00
5980\x13\x12\x0b\x04\x0b\xff\xff
5981\x01
5982\x00
5983\x10\x12\x0b\x04\x0b\xff\xff
5984\x02
5985\x00
5986\x11\x12\x0b\x04\x0b\xff\xff
5987\x03
5988\x00
5989\x12\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT[\x82\x0cEXPD\x08_ADR
5990\x00[\x82O\x16PCI1\x08_ADR\x0c\x00\x00\x1e\x00\x08_S3D
5991\x02\x08RID_
5992\x00\x08LPRT\x12G\t\x07\x12\x13\x04\x0b\xff\xff
5993\x00\\._SB_LNKA
5994\x00\x12\x13\x04\x0b\xff\xff
5995\x01\\._SB_LNKB
5996\x00\x12\x13\x04\x0b\xff\xff
5997\x02\\._SB_LNKC
5998\x00\x12\x15\x04\x0c\xff\xff\x01\x00
5999\x00\\._SB_LNKA
6000\x00\x12\x15\x04\x0c\xff\xff\x02\x00
6001\x00\\._SB_LNKF
6002\x00\x12\x15\x04\x0c\xff\xff\x02\x00
6003\x01\\._SB_LNKG
6004\x00\x12\x15\x04\x0c\xff\xff\x08\x00
6005\x00\\._SB_LNKE
6006\x00\x08APRT\x12O\x05\x07\x12\x0b\x04\x0b\xff\xff
6007\x00
6008\x00
6009\x10\x12\x0b\x04\x0b\xff\xff
6010\x01
6011\x00
6012\x11\x12\x0b\x04\x0b\xff\xff
6013\x02
6014\x00
6015\x12\x12\r\x04\x0c\xff\xff\x01\x00
6016\x00
6017\x00
6018\x10\x12\r\x04\x0c\xff\xff\x02\x00
6019\x00
6020\x00
6021\x15\x12\r\x04\x0c\xff\xff\x02\x00
6022\x01
6023\x00
6024\x16\x12\r\x04\x0c\xff\xff\x08\x00
6025\x00
6026\x00
6027\x14\x14\x19_PRT\x00\xa0\x0b\\GPIC\xa4APRT\xa1\x06\xa4LPRT\x08_PRW\x12\x06\x02
6028\x0b
6029\x04[\x82\'CDBS\x08_ADR
6030\x00\x14\x13_S3D\x00\xa0\t\\WMEF\xa4
6031\x02\xa4
6032\x03\x08_SUN
6033\x01[\x82L\xb8IDE0\x08_ADR\x0c\x01\x00\x1f\x00\x08_S3D
6034\x03\x08RID_
6035\x00[\x80IDCS\x02
6036\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
6037\x00\xa0\t\x90\x92hi\xa4\x0b\x84\x03\xa4wt
6038\trjk\x00\x00
6039\x1e\x00\x14*GDCT\x04\xa0\x06\x92h\xa4
6040\x00\xa0\x05i\xa4
6041\x14\xa0\x0cj\xa4wt
6042\x04k\x00
6043\x0f\x00\xa4wt
6044\x04k\x00
6045\x1e\x00\x142MTIM\x02p
6046\x00`\xa0\x07h}`
6047\x01`\xa0\x0b\x92\x95h
6048\x02}`
6049\x02`\xa0\x08\x92i}`
6050\x04`\xa0\x08\x92h}`
6051\x08`\xa4`\x14\x1aMISP\x01\xa0\x06\x92h\xa4
6052\x00\xa0\t\x92\x94h
6053\x02\xa4
6054\x01\xa4
6055\x02\x14\x1cMRCT\x01\xa0\t\x92\x94h
6056\x02\xa4
6057\x00\xa0\x08\x93h
6058\x03\xa4
6059\x01\xa4
6060\x03[\x82O\x95PRIM\x08_ADR
6061\x00\x08BGTM\x11\x03
6062\x14\x8aBGTM
6063\x00GTP0\x8aBGTM
6064\x04GTD0\x8aBGTM
6065\x08GTP1\x8aBGTM
6066\x0cGTD1\x8aBGTM
6067\x10GTMF\x08BPI0
6068\x00\x08BDM0
6069\x00\x08BPI1
6070\x00\x08BDM1
6071\x00\x08DRE0
6072\x00\x08DRE1
6073\x00\x08DIP0
6074\x00\x08DIP1
6075\x00\x14M\x11_GTM\x00pGPCTPFT0PDT0PIS0PRC0GTP0pGDCTPSD0FPB0PCB0PCT0GTD0\xa0\x0f\x92GTD0pGTP0GTD0\xa0H\x04PSIEpGPCTPFT1PDT1PIS1PRC1GTP1pGDCTPSD1FPB1PCB1PCT1GTD1\xa0\x0f\x92GTD1pGTP1GTD1\xa1\x0fp
6076\x00GTP1p
6077\x00GTD1p
6078\x00GTMF\xa0\x10PSD0}GTMF
6079\x01GTMF\xa0\x1f\x92GTP0}GTMF
6080\x01GTMFp
6081xGTP0p
6082\x14GTD0\xa0\x10PIE0}GTMF
6083\x02GTMF\xa0\x10PSD1}GTMF
6084\x04GTMF\xa0\x10PIE1}GTMF
6085\x08GTMF}GTMF
6086\x10GTMF\xa4BGTM\x14@G_STM\x03\x8ah
6087\x00STP0\x8ah
6088\x04STD0\x8ah
6089\x08STP1\x8ah
6090\x0cSTD1\x8ah
6091\x10STMFp
6092\x00DRE0p
6093\x00DIP0\xa0G$\x93\x87i\x0b\x00\x02\x8bi
6094\x00M000\x8bi
6095bM049\x8bi
6096fM051\x8bi
6097jM053\x8bi
6098|M062\x8bi
6099~M063\x8bi
6100\x80M064\x8bi
6101\x82M065\x8bi
6102\x88M068\x8bi
6103\x9cM078\x8bi
6104\xacM086\x8bi
6105\xb0M088\x8bi
6106\xeeM119\x8bi\x0b(\x01M148\xa0\x1f\x93{M148\x0b\x00\xc0\x00\x0b\x00@\xa0\x10{M148
6107\x04\x00p
6108\x01DRE0\xa0\x1b{M086\x0b\x00\x80\x00\xa0\x10{M119
6109\x01\x00p
6110\x01DRE0\xa0E\t\\W98Fp\\UUDMM053M088STD0\xa0\x10STD0}STMF
6111\x01STMF\xa1\x0c{STMF
6112\xfeSTMFp\\UMDMM053M063M062M065STP0\xa0 \x92STP0p\\UPIOM053M064M051M068STP0\xa0\x15{M049\x0b\x00\x08\x00}STMF
6113\x02STMF\xa1\x0c{STMF
6114\xfdSTMFp\\DPIOSTP0{STMF
6115\x02\x00`p\\DUDMSTD0{STMF
6116\x01\x00a\xa0&\x92\x95\\/\x05_SB_PCI0LPC_EC__BGID
6117\x00
6118\x0cp
6119\x00`p
6120\xffapMTIM`{M000\x0b\x00\x80\x00PTI0pMISP`PIS0pMRCT`PRC0\xa0\x0c\x93a
6121\xffp
6122\x00PSD0\xa1C\x06p
6123\x01PSD0\xa0\x0c\x92\x94a
6124\x02paPCT0\xa1\x18\xa0\r{a
6125\x01\x00p
6126\x01PCT0\xa1\x08p
6127\x02PCT0\xa0\r\x92\x95a
6128\x03p
6129\x01PCB0\xa1\x08p
6130\x00PCB0\xa0\x0c\x93a
6131\x05p
6132\x01FPB0\xa1\x08p
6133\x00FPB0p
6134\x01PCR0p\\FDMA`aBDM0p\\FPIO`BPI0\xa0J\x1e\x93\x87j\x0b\x00\x02\x8bj
6135\x00S000\x8bj
6136bS049\x8bj
6137fS051\x8bj
6138jS053\x8bj
6139|S062\x8bj
6140~S063\x8bj
6141\x80S064\x8bj
6142\x82S065\x8bj
6143\x88S068\x8bj
6144\xb0S088\xa0E\t\\W98Fp\\UUDMS053S088STD1\xa0\x10STD1}STMF
6145\x04STMF\xa1\x0c{STMF
6146\xfbSTMFp\\UMDMS053S063S062S065STP1\xa0 \x92STP1p\\UPIOS053S064S051S068STP1\xa0\x15{S049\x0b\x00\x08\x00}STMF
6147\x08STMF\xa1\x0c{STMF
6148\xf7STMFp\\DPIOSTP1{STMF
6149\x08\x00`p\\DUDMSTD1{STMF
6150\x04\x00a\xa0=STP1pMTIM`{S000\x0b\x00\x80\x00PTI1\xa0${STMF
6151\x10\x00pMISP`PIS1pMRCT`PRC1p
6152\x01PSIE\xa1\x0fp
6153\x00PTI1p
6154\x00PSIE\xa0\x0c\x93a
6155\xffp
6156\x00PSD1\xa1C\x06p
6157\x01PSD1\xa0\x0c\x92\x94a
6158\x02paPCT1\xa1\x18\xa0\r{a
6159\x01\x00p
6160\x01PCT1\xa1\x08p
6161\x02PCT1\xa0\r\x92\x95a
6162\x03p
6163\x01PCB1\xa1\x08p
6164\x00PCB1\xa0\x0c\x93a
6165\x05p
6166\x01FPB1\xa1\x08p
6167\x00FPB1p
6168\x01PCR1p\\FDMA`aBDM1p\\FPIO`BPI1[\x82I4MSTR\x08_ADR
6169\x00\x08HDTF\x11\x1f
6170\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
6171\x0fHDMA\x8cHDTF
6172\x16HPIO\x8cHDTF
6173\rHFLC\x08ERTF\x11&
6174#\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
6175\x0fEDMA\x8cERTF
6176\x16EPIO\x8cERTF
6177\rEFLC\x08HPTF\x11&
6178#\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
6179\x0fPDMA\x8cHPTF
6180\x16PPIO\x8cHPTF
6181\rPFLC\x08HXTF\x11-
6182*\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
6183\x0fXDMA\x8cHXTF
6184\x16XPIO\x8cHXTF
6185\rXFLC\x08IDTF\x11\x11
6186\x0e\x03\x00\x00\x00\x00\xa0\xef\x03\x00\x00\x00\x00\xa0\xef\x8cIDTF
6187\x01IDMA\x8cIDTF
6188\x08IPIO\x08DDTF\x11\x1f
6189\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
6190\x01DDMA\x8cDDTF
6191\x08DPIO\x8cDDTF
6192\x0fDTAT\x8cDDTF
6193\x16DTFT\x14@\x14_GTF\x00p\\/\x05_SB_PCI0LPC_EC__BGID
6194\x00`\xa0"\\OSSSp
6195\xe1HFLCp
6196\xe1EFLCp
6197\xe1PFLCp
6198\xe1XFLC\xa0M\x08\x93`
6199\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`
6200\x03p\x01a\xa0\x08\x93`
6201
6202p\x01a\xa0\x08\x93`
6203\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
6204\x01\xa4
6205\x0f\xa1\x04\xa4
6206\x00[\x82K"SATA\x08_ADR\x0c\x02\x00\x1f\x00\x08_S3D
6207\x03\x08RID_
6208\x00[\x80IDCS\x02
6209\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
6210\x00\xa0\t\x90\x92hi\xa4\x0b\x84\x03\xa4wt
6211\trjk\x00\x00
6212\x1e\x00\x14*GDCT\x04\xa0\x06\x92h\xa4
6213\x00\xa0\x05i\xa4
6214\x14\xa0\x0cj\xa4wt
6215\x04k\x00
6216\x0f\x00\xa4wt
6217\x04k\x00
6218\x1e\x00\x142MTIM\x02p
6219\x00`\xa0\x07h}`
6220\x01`\xa0\x0b\x92\x95h
6221\x02}`
6222\x02`\xa0\x08\x92i}`
6223\x04`\xa0\x08\x92h}`
6224\x08`\xa4`\x14\x1aMISP\x01\xa0\x06\x92h\xa4
6225\x00\xa0\t\x92\x94h
6226\x02\xa4
6227\x01\xa4
6228\x02\x14\x1cMRCT\x01\xa0\t\x92\x94h
6229\x02\xa4
6230\x00\xa0\x08\x93h
6231\x03\xa4
6232\x01\xa4
6233\x03[\x82\x1dSMBU\x08_ADR\x0c\x03\x00\x1f\x00\x08_S3D
6234\x03\x08RID_
6235\x00[\x82J\x0eUSB0\x08_ADR\x0c\x00\x00\x1d\x00\x08_S3D
6236\x02\x08RID_
6237\x00[\x80U0CS\x02
6238\xc4
6239\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
6240\x03
6241\x03\\/\x05_SB_PCI0LPC_EC__PUBS\x141_PSW\x01\xa0\thp
6242\x03U0EN\xa1\x08p
6243\x00U0EN\\/\x05_SB_PCI0LPC_EC__PNSTh[\x82J\x07USB1\x08_ADR\x0c\x01\x00\x1d\x00\x08_S3D
6244\x02\x08RID_
6245\x00[\x80U1CS\x02
6246\xc4
6247\x04[\x81\rU1CS\x03U1EN\x02\x00\x1e\x08_PRW\x12\x06\x02
6248\x04
6249\x03\x14\x19_PSW\x01\xa0\thp
6250\x03U1EN\xa1\x08p
6251\x00U1EN[\x82\x1aURTH\x08_ADR
6252\x00[\x82\x0cUPEX\x08_ADR
6253\x02[\x82N\x0eUSB2\x08_ADR\x0c\x02\x00\x1d\x00\x08_S3D
6254\x02\x08RID_
6255\x00[\x80U2CS\x02
6256\xc4
6257\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
6258\x0c
6259\x03\\/\x05_SB_PCI0LPC_EC__PUBS\x14\x19_PSW\x01\xa0\thp
6260\x03U2EN\xa1\x08p
6261\x00U2EN[\x82\x1aURTH\x08_ADR
6262\x00[\x82\x0cUPDK\x08_ADR
6263\x02[\x82\x16USB3\x08_ADR\x0c\x03\x00\x1d\x00\x08RID_
6264\x00[\x82N\x0fUSB7\x08_ADR\x0c\x07\x00\x1d\x00\x08_S3D
6265\x03\x08RID_
6266\x00[\x80U7CS\x02
6267`
6268\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
6269\x01PWKIp
6270\x0fPWUC\x08_PRW\x12\x1d\x03
6271\r
6272\x03\\/\x05_SB_PCI0LPC_EC__PUBS[\x82(URTH\x08_ADR
6273\x00[\x82\x0cUPDK\x08_ADR
6274\x06[\x82\x0cUPEX\x08_ADR
6275\x04[\x821HDEF\x08_ADR\x0c\x00\x00\x1b\x00\x08_S3D
6276\x03\x08RID_
6277\x00\x08_PRW\x12\x06\x02
6278\x05
6279\x04\x14\x07_PSW\x01\xa3\x10C\xbe\\/\x04_SB_PCI0LPC_EC__\x08BDEV
6280\xff\x08BSTS
6281\x00\x08BHKE
6282\x00\x08BXCN
6283\x00\x142_Q2C\x00\xa0+\x93BSTS
6284\x00pBGID
6285\x00BDEV\xa0\rBXCNNXREBDEV\xa1\tNBREBDEV\x14)_Q2D\x00pBGID
6286\x00BDEV\xa0\rBXCNNXRCBDEV\xa1\tNBINBDEV\x14D\x07_Q38\x00pBGID
6287\x00`\xa01\x93`
6288\x0fBDIS\xa0\x17BXCNpBDEV`p
6289\x0fBDEVNXEJ`\xa1\x0fNBEJBDEVp`BDEV\xa12\xa0\x16HPBU\xa0\x10BXCNp`BDEVNXIN`\xa1\x19p`BDEV\xa0
6290BXCNNXRC`\xa1\x06NBIN`\x14B\rNBRE\x01\xa0&\x93h
6291\r\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6292\x03\xa0F\x04\x95h
6293\x0c\xa0#\x93\\BIDE
6294\x03\x86\\/\x05_SB_PCI0SATASCNDMSTR
6295\x03\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR
6296\x03\xa0I\x04\x93h
6297\x10\xa0+\x91HPACHB0A\xa0 \\WNTF\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6298\x03\xa1\x16LED_
6299\x04
6300\xc0BEEP
6301\x0fp
6302\x02BSTS\xa0\x12\x93h
6303\x11\x86\\._SB_LCIO
6304\x03\x14K\x0eNBEJ\x01\xa0N\x0c\x93BSTS
6305\x00\xa0&\x93h
6306\r\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6307\x01\xa0F\x04\x95h
6308\x0c\xa0#\x93\\BIDE
6309\x03\x86\\/\x05_SB_PCI0SATASCNDMSTR
6310\x01\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR
6311\x01\xa0C\x04\x93h
6312\x10\xa0 \\WNTF\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6313\x01\xa1\x1b\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6314\x81\xa0\x12\x93h
6315\x11\x86\\._SB_LCIO
6316\x01LED_
6317\x04
6318\x00BEEP
6319\x00p
6320\x00BSTS\x14B\x15NBIN\x01\xa08\x93h
6321\r\xa02\\LFDCBEN_
6322\x00BSFDLED_
6323\x04
6324\x80\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6325\x01\xa0B\x06\x95h
6326\x0c\xa0\x0b\x93h
6327\x06BEN_
6328\x02\xa1\x07BEN_
6329\x01LED_
6330\x04
6331\x80\xa0#\x93\\BIDE
6332\x03\x86\\/\x05_SB_PCI0SATASCNDMSTR
6333\x01\xa1\x1b\x86\\/\x05_SB_PCI0IDE0PRIMMSTR
6334\x01\xa0I\x06\x93h
6335\x10LED_
6336\x04
6337\x80\xa0>\\WNTFp
6338\x01\\/\x06_SB_PCI0LPC_EC__BAT1XB1S\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6339\x01\xa1\x1b\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6340\x81\xa07\x93h
6341\x11\xa01\x92\\/\x04_SB_PCI0LPC_CSONLED_
6342\x04
6343\x80\xa0\x13\\WNTF\x86\\._SB_LCIO
6344\x01BEEP
6345\x00p
6346\x00BSTS\x14J\x07BEJ0\x01\xa0A\x06hBDISLED_
6347\x04
6348\x00\\BHDP
6349\x01
6350\x00p
6351\x01BSTS\xa0*BHKEp
6352\x00BHKE\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x030\xa0\x16\x93BDEV
6353\x11p
6354\x0fBDEVp
6355\x00BSTS\xa1\x10LED_
6356\x04
6357\x80p
6358\x00BSTS\x14\x1dBEJ3\x01\xa0\rhBDISp
6359\x01BSTS\xa1\x08p
6360\x00BSTS\x14I\x07BPTS\x01p
6361\x01HDBM\xa0\x17\x92\x93BSTS
6362\x00p
6363\x0fBDEVp
6364\x00BSTSp
6365\x00BHKEp
6366\x01`\xa0\x1d\x92\x93BDEV
6367\x0f\xa0\x13\x90\x92\\LFDC\x93BDEV
6368\rp
6369\x00`\xa1\x05p
6370\x00`\xa0
6371\x92\x95h
6372\x04p
6373\x00`\xa0\x08`BUWK
6374\x01\xa1\x0fLED_
6375\x04
6376\x00BUWK
6377\x00\x14D\x14BWAK\x01BUWK
6378\x00pBGID
6379\x00`\xa0\x10\x90\x92\\LFDC\x93`
6380\rBDIS\\/\x05_SB_PCI0LPC_FDC__INI\xa0K\x05\\LFDC\xa0C\x05\x92\x93`
6381\r\xa0K\x04\x93\\/\x05_SB_PCI0LPC_FDC_FD0S\\/\x05_SB_PCI0LPC_EC__HPNF\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6382\x01\xa0J
6383\x93BSTS
6384\x00\xa0.\x92\x93`BDEV\xa0\x10BXCNp`BDEVNXRC`\xa1\x14NBEJBDEVp`BDEVNBIN`\xa1A\x07\xa0N\x06\x91\\LFDC\x92\x93BDEV
6385\r\xa0M\x05\x92\x93`
6386\x0fLED_
6387\x04
6388\x80\xa0M\x04HPBU}yh
6389\x08\x00\x0b\x05 BHKE\\/\x06_SB_PCI0LPC_EC__HKEYMHKQBHKE\xa0\x06\x92\x94h
6390\x02\xa1\x13\xa0
6391BXCNNXRE`\xa1\x06NBRE`\x14N\x0fBDIS\x00\xa0F\x0f\x92\\/\x04_SB_PCI0LPC_CSON\xa0F\x06\x93\\BIDE
6392\x03p
6393\x00\\/\x04_SB_PCI0SATASIE0p
6394\x00\\/\x04_SB_PCI0SATASTI0p
6395\x00\\/\x04_SB_PCI0LPC_URST[!
6396\x0fp
6397\x01\\/\x04_SB_PCI0SATASSIG\xa1N\x05p
6398\x00\\/\x04_SB_PCI0IDE0PIE0p
6399\x00\\/\x04_SB_PCI0IDE0PTI0p
6400\x00\\/\x04_SB_PCI0LPC_URST[!
6401\x0fp
6402\x01\\/\x04_SB_PCI0IDE0PSIGp
6403\x01\\/\x04_SB_PCI0LPC_CSONBSFD\x14A\x0eBEN_\x01\xa0I\r\\/\x04_SB_PCI0LPC_CSONp
6404\x00\\/\x04_SB_PCI0LPC_URSTp
6405\x00\\/\x04_SB_PCI0LPC_CSON["
6406\x0f\xa0C\th\xa05\x93\\BIDE
6407\x03p
6408\x00\\/\x04_SB_PCI0SATASSIGp
6409\x01\\/\x04_SB_PCI0SATASIDE\xa1-p
6410\x00\\/\x04_SB_PCI0IDE0PSIGp
6411\x01\\/\x04_SB_PCI0IDE0PIDE[!
6412-p
6413\x01\\/\x04_SB_PCI0LPC_URST\xa0
6414\x93h
6415\x02["\x0b\xd0\x07\xa1\x06["\x0b\x90\x01\x14N\x05BSTA\x01\xa0\x17\\/\x04_SB_PCI0LPC_CSON\xa4
6416\x00BINI\xa0\r\x93h
6417\x00\xa4\x93BDEV
6418\r\xa0\r\x93h
6419\x01\xa4\x95BDEV
6420\x0c\xa0\r\x93h
6421\x02\xa4\x93BDEV
6422\x0e\xa0\r\x93h
6423\x03\xa4\x93BDEV
6424\x11\xa4
6425\x00\x14D\x06BUWK\x01\xa0?\\H8DR\xa0\x1chp
6426\x01\\/\x05_SB_PCI0LPC_EC__HWBU\xa1\x1bp
6427\x00\\/\x05_SB_PCI0LPC_EC__HWBU\xa1\x1c\xa0\rh\\MBEC
64282
6429\xff
6430\x80\xa1\x0c\\MBEC
64312
6432\x7f
6433\x00\x14\x1aBINI\x00\xa0\x13\x93BDEV
6434\xffpBGID
6435\x00BDEV\x14F\x0bBGID\x01\xa0\x06hp
6436\xff`\xa1E
6437\xa0\x0c\\H8DRpHBID`\xa1\x10zRBEC
6438G
6439\x02`{`
6440\x0f`{`
6441\x03`\xa0\t\x93`
6442\x00p
6443\x03`\xa1\x11\xa0\t\x93`
6444\x02p
6445\x06`\xa1\x05p
6446\x0f`\xa0)\x93`
6447\x0f\xa0\x10\\H8DR\xa0\tHB1Ap
6448\x10`\xa1\x12\xa0\x10{\\RBEC
64499
6450\x80\x00p
6451\x10`\xa09\x93`
6452\x0f\xa03\x92\\/\x04_SB_PCI0LPC_CSON\xa0\x1d\x92{\\/\x04_SB_PCI0LPC_GL00
6453@\x00p
6454\x11`\xa4`\x14(BSFD\x00\xa0\x13BSTA
6455\x00\\MISA\x0b\xf3\x03
6456\xf3
6457\x00\xa1\r\\MISA\x0b\xf3\x03
6458\xf3
6459\x04\x14A\x0bNXRE\x01\xa0\x14\x93h
6460\x0fLED_
6461\x04
6462\x00p
6463\x00BSTS\xa0!\x93h
6464\r\xa0\x1b\\LFDCLED_
6465\x04
6466\xc0\x86\\._SB_SWAP
6467\x83\xa0\x1a\x95h
6468\x0cLED_
6469\x04
6470\xc0\x86\\._SB_SWAP
6471\x83\xa0\x1a\x93h
6472\x0eLED_
6473\x04
6474\xc0\x86\\._SB_SWAP
6475\x83\xa0<\x93h
6476\x10\xa0\x1f\x91HPACHB0ALED_
6477\x04
6478\xc0\x86\\._SB_SWAP
6479\x83\xa1\x16LED_
6480\x04
6481\xc0BEEP
6482\x0fp
6483\x02BSTS\x14E\x0cNXRC\x01\xa0+\x93h
6484\r\xa0%\\LFDCLED_
6485\x04
6486\x80BEN_
6487\x00BSFD\x86\\._SB_SWAP
6488\x80\xa0.\x95h
6489\x0cLED_
6490\x04
6491\x80\xa0\x0b\x93h
6492\x06BEN_
6493\x02\xa1\x07BEN_
6494\x01\x86\\._SB_SWAP
6495\x80\xa0 \x93h
6496\x0eLED_
6497\x04
6498\x80BEN_
6499\x00\x86\\._SB_SWAP
6500\x80\xa04\x93h
6501\x10\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6502\x81LED_
6503\x04
6504\x80\x86\\._SB_SWAP
6505\x80BEEP
6506\x00p
6507\x00BSTS\x14I\x04NXEJ\x01\xa0\x1f\x93h
6508\x10\x86\\/\x05_SB_PCI0LPC_EC__BAT1
6509\x81\x86\\._SB_SWAP
6510\x82LED_
6511\x04
6512\x00BEEP
6513\x00p
6514\x00BSTS\x14\x13NXIN\x01\x86\\._SB_SWAP
6515\x81\x10C\x10\\/\x04_SB_PCI0LPC_FDC_\x08XFDS
6516\x00\x08DCFD
6517\x00\x14C\x05_INI\x00p
6518\x00XFDS\xa07\\H8DR}\\/\x05_SB_PCI0LPC_EC__HAMA
6519\x0c\\/\x05_SB_PCI0LPC_EC__HAMA\xa1\x0c\\MBEC
6520\x1a
6521\xff
6522\x0c\x08FDEB\x11\x17
6523\x14\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x8cFDEB
6524\x00FD0S\x14C\x06_FDE\x00\xa0&\x91\\/\x05_SB_PCI0LPC_EC__BSTA
6525\x00DCFDp
6526\x01FD0S\xa1/\xa0$\x91\\/\x05_SB_PCI0LPC_EC__HPNFXFDSp
6527\x00FD0S\xa1\x08p
6528\x01FD0S\xa4FDEB\x10E\x06\\/\x05_SB_PCI0LPC_FDC_FDD0\x14K\x04_EJ0\x01\xa02\\/\x05_SB_PCI0LPC_EC__BSTA
6529\x00\\/\x05_SB_PCI0LPC_EC__BEJ0h\xa1\x10\xa0\x05DCFD\xa1\x08p
6530\x01XFDS\x10A\x12\\/\x04_SB_PCI0LPC_EC__\x14C\t_Q52\x00\xa02\\/\x05_SB_PCI0LPC_FDC_XFDSp
6531\x00\\/\x05_SB_PCI0LPC_FDC_XFDS\xa1H\x05\xa02\x91\\/\x05_SB_PCI0LPC_EC__BSTA
6532\x00\\/\x05_SB_PCI0LPC_FDC_DCFD\xa1"\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6533\x01\x14G\x07_Q53\x00p
6534\x00\\/\x05_SB_PCI0LPC_FDC_XFDS\xa02\x91\\/\x05_SB_PCI0LPC_EC__BSTA
6535\x00\\/\x05_SB_PCI0LPC_FDC_DCFD\xa1"\xa0 \\LFDC\x86\\/\x05_SB_PCI0LPC_FDC_FDD0
6536\x01\x10F\x04\\/\x05_SB_PCI0LPC_EC__BAT1\x14,_EJ0\x01p
6537\x00B1STp
6538\x00XB1S\\/\x05_SB_PCI0LPC_EC__BEJ0h\x10@3\\_SB_[\x82G2SWAP\x08_HID\x0c$M\x00i\x14\x15_STA\x00\xa0\t\\WMEF\xa4
6539\x0f\xa1\x04\xa4
6540\x00\x14"XCNN\x01ph\\/\x05_SB_PCI0LPC_EC__BXCN\xa4
6541\t\x14\tXSWP\x00\xa4
6542\x01\x14\x1eXEJ0\x01\\/\x05_SB_PCI0LPC_EC__BEJ0h\x14\x1eXEJ3\x01\\/\x05_SB_PCI0LPC_EC__BEJ3h\x14@\x1fXDID\x00\x08XPCK\x12\x17\x06
6543\x00
6544\x00\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff\x0c\xff\xff\xff\xff
6545\x00p\\/\x05_SB_PCI0LPC_EC__BDEV`p`\x88XPCK
6546\x00\x00\xa0D\r\x95`
6547\x0c\xa0J\x06\x93\\BIDE
6548\x03p\\/\x04_SB_PCI0SATA_ADR\x88XPCK
6549\x02\x00p\\/\x05_SB_PCI0SATASCND_ADR\x88XPCK
6550\x03\x00p\\/\x06_SB_PCI0SATASCNDMSTR_ADR\x88XPCK
6551\x04\x00\xa1B\x06p\\/\x04_SB_PCI0IDE0_ADR\x88XPCK
6552\x02\x00p\\/\x05_SB_PCI0IDE0PRIM_ADR\x88XPCK
6553\x03\x00p\\/\x06_SB_PCI0IDE0PRIMMSTR_ADR\x88XPCK
6554\x04\x00\xa0O\x05\x93`
6555\r\xa0K\x04\\LFDCp\\/\x05_SB_PCI0LPC_FDC__HID\x88XPCK
6556\x02\x00p\\/\x06_SB_PCI0LPC_FDC_FDD0_ADR\x88XPCK
6557\x04\x00\xa1\x0cp
6558\x0f\x88XPCK
6559\x00\x00\xa0N\x04\x93`
6560\x10p\\/\x06_SB_PCI0LPC_EC__BAT1_HID\x88XPCK
6561\x02\x00p\\/\x06_SB_PCI0LPC_EC__BAT1_UID\x88XPCK
6562\x04\x00p\x7f\\/\x04_SB_PCI0LPC_CSON
6563\x01\x00\x88XPCK
6564\x05\x00\xa4XPCK\x14H\x05XSTM\x01\x08XDMY\x11\x03
6565\x14\xa0\'\x93\\BIDE
6566\x03\\/\x05_SB_PCI0SATASCND_STMXDMYh
6567\x00\xa1\x1f\\/\x05_SB_PCI0IDE0PRIM_STMXDMYh
6568\x00\x14K\x04XGTF\x00\xa0%\x93\\BIDE
6569\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
6570\x00\x08WUCT
6571\x00\x08DHKE
6572\x00[\x02DEVT\x14?DSTA\x00UDCKUDKT\xa0\x1a\x91\x93GDID\x0c$M\x00L\x93GDID\x0c$M\x00Dp
6573\x0f`\xa1\x13\xa0\x0b\x92\\W98Fp
6574\x00`\xa1\x05p
6575\x0c`\xa4`\x14G\x07DPTS\x01\xa0O\x06\x90\x92\x95h
6576\x01\x92\x94h
6577\x04p
6578\x00DHKE\xa0\x18DFLG
6579\x02
6580\x02p
6581\x00DOIDDFLG
6582\x01
6583\x02\xa0/\x91\x93GDID\x0c$M\x00L\x93GDID\x0c$M\x00D\\/\x05_SB_PCI0LPC_EC__DDWK
6584\x01pGDIDDIDBDFLG
6585\x00\x0b\x00\x01\x08DDTM
6586\x00\x14J\x18DWAK\x01p\x0c\xff\xff\xff\xffDOID\xa0H\x17\x90\x92\x95h
6587\x01\x92\x94h
6588\x04p
6589\x00DDTM\xa0\x1d\x91\x93DIDB\x0c$M\x00L\x93DIDB\x0c$M\x00Dp
6590\x01DDTM\xa0B\rDDTMp
6591\x00DDTM\xa0\x12\x93GDID\x0c$M\x00Lp
6592\x01DDTM\xa0\x12\x93GDID\x0c$M\x00Dp
6593\x01DDTM\xa0;DDTM\xa0"\x93h
6594\x04\xa0\x1c{\\/\x04_SB_PCI0LPC_WAKR
6595\x08\x00DGPEyh
6596\x08DHKE\xa0
6597\x92DFLG
6598\x02
6599\x08\xa1B\x06p
6600\x01\\/\x04_SB_PCI0LPC_BUSD\\/\x05_SB_PCI0LPC_EC__DATT
6601\x00
6602\x01\\/\x05_SB_PCI0LPC_EC__DATT
6603\x01
6604\x00\x86\\._SB_GDCK
6605\x00\\DHDP
6606\x00\xa1;p
6607\x00DDTM\xa0\x12\x93GDID\x0c$M\x00Lp
6608\x01DDTM\xa0\x12\x93GDID\x0c$M\x00Dp
6609\x01DDTM\xa0\tDDTMWDCK\xa1\x02\xa3DFLG
6610\x01\x0b\x00\x01DFLG
6611\x01
6612\x02DFLG
6613\x01
6614\x10DFLG
6615\x01
6616 p
6617\x01\\/\x04_SB_PCI0LPC_DSCI\x14\x0eDGPE\x00DFLG
6618\x00
6619\x08\x14N\x12DDCK\x01\xa0J\x08h\\/\x05_SB_PCI0LPC_EC__LED_
6620\x08
6621\x00\\/\x05_SB_PCI0LPC_EC__LED_
6622\t
6623\x80\\/\x04_SB_PCI0LPC_LCON
6624\x01BCON
6625\x01\\/\x05_SB_PCI0LPC_EC__DATT
6626\x00
6627\x00\\/\x05_SB_PCI0LPC_EC__DATT
6628\x01
6629\x01\xa1H\t\\/\x05_SB_PCI0LPC_EC__LED_
6630\x08
6631\x80\\/\x05_SB_PCI0LPC_EC__LED_
6632\t
6633\xc0DFLG
6634\x00
6635\x02\\DHDP
6636\x00BCON
6637\x00\\/\x04_SB_PCI0LPC_LCON
6638\x00\\/\x05_SB_PCI0LPC_EC__DATT
6639\x00
6640\x01\\/\x05_SB_PCI0LPC_EC__DATT
6641\x01
6642\x00\xa4
6643\x01\x14C\x05DEJ0\x01\xa0\rhp
6644\x00DOIDUDKIDFLG
6645\x01
6646\x02\\/\x05_SB_PCI0LPC_EC__LED_
6647\x08
6648\x00\\/\x05_SB_PCI0LPC_EC__LED_
6649\t
6650\x00\x14\x1fDEJ3\x01\xa0\x18hDFLG
6651\x00
6652\x10\xa0\r\x93\\SPS_
6653\x03PDE3\x14\x11DEJ4\x01\xa0
6654hDFLG
6655\x00
6656 \x14\x07PDE3\x00\xa3\x08HIDE
6657\x00\x14@\x08WDCK\x00\xa0/\x91DFLG
6658\x02
6659\x10DFLG
6660\x02
6661 DDCK
6662\x01\xa0\x16\\W98FDFLG
6663\x00\x0b\x00\x02p
6664\x05HIDE\xa1H\x04\xa06\x93\\/\x05_SB_PCI0LPC_EC__BGID
6665\x00
6666\x11\\/\x05_SB_PCI0LPC_EC__NBRE
6667\x11\xa1\x0e\x86\\._SB_GDCK
6668\x00\x14O\x07UDCK\x00\xa0G\x07DFLG
6669\x02
6670\x08\xa0L\x06\x92DFLG
6671\x02\x0b\x00\x01}DHKE\x0b\x04 DHKE\xa0(\x93\\UOPT
6672\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQDHKE\xa0\x13\\W98F\x86\\._SB_GDCK
6673\x01\xa1\x0e\x86\\._SB_GDCK
6674\x03DFLG
6675\x01
6676\x08\x14\x1dUDKI\x00\xa0\r\\WNTFp
6677\x01WUCT\xa1\x08p
6678\x05WUCT\x14C\x05UDKT\x00\xa0K\x04{DHKE\x0b\x04 \x00\xa0?\x93GDID
6679\x00\xa06\x92vWUCTp
6680\x00DHKE\xa0\'\x93\\UOPT
6681\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
6682\x00`\xa0A\t\\/\x04_SB_PCI0LPC_EPWG\xa0@\x06\x93\\/\x03_SB_GDCKGGID
6683\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
6684\x01p\x0c$M\x00D`\xa4`\x14G\x08RDSR\x00p
6685\x00`\xa0I\x07\x92\x93GDID
6686\x00\xa0F\x05\x93\\/\x03_SB_GDCKGGID
6687\x00\xa08\\H8DR\xa01\\/\x05_SB_PCI0LPC_EC__EEPRp\\/\x05_SB_PCI0LPC_EC__HDEN`\xa1\x08p\\DCKS`\xa0\x17\x93\\/\x03_SB_GDCKGGID
6688\x01p
6689\x00`\xa4`\x14E\x17BCON\x01p\\/\x05_SB_PCI0LPC_EC__DATT
6690\x00
6691\x02`\\/\x05_SB_PCI0LPC_EC__DATT
6692\x00
6693\x01}\\/\x04_SB_PCI0LPC_SERQ
6694@\\/\x04_SB_PCI0LPC_SERQ{\\/\x04_SB_PCI0LPC_SERQ
6695\x7f\\/\x04_SB_PCI0LPC_SERQp\\/\x04_SB_PCI0LPC_CLKRa\xa0.hp
6696\x00\\/\x04_SB_PCI0LPC_CLKRp
6697\x01\\/\x04_SB_PCI0LPC_BUSC\xa1\x17p
6698\x01\\/\x04_SB_PCI0LPC_BUSDpa\\/\x04_SB_PCI0LPC_CLKR}\\/\x04_SB_PCI0LPC_SERQ
6699\xc0\\/\x04_SB_PCI0LPC_SERQ{\\/\x04_SB_PCI0LPC_SERQ
6700\xbf\\/\x04_SB_PCI0LPC_SERQ\xa0 \x93`
6701\x00\\/\x05_SB_PCI0LPC_EC__DATT
6702\x00
6703\x00\x149DFLG\x02\xa0\x0f\x93h
6704\x00}FLAGiFLAG\xa0\x11\x93h
6705\x01{FLAG\x80i\x00FLAG\xa0\x0b{FLAGi\x00\xa4
6706\x01\xa1\x04\xa4
6707\x00\x10L\x1b\\/\x04_SB_PCI0LPC_EC__\x14A\x11_Q37\x00\xa0I\x10\\/\x04_SB_PCI0LPC_EPWGp\x0b\xd0\x07`["
6708dp\x0c\xff\xff\xff\xff\\/\x03_SB_GDCKG_ID\xa20\x90\x93\\/\x03_SB_GDCKGGID
6709\x07`["
6710\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
6711\x00
6712\x11\\/\x05_SB_PCI0LPC_EC__NBRE
6713\x11\xa1*\xa0(HPACp
6714\x00\\/\x04_SB_PCI0LPC_DRST\x86\\._SB_GDCK
6715\x00\x14D\tEEPR\x00p
6716\x00`\xa0F\x08\\H8DRp
6717\x00HDEOp
6718
6719HDEC\xa2\x0e\x92{HDEC
6720\xc0\x00["
6721\x01\xa0A\x06\x92{HDEC
6722@\x00p
6723\x00apHDENbp
6724\x04c\xa2\x11cra{b
6725\xff\x00azb
6726\x08bvcpHDEPbp
6727\x04c\xa2\x11cra{b
6728\xff\x00azb
6729\x08bvcraHDEMaraHDESa\xa0\x0b\x92{a
6730\xff\x00p
6731\x01`\xa4`\x14D\x04_STA\x00pGGID`\xa0\x0b\x92\\W98Fp
6732\x00a\xa1\x05p
6733\x0ca\xa0\x1b\x91\x93`
6734\x00\x93`
6735\x01p\\/\x03_SB_GDCKDSTAa\xa0\x06\x93`
6736\x02\xa3\xa4a\x14H\x0c_INI\x00\\/\x05_SB_PCI0LPC_EC__DATT
6737\x02
6738\x01\xa0>\x93GGID
6739\x07\\/\x05_SB_PCI0LPC_EC__DATT
6740\x01
6741\x00\\/\x05_SB_PCI0LPC_EC__DATT
6742\x00
6743\x01\xa17\\/\x05_SB_PCI0LPC_EC__DATT
6744\x01
6745\x01\\/\x05_SB_PCI0LPC_EC__DATT
6746\x00
6747\x00\\/\x05_SB_PCI0LPC_EC__DDWK
6748\x00p
6749\x01\\/\x04_SB_PCI0LPC_DSCI\x14K\x04_DCK\x01p
6750\x00`\xa0"\x91\x93GGID
6751\x00\x93GGID
6752\x01p\\/\x03_SB_GDCKDDCKh`\xa0\x1a\\VIGD\\/\x04_SB_PCI0VID_VDSWh\xa4`\x08UDOP
6753\x00\x148_EJ0\x01\xa0\x18\x93GGID
6754\x00\\/\x03_SB_GDCKDEJ0h\xa0\x18\x93GGID
6755\x01\\/\x03_SB_GDCKDEJ0h\x148XEJ3\x01\xa0\x18\x93GGID
6756\x00\\/\x03_SB_GDCKDEJ3h\xa0\x18\x93GGID
6757\x01\\/\x03_SB_GDCKDEJ3h\x148_EJ4\x01\xa0\x18\x93GGID
6758\x00\\/\x03_SB_GDCKDEJ4h\xa0\x18\x93GGID
6759\x01\\/\x03_SB_GDCKDEJ4h\x146PEJ3\x00\xa0\x17\x93GGID
6760\x00\\/\x03_SB_GDCKPDE3\xa0\x17\x93GGID
6761\x01\\/\x03_SB_GDCKPDE3\x14A\x04_BDN\x00p
6762\x00`\xa0\x19\x93GGID
6763\x00p\\/\x03_SB_GDCKRDID`\xa0\x19\x93GGID
6764\x01p\\/\x03_SB_GDCKRDID`\xa4`\x14A\x04_UID\x00p
6765\x00`\xa0\x19\x93GGID
6766\x00p\\/\x03_SB_GDCKRDSR`\xa0\x19\x93GGID
6767\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
6768\x00\x146GGPE\x00\xa0\x17\x93GGID
6769\x00\\/\x03_SB_GDCKDGPE\xa0\x17\x93GGID
6770\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
6771\x01\x00`}`yb
6772\x02\x00`p`G_ID\xa4`\x10F*\\/\x04_SB_PCI0LPC_EC__\x14M\x07_Q50\x00p\\/\x03_SB_GDCKGGID`\xa0D\x06\x91\x93`
6773\x00\x93`
6774\x01\\/\x05_SB_PCI0LPC_EC__LED_
6775\x08
6776\x80\\/\x05_SB_PCI0LPC_EC__LED_
6777\t
6778\xc0\xa0\x13\\W98F\x86\\._SB_GDCK
6779\x01\xa1\x0e\x86\\._SB_GDCK
6780\x03\x14F\x19DATT\x02p
6781\x00`\xa0B\x08\x93h
6782\x00\xa0(\x93i
6783\x01\xa0\x11\\H8DR}HAM6
6784\x80HAM6\xa1\x0c\\MBEC
6785\x16
6786\xff
6787\x80p
6788\x01`\xa0$\x93i
6789\x00\xa0\x11\\H8DR{HAM6
6790\x7fHAM6\xa1\x0c\\MBEC
6791\x16
6792\x7f
6793\x00\xa0-\x93i
6794\x02\xa0\x14\\H8DR\xa0\r{HAM6
6795\x80\x00p
6796\x01`\xa1\x12\xa0\x10{\\RBEC
6797\x16
6798\x80\x00p
6799\x01`\xa0B\x08\x93h
6800\x01\xa0(\x93i
6801\x01\xa0\x11\\H8DR}HAMA
6802\x01HAMA\xa1\x0c\\MBEC
6803\x1a
6804\xff
6805\x01p
6806\x01`\xa0$\x93i
6807\x00\xa0\x11\\H8DR{HAMA
6808\xfeHAMA\xa1\x0c\\MBEC
6809\x1a
6810\xfe
6811\x00\xa0-\x93i
6812\x02\xa0\x14\\H8DR\xa0\r{HAMA
6813\x01\x00p
6814\x01`\xa1\x12\xa0\x10{\\RBEC
6815\x1a
6816\x01\x00p
6817\x01`\xa0B\x08\x93h
6818\x02\xa0(\x93i
6819\x01\xa0\x11\\H8DR}HAMB
6820\x01HAMB\xa1\x0c\\MBEC
6821\x1b
6822\xff
6823\x01p
6824\x01`\xa0$\x93i
6825\x00\xa0\x11\\H8DR{HAMB
6826\xfeHAMB\xa1\x0c\\MBEC
6827\x1a
6828\xfe
6829\x00\xa0-\x93i
6830\x02\xa0\x14\\H8DR\xa0\r{HAMB
6831\x01\x00p
6832\x01`\xa1\x12\xa0\x10{\\RBEC
6833\x1b
6834\x01\x00p
6835\x01`\xa4`\x14K\x07DDWK\x01p
6836\x00`\xa0#\x93h
6837\x01\xa0\x0c\\H8DRp\x01HWDK\xa1\x0c\\MBEC
68382
6839\xff
6840\x08p
6841\x01`\xa0\x1f\x93h
6842\x00\xa0\x0c\\H8DRp\x00HWDK\xa1\x0c\\MBEC
68432
6844\xf7
6845\x00\xa0)\x93h
6846\x02\xa0\x10\\H8DR\xa0\tHWDKp
6847\x01`\xa1\x12\xa0\x10{\\RBEC
68482
6849\x08\x00p
6850\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
6851\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
6852\x01\x14N\x04_Q1E\x00\xa0?\\/\x06_SB_PCI0LPC_EC__HKEYMHKK\x0c\x00\x00@\x00\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b\x17\x10\\UCMS
6853\x02\x10L\x13\\/\x04_SB_PCI0LPC_EC__\x08BRTF
6854\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
6855\x86\xa1\x1b\x86\\/\x05_SB_PCI0AGP_VID_LCD0
6856\x86\xa1\x08\\UCMS
6857\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
6858\x87\xa1\x1b\x86\\/\x05_SB_PCI0AGP_VID_LCD0
6859\x87\xa1\x08\\UCMS
6860\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
6861\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
6862\x0b\x10C\t\\/\x04_SB_PCI0LPC_EC__\x14
6863_Q70\x00FNST\x14
6864_Q72\x00FNST\x14
6865_Q73\x00FNST\x14L\x05FNST\x00\xa0\x12\\H8DRpHFNS`pHFNEa\xa1\x17{\\RBEC
6866\x0e
6867\x03`{\\RBEC
6868\x00
6869\x08a\xa0)a\xa0\x0c\x93`
6870\x00\\UCMS
6871\x11\xa0\x0c\x93`
6872\x01\\UCMS
6873\x0f\xa0\x0c\x93`
6874\x02\\UCMS
6875\x10\x10I<\\/\x05_SB_PCI0LPC_EC__HKEY\x08WGFL
6876\x00\x14\x1eWLSW\x00\xa4\\/\x05_SB_PCI0LPC_EC__GSTS\x14B\x04GWAN\x00p
6877\x00`\xa0\x0e{WGFL
6878\x01\x00}`
6879\x01`\xa0\x0b{WGFL
6880\x08\x00\xa4`\xa0
6881WPWS}`
6882\x02`\xa0\x0e{WGFL
6883\x04\x00}`
6884\x04`\xa4`\x14K\x04SWAN\x01\xa0\x0c{h
6885\x02\x00WPWC
6886\x01\xa1\x07WPWC
6887\x00\xa0\x18{h
6888\x04\x00}WGFL
6889\x04WGFL\\WGSV
6890\x02\xa1\x15{WGFL\x80
6891\x04\x00WGFL\\WGSV
6892\x03\x14B\x04GBDC\x00p
6893\x00`\xa0\x0e{WGFL
6894\x10\x00}`
6895\x01`\xa0\x0b{WGFL
6896\x80\x00\xa4`\xa0
6897BPWS}`
6898\x02`\xa0\x0e{WGFL
6899@\x00}`
6900\x04`\xa4`\x14K\x04SBDC\x01\xa0\x0c{h
6901\x02\x00BPWC
6902\x01\xa1\x07BPWC
6903\x00\xa0\x18{h
6904\x04\x00}WGFL
6905@WGFL\\BLTH
6906\x02\xa1\x15{WGFL\x80
6907@\x00WGFL\\BLTH
6908\x03\x14;WPWS\x00\xa0\x1f\\H8DRp\\/\x05_SB_PCI0LPC_EC__DCWW`\xa1\x12pz{\\RBEC
6909:
6910@\x00
6911\x06\x00`\xa4`\x14\x19WTGL\x00\xa0\x12{WGFL
6912\x01\x00WPWC\x92WPWS\x14B\tWPWC\x01\xa0N\x04\x90h\x90{WGFL
6913\x01\x00\x92{WGFL
6914\x08\x00\xa0\x1f\\H8DRp\x01\\/\x05_SB_PCI0LPC_EC__DCWW\xa1\x0c\\MBEC
6915:
6916\xff
6917@}WGFL
6918\x02WGFL\xa1;\xa0\x1f\\H8DRp\x00\\/\x05_SB_PCI0LPC_EC__DCWW\xa1\x0c\\MBEC
6919:
6920\xbf
6921\x00{WGFL\x80
6922\x02\x00WGFL\x14;BPWS\x00\xa0\x1f\\H8DRp\\/\x05_SB_PCI0LPC_EC__DCBD`\xa1\x12pz{\\RBEC
6923:
6924\x10\x00
6925\x04\x00`\xa4`\x14\x19BTGL\x00\xa0\x12{WGFL
6926\x10\x00BPWC\x92BPWS\x14B\tBPWC\x01\xa0N\x04\x90h\x90{WGFL
6927\x10\x00\x92{WGFL
6928\x80\x00\xa0\x1f\\H8DRp\x01\\/\x05_SB_PCI0LPC_EC__DCBD\xa1\x0c\\MBEC
6929:
6930\xff
6931\x10}WGFL
6932 WGFL\xa1;\xa0\x1f\\H8DRp\x00\\/\x05_SB_PCI0LPC_EC__DCBD\xa1\x0c\\MBEC
6933:
6934\xef
6935\x00{WGFL\x80
6936 \x00WGFL\x14;WGIN\x00p
6937\x00WGFLp\\WGSV
6938\x01WGFL\xa0\x10WPWS}WGFL
6939\x02WGFL\xa0\x10BPWS}WGFL
6940 WGFL\x146WGPS\x01\xa0\r\x92\x95h
6941\x04\\BLTH
6942\x05\xa0\x10\x92{WGFL
6943\x04\x00WPWC
6944\x00\xa0\x10\x92{WGFL
6945@\x00BPWC
6946\x00\x14&WGWK\x01\xa0\x0f{WGFL
6947 \x00BPWC
6948\x01\xa0\x0f{WGFL
6949\x02\x00WPWC
6950\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
6951\x06\x14)_STA\x00\xa0\x1d\\/\x05_SB_PCI0LPC_EC__BSTA
6952\x03\xa4
6953\x0f\xa1\x04\xa4
6954\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
6955\x00\\/\x04_SB_PCI0LPC_DRST\x86\\._SB_GDCK
6956\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
6957\x04
6958\x00
6959\x00
6960\x00
6961\x00\x08\\_S3_\x12
6962\x04
6963\x05
6964\x05
6965\x00
6966\x00\x08\\_S4_\x12
6967\x04
6968\x06
6969\x06
6970\x00
6971\x00\x08\\_S5_\x12
6972\x04
6973\x07
6974\x07
6975\x00
6976\x00\x14O\x1d\\_PTS\x01p
6977\x01`\xa0\x0c\x93h\\SPS_p
6978\x00`\xa0\x0f\x91\x93h
6979\x00\x92\x95h
6980\x06p
6981\x00`\xa0E\x1b`ph\\SPS_\\/\x06_SB_PCI0LPC_EC__HKEYMHKE
6982\x00\xa0\x1f\\/\x05_SB_PCI0LPC_EC__KBLT\\UCMS
6983\r\xa0G\x05\x93h
6984\x01p\\/\x05_SB_PCI0LPC_EC__HFNI\\FNIDp
6985\x00\\/\x05_SB_PCI0LPC_EC__HFNIp
6986\x00\\/\x05_SB_PCI0LPC_EC__HFSP\xa02\x93h
6987\x03\\VVPD
6988\x03\\TRAPp\\/\x06_SB_PCI0LPC_EC__AC___PSR\\ACST\xa0)\x93h
6989\x04\\/\x03_SB_SLPB_PSW
6990\x00\xa0\r\\SPEN\\STEP
6991\x07\\TRAP\xa0
6992\x93h
6993\x05\\TRAP\\/\x05_SB_PCI0LPC_EC__BPTSh\xa0 \x92\x95h
6994\x04p
6995\x00\\/\x05_SB_PCI0LPC_EC__HWLB\xa1\x1bp
6996\x01\\/\x05_SB_PCI0LPC_EC__HWLB\xa0<\x92\x93h
6997\x05p
6998\x01\\/\x05_SB_PCI0LPC_EC__HCMU\\/\x03_SB_GDCKGPTSh\xa0\x0b\\W98F\\CBRI\\/\x06_SB_PCI0LPC_EC__HKEYWGPSh\x08WAKI\x12\x06\x02
6999\x00
7000\x00\x14AJ\\_WAK\x01\xa0\x10\x91\x93h
7001\x00\x92\x95h
7002\x05\xa4WAKIp
7003\x00\\SPS_p
7004\x00\\/\x05_SB_PCI0LPC_EC__HCMUp
7005\x80\\/\x05_SB_PCI0LPC_EC__HFSP\\/\x05_SB_PCI0LPC_EC__EVNT
7006\x01\\/\x06_SB_PCI0LPC_EC__HKEYMHKE
7007\x01\\/\x05_SB_PCI0LPC_EC__FNST\\UCMS
7008\rp
7009\x00\\LIDB\xa0"\x93h
7010\x01p\\/\x05_SB_PCI0LPC_EC__HFNI\\FNID\xa0A\x13\x93h
7011\x03THRM
7012\x00\xa0E\x04\\WXPFp
7013\x00\\/\x04_SB_PCI0LPC_C4C3\xa0\'\\OSC4\x86\\._PR_CPU0
7014\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
7015\x81\xa1D\x07\xa0A\x07\\WNTF\xa02\\/\x06_SB_PCI0LPC_EC__AC___PSRp
7016\x00\\/\x04_SB_PCI0LPC_C4C3\xa16\xa0\x1c\\CWASp
7017\x00\\/\x04_SB_PCI0LPC_C4C3\xa1\x17p
7018\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
7019\x01\xa0\x10{\\CFGD
7020\xf0\x00PPMS
7021\x00\xa0@\x13\x93h
7022\x04\xa0\x0bDTSETHRM
7023\x02\xa0\x13\\W98F\x86\\._SB_SLPB
7024\x02\xa0\x1f\\WMEF\\/\x05_SB_PCI0LPC_EC__BEEP
7025\x05\xa0!\x92\\W98Fp
7026\x00\\/\x05_SB_PCI0LPC_EC__HSPA\xa0.\\WXPF\xa0\'\\OSC4\x86\\._PR_CPU0
7027\x81\xa0\x13\\MPEN\x86\\._PR_CPU1
7028\x81\xa1D\x04\xa0A\x04\\WNTF\xa09\x91\x92\\/\x06_SB_PCI0LPC_EC__AC___PSR\\CWASp
7029\x00\\/\x04_SB_PCI0LPC_C4C3\xa0\r\\SPEN\\STEP
7030\x08\\/\x05_SB_PCI0LPC_EC__ATMC\xa0.\x90{\\CFGD\x0c\x00\x00\x00\x01\x00\x90\\WXPF\x92\x94\\WSPV
7031\x01\xa0\x10{\\CFGD
7032\xf0\x00PPMS
7033\x00\xa0O\x07\x7f\\/\x04_SB_PCI0EXP2PDS_\\/\x04_SB_PCI0EXP2XCPF\x00\xa0*\\/\x04_SB_PCI0EXP2PDS_p
7034\x01\\/\x04_SB_PCI0EXP2XCPF\xa1\x17p
7035\x00\\/\x04_SB_PCI0EXP2XCPF\x86\\/\x03_SB_PCI0EXP2
7036\x00\\/\x03_SB_GDCKGWAKh\\/\x05_SB_PCI0LPC_EC__BWAKh\\/\x06_SB_PCI0LPC_EC__HKEYWGWKh\x86\\._TZ_THM0
7037\x80\x86\\._TZ_THM1
7038\x80\\VSLD\\/\x03_SB_LID__LID\xa01\x90\\W98F\x92\\WMEF\x86\\/\x03_SB_PCI0USB0
7039\x00\x86\\/\x03_SB_PCI0USB1
7040\x00\xa09\x95h
7041\x04\xa03{\\RRBF
7042\x02\x00yh
7043\x08`p}\x0b\x13 `\x00`\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ`p\x00\\RRBF\xa4WAKI\x10@\x1e\\_SI_\x14H\x1d_SST\x01\xa0;\x93h
7044\x00\\/\x05_SB_PCI0LPC_EC__LED_
7045\x00
7046\x00\\/\x05_SB_PCI0LPC_EC__LED_
7047\x07
7048\x00\xa0B\x06\x93h
7049\x01\xa0%\x91\\SPS_\\WNTF\\/\x05_SB_PCI0LPC_EC__BEEP
7050\x05\\/\x05_SB_PCI0LPC_EC__LED_
7051\x00
7052\x80\\/\x05_SB_PCI0LPC_EC__LED_
7053\x07
7054\x00\xa0;\x93h
7055\x02\\/\x05_SB_PCI0LPC_EC__LED_
7056\x00
7057\x80\\/\x05_SB_PCI0LPC_EC__LED_
7058\x07
7059\xc0\xa0K\x0b\x93h
7060\x03\xa0"\x94\\SPS_
7061\x03\\/\x05_SB_PCI0LPC_EC__BEEP
7062\x07\xa1O\x04\xa01\x93\\SPS_
7063\x03\\/\x05_SB_PCI0LPC_EC__BEEP
7064\x03\\/\x03_SB_GDCKPEJ3\xa1\x1a\\/\x05_SB_PCI0LPC_EC__BEEP
7065\x04\xa0\t\x93\\SPS_
7066\x03\xa1\x1c\\/\x05_SB_PCI0LPC_EC__LED_
7067\x00
7068\x80\\/\x05_SB_PCI0LPC_EC__LED_
7069\x07
7070\xc0\xa09\x93h
7071\x04\\/\x05_SB_PCI0LPC_EC__BEEP
7072\x03\\/\x05_SB_PCI0LPC_EC__LED_
7073\x07
7074\xc0\x10C<\\_GPE[\x01MGPE\x07\x14N
7075_L18\x00p\\/\x05_SB_PCI0LPC_EC__HWAK`p`\\RRBF["
7076
7077\xa0\x06{`
7078\x02\x00\xa0){`
7079\x04\x00\xa0\x13\\W98F\x86\\._SB_SLPB
7080\x02\xa1\x0e\x86\\._SB_LID_
7081\x02\xa0"{`
7082\x08\x00\\/\x03_SB_GDCKGGPE\x86\\._SB_SLPB
7083\x02\xa0\x13{`
7084\x10\x00\x86\\._SB_SLPB
7085\x02\xa0\x06{`
7086@\x00\xa0\x13{`
7087\x80\x00\x86\\._SB_SLPB
7088\x02\x14K\x0f_L09\x00\xa0<\\/\x04_SB_PCI0EXP0PSP0p
7089\x01\\/\x04_SB_PCI0EXP0PSP0\x86\\/\x03_SB_PCI0EXP0
7090\x02\xa0<\\/\x04_SB_PCI0EXP1PSP1p
7091\x01\\/\x04_SB_PCI0EXP1PSP1\x86\\/\x03_SB_PCI0EXP1
7092\x02\xa0<\\/\x04_SB_PCI0EXP2PSP2p
7093\x01\\/\x04_SB_PCI0EXP2PSP2\x86\\/\x03_SB_PCI0EXP2
7094\x02\xa0<\\/\x04_SB_PCI0EXP3PSP3p
7095\x01\\/\x04_SB_PCI0EXP3PSP3\x86\\/\x03_SB_PCI0EXP3
7096\x02\x14D\x17_L01\x00\xa0@\x0f\\/\x04_SB_PCI0EXP2HPCSp
7097\x01\\/\x04_SB_PCI0EXP2HPCS\xa0*\\/\x04_SB_PCI0EXP2ABP_p
7098\x01\\/\x04_SB_PCI0EXP2ABP_\xa0I\t\\/\x04_SB_PCI0EXP2PDC_p
7099\x01\\/\x04_SB_PCI0EXP2PDC_p
7100\x00\\/\x04_SB_PCI0EXP2XCPF\x86\\/\x03_SB_PCI0EXP2
7101\x00\xa0E\x04\\/\x04_SB_PCI0EXP2PDS_p
7102\x01\\/\x04_SB_PCI0EXP2XCPF["
7103d\x86\\/\x04_SB_PCI0EXP2EXUP
7104\x01[#MGPE\xff\xff\xa0M\x06\\/\x04_SB_PCI0EXP0HPCSp
7105\x01\\/\x04_SB_PCI0EXP0HPCS\xa0A\x04\\/\x04_SB_PCI0EXP0PDC_["
7106\xc8p
7107\x01\\/\x04_SB_PCI0EXP0PDC_\x86\\/\x03_SB_PCI0EXP0
7108\x00[\'MGPE\x14D\t_L02\x00p
7109\x00\\/\x04_SB_PCI0LPC_SWGE\xa0A\x04\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0#DT02\\/\x06_SB_PCI0LPC_EC__HKEYMHKQ\x0b"`\x86\\._TZ_THM1
7110\x80\xa0\'\\OSPX\x86\\._PR_CPU0
7111\x80\xa0\x13\\MPEN\x86\\._PR_CPU1
7112\x80\x10@(\\/\x05_SB_PCI0LPC_EC__HKEY\x14H\x0cMHQT\x01\xa0M\x0b\x90\\WNTF\\TATC\xa0\x0e\x93h
7113\x00p\\TATC`\xa4`\xa1@
7114\xa0K\x04\x93h
7115\x01p\\TDFA`r`y\\TDTA
7116\x04\x00`r`y\\TDFD
7117\x08\x00`r`y\\TDTD
7118\x0c\x00`r`y\\TNFT
7119\x10\x00`r`y\\TNTT
7120\x14\x00`\xa4`\xa1A\x05\xa02\x93h
7121\x02p\\TCFA`r`y\\TCTA
7122\x04\x00`r`y\\TCFD
7123\x08\x00`r`y\\TCTD
7124\x0c\x00`\xa4`\xa1\x1b\xa0\x05\x93h
7125\x03\xa1\x13\xa0\x0e\x93h
7126\x04p\\TATW`\xa4`\xa1\x02\xa3\xa4
7127\x00\x14O\x07MHAT\x01\xa0D\x07\x90\\WNTF\\TATCp{h
7128\xff\x00`\xa0
7129\x92ATMV`\xa4
7130\x00p{zh
7131\x08\x00
7132\xff\x00`\xa0
7133\x92ATMV`\xa4
7134\x00p{h
7135\x0f\x00\\TCFAp{zh
7136\x04\x00
7137\x0f\x00\\TCTAp{zh
7138\x08\x00
7139\x0f\x00\\TCFDp{zh
7140\x0c\x00
7141\x0f\x00\\TCTDATMC\xa4
7142\x01\xa4
7143\x00\x14@\rMHGT\x01\xa0E\x0c\x90\\WNTF\\TATCpy\\TSFT
7144\x10\x00`r`y\\TSTT
7145\x14\x00`p{h
7146\xff\x00a\xa0\x0b\x92ATMVa\xa4\x0b\xff\xffp{h
7147\x0f\x00a\xa0\r\x93a
7148\x00r`\\TIF0`\xa1&\xa0\r\x93a
7149\x01r`\\TIF1`\xa1\x16\xa0\r\x93a
7150\x02r`\\TIF2`\xa1\x06r`
7151\xff`p{zh
7152\x04\x00
7153\x0f\x00a\xa0\x11\x93a
7154\x00r`y\\TIT0
7155\x08\x00`\xa12\xa0\x11\x93a
7156\x01r`y\\TIT1
7157\x08\x00`\xa1\x1e\xa0\x11\x93a
7158\x02r`y\\TIT2
7159\x08\x00`\xa1
7160r`y
7161\xff
7162\x08\x00`\xa4`\xa4
7163\x00\x14L\x04ATMV\x01p{h
7164\x0f\x00ap\\TNFT`\xa0\x08\x92\x95a`\xa4
7165\x00p{zh
7166\x04\x00
7167\x0f\x00bp\\TNTT`\xa0\x08\x92\x95b`\xa4
7168\x00\xa0\x0f\\TATL\xa0\x08\x7fab\x00\xa4
7169\x00\xa4
7170\x01\x10F\x10\\/\x04_SB_PCI0LPC_EC__\x14@\x0fATMC\x00\xa0H\x0e\x90\\WNTF\\TATC\xa0E\x06HPACp\\TCFA`p\\TCTAap}ya
7171\x04\x00`\x00ATMX\xa0\x1f\x93\\TCTA
7172\x00p\\TCR0\\TCRTp\\TPS0\\TPSV\xa1#\xa0\x1f\x93\\TCTA
7173\x01p\\TCR1\\TCRTp\\TPS1\\TPSV\xa1\x01\xa1A\x06p\\TCFD`p\\TCTDap}ya
7174\x04\x00`\x00ATMX\xa0\x1f\x93\\TCTD
7175\x00p\\TCR0\\TCRTp\\TPS0\\TPSV\xa1#\xa0\x1f\x93\\TCTD
7176\x01p\\TCR1\\TCRTp\\TPS1\\TPSV\xa1\x01\x86\\._TZ_THM0
7177\x81THRM
7178\x01\x10C\x1f\\_TZ_[\x85L\x0cTHM0\x14\r_CRT\x00\xa4C2K_
7179\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
7180x`p{\\RBEC
7181
7182@\x00ap{\\RBEC
7183
7184\x80\x00b\xa0\tb\xa4C2K_
7185\x80\xa0\'\x92\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0\ta\xa4C2K_
7186\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
7187\x02pDTS1`\xa0\x11\x92\x95DTS0DTS1pDTS0`\xa0.\x92\\/\x06_SB_PCI0LPC_EC__HKEYDHKC\xa0\x10DT02r\\TCRT
7188\x01`\xa4`\xa4C2K_`\xa1\x11\xa4\\/\x03_TZ_THM0_TMP\x14+C2K_\x01rwh
7189
7190\x00\x0b\xac
7191`\xa0\x0c\x92\x94`\x0b\xac
7192p\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
7193\x80\xa08\\H8DRp\\/\x05_SB_PCI0LPC_EC__HT11`p\\/\x05_SB_PCI0LPC_EC__HT12a\xa1\x1bp{\\RBEC
7194
7195 \x00`p{\\RBEC
7196
7197@\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
7198\x80\xa0\x13\\MPEN\x86\\._PR_CPU1
7199\x80\xa1C\x04\xa07\x91\\/\x05_SB_PCI0LPC_EC__HT00\\/\x05_SB_PCI0LPC_EC__HT10\\STEP
7200\t\xa1\x08\\STEP
7201
7202\x08GPIC
7203\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
7204\xb2
7205\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
7206\xf5APMC\xa2\x13\x93ERR_
7207\x01["
7208dp
7209\xf5APMCpPAR0`[\'MSMI\xa4`\x14\x14RPCI\x01\xa4SMI_
7210\x00
7211\x00h
7212\x00
7213\x00\x14\x12WPCI\x02SMI_
7214\x00
7215\x01hi
7216\x00\x14\x11MPCI\x03SMI_
7217\x00
7218\x02hij\x14\x14RBEC\x01\xa4SMI_
7219\x00
7220\x03h
7221\x00
7222\x00\x14\x12WBEC\x02SMI_
7223\x00
7224\x04hi
7225\x00\x14\x11MBEC\x03SMI_
7226\x00
7227\x05hij\x14\x14RISA\x01\xa4SMI_
7228\x00
7229\x06h
7230\x00
7231\x00\x14\x12WISA\x02SMI_
7232\x00
7233\x07hi
7234\x00\x14\x11MISA\x03SMI_
7235\x00
7236\x08hij\x14\x14VEXP\x00SMI_
7237\x01
7238\x00
7239\x00
7240\x00
7241\x00\x14\x13VUPS\x01SMI_
7242\x01
7243\x01h
7244\x00
7245\x00\x14\x12VSDS\x02SMI_
7246\x01
7247\x02hi
7248\x00\x14\x14VDDC\x00SMI_
7249\x01
7250\x03
7251\x00
7252\x00
7253\x00\x14\x13VVPD\x01SMI_
7254\x01
7255\x04h
7256\x00
7257\x00\x14\x13VNRS\x01SMI_
7258\x01
7259\x05h
7260\x00
7261\x00\x14\x15GLPW\x00\xa4SMI_
7262\x01
7263\x06
7264\x00
7265\x00
7266\x00\x14\x13VSLD\x01SMI_
7267\x01
7268\x07h
7269\x00
7270\x00\x14\x14VEVT\x01\xa4SMI_
7271\x01
7272\x08h
7273\x00
7274\x00\x14\x15VTHR\x00\xa4SMI_
7275\x01
7276\t
7277\x00
7278\x00
7279\x00\x14\x13VBRC\x01SMI_
7280\x01
7281
7282h
7283\x00
7284\x00\x14\x15VBRG\x00\xa4SMI_
7285\x01
7286\x0e
7287\x00
7288\x00
7289\x00\x14\x14UCMS\x01\xa4SMI_
7290\x02h
7291\x00
7292\x00
7293\x00\x14\x13BHDP\x02\xa4SMI_
7294\x03
7295\x00hi
7296\x00\x14\x14DHDP\x01\xa4SMI_
7297\x03
7298\x01h
7299\x00
7300\x00\x14\x13STEP\x01SMI_
7301\x04h
7302\x00
7303\x00
7304\x00\x14\x14TRAP\x00SMI_
7305\x05
7306\x00
7307\x00
7308\x00
7309\x00\x14\x14CBRI\x00SMI_
7310\x05
7311\x01
7312\x00
7313\x00
7314\x00\x14"DSPD\x01\xa0\x18\x92\x94h
7315\x01rh
7316\x02hSMI_
7317\x05h
7318\x00
7319\x00
7320\x00\xa1\x02\xa3\x14\x14BLTH\x01\xa4SMI_
7321\x06h
7322\x00
7323\x00
7324\x00\x14\x14FISP\x00SMI_
7325\x07
7326\x00
7327\x00
7328\x00
7329\x00\x14\x13ATCC\x01SMI_
7330\x08h
7331\x00
7332\x00
7333\x00\x14\x14WGSV\x01\xa4SMI_
7334\th
7335\x00
7336\x00
7337\x00\x14\x14THRM\x01\xa4SMI_
7338
7339h
7340\x00
7341\x00
7342\x00\x14\x14PPMS\x01\xa4SMI_
7343\x0bh
7344\x00
7345\x00
7346\x00\x14\x13TPHY\x01SMI_
7347\x0ch
7348\x00
7349\x00
7350\x00\x14\x13TMOR\x01SMI_
7351\rh
7352\x00
7353\x00
7354\x00\x143DPIO\x02\xa0\x06\x92h\xa4
7355\x00\xa0\x08\x94h
7356\xf0\xa4
7357\x00\xa0\x10\x94h
7358\xb4\xa0\x05i\xa4
7359\x02\xa1\x04\xa4
7360\x01\xa0\x08\x94h
7361x\xa4
7362\x03\xa4
7363\x04\x14=DUDM\x02\xa0\x06\x92i\xa4
7364\xff\xa0\x08\x94h
7365Z\xa4
7366\x00\xa0\x08\x94h
7367<\xa4
7368\x01\xa0\x08\x94h
7369-\xa4
7370\x02\xa0\x08\x94h
7371\x1e\xa4
7372\x03\xa0\x08\x94h
7373\x14\xa4
7374\x04\xa4
7375\x05\x14(DMDM\x02\xa0\x05i\xa4
7376\x00\xa0\x06\x92h\xa4
7377\x00\xa0\x08\x94h
7378\x96\xa4
7379\x01\xa0\x08\x94h
7380x\xa4
7381\x02\xa4
7382\x03\x14A\x05UUDM\x02\xa0
7383\x92{h
7384\x04\x00\xa4
7385\x00\xa0\t{i
7386 \x00\xa4
7387\x14\xa0\t{i
7388\x10\x00\xa4
7389\x1e\xa0\t{i
7390\x08\x00\xa4
7391-\xa0\t{i
7392\x04\x00\xa4
7393<\xa0\t{i
7394\x02\x00\xa4
7395Z\xa0\t{i
7396\x01\x00\xa4
7397x\xa4
7398\x00\x14H\x04UMDM\x04\xa0
7399\x92{h
7400\x02\x00\xa4
7401\x00\xa0\x08{i
7402\x04\x00\xa4k\xa0\x14{i
7403\x02\x00\xa0\t\x92\x94k
7404x\xa4
7405\xb4\xa1\x03\xa4k\xa0\x14{j
7406\x04\x00\xa0\t\x92\x94k
7407\xb4\xa4
7408\xf0\xa1\x03\xa4k\xa4
7409\x00\x14K\x04UPIO\x04\xa0\x16\x92{h
7410\x02\x00\xa0\x08\x93j
7411\x02\xa4
7412\xf0\xa1\x05\xa4\x0b\x84\x03\xa0\x08{i
7413\x02\x00\xa4k\xa0\x14{i
7414\x01\x00\xa0\t\x92\x94k
7415x\xa4
7416\xb4\xa1\x03\xa4k\xa0\x08\x93j
7417\x02\xa4
7418\xf0\xa1\x05\xa4\x0b\x84\x03\x14-FDMA\x02\xa0\x0c\x92\x93i
7419\xff\xa4}i
7420@\x00\xa0\x10\x92\x95h
7421\x03\xa4}th
7422\x02\x00
7423 \x00\xa0\x05h\xa4
7424\x12\xa4
7425\x00\x14\x1fFPIO\x01\xa0\x0c\x92\x95h
7426\x03\xa4}h
7427\x08\x00\xa0\x08\x93h
7428\x01\xa4
7429\x01\xa4
7430\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_
7431\x00\x08OSIF
7432\x00\x08W98F
7433\x00\x08WNTF
7434\x00\x08WMEF
7435\x00\x08WXPF
7436\x00\x08WVIS
7437\x00\x08WSPV
7438\x00\x08LNUX
7439\x00\x08H8DR
7440\x00\x08MEMX
7441\x00\x08ACST
7442\x00\x08FNID
7443\x00\x08RRBF
7444\x00\x08NBCF
7445\x00''')
7446f('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
7447KOU2\x00[!
7448d\x10I\x0b\\/\x04_SB_PCI0VID_LCD0\x14&_BCL\x00p
7449\x01\\NBCF\xa4\x12\x16
7450
7451d
7452\x1e
7453\x1e
7454(
74552
7456<
7457F
7458P
7459Z
7460d\x08BCLP\x12\x12\x08
7461\x1e
7462(
74632
7464<
7465F
7466P
7467Z
7468d\x08BCLL\x12\x12\x08
7469\x00
7470\x01
7471\x02
7472\x03
7473\x04
7474\x05
7475\x06
7476\x07\x14*_BCM\x01p\x89BCLP\x01h\x00
7477\x00
7478\x00`\xa0\x15\x92\x93`\xffp\x83\x88BCLL`\x00a\\VBRCa\x14!_BQC\x00p\\VBRG`\xa0\x0f\x92\x94`
7479\x07\xa4\x83\x88BCLP`\x00\xa1\x03\xa4\x00\x10L\x0b\\/\x05_SB_PCI0AGP_VID_LCD0\x14%_BCL\x00p
7480\x01NBCF\xa4\x12\x16
7481
7482d
7483\x1e
7484\x1e
7485(
74862
7487<
7488F
7489P
7490Z
7491d\x08BCLP\x12\x12\x08
7492\x1e
7493(
74942
7495<
7496F
7497P
7498Z
7499d\x08BCLL\x12\x12\x08
7500\x00
7501\x01
7502\x02
7503\x03
7504\x04
7505\x05
7506\x06
7507\x07\x14*_BCM\x01p\x89BCLP\x01h\x00
7508\x00
7509\x00`\xa0\x15\x92\x93`\xffp\x83\x88BCLL`\x00a\\VBRCa\x14!_BQC\x00p\\VBRG`\xa0\x0f\x92\x94`
7510\x07\xa4\x83\x88BCLP`\x00\xa1\x03\xa4\x00''')
7511f('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')
7512f('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
7513\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
7514\x04\x00\xa4\x12\x0f\x01\x12\x0c\x05
7515\x05
7516\x00
7517\x00
7518\xfd
7519\x02\xa4\x12\x0f\x01\x12\x0c\x05
7520\x05
7521\x00
7522\x01
7523\xfc
7524\x01''')
7525f('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
7526\x00\x08DIP0
7527\x00\x08HDTF\x11\x11
7528\x0e\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x8cHDTF
7529\rHFLC\x08ERTF\x11\x18
7530\x15\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5_\x00\x00\x00\x00\xa0\xef\x8cERTF
7531\rEFLC\x08HPTF\x11\x18
7532\x15\x02\x00\x00\x00\x00\xa0\xef\x00\x00\x00\x00\x00\xa0\xf5\x10\x03\x00\x00\x00\xa0\xef\x8cHPTF
7533\rPFLC\x08HXTF\x11\x1f
7534\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
7535\rXFLC\x08_ADR\x0b\xff\xff\x14L\x08_SDD\x01p
7536\x00DRE0p
7537\x00DIP0\xa0F\x07\x93\x87h\x0b\x00\x02\x8bh
7538\x9cM078\x8bh
7539\xacM086\x8bh
7540\xeeM119\x8bh\x0b(\x01M148\xa0\x1f\x93{M148\x0b\x00\xc0\x00\x0b\x00@\xa0\x10{M148
7541\x04\x00p
7542\x01DRE0\xa0\x1b{M086\x0b\x00\x80\x00\xa0\x10{M119
7543\x01\x00p
7544\x01DRE0\xa0\x10{M078
7545\x08\x00p
7546\x01DIP0\x14B\x05_GTF\x00\xa0"\\OSSSp
7547\xe1XFLCp
7548\xe1EFLCp
7549\xe1HFLCp
7550\xe1PFLC\xa0\x17DRE0\xa0
7551DIP0\xa4HXTF\xa1\x06\xa4ERTF\xa0
7552DIP0\xa4HPTF\xa4HDTF''')
7553f('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')
7554f('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')
7555f('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
7556\x00\x00\x02\x00\x00\x00\x00\x00\x02
7557\x00\t\t\x00\x00\x00\r\x00\x04\x06\x00\x05\x00\x01\x04\x06\x01\x05\x00\x01''')
7558f('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
7559\x00\x14M\x06_PTC\x00\xa07{PDC0
7560\x04\x00\xa4\x12,\x02\x11\x14
7561\x11\x82\x0c\x00\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\x11\x14
7562\x11\x82\x0c\x00\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00y\x00\xa4\x12,\x02\x11\x14
7563\x11\x82\x0c\x00\x01\x04\x01\x00\x10\x10\x00\x00\x00\x00\x00\x00y\x00\x11\x14
7564\x11\x82\x0c\x00\x01\x04\x01\x00\x10\x10\x00\x00\x00\x00\x00\x00y\x00\x08TSSI\x12A\x07\x08\x12\r\x05
7565d\x0b\xe8\x03
7566\x00
7567\x00
7568\x00\x12\r\x05
7569X\x0bk\x03
7570\x00
7571\x0f
7572\x00\x12\r\x05
7573K\x0b\xee\x02
7574\x00
7575\x0e
7576\x00\x12\r\x05
7577?\x0bq\x02
7578\x00
7579\r
7580\x00\x12\r\x05
75812\x0b\xf4\x01
7582\x00
7583\x0c
7584\x00\x12\r\x05
7585&\x0bw\x01
7586\x00
7587\x0b
7588\x00\x12\x0c\x05
7589\x19
7590\xfa
7591\x00
7592
7593
7594\x00\x12\x0c\x05
7595\r
7596}
7597\x00
7598\t
7599\x00\x08TSSM\x12A\x07\x08\x12\r\x05
7600d\x0b\xe8\x03
7601\x00
7602\x00
7603\x00\x12\r\x05
7604X\x0bk\x03
7605\x00
7606\x1e
7607\x00\x12\r\x05
7608K\x0b\xee\x02
7609\x00
7610\x1c
7611\x00\x12\r\x05
7612?\x0bq\x02
7613\x00
7614\x1a
7615\x00\x12\r\x05
76162\x0b\xf4\x01
7617\x00
7618\x18
7619\x00\x12\r\x05
7620&\x0bw\x01
7621\x00
7622\x16
7623\x00\x12\x0c\x05
7624\x19
7625\xfa
7626\x00
7627\x14
7628\x00\x12\x0c\x05
7629\r
7630}
7631\x00
7632\x12
7633\x00\x08TSSF
7634\x00\x14C\x08_TSS\x00\xa0G\x06\x90\x92TSSF[\x12_PSS\x00p_PSS`p\x87`avap\x83\x88\x83\x88`a\x00
7635\x01\x00bp
7636\x00c\xa25\x95c\x87TSSIpxwbt
7637\x08c\x00\x00
7638\x08\x00\x00dpd\x88\x83\x88TSSIc\x00
7639\x01\x00pd\x88\x83\x88TSSMc\x00
7640\x01\x00ucp\xffTSSF\xa0\x0e{PDC0
7641\x04\x00\xa4TSSM\xa4TSSI\x14?_TSD\x00\xa0\'\x90{CFGD\x0c\x00\x00\x00\x01\x00\x92{PDC0
7642\x04\x00\xa4\x12\x0f\x01\x12\x0c\x05
7643\x05
7644\x00
7645\x00
7646\xfd
7647\x02\xa4\x12\x0f\x01\x12\x0c\x05
7648\x05
7649\x00
7650\x00
7651\xfc
7652\x01''')
7653f('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')
7654f('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')
7655f('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
7656\x00\x10@!\\._PR_CPU0\x08HI0_
7657\x00\x08HC0_
7658\x00\x14H\x06_PDC\x01\x8ah
7659\x00REVS\x8ah
7660\x04SIZEp\x87h`pt`
7661\x08\x00a[\x13h
7662@wa
7663\x08\x00TEMP\x08STS0\x11\x07
7664\x04\x00\x00\x00\x00sSTS0TEMPb_OSC\x11\x13
7665\x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9SREVSSIZEb\x14L\x18_OSC\x04\x8ak
7666\x00STS0\x8ak
7667\x04CAP0\x8ah
7668\x00IID0\x8ah
7669\x04IID1\x8ah
7670\x08IID2\x8ah
7671\x0cIID3\x08UID0\x11\x13
7672\x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9S\x8aUID0
7673\x00EID0\x8aUID0
7674\x04EID1\x8aUID0
7675\x08EID2\x8aUID0
7676\x0cEID3\xa02\x92\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3p
7677\x06STS0\xa4k\xa0\x0f\x92\x93i
7678\x01p
7679
7680STS0\xa4k}{PDC0\x0c\xff\xff\xff\x7f\x00CAP0PDC0\xa0L\x05{CFGD
7681\x01\x00\xa0A\x05\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00\x93{PDC0
7682\t\x00
7683\t\x92{SDTL
7684\x01\x00}SDTL
7685\x01SDTL[\x80IST0\x00\x83\x88SSDT
7686\x01\x00\x83\x88SSDT
7687\x02\x00[ IST0HI0_\xa0I\x05{CFGD
7688\xf0\x00\xa0N\x04\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00{PDC0
7689\x18\x00\x92{SDTL
7690\x02\x00}SDTL
7691\x02SDTL[\x80CST0\x00\x83\x88SSDT
7692\x07\x00\x83\x88SSDT
7693\x08\x00[ CST0HC0_\xa4k\x10K#\\._PR_CPU1\x08HI1_
7694\x00\x08HC1_
7695\x00\x14H\x06_PDC\x01\x8ah
7696\x00REVS\x8ah
7697\x04SIZEp\x87h`pt`
7698\x08\x00a[\x13h
7699@wa
7700\x08\x00TEMP\x08STS1\x11\x07
7701\x04\x00\x00\x00\x00sSTS1TEMPb_OSC\x11\x13
7702\x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9SREVSSIZEb\x14L\x18_OSC\x04\x8ak
7703\x00STS1\x8ak
7704\x04CAP1\x8ah
7705\x00IID0\x8ah
7706\x04IID1\x8ah
7707\x08IID2\x8ah
7708\x0cIID3\x08UID1\x11\x13
7709\x10\x16\xa6w@\x0c)\xbeG\x9e\xbd\xd8pXq9S\x8aUID1
7710\x00EID0\x8aUID1
7711\x04EID1\x8aUID1
7712\x08EID2\x8aUID1
7713\x0cEID3\xa02\x92\x90\x90\x93IID0EID0\x93IID1EID1\x90\x93IID2EID2\x93IID3EID3p
7714\x06STS1\xa4k\xa0\x0f\x92\x93i
7715\x01p
7716
7717STS1\xa4k}{PDC1\x0c\xff\xff\xff\x7f\x00CAP1PDC1\xa0L\x05{CFGD
7718\x01\x00\xa0A\x05\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00\x93{PDC1
7719\t\x00
7720\t\x92{SDTL
7721\x10\x00}SDTL
7722\x10SDTL[\x80IST1\x00\x83\x88SSDT
7723\x04\x00\x83\x88SSDT
7724\x05\x00[ IST1HI1_\xa0I\x05{CFGD
7725\xf0\x00\xa0N\x04\x90\x90{CFGD\x0c\x00\x00\x00\x01\x00{PDC1
7726\x18\x00\x92{SDTL
7727 \x00}SDTL
7728 SDTL[\x80CST1\x00\x83\x88SSDT
7729
7730\x00\x83\x88SSDT
7731\x0b\x00[ CST1HC1_\xa4k\x14*_INI\x00\xa0\x0c\\DTSETHRM
7732\x00\xa0\x16\x90\\WXPF\x92\x94\\WSPV
7733\x01PPMS
7734\x00''')
7735f('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')
7736f('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')
7737f('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')
7738d('sys/firmware/acpi/interrupts', 0o775)
7739f('sys/firmware/acpi/interrupts/gpe1A', 0o664, b' 0 invalid\n')
7740f('sys/firmware/acpi/interrupts/gpe12', 0o664, b' 0 invalid\n')
7741f('sys/firmware/acpi/interrupts/gpe11', 0o664, b' 0 invalid\n')
7742f('sys/firmware/acpi/interrupts/gpe10', 0o664, b' 0 invalid\n')
7743f('sys/firmware/acpi/interrupts/ff_pmtimer', 0o664, b' 0 invalid\n')
7744f('sys/firmware/acpi/interrupts/gpe0C', 0o664, b' 0 invalid\n')
7745f('sys/firmware/acpi/interrupts/gpe04', 0o664, b' 0 invalid\n')
7746f('sys/firmware/acpi/interrupts/gpe06', 0o664, b' 0 invalid\n')
7747f('sys/firmware/acpi/interrupts/gpe14', 0o664, b' 0 invalid\n')
7748f('sys/firmware/acpi/interrupts/gpe0B', 0o664, b' 0 invalid\n')
7749f('sys/firmware/acpi/interrupts/sci', 0o664, b' 14240\n')
7750f('sys/firmware/acpi/interrupts/gpe08', 0o664, b' 0 invalid\n')
7751f('sys/firmware/acpi/interrupts/gpe15', 0o664, b' 0 invalid\n')
7752f('sys/firmware/acpi/interrupts/gpe17', 0o664, b' 0 invalid\n')
7753f('sys/firmware/acpi/interrupts/gpe0A', 0o664, b' 0 invalid\n')
7754f('sys/firmware/acpi/interrupts/ff_rt_clk', 0o664, b' 0 invalid\n')
7755f('sys/firmware/acpi/interrupts/gpe09', 0o664, b' 0 invalid\n')
7756f('sys/firmware/acpi/interrupts/gpe19', 0o664, b' 0 invalid\n')
7757f('sys/firmware/acpi/interrupts/gpe03', 0o664, b' 0 invalid\n')
7758f('sys/firmware/acpi/interrupts/gpe01', 0o664, b' 1\tenable\n')
7759f('sys/firmware/acpi/interrupts/ff_slp_btn', 0o664, b' 0 invalid\n')
7760f('sys/firmware/acpi/interrupts/error', 0o664, b' 0\n')
7761f('sys/firmware/acpi/interrupts/gpe1C', 0o664, b' 14039\tenable\n')
7762f('sys/firmware/acpi/interrupts/ff_pwr_btn', 0o664, b' 0\tenable\n')
7763f('sys/firmware/acpi/interrupts/gpe0D', 0o664, b' 0 invalid\n')
7764f('sys/firmware/acpi/interrupts/gpe05', 0o664, b' 0 invalid\n')
7765f('sys/firmware/acpi/interrupts/gpe02', 0o664, b' 200\tenable\n')
7766f('sys/firmware/acpi/interrupts/gpe1E', 0o664, b' 0 invalid\n')
7767f('sys/firmware/acpi/interrupts/gpe18', 0o664, b' 0\tenable\n')
7768f('sys/firmware/acpi/interrupts/gpe1D', 0o664, b' 0 invalid\n')
7769f('sys/firmware/acpi/interrupts/gpe1F', 0o664, b' 0 invalid\n')
7770f('sys/firmware/acpi/interrupts/gpe0E', 0o664, b' 0 invalid\n')
7771f('sys/firmware/acpi/interrupts/gpe00', 0o664, b' 0 invalid\n')
7772f('sys/firmware/acpi/interrupts/gpe1B', 0o664, b' 0 invalid\n')
7773f('sys/firmware/acpi/interrupts/gpe0F', 0o664, b' 0 invalid\n')
7774f('sys/firmware/acpi/interrupts/gpe07', 0o664, b' 0 invalid\n')
7775f('sys/firmware/acpi/interrupts/gpe16', 0o664, b' 0 invalid\n')
7776f('sys/firmware/acpi/interrupts/gpe13', 0o664, b' 0 invalid\n')
7777f('sys/firmware/acpi/interrupts/gpe_all', 0o664, b' 14240\n')
7778f('sys/firmware/acpi/interrupts/ff_gbl_lock', 0o664, b' 0\tenable\n')
7779d('sys/bus', 0o755)
7780d('sys/bus/pci_express', 0o755)
7781f('sys/bus/pci_express/drivers_autoprobe', 0o644, b'1\n')
7782d('sys/bus/pci_express/devices', 0o755)
7783l('sys/bus/pci_express/devices/0000:00:1c.2:pcie02', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02')
7784l('sys/bus/pci_express/devices/0000:00:1c.2:pcie00', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00')
7785l('sys/bus/pci_express/devices/0000:00:1c.0:pcie03', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03')
7786l('sys/bus/pci_express/devices/0000:00:01.0:pcie03', '../../../devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03')
7787l('sys/bus/pci_express/devices/0000:00:1c.2:pcie03', '../../../devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03')
7788l('sys/bus/pci_express/devices/0000:00:1c.1:pcie02', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02')
7789l('sys/bus/pci_express/devices/0000:00:1c.0:pcie00', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00')
7790l('sys/bus/pci_express/devices/0000:00:1c.3:pcie02', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02')
7791l('sys/bus/pci_express/devices/0000:00:1c.0:pcie02', '../../../devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02')
7792l('sys/bus/pci_express/devices/0000:00:1c.1:pcie03', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03')
7793l('sys/bus/pci_express/devices/0000:00:1c.3:pcie03', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03')
7794l('sys/bus/pci_express/devices/0000:00:1c.1:pcie00', '../../../devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00')
7795l('sys/bus/pci_express/devices/0000:00:1c.3:pcie00', '../../../devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00')
7796l('sys/bus/pci_express/devices/0000:00:01.0:pcie00', '../../../devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00')
7797d('sys/bus/acpi', 0o775)
7798f('sys/bus/acpi/drivers_autoprobe', 0o664, b'1\n')
7799d('sys/bus/acpi/drivers', 0o775)
7800d('sys/bus/acpi/drivers/thinkpad_hotkey', 0o775)
7801l('sys/bus/acpi/drivers/thinkpad_hotkey/IBM0068:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00')
7802d('sys/bus/acpi/drivers/button', 0o775)
7803l('sys/bus/acpi/drivers/button/PNP0C0E:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0E:00')
7804l('sys/bus/acpi/drivers/button/PNP0C0D:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0D:00')
7805l('sys/bus/acpi/drivers/button/LNXPWRBN:00', '../../../../devices/LNXSYSTM:00/LNXPWRBN:00')
7806d('sys/bus/acpi/drivers/processor', 0o775)
7807l('sys/bus/acpi/drivers/processor/ACPI0007:01', '../../../../devices/LNXSYSTM:00/ACPI0007:01')
7808l('sys/bus/acpi/drivers/processor/ACPI0007:00', '../../../../devices/LNXSYSTM:00/ACPI0007:00')
7809d('sys/bus/acpi/drivers/power', 0o775)
7810l('sys/bus/acpi/drivers/power/LNXPOWER:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00')
7811d('sys/bus/acpi/drivers/pci_link', 0o775)
7812l('sys/bus/acpi/drivers/pci_link/PNP0C0F:05', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:05')
7813l('sys/bus/acpi/drivers/pci_link/PNP0C0F:07', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:07')
7814l('sys/bus/acpi/drivers/pci_link/PNP0C0F:04', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:04')
7815l('sys/bus/acpi/drivers/pci_link/PNP0C0F:02', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:02')
7816l('sys/bus/acpi/drivers/pci_link/PNP0C0F:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:00')
7817l('sys/bus/acpi/drivers/pci_link/PNP0C0F:01', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:01')
7818l('sys/bus/acpi/drivers/pci_link/PNP0C0F:06', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:06')
7819l('sys/bus/acpi/drivers/pci_link/PNP0C0F:03', '../../../../devices/LNXSYSTM:00/device:00/PNP0C0F:03')
7820d('sys/bus/acpi/drivers/battery', 0o775)
7821l('sys/bus/acpi/drivers/battery/PNP0C0A:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00')
7822d('sys/bus/acpi/drivers/ec', 0o775)
7823l('sys/bus/acpi/drivers/ec/PNP0C09:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00')
7824d('sys/bus/acpi/drivers/pci_root', 0o775)
7825l('sys/bus/acpi/drivers/pci_root/PNP0A08:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00')
7826d('sys/bus/acpi/drivers/thermal', 0o775)
7827l('sys/bus/acpi/drivers/thermal/LNXTHERM:01', '../../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01')
7828l('sys/bus/acpi/drivers/thermal/LNXTHERM:02', '../../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02')
7829d('sys/bus/acpi/drivers/ac', 0o775)
7830l('sys/bus/acpi/drivers/ac/ACPI0003:00', '../../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00')
7831d('sys/bus/acpi/devices', 0o775)
7832l('sys/bus/acpi/devices/device:11', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11')
7833l('sys/bus/acpi/devices/device:21', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21')
7834l('sys/bus/acpi/devices/PNP0000:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00')
7835l('sys/bus/acpi/devices/device:0b', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b')
7836l('sys/bus/acpi/devices/device:1f', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f')
7837l('sys/bus/acpi/devices/LNXTHERM:01', '../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01')
7838l('sys/bus/acpi/devices/PNP0103:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00')
7839l('sys/bus/acpi/devices/LNXPOWER:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00')
7840l('sys/bus/acpi/devices/device:1c', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c')
7841l('sys/bus/acpi/devices/device:06', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06')
7842l('sys/bus/acpi/devices/ACPI0003:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00')
7843l('sys/bus/acpi/devices/PNP0C0A:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00')
7844l('sys/bus/acpi/devices/device:0e', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e')
7845l('sys/bus/acpi/devices/ATM1200:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00')
7846l('sys/bus/acpi/devices/device:08', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08')
7847l('sys/bus/acpi/devices/PNP0C0F:05', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:05')
7848l('sys/bus/acpi/devices/device:18', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18')
7849l('sys/bus/acpi/devices/device:0c', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c')
7850l('sys/bus/acpi/devices/PNP0303:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00')
7851l('sys/bus/acpi/devices/device:17', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17')
7852l('sys/bus/acpi/devices/device:02', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02')
7853l('sys/bus/acpi/devices/ACPI0007:01', '../../../devices/LNXSYSTM:00/ACPI0007:01')
7854l('sys/bus/acpi/devices/device:13', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13')
7855l('sys/bus/acpi/devices/PNP0C0E:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0E:00')
7856l('sys/bus/acpi/devices/device:04', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04')
7857l('sys/bus/acpi/devices/PNP0A08:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00')
7858l('sys/bus/acpi/devices/PNP0C04:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00')
7859l('sys/bus/acpi/devices/LNXTHERM:00', '../../../devices/LNXSYSTM:00/LNXTHERM:00')
7860l('sys/bus/acpi/devices/device:15', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15')
7861l('sys/bus/acpi/devices/IBM0079:00', '../../../devices/LNXSYSTM:00/device:00/IBM0079:00')
7862l('sys/bus/acpi/devices/device:1d', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d')
7863l('sys/bus/acpi/devices/PNP0C0D:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0D:00')
7864l('sys/bus/acpi/devices/device:23', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23')
7865l('sys/bus/acpi/devices/device:19', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19')
7866l('sys/bus/acpi/devices/device:12', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12')
7867l('sys/bus/acpi/devices/device:1a', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a')
7868l('sys/bus/acpi/devices/device:00', '../../../devices/LNXSYSTM:00/device:00')
7869l('sys/bus/acpi/devices/PNP0800:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00')
7870l('sys/bus/acpi/devices/PNP0C02:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00')
7871l('sys/bus/acpi/devices/device:10', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10')
7872l('sys/bus/acpi/devices/PNP0100:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00')
7873l('sys/bus/acpi/devices/device:0d', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d')
7874l('sys/bus/acpi/devices/IBM0068:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00')
7875l('sys/bus/acpi/devices/device:25', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25')
7876l('sys/bus/acpi/devices/PNP0C01:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C01:00')
7877l('sys/bus/acpi/devices/device:01', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01')
7878l('sys/bus/acpi/devices/PNP0C0F:07', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:07')
7879l('sys/bus/acpi/devices/PNP0C0F:04', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:04')
7880l('sys/bus/acpi/devices/device:1b', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b')
7881l('sys/bus/acpi/devices/device:24', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24')
7882l('sys/bus/acpi/devices/device:1e', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e')
7883l('sys/bus/acpi/devices/ACPI0007:00', '../../../devices/LNXSYSTM:00/ACPI0007:00')
7884l('sys/bus/acpi/devices/LNXTHERM:02', '../../../devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02')
7885l('sys/bus/acpi/devices/PNP0C09:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00')
7886l('sys/bus/acpi/devices/device:20', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20')
7887l('sys/bus/acpi/devices/PNP0C0F:02', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:02')
7888l('sys/bus/acpi/devices/LNXSYSTM:00', '../../../devices/LNXSYSTM:00')
7889l('sys/bus/acpi/devices/device:05', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05')
7890l('sys/bus/acpi/devices/PNP0C0F:00', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:00')
7891l('sys/bus/acpi/devices/device:0f', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f')
7892l('sys/bus/acpi/devices/device:16', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16')
7893l('sys/bus/acpi/devices/device:09', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09')
7894l('sys/bus/acpi/devices/device:07', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07')
7895l('sys/bus/acpi/devices/device:03', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03')
7896l('sys/bus/acpi/devices/device:22', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22')
7897l('sys/bus/acpi/devices/PNP0C0F:01', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:01')
7898l('sys/bus/acpi/devices/PNP0C0F:06', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:06')
7899l('sys/bus/acpi/devices/device:0a', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a')
7900l('sys/bus/acpi/devices/PNP0200:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00')
7901l('sys/bus/acpi/devices/device:14', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14')
7902l('sys/bus/acpi/devices/IBM0057:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00')
7903l('sys/bus/acpi/devices/PNP0B00:00', '../../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00')
7904l('sys/bus/acpi/devices/PNP0C0F:03', '../../../devices/LNXSYSTM:00/device:00/PNP0C0F:03')
7905l('sys/bus/acpi/devices/LNXPWRBN:00', '../../../devices/LNXSYSTM:00/LNXPWRBN:00')
7906d('sys/bus/serio', 0o755)
7907f('sys/bus/serio/drivers_autoprobe', 0o644, b'1\n')
7908d('sys/bus/serio/drivers', 0o755)
7909d('sys/bus/serio/drivers/psmouse', 0o755)
7910l('sys/bus/serio/drivers/psmouse/module', '../../../../module/psmouse')
7911l('sys/bus/serio/drivers/psmouse/serio1', '../../../../devices/platform/i8042/serio1')
7912f('sys/bus/serio/drivers/psmouse/bind_mode', 0o644, b'auto\n')
7913f('sys/bus/serio/drivers/psmouse/description', 0o644, b'PS/2 mouse driver\n')
7914d('sys/bus/serio/drivers/atkbd', 0o755)
7915l('sys/bus/serio/drivers/atkbd/serio0', '../../../../devices/platform/i8042/serio0')
7916l('sys/bus/serio/drivers/atkbd/module', '../../../../module/atkbd')
7917f('sys/bus/serio/drivers/atkbd/bind_mode', 0o644, b'auto\n')
7918f('sys/bus/serio/drivers/atkbd/description', 0o644, b'AT and PS/2 keyboard driver\n')
7919d('sys/bus/serio/devices', 0o755)
7920l('sys/bus/serio/devices/serio0', '../../../devices/platform/i8042/serio0')
7921l('sys/bus/serio/devices/serio1', '../../../devices/platform/i8042/serio1')
7922d('sys/bus/scsi', 0o755)
7923f('sys/bus/scsi/drivers_autoprobe', 0o644, b'1\n')
7924d('sys/bus/scsi/drivers', 0o755)
7925d('sys/bus/scsi/drivers/sd', 0o755)
7926l('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')
7927l('sys/bus/scsi/drivers/sd/0:0:0:0', '../../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0')
7928d('sys/bus/scsi/drivers/sr', 0o755)
7929l('sys/bus/scsi/drivers/sr/4:0:0:0', '../../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0')
7930d('sys/bus/scsi/devices', 0o755)
7931l('sys/bus/scsi/devices/target4:0:0', '../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0')
7932l('sys/bus/scsi/devices/host0', '../../../devices/pci0000:00/0000:00:1f.2/host0')
7933l('sys/bus/scsi/devices/host5', '../../../devices/pci0000:00/0000:00:1f.1/host5')
7934l('sys/bus/scsi/devices/host1', '../../../devices/pci0000:00/0000:00:1f.2/host1')
7935l('sys/bus/scsi/devices/target0:0:0', '../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0')
7936l('sys/bus/scsi/devices/host4', '../../../devices/pci0000:00/0000:00:1f.1/host4')
7937l('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')
7938l('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')
7939l('sys/bus/scsi/devices/0:0:0:0', '../../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0')
7940l('sys/bus/scsi/devices/host2', '../../../devices/pci0000:00/0000:00:1f.2/host2')
7941l('sys/bus/scsi/devices/host7', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7')
7942l('sys/bus/scsi/devices/4:0:0:0', '../../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0')
7943l('sys/bus/scsi/devices/host3', '../../../devices/pci0000:00/0000:00:1f.2/host3')
7944d('sys/bus/usb', 0o755)
7945f('sys/bus/usb/drivers_autoprobe', 0o644, b'1\n')
7946d('sys/bus/usb/drivers', 0o755)
7947d('sys/bus/usb/drivers/usb-storage', 0o755)
7948l('sys/bus/usb/drivers/usb-storage/module', '../../../../module/usb_storage')
7949l('sys/bus/usb/drivers/usb-storage/5-1:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0')
7950d('sys/bus/usb/drivers/cdc_acm', 0o755)
7951l('sys/bus/usb/drivers/cdc_acm/5-2:1.1', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1')
7952l('sys/bus/usb/drivers/cdc_acm/5-2:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0')
7953l('sys/bus/usb/drivers/cdc_acm/module', '../../../../module/cdc_acm')
7954d('sys/bus/usb/drivers/usbhid', 0o755)
7955l('sys/bus/usb/drivers/usbhid/3-1:1.0', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0')
7956l('sys/bus/usb/drivers/usbhid/module', '../../../../module/usbhid')
7957d('sys/bus/usb/drivers/hub', 0o755)
7958l('sys/bus/usb/drivers/hub/3-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0')
7959l('sys/bus/usb/drivers/hub/1-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0')
7960l('sys/bus/usb/drivers/hub/4-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0')
7961l('sys/bus/usb/drivers/hub/module', '../../../../module/usbcore')
7962l('sys/bus/usb/drivers/hub/2-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0')
7963l('sys/bus/usb/drivers/hub/5-0:1.0', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0')
7964d('sys/bus/usb/drivers/usb', 0o755)
7965l('sys/bus/usb/drivers/usb/usb5', '../../../../devices/pci0000:00/0000:00:1d.7/usb5')
7966l('sys/bus/usb/drivers/usb/usb1', '../../../../devices/pci0000:00/0000:00:1d.0/usb1')
7967l('sys/bus/usb/drivers/usb/4-2', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2')
7968l('sys/bus/usb/drivers/usb/5-1', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1')
7969l('sys/bus/usb/drivers/usb/5-2', '../../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2')
7970l('sys/bus/usb/drivers/usb/4-1', '../../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1')
7971l('sys/bus/usb/drivers/usb/module', '../../../../module/usbcore')
7972l('sys/bus/usb/drivers/usb/usb4', '../../../../devices/pci0000:00/0000:00:1d.3/usb4')
7973l('sys/bus/usb/drivers/usb/usb3', '../../../../devices/pci0000:00/0000:00:1d.2/usb3')
7974l('sys/bus/usb/drivers/usb/usb2', '../../../../devices/pci0000:00/0000:00:1d.1/usb2')
7975l('sys/bus/usb/drivers/usb/3-1', '../../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1')
7976d('sys/bus/usb/drivers/usbfs', 0o755)
7977l('sys/bus/usb/drivers/usbfs/module', '../../../../module/usbcore')
7978d('sys/bus/usb/devices', 0o755)
7979l('sys/bus/usb/devices/4-1:1.3', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3')
7980l('sys/bus/usb/devices/5-2:1.4', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4')
7981l('sys/bus/usb/devices/usb5', '../../../devices/pci0000:00/0000:00:1d.7/usb5')
7982l('sys/bus/usb/devices/4-1:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0')
7983l('sys/bus/usb/devices/5-2:1.2', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2')
7984l('sys/bus/usb/devices/3-0:1.0', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0')
7985l('sys/bus/usb/devices/usb1', '../../../devices/pci0000:00/0000:00:1d.0/usb1')
7986l('sys/bus/usb/devices/4-2', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2')
7987l('sys/bus/usb/devices/5-2:1.1', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1')
7988l('sys/bus/usb/devices/1-0:1.0', '../../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0')
7989l('sys/bus/usb/devices/5-1', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1')
7990l('sys/bus/usb/devices/5-2:1.10', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10')
7991l('sys/bus/usb/devices/4-0:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0')
7992l('sys/bus/usb/devices/5-2:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0')
7993l('sys/bus/usb/devices/5-2', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2')
7994l('sys/bus/usb/devices/5-2:1.9', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9')
7995l('sys/bus/usb/devices/3-1:1.0', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0')
7996l('sys/bus/usb/devices/5-2:1.13', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13')
7997l('sys/bus/usb/devices/5-2:1.5', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5')
7998l('sys/bus/usb/devices/4-1', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1')
7999l('sys/bus/usb/devices/4-1:1.2', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2')
8000l('sys/bus/usb/devices/usb4', '../../../devices/pci0000:00/0000:00:1d.3/usb4')
8001l('sys/bus/usb/devices/2-0:1.0', '../../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0')
8002l('sys/bus/usb/devices/5-2:1.11', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11')
8003l('sys/bus/usb/devices/usb3', '../../../devices/pci0000:00/0000:00:1d.2/usb3')
8004l('sys/bus/usb/devices/5-2:1.12', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12')
8005l('sys/bus/usb/devices/5-2:1.3', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3')
8006l('sys/bus/usb/devices/5-2:1.6', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6')
8007l('sys/bus/usb/devices/4-1:1.1', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1')
8008l('sys/bus/usb/devices/5-1:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0')
8009l('sys/bus/usb/devices/5-0:1.0', '../../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0')
8010l('sys/bus/usb/devices/4-2:1.0', '../../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0')
8011l('sys/bus/usb/devices/usb2', '../../../devices/pci0000:00/0000:00:1d.1/usb2')
8012l('sys/bus/usb/devices/3-1', '../../../devices/pci0000:00/0000:00:1d.2/usb3/3-1')
8013d('sys/bus/pci', 0o755)
8014f('sys/bus/pci/drivers_autoprobe', 0o644, b'1\n')
8015d('sys/bus/pci/drivers', 0o755)
8016d('sys/bus/pci/drivers/pcieport-driver', 0o755)
8017l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.2', '../../../../devices/pci0000:00/0000:00:1c.2')
8018l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.1', '../../../../devices/pci0000:00/0000:00:1c.1')
8019l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.3', '../../../../devices/pci0000:00/0000:00:1c.3')
8020l('sys/bus/pci/drivers/pcieport-driver/0000:00:1c.0', '../../../../devices/pci0000:00/0000:00:1c.0')
8021l('sys/bus/pci/drivers/pcieport-driver/0000:00:01.0', '../../../../devices/pci0000:00/0000:00:01.0')
8022d('sys/bus/pci/drivers/uhci_hcd', 0o755)
8023l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.3', '../../../../devices/pci0000:00/0000:00:1d.3')
8024l('sys/bus/pci/drivers/uhci_hcd/module', '../../../../module/uhci_hcd')
8025l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.0', '../../../../devices/pci0000:00/0000:00:1d.0')
8026l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.2', '../../../../devices/pci0000:00/0000:00:1d.2')
8027l('sys/bus/pci/drivers/uhci_hcd/0000:00:1d.1', '../../../../devices/pci0000:00/0000:00:1d.1')
8028d('sys/bus/pci/drivers/HDA Intel', 0o755)
8029l('sys/bus/pci/drivers/HDA Intel/0000:00:1b.0', '../../../../devices/pci0000:00/0000:00:1b.0')
8030l('sys/bus/pci/drivers/HDA Intel/module', '../../../../module/snd_hda_intel')
8031d('sys/bus/pci/drivers/ata_piix', 0o755)
8032l('sys/bus/pci/drivers/ata_piix/0000:00:1f.1', '../../../../devices/pci0000:00/0000:00:1f.1')
8033d('sys/bus/pci/drivers/yenta_cardbus', 0o755)
8034l('sys/bus/pci/drivers/yenta_cardbus/module', '../../../../module/yenta_socket')
8035l('sys/bus/pci/drivers/yenta_cardbus/0000:15:00.0', '../../../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0')
8036d('sys/bus/pci/drivers/e1000e', 0o755)
8037l('sys/bus/pci/drivers/e1000e/0000:02:00.0', '../../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0')
8038l('sys/bus/pci/drivers/e1000e/module', '../../../../module/e1000e')
8039d('sys/bus/pci/drivers/iwl3945', 0o755)
8040l('sys/bus/pci/drivers/iwl3945/module', '../../../../module/iwl3945')
8041l('sys/bus/pci/drivers/iwl3945/0000:03:00.0', '../../../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0')
8042d('sys/bus/pci/drivers/ehci_hcd', 0o755)
8043l('sys/bus/pci/drivers/ehci_hcd/module', '../../../../module/ehci_hcd')
8044d('sys/bus/pci/drivers/agpgart-intel', 0o755)
8045l('sys/bus/pci/drivers/agpgart-intel/module', '../../../../module/intel_agp')
8046d('sys/bus/pci/drivers/ahci', 0o755)
8047l('sys/bus/pci/drivers/ahci/module', '../../../../module/ahci')
8048l('sys/bus/pci/drivers/ahci/0000:00:1f.2', '../../../../devices/pci0000:00/0000:00:1f.2')
8049d('sys/bus/pci/devices', 0o755)
8050l('sys/bus/pci/devices/0000:00:1d.3', '../../../devices/pci0000:00/0000:00:1d.3')
8051l('sys/bus/pci/devices/0000:00:1c.2', '../../../devices/pci0000:00/0000:00:1c.2')
8052l('sys/bus/pci/devices/0000:00:1b.0', '../../../devices/pci0000:00/0000:00:1b.0')
8053l('sys/bus/pci/devices/0000:02:00.0', '../../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0')
8054l('sys/bus/pci/devices/0000:00:1c.1', '../../../devices/pci0000:00/0000:00:1c.1')
8055l('sys/bus/pci/devices/0000:00:00.0', '../../../devices/pci0000:00/0000:00:00.0')
8056l('sys/bus/pci/devices/0000:01:00.0', '../../../devices/pci0000:00/0000:00:01.0/0000:01:00.0')
8057l('sys/bus/pci/devices/0000:00:1c.3', '../../../devices/pci0000:00/0000:00:1c.3')
8058l('sys/bus/pci/devices/0000:00:1f.0', '../../../devices/pci0000:00/0000:00:1f.0')
8059l('sys/bus/pci/devices/0000:00:1c.0', '../../../devices/pci0000:00/0000:00:1c.0')
8060l('sys/bus/pci/devices/0000:15:00.0', '../../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0')
8061l('sys/bus/pci/devices/0000:00:1f.3', '../../../devices/pci0000:00/0000:00:1f.3')
8062l('sys/bus/pci/devices/0000:00:1d.0', '../../../devices/pci0000:00/0000:00:1d.0')
8063l('sys/bus/pci/devices/0000:00:1f.2', '../../../devices/pci0000:00/0000:00:1f.2')
8064l('sys/bus/pci/devices/0000:00:1d.2', '../../../devices/pci0000:00/0000:00:1d.2')
8065l('sys/bus/pci/devices/0000:03:00.0', '../../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0')
8066l('sys/bus/pci/devices/0000:00:01.0', '../../../devices/pci0000:00/0000:00:01.0')
8067l('sys/bus/pci/devices/0000:00:1f.1', '../../../devices/pci0000:00/0000:00:1f.1')
8068l('sys/bus/pci/devices/0000:00:1e.0', '../../../devices/pci0000:00/0000:00:1e.0')
8069l('sys/bus/pci/devices/0000:00:1d.1', '../../../devices/pci0000:00/0000:00:1d.1')
8070d('sys/bus/pnp', 0o755)
8071f('sys/bus/pnp/drivers_autoprobe', 0o644, b'1\n')
8072d('sys/bus/pnp/drivers', 0o755)
8073d('sys/bus/pnp/drivers/system', 0o755)
8074l('sys/bus/pnp/drivers/system/00:02', '../../../../devices/pnp0/00:02')
8075l('sys/bus/pnp/drivers/system/00:00', '../../../../devices/pnp0/00:00')
8076d('sys/bus/pnp/drivers/i8042 kbd', 0o755)
8077l('sys/bus/pnp/drivers/i8042 kbd/00:08', '../../../../devices/pnp0/00:08')
8078d('sys/bus/pnp/drivers/rtc_cmos', 0o755)
8079l('sys/bus/pnp/drivers/rtc_cmos/00:07', '../../../../devices/pnp0/00:07')
8080d('sys/bus/pnp/drivers/i8042 aux', 0o755)
8081l('sys/bus/pnp/drivers/i8042 aux/00:09', '../../../../devices/pnp0/00:09')
8082d('sys/bus/pnp/devices', 0o755)
8083l('sys/bus/pnp/devices/00:04', '../../../devices/pnp0/00:04')
8084l('sys/bus/pnp/devices/00:0a', '../../../devices/pnp0/00:0a')
8085l('sys/bus/pnp/devices/00:03', '../../../devices/pnp0/00:03')
8086l('sys/bus/pnp/devices/00:02', '../../../devices/pnp0/00:02')
8087l('sys/bus/pnp/devices/00:00', '../../../devices/pnp0/00:00')
8088l('sys/bus/pnp/devices/00:09', '../../../devices/pnp0/00:09')
8089l('sys/bus/pnp/devices/00:07', '../../../devices/pnp0/00:07')
8090l('sys/bus/pnp/devices/00:06', '../../../devices/pnp0/00:06')
8091l('sys/bus/pnp/devices/00:08', '../../../devices/pnp0/00:08')
8092l('sys/bus/pnp/devices/00:05', '../../../devices/pnp0/00:05')
8093l('sys/bus/pnp/devices/00:01', '../../../devices/pnp0/00:01')
8094d('sys/bus/pcmcia', 0o755)
8095f('sys/bus/pcmcia/drivers_autoprobe', 0o644, b'1\n')
8096d('sys/bus/platform', 0o755)
8097f('sys/bus/platform/drivers_autoprobe', 0o644, b'1\n')
8098d('sys/bus/platform/drivers', 0o755)
8099d('sys/bus/platform/drivers/pcspkr', 0o755)
8100l('sys/bus/platform/drivers/pcspkr/pcspkr', '../../../../devices/platform/pcspkr')
8101l('sys/bus/platform/drivers/pcspkr/module', '../../../../module/pcspkr')
8102d('sys/bus/platform/drivers/serial8250', 0o755)
8103l('sys/bus/platform/drivers/serial8250/serial8250', '../../../../devices/platform/serial8250')
8104d('sys/bus/platform/drivers/thinkpad_acpi', 0o755)
8105l('sys/bus/platform/drivers/thinkpad_acpi/module', '../../../../module/thinkpad_acpi')
8106l('sys/bus/platform/drivers/thinkpad_acpi/thinkpad_acpi', '../../../../devices/platform/thinkpad_acpi')
8107f('sys/bus/platform/drivers/thinkpad_acpi/version', 0o644, b'ThinkPad ACPI Extras v0.21\n')
8108f('sys/bus/platform/drivers/thinkpad_acpi/debug_level', 0o644, b'0x0000\n')
8109f('sys/bus/platform/drivers/thinkpad_acpi/interface_version', 0o644, b'0x00020200\n')
8110d('sys/bus/platform/drivers/vesafb', 0o755)
8111l('sys/bus/platform/drivers/vesafb/vesafb.0', '../../../../devices/platform/vesafb.0')
8112d('sys/bus/platform/drivers/thinkpad_hwmon', 0o755)
8113l('sys/bus/platform/drivers/thinkpad_hwmon/module', '../../../../module/thinkpad_acpi')
8114l('sys/bus/platform/drivers/thinkpad_hwmon/thinkpad_hwmon', '../../../../devices/platform/thinkpad_hwmon')
8115f('sys/bus/platform/drivers/thinkpad_hwmon/version', 0o644, b'ThinkPad ACPI Extras v0.21\n')
8116f('sys/bus/platform/drivers/thinkpad_hwmon/fan_watchdog', 0o644, b'0\n')
8117f('sys/bus/platform/drivers/thinkpad_hwmon/debug_level', 0o644, b'0x0000\n')
8118f('sys/bus/platform/drivers/thinkpad_hwmon/interface_version', 0o644, b'0x00020200\n')
8119d('sys/bus/platform/drivers/i8042', 0o755)
8120l('sys/bus/platform/drivers/i8042/i8042', '../../../../devices/platform/i8042')
8121d('sys/bus/platform/devices', 0o755)
8122l('sys/bus/platform/devices/pcspkr', '../../../devices/platform/pcspkr')
8123l('sys/bus/platform/devices/vesafb.0', '../../../devices/platform/vesafb.0')
8124l('sys/bus/platform/devices/dock.0', '../../../devices/platform/dock.0')
8125l('sys/bus/platform/devices/serial8250', '../../../devices/platform/serial8250')
8126l('sys/bus/platform/devices/thinkpad_acpi', '../../../devices/platform/thinkpad_acpi')
8127l('sys/bus/platform/devices/thinkpad_hwmon', '../../../devices/platform/thinkpad_hwmon')
8128l('sys/bus/platform/devices/microcode', '../../../devices/platform/microcode')
8129l('sys/bus/platform/devices/i8042', '../../../devices/platform/i8042')
8130d('sys/fs', 0o775)
8131d('sys/fs/fuse', 0o775)
8132d('sys/fs/fuse/connections', 0o775)
8133d('sys/fs/fuse/connections/16', 0o775)
8134f('sys/fs/fuse/connections/16/waiting', 0o664, b'0\n')
8135f('sys/fs/fuse/connections/16/abort', 0o664, b'')
8136d('sys/dev', 0o755)
8137d('sys/dev/char', 0o755)
8138l('sys/dev/char/4:39', '../../devices/virtual/tty/tty39')
8139l('sys/dev/char/116:33', '../../devices/virtual/sound/timer')
8140l('sys/dev/char/10:229', '../../devices/virtual/misc/fuse')
8141l('sys/dev/char/4:23', '../../devices/virtual/tty/tty23')
8142l('sys/dev/char/4:19', '../../devices/virtual/tty/tty19')
8143l('sys/dev/char/252:1', '../../devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00')
8144l('sys/dev/char/4:48', '../../devices/virtual/tty/tty48')
8145l('sys/dev/char/7:129', '../../devices/virtual/vc/vcsa1')
8146l('sys/dev/char/4:34', '../../devices/virtual/tty/tty34')
8147l('sys/dev/char/189:0', '../../devices/pci0000:00/0000:00:1d.0/usb1')
8148l('sys/dev/char/4:61', '../../devices/virtual/tty/tty61')
8149l('sys/dev/char/4:5', '../../devices/virtual/tty/tty5')
8150l('sys/dev/char/10:1', '../../devices/virtual/misc/psaux')
8151l('sys/dev/char/4:47', '../../devices/virtual/tty/tty47')
8152l('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')
8153l('sys/dev/char/252:7', '../../devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00')
8154l('sys/dev/char/7:1', '../../devices/virtual/vc/vcs1')
8155l('sys/dev/char/4:37', '../../devices/virtual/tty/tty37')
8156l('sys/dev/char/4:3', '../../devices/virtual/tty/tty3')
8157l('sys/dev/char/252:3', '../../devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00')
8158l('sys/dev/char/1:3', '../../devices/virtual/mem/null')
8159l('sys/dev/char/14:12', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/adsp')
8160l('sys/dev/char/7:0', '../../devices/virtual/vc/vcs')
8161l('sys/dev/char/252:14', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02')
8162l('sys/dev/char/4:52', '../../devices/virtual/tty/tty52')
8163l('sys/dev/char/252:18', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04')
8164l('sys/dev/char/1:5', '../../devices/virtual/mem/zero')
8165l('sys/dev/char/13:66', '../../devices/platform/pcspkr/input/input2/event2')
8166l('sys/dev/char/10:223', '../../devices/virtual/misc/uinput')
8167l('sys/dev/char/7:2', '../../devices/virtual/vc/vcs2')
8168l('sys/dev/char/4:40', '../../devices/virtual/tty/tty40')
8169l('sys/dev/char/4:31', '../../devices/virtual/tty/tty31')
8170l('sys/dev/char/252:21', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02')
8171l('sys/dev/char/4:11', '../../devices/virtual/tty/tty11')
8172l('sys/dev/char/4:17', '../../devices/virtual/tty/tty17')
8173l('sys/dev/char/252:31', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84')
8174l('sys/dev/char/189:256', '../../devices/pci0000:00/0000:00:1d.2/usb3')
8175l('sys/dev/char/252:5', '../../devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00')
8176l('sys/dev/char/7:4', '../../devices/virtual/vc/vcs4')
8177l('sys/dev/char/4:38', '../../devices/virtual/tty/tty38')
8178l('sys/dev/char/4:66', '../../devices/platform/serial8250/tty/ttyS2')
8179l('sys/dev/char/4:0', '../../devices/virtual/tty/tty0')
8180l('sys/dev/char/21:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0')
8181l('sys/dev/char/7:134', '../../devices/virtual/vc/vcsa6')
8182l('sys/dev/char/116:24', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c')
8183l('sys/dev/char/4:29', '../../devices/virtual/tty/tty29')
8184l('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')
8185l('sys/dev/char/4:27', '../../devices/virtual/tty/tty27')
8186l('sys/dev/char/4:21', '../../devices/virtual/tty/tty21')
8187l('sys/dev/char/13:64', '../../devices/platform/i8042/serio0/input/input0/event0')
8188l('sys/dev/char/252:30', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83')
8189l('sys/dev/char/4:51', '../../devices/virtual/tty/tty51')
8190l('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')
8191l('sys/dev/char/4:18', '../../devices/virtual/tty/tty18')
8192l('sys/dev/char/7:3', '../../devices/virtual/vc/vcs3')
8193l('sys/dev/char/252:32', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02')
8194l('sys/dev/char/252:27', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81')
8195l('sys/dev/char/252:12', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81')
8196l('sys/dev/char/1:1', '../../devices/virtual/mem/mem')
8197l('sys/dev/char/189:386', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2')
8198l('sys/dev/char/10:62', '../../devices/virtual/misc/network_latency')
8199l('sys/dev/char/252:4', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81')
8200l('sys/dev/char/5:1', '../../devices/virtual/tty/console')
8201l('sys/dev/char/1:7', '../../devices/virtual/mem/full')
8202l('sys/dev/char/7:5', '../../devices/virtual/vc/vcs5')
8203l('sys/dev/char/4:4', '../../devices/virtual/tty/tty4')
8204l('sys/dev/char/4:15', '../../devices/virtual/tty/tty15')
8205l('sys/dev/char/4:9', '../../devices/virtual/tty/tty9')
8206l('sys/dev/char/4:20', '../../devices/virtual/tty/tty20')
8207l('sys/dev/char/10:228', '../../devices/virtual/misc/hpet')
8208l('sys/dev/char/4:59', '../../devices/virtual/tty/tty59')
8209l('sys/dev/char/252:2', '../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81')
8210l('sys/dev/char/4:7', '../../devices/virtual/tty/tty7')
8211l('sys/dev/char/4:35', '../../devices/virtual/tty/tty35')
8212l('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')
8213l('sys/dev/char/189:128', '../../devices/pci0000:00/0000:00:1d.1/usb2')
8214l('sys/dev/char/10:184', '../../devices/virtual/misc/microcode')
8215l('sys/dev/char/7:131', '../../devices/virtual/vc/vcsa3')
8216l('sys/dev/char/116:1', '../../devices/virtual/sound/seq')
8217l('sys/dev/char/252:17', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84')
8218l('sys/dev/char/10:61', '../../devices/virtual/misc/network_throughput')
8219l('sys/dev/char/7:130', '../../devices/virtual/vc/vcsa2')
8220l('sys/dev/char/252:0', '../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81')
8221l('sys/dev/char/4:33', '../../devices/virtual/tty/tty33')
8222l('sys/dev/char/4:10', '../../devices/virtual/tty/tty10')
8223l('sys/dev/char/13:71', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7')
8224l('sys/dev/char/252:10', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81')
8225l('sys/dev/char/253:0', '../../devices/pnp0/00:07/rtc/rtc0')
8226l('sys/dev/char/252:19', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00')
8227l('sys/dev/char/7:10', '../../devices/virtual/vc/vcs10')
8228l('sys/dev/char/4:42', '../../devices/virtual/tty/tty42')
8229l('sys/dev/char/10:144', '../../devices/virtual/misc/nvram')
8230l('sys/dev/char/4:63', '../../devices/virtual/tty/tty63')
8231l('sys/dev/char/252:25', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81')
8232l('sys/dev/char/189:520', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2')
8233l('sys/dev/char/4:55', '../../devices/virtual/tty/tty55')
8234l('sys/dev/char/13:33', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1')
8235l('sys/dev/char/13:70', '../../devices/virtual/input/input6/event6')
8236l('sys/dev/char/252:29', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01')
8237l('sys/dev/char/4:45', '../../devices/virtual/tty/tty45')
8238l('sys/dev/char/4:56', '../../devices/virtual/tty/tty56')
8239l('sys/dev/char/10:60', '../../devices/virtual/misc/device-mapper')
8240l('sys/dev/char/5:2', '../../devices/virtual/tty/ptmx')
8241l('sys/dev/char/252:8', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81')
8242l('sys/dev/char/14:3', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/dsp')
8243l('sys/dev/char/13:68', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4')
8244l('sys/dev/char/13:67', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3')
8245l('sys/dev/char/1:4', '../../devices/virtual/mem/port')
8246l('sys/dev/char/116:0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0')
8247l('sys/dev/char/4:46', '../../devices/virtual/tty/tty46')
8248l('sys/dev/char/4:41', '../../devices/virtual/tty/tty41')
8249l('sys/dev/char/189:512', '../../devices/pci0000:00/0000:00:1d.7/usb5')
8250l('sys/dev/char/4:62', '../../devices/virtual/tty/tty62')
8251l('sys/dev/char/252:15', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83')
8252l('sys/dev/char/7:133', '../../devices/virtual/vc/vcsa5')
8253l('sys/dev/char/4:2', '../../devices/virtual/tty/tty2')
8254l('sys/dev/char/1:8', '../../devices/virtual/mem/random')
8255l('sys/dev/char/7:138', '../../devices/virtual/vc/vcsa10')
8256l('sys/dev/char/4:64', '../../devices/platform/serial8250/tty/ttyS0')
8257l('sys/dev/char/4:1', '../../devices/virtual/tty/tty1')
8258l('sys/dev/char/4:28', '../../devices/virtual/tty/tty28')
8259l('sys/dev/char/13:32', '../../devices/platform/i8042/serio1/input/input1/mouse0')
8260l('sys/dev/char/4:44', '../../devices/virtual/tty/tty44')
8261l('sys/dev/char/4:36', '../../devices/virtual/tty/tty36')
8262l('sys/dev/char/4:43', '../../devices/virtual/tty/tty43')
8263l('sys/dev/char/7:128', '../../devices/virtual/vc/vcsa')
8264l('sys/dev/char/4:60', '../../devices/virtual/tty/tty60')
8265l('sys/dev/char/7:135', '../../devices/virtual/vc/vcsa7')
8266l('sys/dev/char/4:6', '../../devices/virtual/tty/tty6')
8267l('sys/dev/char/4:49', '../../devices/virtual/tty/tty49')
8268l('sys/dev/char/189:518', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1')
8269l('sys/dev/char/29:0', '../../devices/platform/vesafb.0/graphics/fb0')
8270l('sys/dev/char/252:23', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00')
8271l('sys/dev/char/10:227', '../../devices/virtual/misc/mcelog')
8272l('sys/dev/char/4:14', '../../devices/virtual/tty/tty14')
8273l('sys/dev/char/4:54', '../../devices/virtual/tty/tty54')
8274l('sys/dev/char/7:132', '../../devices/virtual/vc/vcsa4')
8275l('sys/dev/char/5:0', '../../devices/virtual/tty/tty')
8276l('sys/dev/char/252:26', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00')
8277l('sys/dev/char/1:2', '../../devices/virtual/mem/kmem')
8278l('sys/dev/char/189:259', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1')
8279l('sys/dev/char/252:11', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02')
8280l('sys/dev/char/4:26', '../../devices/virtual/tty/tty26')
8281l('sys/dev/char/252:33', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00')
8282l('sys/dev/char/4:22', '../../devices/virtual/tty/tty22')
8283l('sys/dev/char/10:63', '../../devices/virtual/misc/cpu_dma_latency')
8284l('sys/dev/char/4:13', '../../devices/virtual/tty/tty13')
8285l('sys/dev/char/116:17', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p')
8286l('sys/dev/char/116:16', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p')
8287l('sys/dev/char/252:16', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03')
8288l('sys/dev/char/4:8', '../../devices/virtual/tty/tty8')
8289l('sys/dev/char/252:28', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82')
8290l('sys/dev/char/21:1', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1')
8291l('sys/dev/char/4:24', '../../devices/virtual/tty/tty24')
8292l('sys/dev/char/7:7', '../../devices/virtual/vc/vcs7')
8293l('sys/dev/char/252:20', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81')
8294l('sys/dev/char/166:0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0')
8295l('sys/dev/char/4:58', '../../devices/virtual/tty/tty58')
8296l('sys/dev/char/4:57', '../../devices/virtual/tty/tty57')
8297l('sys/dev/char/189:384', '../../devices/pci0000:00/0000:00:1d.3/usb4')
8298l('sys/dev/char/4:50', '../../devices/virtual/tty/tty50')
8299l('sys/dev/char/7:6', '../../devices/virtual/vc/vcs6')
8300l('sys/dev/char/4:25', '../../devices/virtual/tty/tty25')
8301l('sys/dev/char/4:16', '../../devices/virtual/tty/tty16')
8302l('sys/dev/char/4:65', '../../devices/platform/serial8250/tty/ttyS1')
8303l('sys/dev/char/13:65', '../../devices/platform/i8042/serio1/input/input1/event1')
8304l('sys/dev/char/13:69', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5')
8305l('sys/dev/char/252:22', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83')
8306l('sys/dev/char/1:11', '../../devices/virtual/mem/kmsg')
8307l('sys/dev/char/189:385', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1')
8308l('sys/dev/char/4:12', '../../devices/virtual/tty/tty12')
8309l('sys/dev/char/252:13', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82')
8310l('sys/dev/char/1:9', '../../devices/virtual/mem/urandom')
8311l('sys/dev/char/4:67', '../../devices/platform/serial8250/tty/ttyS3')
8312l('sys/dev/char/13:63', '../../devices/virtual/input/mice')
8313l('sys/dev/char/252:24', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00')
8314l('sys/dev/char/252:9', '../../devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00')
8315l('sys/dev/char/4:53', '../../devices/virtual/tty/tty53')
8316l('sys/dev/char/4:30', '../../devices/virtual/tty/tty30')
8317l('sys/dev/char/14:4', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/audio')
8318l('sys/dev/char/14:0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/mixer')
8319l('sys/dev/char/252:6', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81')
8320l('sys/dev/char/4:32', '../../devices/virtual/tty/tty32')
8321d('sys/dev/block', 0o755)
8322l('sys/dev/block/7:1', '../../devices/virtual/block/loop1')
8323l('sys/dev/block/7:0', '../../devices/virtual/block/loop0')
8324l('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')
8325l('sys/dev/block/7:2', '../../devices/virtual/block/loop2')
8326l('sys/dev/block/7:4', '../../devices/virtual/block/loop4')
8327l('sys/dev/block/8:8', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8')
8328l('sys/dev/block/7:3', '../../devices/virtual/block/loop3')
8329l('sys/dev/block/11:0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0')
8330l('sys/dev/block/7:5', '../../devices/virtual/block/loop5')
8331l('sys/dev/block/8:5', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5')
8332l('sys/dev/block/8:10', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10')
8333l('sys/dev/block/8:0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda')
8334l('sys/dev/block/8:9', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9')
8335l('sys/dev/block/8:7', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7')
8336l('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')
8337l('sys/dev/block/9:0', '../../devices/virtual/block/md0')
8338l('sys/dev/block/7:7', '../../devices/virtual/block/loop7')
8339l('sys/dev/block/8:6', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6')
8340l('sys/dev/block/7:6', '../../devices/virtual/block/loop6')
8341l('sys/dev/block/8:1', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1')
8342d('sys/module', 0o775)
8343d('sys/module/arc4', 0o775)
8344f('sys/module/arc4/initstate', 0o664, b'live\n')
8345f('sys/module/arc4/srcversion', 0o664, b'0E7B177AF22D87B5B21A577\n')
8346f('sys/module/arc4/refcnt', 0o664, b'2\n')
8347d('sys/module/arc4/sections', 0o775)
8348f('sys/module/arc4/sections/.exit.text', 0o664, b'0xffffffffa006b0dc\n')
8349f('sys/module/arc4/sections/.note.gnu.build-id', 0o664, b'0xffffffffa006b0f0\n')
8350f('sys/module/arc4/sections/.strtab', 0o664, b'0xffffffffa006b400\n')
8351f('sys/module/arc4/sections/.bss', 0o664, b'0xffffffffa006ba00\n')
8352f('sys/module/arc4/sections/.text', 0o664, b'0xffffffffa006b000\n')
8353f('sys/module/arc4/sections/.init.text', 0o664, b'0xffffffffa009a000\n')
8354f('sys/module/arc4/sections/.data', 0o664, b'0xffffffffa006b520\n')
8355f('sys/module/arc4/sections/.symtab', 0o664, b'0xffffffffa006b118\n')
8356f('sys/module/arc4/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa006b640\n')
8357d('sys/module/arc4/notes', 0o775)
8358f('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')
8359d('sys/module/vt', 0o775)
8360d('sys/module/vt/parameters', 0o775)
8361f('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')
8362f('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')
8363f('sys/module/vt/parameters/italic', 0o664, b'2\n')
8364f('sys/module/vt/parameters/underline', 0o664, b'3\n')
8365f('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')
8366f('sys/module/vt/parameters/default_utf8', 0o664, b'1\n')
8367d('sys/module/cdrom', 0o775)
8368f('sys/module/cdrom/initstate', 0o664, b'live\n')
8369f('sys/module/cdrom/srcversion', 0o664, b'D868CCB0789DA27F51280A8\n')
8370f('sys/module/cdrom/refcnt', 0o664, b'1\n')
8371d('sys/module/cdrom/holders', 0o775)
8372l('sys/module/cdrom/holders/sr_mod', '../../sr_mod')
8373d('sys/module/cdrom/sections', 0o775)
8374f('sys/module/cdrom/sections/__ksymtab_strings', 0o664, b'0xffffffffa002fe20\n')
8375f('sys/module/cdrom/sections/.exit.text', 0o664, b'0xffffffffa002e0f8\n')
8376f('sys/module/cdrom/sections/.note.gnu.build-id', 0o664, b'0xffffffffa002e120\n')
8377f('sys/module/cdrom/sections/.strtab', 0o664, b'0xffffffffa0030f60\n')
8378f('sys/module/cdrom/sections/__ksymtab', 0o664, b'0xffffffffa002fc10\n')
8379f('sys/module/cdrom/sections/.rodata', 0o664, b'0xffffffffa002e160\n')
8380f('sys/module/cdrom/sections/__param', 0o664, b'0xffffffffa002fd30\n')
8381f('sys/module/cdrom/sections/.bss', 0o664, b'0xffffffffa0032380\n')
8382f('sys/module/cdrom/sections/.text', 0o664, b'0xffffffffa0029000\n')
8383f('sys/module/cdrom/sections/.init.text', 0o664, b'0xffffffffa0034000\n')
8384f('sys/module/cdrom/sections/__kcrctab', 0o664, b'0xffffffffa002fcd0\n')
8385f('sys/module/cdrom/sections/.data', 0o664, b'0xffffffffa0031b80\n')
8386f('sys/module/cdrom/sections/.symtab', 0o664, b'0xffffffffa002fef8\n')
8387f('sys/module/cdrom/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0031fc0\n')
8388f('sys/module/cdrom/sections/.rodata.str1.1', 0o664, b'0xffffffffa002f896\n')
8389d('sys/module/cdrom/notes', 0o775)
8390f('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=')
8391d('sys/module/rfkill', 0o775)
8392f('sys/module/rfkill/version', 0o664, b'1.0\n')
8393f('sys/module/rfkill/initstate', 0o664, b'live\n')
8394f('sys/module/rfkill/srcversion', 0o664, b'6B4E68548C57FD365EB4E71\n')
8395f('sys/module/rfkill/refcnt', 0o664, b'2\n')
8396d('sys/module/rfkill/holders', 0o775)
8397l('sys/module/rfkill/holders/thinkpad_acpi', '../../thinkpad_acpi')
8398d('sys/module/rfkill/parameters', 0o775)
8399f('sys/module/rfkill/parameters/default_state', 0o664, b'1\n')
8400d('sys/module/rfkill/sections', 0o775)
8401f('sys/module/rfkill/sections/__ksymtab_gpl', 0o664, b'0xffffffffa01d9f70\n')
8402f('sys/module/rfkill/sections/.smp_locks', 0o664, b'0xffffffffa01d9e80\n')
8403f('sys/module/rfkill/sections/__bug_table', 0o664, b'0xffffffffa01d9e36\n')
8404f('sys/module/rfkill/sections/__ksymtab_strings', 0o664, b'0xffffffffa01d9fe0\n')
8405f('sys/module/rfkill/sections/.exit.text', 0o664, b'0xffffffffa01d9c88\n')
8406f('sys/module/rfkill/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01d9cb0\n')
8407f('sys/module/rfkill/sections/.strtab', 0o664, b'0xffffffffa01dae08\n')
8408f('sys/module/rfkill/sections/__ksymtab', 0o664, b'0xffffffffa01d9ee0\n')
8409f('sys/module/rfkill/sections/.rodata', 0o664, b'0xffffffffa01d9cd8\n')
8410f('sys/module/rfkill/sections/__param', 0o664, b'0xffffffffa01d9fb8\n')
8411f('sys/module/rfkill/sections/.bss', 0o664, b'0xffffffffa01dbe00\n')
8412f('sys/module/rfkill/sections/.text', 0o664, b'0xffffffffa01d9000\n')
8413f('sys/module/rfkill/sections/.init.text', 0o664, b'0xffffffffa009a000\n')
8414f('sys/module/rfkill/sections/__kcrctab', 0o664, b'0xffffffffa01d9f40\n')
8415f('sys/module/rfkill/sections/.data', 0o664, b'0xffffffffa01db780\n')
8416f('sys/module/rfkill/sections/.symtab', 0o664, b'0xffffffffa01da088\n')
8417f('sys/module/rfkill/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01dba40\n')
8418f('sys/module/rfkill/sections/.rodata.str1.1', 0o664, b'0xffffffffa01d9d36\n')
8419f('sys/module/rfkill/sections/__kcrctab_gpl', 0o664, b'0xffffffffa01d9fa0\n')
8420d('sys/module/rfkill/notes', 0o775)
8421f('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"')
8422d('sys/module/uinput', 0o775)
8423f('sys/module/uinput/version', 0o664, b'0.3\n')
8424f('sys/module/uinput/initstate', 0o664, b'live\n')
8425f('sys/module/uinput/srcversion', 0o664, b'2C3E0DB9E2496AD70174B85\n')
8426f('sys/module/uinput/refcnt', 0o664, b'0\n')
8427d('sys/module/uinput/sections', 0o775)
8428f('sys/module/uinput/sections/.smp_locks', 0o664, b'0xffffffffa0206448\n')
8429f('sys/module/uinput/sections/.exit.text', 0o664, b'0xffffffffa0206278\n')
8430f('sys/module/uinput/sections/.note.gnu.build-id', 0o664, b'0xffffffffa020628c\n')
8431f('sys/module/uinput/sections/.strtab', 0o664, b'0xffffffffa0206c88\n')
8432f('sys/module/uinput/sections/.rodata', 0o664, b'0xffffffffa02062c0\n')
8433f('sys/module/uinput/sections/.bss', 0o664, b'0xffffffffa02074c0\n')
8434f('sys/module/uinput/sections/.text', 0o664, b'0xffffffffa0205000\n')
8435f('sys/module/uinput/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
8436f('sys/module/uinput/sections/.data', 0o664, b'0xffffffffa02070c0\n')
8437f('sys/module/uinput/sections/.symtab', 0o664, b'0xffffffffa0206490\n')
8438f('sys/module/uinput/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0207100\n')
8439f('sys/module/uinput/sections/.rodata.str1.1', 0o664, b'0xffffffffa0206398\n')
8440d('sys/module/uinput/notes', 0o775)
8441f('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")
8442d('sys/module/fuse', 0o775)
8443f('sys/module/fuse/initstate', 0o664, b'live\n')
8444f('sys/module/fuse/srcversion', 0o664, b'A6C92EE44A51B1B0DC4377D\n')
8445f('sys/module/fuse/refcnt', 0o664, b'3\n')
8446d('sys/module/fuse/sections', 0o775)
8447f('sys/module/fuse/sections/.smp_locks', 0o664, b'0xffffffffa0249d78\n')
8448f('sys/module/fuse/sections/__bug_table', 0o664, b'0xffffffffa024a032\n')
8449f('sys/module/fuse/sections/.exit.text', 0o664, b'0xffffffffa02493d0\n')
8450f('sys/module/fuse/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0249414\n')
8451f('sys/module/fuse/sections/.strtab', 0o664, b'0xffffffffa024c4e8\n')
8452f('sys/module/fuse/sections/.rodata', 0o664, b'0xffffffffa0249440\n')
8453f('sys/module/fuse/sections/.bss', 0o664, b'0xffffffffa024e300\n')
8454f('sys/module/fuse/sections/.text', 0o664, b'0xffffffffa0240000\n')
8455f('sys/module/fuse/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8456f('sys/module/fuse/sections/.data', 0o664, b'0xffffffffa024dba0\n')
8457f('sys/module/fuse/sections/.symtab', 0o664, b'0xffffffffa024a208\n')
8458f('sys/module/fuse/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa024df40\n')
8459f('sys/module/fuse/sections/.rodata.str1.1', 0o664, b'0xffffffffa0249e50\n')
8460d('sys/module/fuse/notes', 0o775)
8461f('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')
8462d('sys/module/hid', 0o775)
8463d('sys/module/hid/parameters', 0o775)
8464f('sys/module/hid/parameters/pb_fnmode', 0o664, b'1\n')
8465d('sys/module/uhci_hcd', 0o775)
8466f('sys/module/uhci_hcd/initstate', 0o664, b'live\n')
8467f('sys/module/uhci_hcd/srcversion', 0o664, b'E3F4B6BEC99D6670259FCC9\n')
8468f('sys/module/uhci_hcd/refcnt', 0o664, b'0\n')
8469d('sys/module/uhci_hcd/drivers', 0o775)
8470l('sys/module/uhci_hcd/drivers/pci:uhci_hcd', '../../../bus/pci/drivers/uhci_hcd')
8471d('sys/module/uhci_hcd/parameters', 0o775)
8472f('sys/module/uhci_hcd/parameters/ignore_oc', 0o664, b'N\n')
8473d('sys/module/uhci_hcd/sections', 0o775)
8474f('sys/module/uhci_hcd/sections/.smp_locks', 0o664, b'0xffffffffa00c6850\n')
8475f('sys/module/uhci_hcd/sections/.exit.text', 0o664, b'0xffffffffa00c621c\n')
8476f('sys/module/uhci_hcd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00c6254\n')
8477f('sys/module/uhci_hcd/sections/.strtab', 0o664, b'0xffffffffa00c7690\n')
8478f('sys/module/uhci_hcd/sections/.rodata', 0o664, b'0xffffffffa00c6280\n')
8479f('sys/module/uhci_hcd/sections/__param', 0o664, b'0xffffffffa00c6888\n')
8480f('sys/module/uhci_hcd/sections/.bss', 0o664, b'0xffffffffa00c8400\n')
8481f('sys/module/uhci_hcd/sections/.text', 0o664, b'0xffffffffa00c2000\n')
8482f('sys/module/uhci_hcd/sections/.init.text', 0o664, b'0xffffffffa0027000\n')
8483f('sys/module/uhci_hcd/sections/.data', 0o664, b'0xffffffffa00c7ee0\n')
8484f('sys/module/uhci_hcd/sections/.symtab', 0o664, b'0xffffffffa00c68b0\n')
8485f('sys/module/uhci_hcd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00c8040\n')
8486f('sys/module/uhci_hcd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00c67d2\n')
8487d('sys/module/uhci_hcd/notes', 0o775)
8488f('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')
8489d('sys/module/crypto_blkcipher', 0o775)
8490f('sys/module/crypto_blkcipher/initstate', 0o664, b'live\n')
8491f('sys/module/crypto_blkcipher/srcversion', 0o664, b'723F00BD2391209F4D65272\n')
8492f('sys/module/crypto_blkcipher/refcnt', 0o664, b'1\n')
8493d('sys/module/crypto_blkcipher/holders', 0o775)
8494l('sys/module/crypto_blkcipher/holders/ecb', '../../ecb')
8495d('sys/module/crypto_blkcipher/sections', 0o775)
8496f('sys/module/crypto_blkcipher/sections/__ksymtab_gpl', 0o664, b'0xffffffffa01f1610\n')
8497f('sys/module/crypto_blkcipher/sections/.smp_locks', 0o664, b'0xffffffffa01f18c0\n')
8498f('sys/module/crypto_blkcipher/sections/__bug_table', 0o664, b'0xffffffffa01f185f\n')
8499f('sys/module/crypto_blkcipher/sections/__ksymtab_strings', 0o664, b'0xffffffffa01f1748\n')
8500f('sys/module/crypto_blkcipher/sections/.exit.text', 0o664, b'0xffffffffa01f138c\n')
8501f('sys/module/crypto_blkcipher/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01f13b0\n')
8502f('sys/module/crypto_blkcipher/sections/.strtab', 0o664, b'0xffffffffa01f2b10\n')
8503f('sys/module/crypto_blkcipher/sections/.rodata', 0o664, b'0xffffffffa01f13e0\n')
8504f('sys/module/crypto_blkcipher/sections/.bss', 0o664, b'0xffffffffa01f3ec0\n')
8505f('sys/module/crypto_blkcipher/sections/.text', 0o664, b'0xffffffffa01ef000\n')
8506f('sys/module/crypto_blkcipher/sections/.init.text', 0o664, b'0xffffffffa0027000\n')
8507f('sys/module/crypto_blkcipher/sections/.data', 0o664, b'0xffffffffa01f39e0\n')
8508f('sys/module/crypto_blkcipher/sections/.symtab', 0o664, b'0xffffffffa01f18f8\n')
8509f('sys/module/crypto_blkcipher/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01f3b00\n')
8510f('sys/module/crypto_blkcipher/sections/.rodata.str1.1', 0o664, b'0xffffffffa01f1440\n')
8511f('sys/module/crypto_blkcipher/sections/__kcrctab_gpl', 0o664, b'0xffffffffa01f16e0\n')
8512d('sys/module/crypto_blkcipher/notes', 0o775)
8513f('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')
8514d('sys/module/soundcore', 0o775)
8515f('sys/module/soundcore/initstate', 0o664, b'live\n')
8516f('sys/module/soundcore/srcversion', 0o664, b'E4F49ED9C4CFD1A5A923330\n')
8517f('sys/module/soundcore/refcnt', 0o664, b'1\n')
8518d('sys/module/soundcore/holders', 0o775)
8519l('sys/module/soundcore/holders/snd', '../../snd')
8520d('sys/module/soundcore/sections', 0o775)
8521f('sys/module/soundcore/sections/__ksymtab_strings', 0o664, b'0xffffffffa0067bf0\n')
8522f('sys/module/soundcore/sections/.exit.text', 0o664, b'0xffffffffa0067850\n')
8523f('sys/module/soundcore/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0067874\n')
8524f('sys/module/soundcore/sections/.strtab', 0o664, b'0xffffffffa00686d0\n')
8525f('sys/module/soundcore/sections/__ksymtab', 0o664, b'0xffffffffa0067b00\n')
8526f('sys/module/soundcore/sections/.rodata', 0o664, b'0xffffffffa00678a0\n')
8527f('sys/module/soundcore/sections/.bss', 0o664, b'0xffffffffa00692c0\n')
8528f('sys/module/soundcore/sections/.text', 0o664, b'0xffffffffa0067000\n')
8529f('sys/module/soundcore/sections/.init.text', 0o664, b'0xffffffffa006b000\n')
8530f('sys/module/soundcore/sections/__kcrctab', 0o664, b'0xffffffffa0067ba0\n')
8531f('sys/module/soundcore/sections/.data', 0o664, b'0xffffffffa0068ec0\n')
8532f('sys/module/soundcore/sections/.symtab', 0o664, b'0xffffffffa0067cc8\n')
8533f('sys/module/soundcore/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0068f00\n')
8534f('sys/module/soundcore/sections/.rodata.str1.1', 0o664, b'0xffffffffa00679f8\n')
8535d('sys/module/soundcore/notes', 0o775)
8536f('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')
8537d('sys/module/pcspkr', 0o775)
8538f('sys/module/pcspkr/initstate', 0o664, b'live\n')
8539f('sys/module/pcspkr/srcversion', 0o664, b'5757E9C81E627525BA9D165\n')
8540f('sys/module/pcspkr/refcnt', 0o664, b'0\n')
8541d('sys/module/pcspkr/drivers', 0o775)
8542l('sys/module/pcspkr/drivers/platform:pcspkr', '../../../bus/platform/drivers/pcspkr')
8543d('sys/module/pcspkr/sections', 0o775)
8544f('sys/module/pcspkr/sections/.exit.text', 0o664, b'0xffffffffa009e15c\n')
8545f('sys/module/pcspkr/sections/.note.gnu.build-id', 0o664, b'0xffffffffa009e250\n')
8546f('sys/module/pcspkr/sections/.strtab', 0o664, b'0xffffffffa009e6e8\n')
8547f('sys/module/pcspkr/sections/.devexit.text', 0o664, b'0xffffffffa009e16e\n')
8548f('sys/module/pcspkr/sections/.bss', 0o664, b'0xffffffffa009ed80\n')
8549f('sys/module/pcspkr/sections/.text', 0o664, b'0xffffffffa009e000\n')
8550f('sys/module/pcspkr/sections/.init.text', 0o664, b'0xffffffffa00a0000\n')
8551f('sys/module/pcspkr/sections/.data', 0o664, b'0xffffffffa009e900\n')
8552f('sys/module/pcspkr/sections/.devinit.text', 0o664, b'0xffffffffa009e1ad\n')
8553f('sys/module/pcspkr/sections/.symtab', 0o664, b'0xffffffffa009e298\n')
8554f('sys/module/pcspkr/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa009e9c0\n')
8555f('sys/module/pcspkr/sections/.rodata.str1.1', 0o664, b'0xffffffffa009e274\n')
8556d('sys/module/pcspkr/notes', 0o775)
8557f('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!')
8558d('sys/module/sr_mod', 0o775)
8559f('sys/module/sr_mod/initstate', 0o664, b'live\n')
8560f('sys/module/sr_mod/srcversion', 0o664, b'3484F077F1A71803F453437\n')
8561f('sys/module/sr_mod/refcnt', 0o664, b'0\n')
8562d('sys/module/sr_mod/parameters', 0o775)
8563f('sys/module/sr_mod/parameters/xa_test', 0o664, b'0\n')
8564d('sys/module/sr_mod/sections', 0o775)
8565f('sys/module/sr_mod/sections/.smp_locks', 0o664, b'0xffffffffa0061488\n')
8566f('sys/module/sr_mod/sections/.exit.text', 0o664, b'0xffffffffa006126c\n')
8567f('sys/module/sr_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0061290\n')
8568f('sys/module/sr_mod/sections/.strtab', 0o664, b'0xffffffffa00623f0\n')
8569f('sys/module/sr_mod/sections/.rodata', 0o664, b'0xffffffffa00612c0\n')
8570f('sys/module/sr_mod/sections/__param', 0o664, b'0xffffffffa0061750\n')
8571f('sys/module/sr_mod/sections/.bss', 0o664, b'0xffffffffa00630c0\n')
8572f('sys/module/sr_mod/sections/.text', 0o664, b'0xffffffffa005f000\n')
8573f('sys/module/sr_mod/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8574f('sys/module/sr_mod/sections/.data', 0o664, b'0xffffffffa0062aa0\n')
8575f('sys/module/sr_mod/sections/.symtab', 0o664, b'0xffffffffa0061778\n')
8576f('sys/module/sr_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0062d00\n')
8577f('sys/module/sr_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa0061308\n')
8578d('sys/module/sr_mod/notes', 0o775)
8579f('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(')
8580d('sys/module/cfg80211', 0o775)
8581f('sys/module/cfg80211/initstate', 0o664, b'live\n')
8582f('sys/module/cfg80211/srcversion', 0o664, b'C43F275505B181F0D1625BE\n')
8583f('sys/module/cfg80211/refcnt', 0o664, b'2\n')
8584d('sys/module/cfg80211/holders', 0o775)
8585l('sys/module/cfg80211/holders/mac80211', '../../mac80211')
8586l('sys/module/cfg80211/holders/iwl3945', '../../iwl3945')
8587d('sys/module/cfg80211/parameters', 0o775)
8588f('sys/module/cfg80211/parameters/ieee80211_regdom', 0o664, b'US\n')
8589d('sys/module/cfg80211/sections', 0o775)
8590f('sys/module/cfg80211/sections/.smp_locks', 0o664, b'0xffffffffa00bd2a0\n')
8591f('sys/module/cfg80211/sections/__bug_table', 0o664, b'0xffffffffa00bd166\n')
8592f('sys/module/cfg80211/sections/__ksymtab_strings', 0o664, b'0xffffffffa00bd448\n')
8593f('sys/module/cfg80211/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00bce58\n')
8594f('sys/module/cfg80211/sections/.strtab', 0o664, b'0xffffffffa00be8c0\n')
8595f('sys/module/cfg80211/sections/__ksymtab', 0o664, b'0xffffffffa00bd370\n')
8596f('sys/module/cfg80211/sections/.rodata', 0o664, b'0xffffffffa00bce80\n')
8597f('sys/module/cfg80211/sections/.data.read_mostly', 0o664, b'0xffffffffa00bfe60\n')
8598f('sys/module/cfg80211/sections/__param', 0o664, b'0xffffffffa00bd518\n')
8599f('sys/module/cfg80211/sections/.bss', 0o664, b'0xffffffffa00c02c0\n')
8600f('sys/module/cfg80211/sections/.text', 0o664, b'0xffffffffa00b9000\n')
8601f('sys/module/cfg80211/sections/__kcrctab', 0o664, b'0xffffffffa00bd400\n')
8602f('sys/module/cfg80211/sections/.data', 0o664, b'0xffffffffa00bf760\n')
8603f('sys/module/cfg80211/sections/.symtab', 0o664, b'0xffffffffa00bd540\n')
8604f('sys/module/cfg80211/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00bff00\n')
8605f('sys/module/cfg80211/sections/.rodata.str1.1', 0o664, b'0xffffffffa00bd078\n')
8606d('sys/module/cfg80211/notes', 0o775)
8607f('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')
8608d('sys/module/snd_seq', 0o775)
8609f('sys/module/snd_seq/initstate', 0o664, b'live\n')
8610f('sys/module/snd_seq/srcversion', 0o664, b'94E19F6DBC8F63B241414FE\n')
8611f('sys/module/snd_seq/refcnt', 0o664, b'0\n')
8612d('sys/module/snd_seq/parameters', 0o775)
8613f('sys/module/snd_seq/parameters/seq_default_timer_device', 0o664, b'0\n')
8614f('sys/module/snd_seq/parameters/seq_default_timer_class', 0o664, b'1\n')
8615f('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')
8616f('sys/module/snd_seq/parameters/seq_default_timer_sclass', 0o664, b'0\n')
8617f('sys/module/snd_seq/parameters/seq_default_timer_resolution', 0o664, b'0\n')
8618f('sys/module/snd_seq/parameters/seq_default_timer_subdevice', 0o664, b'0\n')
8619f('sys/module/snd_seq/parameters/seq_default_timer_card', 0o664, b'-1\n')
8620d('sys/module/snd_seq/sections', 0o775)
8621f('sys/module/snd_seq/sections/.smp_locks', 0o664, b'0xffffffffa02b1d30\n')
8622f('sys/module/snd_seq/sections/__ksymtab_strings', 0o664, b'0xffffffffa02b1748\n')
8623f('sys/module/snd_seq/sections/.exit.text', 0o664, b'0xffffffffa02b0ff0\n')
8624f('sys/module/snd_seq/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02b10bc\n')
8625f('sys/module/snd_seq/sections/.strtab', 0o664, b'0xffffffffa02b4590\n')
8626f('sys/module/snd_seq/sections/__ksymtab', 0o664, b'0xffffffffa02b1610\n')
8627f('sys/module/snd_seq/sections/.rodata', 0o664, b'0xffffffffa02b10e0\n')
8628f('sys/module/snd_seq/sections/__param', 0o664, b'0xffffffffa02b1320\n')
8629f('sys/module/snd_seq/sections/.bss', 0o664, b'0xffffffffa02b6f80\n')
8630f('sys/module/snd_seq/sections/.text', 0o664, b'0xffffffffa02a9000\n')
8631f('sys/module/snd_seq/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8632f('sys/module/snd_seq/sections/__kcrctab', 0o664, b'0xffffffffa02b16e0\n')
8633f('sys/module/snd_seq/sections/.data', 0o664, b'0xffffffffa02b6860\n')
8634f('sys/module/snd_seq/sections/.symtab', 0o664, b'0xffffffffa02b1fc8\n')
8635f('sys/module/snd_seq/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02b6bc0\n')
8636f('sys/module/snd_seq/sections/.rodata.str1.1', 0o664, b'0xffffffffa02b18b6\n')
8637d('sys/module/snd_seq/notes', 0o775)
8638f('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')
8639d('sys/module/usb_storage', 0o775)
8640f('sys/module/usb_storage/initstate', 0o664, b'live\n')
8641f('sys/module/usb_storage/srcversion', 0o664, b'D07F7C47643AB7AFB6BEF6F\n')
8642f('sys/module/usb_storage/refcnt', 0o664, b'1\n')
8643d('sys/module/usb_storage/drivers', 0o775)
8644l('sys/module/usb_storage/drivers/usb:usb-storage', '../../../bus/usb/drivers/usb-storage')
8645d('sys/module/usb_storage/parameters', 0o775)
8646f('sys/module/usb_storage/parameters/swi_tru_install', 0o664, b'1\n')
8647f('sys/module/usb_storage/parameters/delay_use', 0o664, b'5\n')
8648d('sys/module/usb_storage/sections', 0o775)
8649f('sys/module/usb_storage/sections/.smp_locks', 0o664, b'0xffffffffa02e1820\n')
8650f('sys/module/usb_storage/sections/.exit.text', 0o664, b'0xffffffffa02e056c\n')
8651f('sys/module/usb_storage/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02e0580\n')
8652f('sys/module/usb_storage/sections/.strtab', 0o664, b'0xffffffffa02e42d0\n')
8653f('sys/module/usb_storage/sections/.rodata', 0o664, b'0xffffffffa02e05b0\n')
8654f('sys/module/usb_storage/sections/__param', 0o664, b'0xffffffffa02e18b0\n')
8655f('sys/module/usb_storage/sections/.bss', 0o664, b'0xffffffffa02e9400\n')
8656f('sys/module/usb_storage/sections/.text', 0o664, b'0xffffffffa02dd000\n')
8657f('sys/module/usb_storage/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8658f('sys/module/usb_storage/sections/.data', 0o664, b'0xffffffffa02e5dc0\n')
8659f('sys/module/usb_storage/sections/.symtab', 0o664, b'0xffffffffa02e1900\n')
8660f('sys/module/usb_storage/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02e9040\n')
8661f('sys/module/usb_storage/sections/.rodata.str1.1', 0o664, b'0xffffffffa02e0ab1\n')
8662d('sys/module/usb_storage/notes', 0o775)
8663f('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')
8664d('sys/module/acpi_cpufreq', 0o775)
8665f('sys/module/acpi_cpufreq/initstate', 0o664, b'live\n')
8666f('sys/module/acpi_cpufreq/srcversion', 0o664, b'09166B6001DCE2189668F16\n')
8667f('sys/module/acpi_cpufreq/refcnt', 0o664, b'1\n')
8668d('sys/module/acpi_cpufreq/parameters', 0o775)
8669f('sys/module/acpi_cpufreq/parameters/acpi_pstate_strict', 0o664, b'0\n')
8670d('sys/module/acpi_cpufreq/sections', 0o775)
8671f('sys/module/acpi_cpufreq/sections/.smp_locks', 0o664, b'0xffffffffa0254d68\n')
8672f('sys/module/acpi_cpufreq/sections/.exit.text', 0o664, b'0xffffffffa0254c4c\n')
8673f('sys/module/acpi_cpufreq/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0254c6c\n')
8674f('sys/module/acpi_cpufreq/sections/.strtab', 0o664, b'0xffffffffa0255620\n')
8675f('sys/module/acpi_cpufreq/sections/.rodata', 0o664, b'0xffffffffa0254ca0\n')
8676f('sys/module/acpi_cpufreq/sections/__param', 0o664, b'0xffffffffa0254d70\n')
8677f('sys/module/acpi_cpufreq/sections/.bss', 0o664, b'0xffffffffa0256000\n')
8678f('sys/module/acpi_cpufreq/sections/.text', 0o664, b'0xffffffffa0254000\n')
8679f('sys/module/acpi_cpufreq/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8680f('sys/module/acpi_cpufreq/sections/.data', 0o664, b'0xffffffffa0255bc0\n')
8681f('sys/module/acpi_cpufreq/sections/.symtab', 0o664, b'0xffffffffa0254dc8\n')
8682f('sys/module/acpi_cpufreq/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0255c40\n')
8683f('sys/module/acpi_cpufreq/sections/.rodata.str1.1', 0o664, b'0xffffffffa0254d98\n')
8684d('sys/module/acpi_cpufreq/notes', 0o775)
8685f('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')
8686d('sys/module/button', 0o775)
8687f('sys/module/button/initstate', 0o664, b'live\n')
8688f('sys/module/button/srcversion', 0o664, b'2713981C971D8EC4C059338\n')
8689f('sys/module/button/refcnt', 0o664, b'0\n')
8690d('sys/module/button/sections', 0o775)
8691f('sys/module/button/sections/.smp_locks', 0o664, b'0xffffffffa00a7c98\n')
8692f('sys/module/button/sections/.exit.text', 0o664, b'0xffffffffa00a781c\n')
8693f('sys/module/button/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00a7898\n')
8694f('sys/module/button/sections/.strtab', 0o664, b'0xffffffffa00a84d8\n')
8695f('sys/module/button/sections/.rodata', 0o664, b'0xffffffffa00a78c0\n')
8696f('sys/module/button/sections/.bss', 0o664, b'0xffffffffa00a8f40\n')
8697f('sys/module/button/sections/.text', 0o664, b'0xffffffffa00a7000\n')
8698f('sys/module/button/sections/.init.text', 0o664, b'0xffffffffa00aa000\n')
8699f('sys/module/button/sections/.data', 0o664, b'0xffffffffa00a89e0\n')
8700f('sys/module/button/sections/.symtab', 0o664, b'0xffffffffa00a7cb0\n')
8701f('sys/module/button/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00a8b80\n')
8702f('sys/module/button/sections/.rodata.str1.1', 0o664, b'0xffffffffa00a7b60\n')
8703d('sys/module/button/notes', 0o775)
8704f('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')
8705d('sys/module/processor', 0o775)
8706f('sys/module/processor/initstate', 0o664, b'live\n')
8707f('sys/module/processor/srcversion', 0o664, b'8A1C302AFF80867DBAC4684\n')
8708f('sys/module/processor/refcnt', 0o664, b'4\n')
8709d('sys/module/processor/holders', 0o775)
8710l('sys/module/processor/holders/acpi_cpufreq', '../../acpi_cpufreq')
8711l('sys/module/processor/holders/thermal', '../../thermal')
8712d('sys/module/processor/parameters', 0o775)
8713f('sys/module/processor/parameters/ignore_ppc', 0o664, b'0\n')
8714f('sys/module/processor/parameters/latency_factor', 0o664, b'2\n')
8715d('sys/module/processor/sections', 0o775)
8716f('sys/module/processor/sections/.smp_locks', 0o664, b'0xffffffffa0077788\n')
8717f('sys/module/processor/sections/__ex_table', 0o664, b'0xffffffffa0077768\n')
8718f('sys/module/processor/sections/__bug_table', 0o664, b'0xffffffffa0077621\n')
8719f('sys/module/processor/sections/__ksymtab_strings', 0o664, b'0xffffffffa00776b8\n')
8720f('sys/module/processor/sections/.exit.text', 0o664, b'0xffffffffa00763a9\n')
8721f('sys/module/processor/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00765c4\n')
8722f('sys/module/processor/sections/.strtab', 0o664, b'0xffffffffa0079438\n')
8723f('sys/module/processor/sections/.fixup', 0o664, b'0xffffffffa00765ad\n')
8724f('sys/module/processor/sections/__ksymtab', 0o664, b'0xffffffffa0077640\n')
8725f('sys/module/processor/sections/.rodata', 0o664, b'0xffffffffa00765f0\n')
8726f('sys/module/processor/sections/.data.read_mostly', 0o664, b'0xffffffffa007b7d8\n')
8727f('sys/module/processor/sections/__param', 0o664, b'0xffffffffa00777f0\n')
8728f('sys/module/processor/sections/.bss', 0o664, b'0xffffffffa007bbc0\n')
8729f('sys/module/processor/sections/.text', 0o664, b'0xffffffffa0072000\n')
8730f('sys/module/processor/sections/.init.text', 0o664, b'0xffffffffa007d000\n')
8731f('sys/module/processor/sections/__kcrctab', 0o664, b'0xffffffffa0077690\n')
8732f('sys/module/processor/sections/.data', 0o664, b'0xffffffffa007ab90\n')
8733f('sys/module/processor/sections/.cpuinit.data', 0o664, b'0xffffffffa007b040\n')
8734f('sys/module/processor/sections/.symtab', 0o664, b'0xffffffffa0077890\n')
8735f('sys/module/processor/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa007b800\n')
8736f('sys/module/processor/sections/.rodata.str1.1', 0o664, b'0xffffffffa0076863\n')
8737f('sys/module/processor/sections/.cpuinit.text', 0o664, b'0xffffffffa0075abc\n')
8738f('sys/module/processor/sections/.ref.text', 0o664, b'0xffffffffa007641a\n')
8739d('sys/module/processor/notes', 0o775)
8740f('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')
8741d('sys/module/oprofile', 0o775)
8742d('sys/module/oprofile/parameters', 0o775)
8743f('sys/module/oprofile/parameters/timer', 0o664, b'0\n')
8744d('sys/module/spurious', 0o775)
8745d('sys/module/spurious/parameters', 0o775)
8746f('sys/module/spurious/parameters/noirqdebug', 0o664, b'N\n')
8747f('sys/module/spurious/parameters/irqfixup', 0o664, b'0\n')
8748d('sys/module/raid1', 0o775)
8749f('sys/module/raid1/initstate', 0o664, b'live\n')
8750f('sys/module/raid1/srcversion', 0o664, b'EA08FDD37C2EEFA95DE4413\n')
8751f('sys/module/raid1/refcnt', 0o664, b'1\n')
8752d('sys/module/raid1/sections', 0o775)
8753f('sys/module/raid1/sections/.smp_locks', 0o664, b'0xffffffffa0236438\n')
8754f('sys/module/raid1/sections/__bug_table', 0o664, b'0xffffffffa02369c0\n')
8755f('sys/module/raid1/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0236414\n')
8756f('sys/module/raid1/sections/.strtab', 0o664, b'0xffffffffa02376f8\n')
8757f('sys/module/raid1/sections/.bss', 0o664, b'0xffffffffa0238280\n')
8758f('sys/module/raid1/sections/.text', 0o664, b'0xffffffffa0232000\n')
8759f('sys/module/raid1/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8760f('sys/module/raid1/sections/.data', 0o664, b'0xffffffffa0237e20\n')
8761f('sys/module/raid1/sections/.symtab', 0o664, b'0xffffffffa0236a08\n')
8762f('sys/module/raid1/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0237ec0\n')
8763f('sys/module/raid1/sections/.rodata.str1.1', 0o664, b'0xffffffffa0236618\n')
8764d('sys/module/raid1/notes', 0o775)
8765f('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@')
8766d('sys/module/edd', 0o775)
8767f('sys/module/edd/version', 0o664, b'0.16\n')
8768f('sys/module/edd/initstate', 0o664, b'live\n')
8769f('sys/module/edd/srcversion', 0o664, b'ED68C1ACC4B2D1B19C7BEA7\n')
8770f('sys/module/edd/refcnt', 0o664, b'0\n')
8771d('sys/module/edd/sections', 0o775)
8772f('sys/module/edd/sections/.exit.text', 0o664, b'0xffffffffa02a1de8\n')
8773f('sys/module/edd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02a1e6c\n')
8774f('sys/module/edd/sections/.strtab', 0o664, b'0xffffffffa02a2b88\n')
8775f('sys/module/edd/sections/.rodata', 0o664, b'0xffffffffa02a1ea0\n')
8776f('sys/module/edd/sections/.bss', 0o664, b'0xffffffffa02a3880\n')
8777f('sys/module/edd/sections/.text', 0o664, b'0xffffffffa02a1000\n')
8778f('sys/module/edd/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8779f('sys/module/edd/sections/.data', 0o664, b'0xffffffffa02a3120\n')
8780f('sys/module/edd/sections/.symtab', 0o664, b'0xffffffffa02a22b8\n')
8781f('sys/module/edd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02a34c0\n')
8782f('sys/module/edd/sections/.rodata.str1.1', 0o664, b'0xffffffffa02a1f18\n')
8783d('sys/module/edd/notes', 0o775)
8784f('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')
8785d('sys/module/hwmon', 0o775)
8786f('sys/module/hwmon/initstate', 0o664, b'live\n')
8787f('sys/module/hwmon/srcversion', 0o664, b'9344A0FAA4A298DC9AEBDC8\n')
8788f('sys/module/hwmon/refcnt', 0o664, b'1\n')
8789d('sys/module/hwmon/holders', 0o775)
8790l('sys/module/hwmon/holders/thinkpad_acpi', '../../thinkpad_acpi')
8791d('sys/module/hwmon/sections', 0o775)
8792f('sys/module/hwmon/sections/__ksymtab_gpl', 0o664, b'0xffffffffa007d1d0\n')
8793f('sys/module/hwmon/sections/__ksymtab_strings', 0o664, b'0xffffffffa007d200\n')
8794f('sys/module/hwmon/sections/.exit.text', 0o664, b'0xffffffffa007d138\n')
8795f('sys/module/hwmon/sections/.note.gnu.build-id', 0o664, b'0xffffffffa007d14c\n')
8796f('sys/module/hwmon/sections/.strtab', 0o664, b'0xffffffffa007d770\n')
8797f('sys/module/hwmon/sections/.bss', 0o664, b'0xffffffffa007de80\n')
8798f('sys/module/hwmon/sections/.text', 0o664, b'0xffffffffa007d000\n')
8799f('sys/module/hwmon/sections/.init.text', 0o664, b'0xffffffffa009a000\n')
8800f('sys/module/hwmon/sections/.data', 0o664, b'0xffffffffa007da20\n')
8801f('sys/module/hwmon/sections/.symtab', 0o664, b'0xffffffffa007d230\n')
8802f('sys/module/hwmon/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa007dac0\n')
8803f('sys/module/hwmon/sections/.rodata.str1.1', 0o664, b'0xffffffffa007d170\n')
8804f('sys/module/hwmon/sections/__kcrctab_gpl', 0o664, b'0xffffffffa007d1f0\n')
8805d('sys/module/hwmon/notes', 0o775)
8806f('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')
8807d('sys/module/backlight', 0o775)
8808f('sys/module/backlight/initstate', 0o664, b'live\n')
8809f('sys/module/backlight/srcversion', 0o664, b'AFD1565C65F3DA6D942CB52\n')
8810f('sys/module/backlight/refcnt', 0o664, b'1\n')
8811d('sys/module/backlight/holders', 0o775)
8812l('sys/module/backlight/holders/thinkpad_acpi', '../../thinkpad_acpi')
8813d('sys/module/backlight/sections', 0o775)
8814f('sys/module/backlight/sections/__ksymtab_strings', 0o664, b'0xffffffffa0131700\n')
8815f('sys/module/backlight/sections/.exit.text', 0o664, b'0xffffffffa01315ec\n')
8816f('sys/module/backlight/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0131600\n')
8817f('sys/module/backlight/sections/.strtab', 0o664, b'0xffffffffa0131de0\n')
8818f('sys/module/backlight/sections/__ksymtab', 0o664, b'0xffffffffa01316d0\n')
8819f('sys/module/backlight/sections/.bss', 0o664, b'0xffffffffa01326c0\n')
8820f('sys/module/backlight/sections/.text', 0o664, b'0xffffffffa0131000\n')
8821f('sys/module/backlight/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
8822f('sys/module/backlight/sections/__kcrctab', 0o664, b'0xffffffffa01316f0\n')
8823f('sys/module/backlight/sections/.data', 0o664, b'0xffffffffa0132220\n')
8824f('sys/module/backlight/sections/.symtab', 0o664, b'0xffffffffa0131738\n')
8825f('sys/module/backlight/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0132300\n')
8826f('sys/module/backlight/sections/.rodata.str1.1', 0o664, b'0xffffffffa0131624\n')
8827d('sys/module/backlight/notes', 0o775)
8828f('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}')
8829d('sys/module/snd', 0o775)
8830f('sys/module/snd/initstate', 0o664, b'live\n')
8831f('sys/module/snd/srcversion', 0o664, b'D48337942305C9A41A7CC12\n')
8832f('sys/module/snd/refcnt', 0o664, b'13\n')
8833d('sys/module/snd/holders', 0o775)
8834l('sys/module/snd/holders/snd_seq', '../../snd_seq')
8835l('sys/module/snd/holders/snd_timer', '../../snd_timer')
8836l('sys/module/snd/holders/snd_pcm', '../../snd_pcm')
8837l('sys/module/snd/holders/snd_hda_intel', '../../snd_hda_intel')
8838l('sys/module/snd/holders/snd_mixer_oss', '../../snd_mixer_oss')
8839l('sys/module/snd/holders/snd_pcm_oss', '../../snd_pcm_oss')
8840l('sys/module/snd/holders/snd_seq_device', '../../snd_seq_device')
8841d('sys/module/snd/parameters', 0o775)
8842f('sys/module/snd/parameters/slots', 0o664, b'snd-hda-intel,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n')
8843f('sys/module/snd/parameters/major', 0o664, b'116\n')
8844f('sys/module/snd/parameters/cards_limit', 0o664, b'1\n')
8845d('sys/module/snd/sections', 0o775)
8846f('sys/module/snd/sections/__ksymtab_strings', 0o664, b'0xffffffffa00d32e8\n')
8847f('sys/module/snd/sections/.exit.text', 0o664, b'0xffffffffa00d1bc4\n')
8848f('sys/module/snd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00d1c8c\n')
8849f('sys/module/snd/sections/.strtab', 0o664, b'0xffffffffa00d6cc8\n')
8850f('sys/module/snd/sections/__ksymtab', 0o664, b'0xffffffffa00d2d00\n')
8851f('sys/module/snd/sections/.rodata', 0o664, b'0xffffffffa00d1cc0\n')
8852f('sys/module/snd/sections/__param', 0o664, b'0xffffffffa00d3270\n')
8853f('sys/module/snd/sections/.bss', 0o664, b'0xffffffffa00da480\n')
8854f('sys/module/snd/sections/.text', 0o664, b'0xffffffffa00ca000\n')
8855f('sys/module/snd/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8856f('sys/module/snd/sections/__kcrctab', 0o664, b'0xffffffffa00d30a0\n')
8857f('sys/module/snd/sections/.data', 0o664, b'0xffffffffa00d9be0\n')
8858f('sys/module/snd/sections/.symtab', 0o664, b'0xffffffffa00d3770\n')
8859f('sys/module/snd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00da0c0\n')
8860f('sys/module/snd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00d2558\n')
8861d('sys/module/snd/notes', 0o775)
8862f('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')
8863d('sys/module/mac80211', 0o775)
8864f('sys/module/mac80211/initstate', 0o664, b'live\n')
8865f('sys/module/mac80211/srcversion', 0o664, b'330E8FB2F2933F478C444A4\n')
8866f('sys/module/mac80211/refcnt', 0o664, b'1\n')
8867d('sys/module/mac80211/holders', 0o775)
8868l('sys/module/mac80211/holders/iwl3945', '../../iwl3945')
8869d('sys/module/mac80211/parameters', 0o775)
8870f('sys/module/mac80211/parameters/ieee80211_default_rc_algo', 0o664, b'pid\n')
8871d('sys/module/mac80211/sections', 0o775)
8872f('sys/module/mac80211/sections/__ksymtab_gpl', 0o664, b'0xffffffffa0127a50\n')
8873f('sys/module/mac80211/sections/.smp_locks', 0o664, b'0xffffffffa01270a0\n')
8874f('sys/module/mac80211/sections/__bug_table', 0o664, b'0xffffffffa0124183\n')
8875f('sys/module/mac80211/sections/__ksymtab_strings', 0o664, b'0xffffffffa0127630\n')
8876f('sys/module/mac80211/sections/.exit.text', 0o664, b'0xffffffffa0122de4\n')
8877f('sys/module/mac80211/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0122df4\n')
8878f('sys/module/mac80211/sections/.strtab', 0o664, b'0xffffffffa012b890\n')
8879f('sys/module/mac80211/sections/__ksymtab', 0o664, b'0xffffffffa01272a0\n')
8880f('sys/module/mac80211/sections/.rodata', 0o664, b'0xffffffffa0122e20\n')
8881f('sys/module/mac80211/sections/__param', 0o664, b'0xffffffffa0127a28\n')
8882f('sys/module/mac80211/sections/.bss', 0o664, b'0xffffffffa012fa40\n')
8883f('sys/module/mac80211/sections/.text', 0o664, b'0xffffffffa0109000\n')
8884f('sys/module/mac80211/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
8885f('sys/module/mac80211/sections/__kcrctab', 0o664, b'0xffffffffa0127500\n')
8886f('sys/module/mac80211/sections/.data', 0o664, b'0xffffffffa012f340\n')
8887f('sys/module/mac80211/sections/.symtab', 0o664, b'0xffffffffa0127a80\n')
8888f('sys/module/mac80211/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa012f680\n')
8889f('sys/module/mac80211/sections/.rodata.str1.1', 0o664, b'0xffffffffa0123c40\n')
8890f('sys/module/mac80211/sections/__kcrctab_gpl', 0o664, b'0xffffffffa0127a70\n')
8891d('sys/module/mac80211/notes', 0o775)
8892f('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')
8893d('sys/module/printk', 0o775)
8894d('sys/module/printk/parameters', 0o775)
8895f('sys/module/printk/parameters/time', 0o664, b'N\n')
8896d('sys/module/rtc_lib', 0o775)
8897f('sys/module/rtc_lib/initstate', 0o664, b'live\n')
8898f('sys/module/rtc_lib/srcversion', 0o664, b'7884E7FF8728D88C6BD1427\n')
8899f('sys/module/rtc_lib/refcnt', 0o664, b'1\n')
8900d('sys/module/rtc_lib/holders', 0o775)
8901l('sys/module/rtc_lib/holders/rtc_core', '../../rtc_core')
8902d('sys/module/rtc_lib/sections', 0o775)
8903f('sys/module/rtc_lib/sections/__ksymtab_strings', 0o664, b'0xffffffffa009c3f8\n')
8904f('sys/module/rtc_lib/sections/.note.gnu.build-id', 0o664, b'0xffffffffa009c31c\n')
8905f('sys/module/rtc_lib/sections/.strtab', 0o664, b'0xffffffffa009c8f0\n')
8906f('sys/module/rtc_lib/sections/__ksymtab', 0o664, b'0xffffffffa009c380\n')
8907f('sys/module/rtc_lib/sections/.rodata', 0o664, b'0xffffffffa009c340\n')
8908f('sys/module/rtc_lib/sections/.bss', 0o664, b'0xffffffffa009cf80\n')
8909f('sys/module/rtc_lib/sections/.text', 0o664, b'0xffffffffa009c000\n')
8910f('sys/module/rtc_lib/sections/__kcrctab', 0o664, b'0xffffffffa009c3d0\n')
8911f('sys/module/rtc_lib/sections/.data', 0o664, b'0xffffffffa009cba8\n')
8912f('sys/module/rtc_lib/sections/.symtab', 0o664, b'0xffffffffa009c440\n')
8913f('sys/module/rtc_lib/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa009cbc0\n')
8914d('sys/module/rtc_lib/notes', 0o775)
8915f('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')
8916d('sys/module/mousedev', 0o775)
8917d('sys/module/mousedev/parameters', 0o775)
8918f('sys/module/mousedev/parameters/tap_time', 0o664, b'200\n')
8919f('sys/module/mousedev/parameters/yres', 0o664, b'768\n')
8920f('sys/module/mousedev/parameters/xres', 0o664, b'1024\n')
8921d('sys/module/rtc_cmos', 0o775)
8922f('sys/module/rtc_cmos/initstate', 0o664, b'live\n')
8923f('sys/module/rtc_cmos/srcversion', 0o664, b'7BE4B8C2A52556D0C62CB0B\n')
8924f('sys/module/rtc_cmos/refcnt', 0o664, b'0\n')
8925d('sys/module/rtc_cmos/sections', 0o775)
8926f('sys/module/rtc_cmos/sections/.exit.text', 0o664, b'0xffffffffa00fe370\n')
8927f('sys/module/rtc_cmos/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00fe4e4\n')
8928f('sys/module/rtc_cmos/sections/.strtab', 0o664, b'0xffffffffa00ff1a8\n')
8929f('sys/module/rtc_cmos/sections/.rodata', 0o664, b'0xffffffffa00fe520\n')
8930f('sys/module/rtc_cmos/sections/.bss', 0o664, b'0xffffffffa00ffd40\n')
8931f('sys/module/rtc_cmos/sections/.text', 0o664, b'0xffffffffa00fd000\n')
8932f('sys/module/rtc_cmos/sections/.init.text', 0o664, b'0xffffffffa007d000\n')
8933f('sys/module/rtc_cmos/sections/.data', 0o664, b'0xffffffffa00ff800\n')
8934f('sys/module/rtc_cmos/sections/.devinit.text', 0o664, b'0xffffffffa00fe44f\n')
8935f('sys/module/rtc_cmos/sections/.symtab', 0o664, b'0xffffffffa00fe6e0\n')
8936f('sys/module/rtc_cmos/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ff980\n')
8937f('sys/module/rtc_cmos/sections/.rodata.str1.1', 0o664, b'0xffffffffa00fe6a2\n')
8938d('sys/module/rtc_cmos/notes', 0o775)
8939f('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')
8940d('sys/module/battery', 0o775)
8941f('sys/module/battery/initstate', 0o664, b'live\n')
8942f('sys/module/battery/srcversion', 0o664, b'5A2CE8D302B31A112CFB57A\n')
8943f('sys/module/battery/refcnt', 0o664, b'0\n')
8944d('sys/module/battery/parameters', 0o775)
8945f('sys/module/battery/parameters/cache_time', 0o664, b'1000\n')
8946d('sys/module/battery/sections', 0o775)
8947f('sys/module/battery/sections/.exit.text', 0o664, b'0xffffffffa008008c\n')
8948f('sys/module/battery/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00800ac\n')
8949f('sys/module/battery/sections/.strtab', 0o664, b'0xffffffffa0081318\n')
8950f('sys/module/battery/sections/.rodata', 0o664, b'0xffffffffa00800d0\n')
8951f('sys/module/battery/sections/__param', 0o664, b'0xffffffffa0080798\n')
8952f('sys/module/battery/sections/.bss', 0o664, b'0xffffffffa0082440\n')
8953f('sys/module/battery/sections/.text', 0o664, b'0xffffffffa007f000\n')
8954f('sys/module/battery/sections/.init.text', 0o664, b'0xffffffffa0084000\n')
8955f('sys/module/battery/sections/.data', 0o664, b'0xffffffffa0081a90\n')
8956f('sys/module/battery/sections/.symtab', 0o664, b'0xffffffffa00807c0\n')
8957f('sys/module/battery/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0082080\n')
8958f('sys/module/battery/sections/.rodata.str1.1', 0o664, b'0xffffffffa008025b\n')
8959d('sys/module/battery/notes', 0o775)
8960f('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')
8961d('sys/module/yenta_socket', 0o775)
8962f('sys/module/yenta_socket/initstate', 0o664, b'live\n')
8963f('sys/module/yenta_socket/srcversion', 0o664, b'B0538CB6E6ED071E80A4575\n')
8964f('sys/module/yenta_socket/refcnt', 0o664, b'1\n')
8965d('sys/module/yenta_socket/drivers', 0o775)
8966l('sys/module/yenta_socket/drivers/pci:yenta_cardbus', '../../../bus/pci/drivers/yenta_cardbus')
8967d('sys/module/yenta_socket/parameters', 0o775)
8968f('sys/module/yenta_socket/parameters/isa_probe', 0o664, b'Y\n')
8969f('sys/module/yenta_socket/parameters/disable_clkrun', 0o664, b'N\n')
8970f('sys/module/yenta_socket/parameters/pwr_irqs_off', 0o664, b'N\n')
8971d('sys/module/yenta_socket/sections', 0o775)
8972f('sys/module/yenta_socket/sections/__bug_table', 0o664, b'0xffffffffa0104aa6\n')
8973f('sys/module/yenta_socket/sections/.exit.text', 0o664, b'0xffffffffa0103c44\n')
8974f('sys/module/yenta_socket/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0104330\n')
8975f('sys/module/yenta_socket/sections/.strtab', 0o664, b'0xffffffffa0105e80\n')
8976f('sys/module/yenta_socket/sections/.rodata', 0o664, b'0xffffffffa0104354\n')
8977f('sys/module/yenta_socket/sections/__param', 0o664, b'0xffffffffa0104ad8\n')
8978f('sys/module/yenta_socket/sections/.bss', 0o664, b'0xffffffffa0107800\n')
8979f('sys/module/yenta_socket/sections/.text', 0o664, b'0xffffffffa0101000\n')
8980f('sys/module/yenta_socket/sections/.init.text', 0o664, b'0xffffffffa0084000\n')
8981f('sys/module/yenta_socket/sections/.data', 0o664, b'0xffffffffa0106ac0\n')
8982f('sys/module/yenta_socket/sections/.devinit.text', 0o664, b'0xffffffffa0103c60\n')
8983f('sys/module/yenta_socket/sections/.symtab', 0o664, b'0xffffffffa0104b78\n')
8984f('sys/module/yenta_socket/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0107440\n')
8985f('sys/module/yenta_socket/sections/.rodata.str1.1', 0o664, b'0xffffffffa0104388\n')
8986d('sys/module/yenta_socket/notes', 0o775)
8987f('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<')
8988d('sys/module/acpi', 0o775)
8989d('sys/module/acpi/parameters', 0o775)
8990f('sys/module/acpi/parameters/acpica_version', 0o664, b'20080609\n')
8991d('sys/module/cdc_acm', 0o775)
8992f('sys/module/cdc_acm/initstate', 0o664, b'live\n')
8993f('sys/module/cdc_acm/srcversion', 0o664, b'5DED3866AA046376E4E36DD\n')
8994f('sys/module/cdc_acm/refcnt', 0o664, b'0\n')
8995d('sys/module/cdc_acm/drivers', 0o775)
8996l('sys/module/cdc_acm/drivers/usb:cdc_acm', '../../../bus/usb/drivers/cdc_acm')
8997d('sys/module/cdc_acm/sections', 0o775)
8998f('sys/module/cdc_acm/sections/.smp_locks', 0o664, b'0xffffffffa02d9660\n')
8999f('sys/module/cdc_acm/sections/.exit.text', 0o664, b'0xffffffffa02d949c\n')
9000f('sys/module/cdc_acm/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02d94c8\n')
9001f('sys/module/cdc_acm/sections/.strtab', 0o664, b'0xffffffffa02da838\n')
9002f('sys/module/cdc_acm/sections/.rodata', 0o664, b'0xffffffffa02d9500\n')
9003f('sys/module/cdc_acm/sections/.bss', 0o664, b'0xffffffffa02db8c0\n')
9004f('sys/module/cdc_acm/sections/.text', 0o664, b'0xffffffffa02d7000\n')
9005f('sys/module/cdc_acm/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9006f('sys/module/cdc_acm/sections/.data', 0o664, b'0xffffffffa02db0e0\n')
9007f('sys/module/cdc_acm/sections/.symtab', 0o664, b'0xffffffffa02d9968\n')
9008f('sys/module/cdc_acm/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02db500\n')
9009f('sys/module/cdc_acm/sections/.rodata.str1.1', 0o664, b'0xffffffffa02d9698\n')
9010d('sys/module/cdc_acm/notes', 0o775)
9011f('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$")
9012d('sys/module/snd_timer', 0o775)
9013f('sys/module/snd_timer/initstate', 0o664, b'live\n')
9014f('sys/module/snd_timer/srcversion', 0o664, b'1F1836030C5B604CF478CFC\n')
9015f('sys/module/snd_timer/refcnt', 0o664, b'2\n')
9016d('sys/module/snd_timer/holders', 0o775)
9017l('sys/module/snd_timer/holders/snd_seq', '../../snd_seq')
9018l('sys/module/snd_timer/holders/snd_pcm', '../../snd_pcm')
9019d('sys/module/snd_timer/parameters', 0o775)
9020f('sys/module/snd_timer/parameters/timer_tstamp_monotonic', 0o664, b'1\n')
9021f('sys/module/snd_timer/parameters/timer_limit', 0o664, b'1\n')
9022d('sys/module/snd_timer/sections', 0o775)
9023f('sys/module/snd_timer/sections/.smp_locks', 0o664, b'0xffffffffa00f8908\n')
9024f('sys/module/snd_timer/sections/__bug_table', 0o664, b'0xffffffffa00f888f\n')
9025f('sys/module/snd_timer/sections/__ksymtab_strings', 0o664, b'0xffffffffa00f8a98\n')
9026f('sys/module/snd_timer/sections/.exit.text', 0o664, b'0xffffffffa00f8520\n')
9027f('sys/module/snd_timer/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00f8590\n')
9028f('sys/module/snd_timer/sections/.strtab', 0o664, b'0xffffffffa00f9e90\n')
9029f('sys/module/snd_timer/sections/__ksymtab', 0o664, b'0xffffffffa00f8910\n')
9030f('sys/module/snd_timer/sections/.rodata', 0o664, b'0xffffffffa00f85c0\n')
9031f('sys/module/snd_timer/sections/__param', 0o664, b'0xffffffffa00f8a48\n')
9032f('sys/module/snd_timer/sections/.bss', 0o664, b'0xffffffffa00fb200\n')
9033f('sys/module/snd_timer/sections/.text', 0o664, b'0xffffffffa00f5000\n')
9034f('sys/module/snd_timer/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9035f('sys/module/snd_timer/sections/__kcrctab', 0o664, b'0xffffffffa00f89e0\n')
9036f('sys/module/snd_timer/sections/.data', 0o664, b'0xffffffffa00fad00\n')
9037f('sys/module/snd_timer/sections/.symtab', 0o664, b'0xffffffffa00f8b88\n')
9038f('sys/module/snd_timer/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00fae40\n')
9039f('sys/module/snd_timer/sections/.rodata.str1.1', 0o664, b'0xffffffffa00f8723\n')
9040d('sys/module/snd_timer/notes', 0o775)
9041f('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')
9042d('sys/module/e1000e', 0o775)
9043f('sys/module/e1000e/version', 0o664, b'0.3.3.3-k2\n')
9044f('sys/module/e1000e/initstate', 0o664, b'live\n')
9045f('sys/module/e1000e/srcversion', 0o664, b'5B93BF2B618524ED19305C8\n')
9046f('sys/module/e1000e/refcnt', 0o664, b'0\n')
9047d('sys/module/e1000e/drivers', 0o775)
9048l('sys/module/e1000e/drivers/pci:e1000e', '../../../bus/pci/drivers/e1000e')
9049d('sys/module/e1000e/parameters', 0o775)
9050f('sys/module/e1000e/parameters/copybreak', 0o664, b'256\n')
9051d('sys/module/e1000e/sections', 0o775)
9052f('sys/module/e1000e/sections/.devinit.data', 0o664, b'0xffffffffa0024fe0\n')
9053f('sys/module/e1000e/sections/.smp_locks', 0o664, b'0xffffffffa001e730\n')
9054f('sys/module/e1000e/sections/__bug_table', 0o664, b'0xffffffffa001e590\n')
9055f('sys/module/e1000e/sections/.exit.text', 0o664, b'0xffffffffa001c64f\n')
9056f('sys/module/e1000e/sections/.note.gnu.build-id', 0o664, b'0xffffffffa001c750\n')
9057f('sys/module/e1000e/sections/.strtab', 0o664, b'0xffffffffa0021ac0\n')
9058f('sys/module/e1000e/sections/.devexit.text', 0o664, b'0xffffffffa001c672\n')
9059f('sys/module/e1000e/sections/.rodata', 0o664, b'0xffffffffa001c780\n')
9060f('sys/module/e1000e/sections/__param', 0o664, b'0xffffffffa001e5f0\n')
9061f('sys/module/e1000e/sections/.bss', 0o664, b'0xffffffffa0025800\n')
9062f('sys/module/e1000e/sections/.text', 0o664, b'0xffffffffa0009000\n')
9063f('sys/module/e1000e/sections/.init.text', 0o664, b'0xffffffffa0027000\n')
9064f('sys/module/e1000e/sections/.data', 0o664, b'0xffffffffa00243c0\n')
9065f('sys/module/e1000e/sections/.devinit.text', 0o664, b'0xffffffffa001b380\n')
9066f('sys/module/e1000e/sections/.symtab', 0o664, b'0xffffffffa001e8b0\n')
9067f('sys/module/e1000e/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0025440\n')
9068f('sys/module/e1000e/sections/.rodata.str1.1', 0o664, b'0xffffffffa001d6f0\n')
9069d('sys/module/e1000e/notes', 0o775)
9070f('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')
9071d('sys/module/aes_x86_64', 0o775)
9072f('sys/module/aes_x86_64/initstate', 0o664, b'live\n')
9073f('sys/module/aes_x86_64/srcversion', 0o664, b'4E315E23114A08593D5D731\n')
9074f('sys/module/aes_x86_64/refcnt', 0o664, b'2\n')
9075d('sys/module/aes_x86_64/sections', 0o775)
9076f('sys/module/aes_x86_64/sections/.exit.text', 0o664, b'0xffffffffa02d471c\n')
9077f('sys/module/aes_x86_64/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02d4730\n')
9078f('sys/module/aes_x86_64/sections/.strtab', 0o664, b'0xffffffffa02d4b60\n')
9079f('sys/module/aes_x86_64/sections/.bss', 0o664, b'0xffffffffa02d5200\n')
9080f('sys/module/aes_x86_64/sections/.text', 0o664, b'0xffffffffa02d3000\n')
9081f('sys/module/aes_x86_64/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9082f('sys/module/aes_x86_64/sections/.data', 0o664, b'0xffffffffa02d4d20\n')
9083f('sys/module/aes_x86_64/sections/.symtab', 0o664, b'0xffffffffa02d4758\n')
9084f('sys/module/aes_x86_64/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02d4e40\n')
9085d('sys/module/aes_x86_64/notes', 0o775)
9086f('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')
9087d('sys/module/dm_mod', 0o775)
9088f('sys/module/dm_mod/initstate', 0o664, b'live\n')
9089f('sys/module/dm_mod/srcversion', 0o664, b'458AEB289C7AA031FFD0011\n')
9090f('sys/module/dm_mod/refcnt', 0o664, b'0\n')
9091d('sys/module/dm_mod/sections', 0o775)
9092f('sys/module/dm_mod/sections/__ksymtab_gpl', 0o664, b'0xffffffffa02122b0\n')
9093f('sys/module/dm_mod/sections/.smp_locks', 0o664, b'0xffffffffa0210eb8\n')
9094f('sys/module/dm_mod/sections/__bug_table', 0o664, b'0xffffffffa0211f54\n')
9095f('sys/module/dm_mod/sections/__ksymtab_strings', 0o664, b'0xffffffffa0212310\n')
9096f('sys/module/dm_mod/sections/.exit.text', 0o664, b'0xffffffffa0210c20\n')
9097f('sys/module/dm_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0210c54\n')
9098f('sys/module/dm_mod/sections/.strtab', 0o664, b'0xffffffffa02151f0\n')
9099f('sys/module/dm_mod/sections/__ksymtab', 0o664, b'0xffffffffa02120d0\n')
9100f('sys/module/dm_mod/sections/.rodata', 0o664, b'0xffffffffa0210c80\n')
9101f('sys/module/dm_mod/sections/__param', 0o664, b'0xffffffffa02120a8\n')
9102f('sys/module/dm_mod/sections/.bss', 0o664, b'0xffffffffa02177c0\n')
9103f('sys/module/dm_mod/sections/.text', 0o664, b'0xffffffffa0209000\n')
9104f('sys/module/dm_mod/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9105f('sys/module/dm_mod/sections/__kcrctab', 0o664, b'0xffffffffa0212210\n')
9106f('sys/module/dm_mod/sections/.data', 0o664, b'0xffffffffa0216f40\n')
9107f('sys/module/dm_mod/sections/.init.data', 0o664, b'0xffffffffa00652c0\n')
9108f('sys/module/dm_mod/sections/.symtab', 0o664, b'0xffffffffa02124a8\n')
9109f('sys/module/dm_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0217400\n')
9110f('sys/module/dm_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa0211c4d\n')
9111f('sys/module/dm_mod/sections/__kcrctab_gpl', 0o664, b'0xffffffffa02122f0\n')
9112d('sys/module/dm_mod/notes', 0o775)
9113f('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')
9114d('sys/module/usbhid', 0o775)
9115f('sys/module/usbhid/initstate', 0o664, b'live\n')
9116f('sys/module/usbhid/srcversion', 0o664, b'3D7B82FE16E5E534DE4C12B\n')
9117f('sys/module/usbhid/refcnt', 0o664, b'0\n')
9118d('sys/module/usbhid/drivers', 0o775)
9119l('sys/module/usbhid/drivers/usb:usbhid', '../../../bus/usb/drivers/usbhid')
9120d('sys/module/usbhid/parameters', 0o775)
9121f('sys/module/usbhid/parameters/mousepoll', 0o664, b'0\n')
9122f('sys/module/usbhid/parameters/rdesc_quirks', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>\n')
9123f('sys/module/usbhid/parameters/quirks', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>\n')
9124d('sys/module/usbhid/sections', 0o775)
9125f('sys/module/usbhid/sections/__ksymtab_gpl', 0o664, b'0xffffffffa0201e60\n')
9126f('sys/module/usbhid/sections/.smp_locks', 0o664, b'0xffffffffa0201700\n')
9127f('sys/module/usbhid/sections/__ksymtab_strings', 0o664, b'0xffffffffa0201e78\n')
9128f('sys/module/usbhid/sections/.exit.text', 0o664, b'0xffffffffa0200c6c\n')
9129f('sys/module/usbhid/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0200c84\n')
9130f('sys/module/usbhid/sections/.strtab', 0o664, b'0xffffffffa0202e68\n')
9131f('sys/module/usbhid/sections/.rodata', 0o664, b'0xffffffffa0200cc0\n')
9132f('sys/module/usbhid/sections/__param', 0o664, b'0xffffffffa0201de0\n')
9133f('sys/module/usbhid/sections/.bss', 0o664, b'0xffffffffa0203d80\n')
9134f('sys/module/usbhid/sections/.text', 0o664, b'0xffffffffa01fe000\n')
9135f('sys/module/usbhid/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9136f('sys/module/usbhid/sections/.data', 0o664, b'0xffffffffa02037c0\n')
9137f('sys/module/usbhid/sections/.symtab', 0o664, b'0xffffffffa0201e90\n')
9138f('sys/module/usbhid/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02039c0\n')
9139f('sys/module/usbhid/sections/.rodata.str1.1', 0o664, b'0xffffffffa02017a8\n')
9140f('sys/module/usbhid/sections/__kcrctab_gpl', 0o664, b'0xffffffffa0201e70\n')
9141d('sys/module/usbhid/notes', 0o775)
9142f('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*')
9143d('sys/module/iwl3945', 0o775)
9144f('sys/module/iwl3945/version', 0o664, b'1.2.26ks\n')
9145f('sys/module/iwl3945/initstate', 0o664, b'live\n')
9146f('sys/module/iwl3945/srcversion', 0o664, b'5C079549ABD48E07B20F3C7\n')
9147f('sys/module/iwl3945/refcnt', 0o664, b'0\n')
9148d('sys/module/iwl3945/drivers', 0o775)
9149l('sys/module/iwl3945/drivers/pci:iwl3945', '../../../bus/pci/drivers/iwl3945')
9150d('sys/module/iwl3945/parameters', 0o775)
9151f('sys/module/iwl3945/parameters/disable_hw_scan', 0o664, b'0\n')
9152f('sys/module/iwl3945/parameters/queues_num', 0o664, b'8\n')
9153f('sys/module/iwl3945/parameters/debug', 0o664, b'0\n')
9154f('sys/module/iwl3945/parameters/disable', 0o664, b'0\n')
9155f('sys/module/iwl3945/parameters/hwcrypto', 0o664, b'0\n')
9156f('sys/module/iwl3945/parameters/antenna', 0o664, b'0\n')
9157f('sys/module/iwl3945/parameters/qos_enable', 0o664, b'1\n')
9158d('sys/module/iwl3945/sections', 0o775)
9159f('sys/module/iwl3945/sections/.smp_locks', 0o664, b'0xffffffffa015e0e0\n')
9160f('sys/module/iwl3945/sections/__bug_table', 0o664, b'0xffffffffa015e300\n')
9161f('sys/module/iwl3945/sections/.exit.text', 0o664, b'0xffffffffa015b2e4\n')
9162f('sys/module/iwl3945/sections/.note.gnu.build-id', 0o664, b'0xffffffffa015b2fc\n')
9163f('sys/module/iwl3945/sections/.strtab', 0o664, b'0xffffffffa0160f20\n')
9164f('sys/module/iwl3945/sections/.devexit.text', 0o664, b'0xffffffffa015b044\n')
9165f('sys/module/iwl3945/sections/.rodata', 0o664, b'0xffffffffa015b320\n')
9166f('sys/module/iwl3945/sections/__param', 0o664, b'0xffffffffa015e4b0\n')
9167f('sys/module/iwl3945/sections/.bss', 0o664, b'0xffffffffa0163d80\n')
9168f('sys/module/iwl3945/sections/.text', 0o664, b'0xffffffffa014b000\n')
9169f('sys/module/iwl3945/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9170f('sys/module/iwl3945/sections/.data', 0o664, b'0xffffffffa0162f00\n')
9171f('sys/module/iwl3945/sections/.symtab', 0o664, b'0xffffffffa015e5c8\n')
9172f('sys/module/iwl3945/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01639c0\n')
9173f('sys/module/iwl3945/sections/.rodata.str1.1', 0o664, b'0xffffffffa015bc0c\n')
9174d('sys/module/iwl3945/notes', 0o775)
9175f('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')
9176d('sys/module/rsrc_nonstatic', 0o775)
9177f('sys/module/rsrc_nonstatic/initstate', 0o664, b'live\n')
9178f('sys/module/rsrc_nonstatic/srcversion', 0o664, b'8554CBDFE6293476856E830\n')
9179f('sys/module/rsrc_nonstatic/refcnt', 0o664, b'1\n')
9180d('sys/module/rsrc_nonstatic/holders', 0o775)
9181l('sys/module/rsrc_nonstatic/holders/yenta_socket', '../../yenta_socket')
9182d('sys/module/rsrc_nonstatic/parameters', 0o775)
9183f('sys/module/rsrc_nonstatic/parameters/probe_mem', 0o664, b'1\n')
9184d('sys/module/rsrc_nonstatic/sections', 0o775)
9185f('sys/module/rsrc_nonstatic/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ef8a0\n')
9186f('sys/module/rsrc_nonstatic/sections/.exit.text', 0o664, b'0xffffffffa00ef624\n')
9187f('sys/module/rsrc_nonstatic/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00ef69c\n')
9188f('sys/module/rsrc_nonstatic/sections/.strtab', 0o664, b'0xffffffffa00f0260\n')
9189f('sys/module/rsrc_nonstatic/sections/__ksymtab', 0o664, b'0xffffffffa00ef860\n')
9190f('sys/module/rsrc_nonstatic/sections/.devexit.text', 0o664, b'0xffffffffa00ef636\n')
9191f('sys/module/rsrc_nonstatic/sections/.rodata', 0o664, b'0xffffffffa00ef6c0\n')
9192f('sys/module/rsrc_nonstatic/sections/__param', 0o664, b'0xffffffffa00ef878\n')
9193f('sys/module/rsrc_nonstatic/sections/.bss', 0o664, b'0xffffffffa00f0dc0\n')
9194f('sys/module/rsrc_nonstatic/sections/.text', 0o664, b'0xffffffffa00ee000\n')
9195f('sys/module/rsrc_nonstatic/sections/.init.text', 0o664, b'0xffffffffa0084000\n')
9196f('sys/module/rsrc_nonstatic/sections/__kcrctab', 0o664, b'0xffffffffa00ef870\n')
9197f('sys/module/rsrc_nonstatic/sections/.ref.data', 0o664, b'0xffffffffa00f09c0\n')
9198f('sys/module/rsrc_nonstatic/sections/.data', 0o664, b'0xffffffffa00f0820\n')
9199f('sys/module/rsrc_nonstatic/sections/.devinit.text', 0o664, b'0xffffffffa00ef665\n')
9200f('sys/module/rsrc_nonstatic/sections/.symtab', 0o664, b'0xffffffffa00ef8b8\n')
9201f('sys/module/rsrc_nonstatic/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00f0a00\n')
9202f('sys/module/rsrc_nonstatic/sections/.rodata.str1.1', 0o664, b'0xffffffffa00ef78d\n')
9203d('sys/module/rsrc_nonstatic/notes', 0o775)
9204f('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')
9205d('sys/module/thinkpad_acpi', 0o775)
9206f('sys/module/thinkpad_acpi/version', 0o664, b'0.21\n')
9207f('sys/module/thinkpad_acpi/initstate', 0o664, b'live\n')
9208f('sys/module/thinkpad_acpi/srcversion', 0o664, b'FA276F7EFAA90BF39100654\n')
9209f('sys/module/thinkpad_acpi/refcnt', 0o664, b'0\n')
9210d('sys/module/thinkpad_acpi/drivers', 0o775)
9211l('sys/module/thinkpad_acpi/drivers/platform:thinkpad_hwmon', '../../../bus/platform/drivers/thinkpad_hwmon')
9212l('sys/module/thinkpad_acpi/drivers/platform:thinkpad_acpi', '../../../bus/platform/drivers/thinkpad_acpi')
9213d('sys/module/thinkpad_acpi/sections', 0o775)
9214f('sys/module/thinkpad_acpi/sections/.smp_locks', 0o664, b'0xffffffffa01e6088\n')
9215f('sys/module/thinkpad_acpi/sections/__bug_table', 0o664, b'0xffffffffa01e60e0\n')
9216f('sys/module/thinkpad_acpi/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01e3a80\n')
9217f('sys/module/thinkpad_acpi/sections/.strtab', 0o664, b'0xffffffffa01e98b8\n')
9218f('sys/module/thinkpad_acpi/sections/.rodata', 0o664, b'0xffffffffa01e3ac0\n')
9219f('sys/module/thinkpad_acpi/sections/__param', 0o664, b'0xffffffffa01e61a0\n')
9220f('sys/module/thinkpad_acpi/sections/.bss', 0o664, b'0xffffffffa01ed600\n')
9221f('sys/module/thinkpad_acpi/sections/.text', 0o664, b'0xffffffffa01dd000\n')
9222f('sys/module/thinkpad_acpi/sections/.init.text', 0o664, b'0xffffffffa01ef000\n')
9223f('sys/module/thinkpad_acpi/sections/.data', 0o664, b'0xffffffffa01ebd60\n')
9224f('sys/module/thinkpad_acpi/sections/.init.data', 0o664, b'0xffffffffa01f1700\n')
9225f('sys/module/thinkpad_acpi/sections/.symtab', 0o664, b'0xffffffffa01e6498\n')
9226f('sys/module/thinkpad_acpi/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01ed240\n')
9227f('sys/module/thinkpad_acpi/sections/.rodata.str1.1', 0o664, b'0xffffffffa01e3df0\n')
9228d('sys/module/thinkpad_acpi/notes', 0o775)
9229f('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")
9230d('sys/module/psmouse', 0o775)
9231d('sys/module/psmouse/drivers', 0o775)
9232l('sys/module/psmouse/drivers/serio:psmouse', '../../../bus/serio/drivers/psmouse')
9233d('sys/module/psmouse/parameters', 0o775)
9234f('sys/module/psmouse/parameters/proto', 0o664, b'''auto
9235
9236''')
9237f('sys/module/psmouse/parameters/resync_time', 0o664, b'0\n')
9238f('sys/module/psmouse/parameters/resolution', 0o664, b'200\n')
9239f('sys/module/psmouse/parameters/resetafter', 0o664, b'5\n')
9240f('sys/module/psmouse/parameters/rate', 0o664, b'100\n')
9241f('sys/module/psmouse/parameters/smartscroll', 0o664, b'Y\n')
9242d('sys/module/md_mod', 0o775)
9243f('sys/module/md_mod/initstate', 0o664, b'live\n')
9244f('sys/module/md_mod/srcversion', 0o664, b'1DB954BE8FA97D4755DC15B\n')
9245f('sys/module/md_mod/refcnt', 0o664, b'1\n')
9246d('sys/module/md_mod/holders', 0o775)
9247l('sys/module/md_mod/holders/raid1', '../../raid1')
9248d('sys/module/md_mod/parameters', 0o775)
9249f('sys/module/md_mod/parameters/start_ro', 0o664, b'0\n')
9250f('sys/module/md_mod/parameters/start_dirty_degraded', 0o664, b'0\n')
9251d('sys/module/md_mod/sections', 0o775)
9252f('sys/module/md_mod/sections/__ksymtab_gpl', 0o664, b'0xffffffffa022a790\n')
9253f('sys/module/md_mod/sections/.smp_locks', 0o664, b'0xffffffffa022a038\n')
9254f('sys/module/md_mod/sections/__bug_table', 0o664, b'0xffffffffa022a4b8\n')
9255f('sys/module/md_mod/sections/__ksymtab_strings', 0o664, b'0xffffffffa022a7f0\n')
9256f('sys/module/md_mod/sections/.exit.text', 0o664, b'0xffffffffa02283a0\n')
9257f('sys/module/md_mod/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02284c8\n')
9258f('sys/module/md_mod/sections/.strtab', 0o664, b'0xffffffffa022d7a0\n')
9259f('sys/module/md_mod/sections/__ksymtab', 0o664, b'0xffffffffa022a590\n')
9260f('sys/module/md_mod/sections/.rodata', 0o664, b'0xffffffffa0228500\n')
9261f('sys/module/md_mod/sections/__param', 0o664, b'0xffffffffa022a740\n')
9262f('sys/module/md_mod/sections/.bss', 0o664, b'0xffffffffa0230880\n')
9263f('sys/module/md_mod/sections/.text', 0o664, b'0xffffffffa021a000\n')
9264f('sys/module/md_mod/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
9265f('sys/module/md_mod/sections/__kcrctab', 0o664, b'0xffffffffa022a6b0\n')
9266f('sys/module/md_mod/sections/.data', 0o664, b'0xffffffffa022f660\n')
9267f('sys/module/md_mod/sections/.symtab', 0o664, b'0xffffffffa022a968\n')
9268f('sys/module/md_mod/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02304c0\n')
9269f('sys/module/md_mod/sections/.rodata.str1.1', 0o664, b'0xffffffffa022869e\n')
9270f('sys/module/md_mod/sections/__kcrctab_gpl', 0o664, b'0xffffffffa022a7d0\n')
9271d('sys/module/md_mod/notes', 0o775)
9272f('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*')
9273d('sys/module/snd_pcm', 0o775)
9274f('sys/module/snd_pcm/initstate', 0o664, b'live\n')
9275f('sys/module/snd_pcm/srcversion', 0o664, b'96530AD1426FF7F73757C4F\n')
9276f('sys/module/snd_pcm/refcnt', 0o664, b'2\n')
9277d('sys/module/snd_pcm/holders', 0o775)
9278l('sys/module/snd_pcm/holders/snd_hda_intel', '../../snd_hda_intel')
9279l('sys/module/snd_pcm/holders/snd_pcm_oss', '../../snd_pcm_oss')
9280d('sys/module/snd_pcm/parameters', 0o775)
9281f('sys/module/snd_pcm/parameters/preallocate_dma', 0o664, b'1\n')
9282f('sys/module/snd_pcm/parameters/maximum_substreams', 0o664, b'4\n')
9283d('sys/module/snd_pcm/sections', 0o775)
9284f('sys/module/snd_pcm/sections/.smp_locks', 0o664, b'0xffffffffa0141af8\n')
9285f('sys/module/snd_pcm/sections/__ex_table', 0o664, b'0xffffffffa0141b30\n')
9286f('sys/module/snd_pcm/sections/__ksymtab_strings', 0o664, b'0xffffffffa01415f0\n')
9287f('sys/module/snd_pcm/sections/.exit.text', 0o664, b'0xffffffffa01401d4\n')
9288f('sys/module/snd_pcm/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0140260\n')
9289f('sys/module/snd_pcm/sections/.strtab', 0o664, b'0xffffffffa0145428\n')
9290f('sys/module/snd_pcm/sections/.fixup', 0o664, b'0xffffffffa01401fe\n')
9291f('sys/module/snd_pcm/sections/__ksymtab', 0o664, b'0xffffffffa01410b0\n')
9292f('sys/module/snd_pcm/sections/.rodata', 0o664, b'0xffffffffa01402a0\n')
9293f('sys/module/snd_pcm/sections/__param', 0o664, b'0xffffffffa0141bb0\n')
9294f('sys/module/snd_pcm/sections/.bss', 0o664, b'0xffffffffa0149640\n')
9295f('sys/module/snd_pcm/sections/.text', 0o664, b'0xffffffffa0134000\n')
9296f('sys/module/snd_pcm/sections/.init.text', 0o664, b'0xffffffffa007d000\n')
9297f('sys/module/snd_pcm/sections/__kcrctab', 0o664, b'0xffffffffa0141430\n')
9298f('sys/module/snd_pcm/sections/.data', 0o664, b'0xffffffffa0148b60\n')
9299f('sys/module/snd_pcm/sections/.symtab', 0o664, b'0xffffffffa0141c00\n')
9300f('sys/module/snd_pcm/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0149280\n')
9301f('sys/module/snd_pcm/sections/.rodata.str1.1', 0o664, b'0xffffffffa0140930\n')
9302d('sys/module/snd_pcm/notes', 0o775)
9303f('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')
9304d('sys/module/snd_hda_intel', 0o775)
9305f('sys/module/snd_hda_intel/initstate', 0o664, b'live\n')
9306f('sys/module/snd_hda_intel/srcversion', 0o664, b'B76633A09F11336101E5480\n')
9307f('sys/module/snd_hda_intel/refcnt', 0o664, b'3\n')
9308d('sys/module/snd_hda_intel/drivers', 0o775)
9309l('sys/module/snd_hda_intel/drivers/pci:HDA Intel', '../../../bus/pci/drivers/HDA Intel')
9310d('sys/module/snd_hda_intel/parameters', 0o775)
9311f('sys/module/snd_hda_intel/parameters/bdl_pos_adj', 0o664, b'1,-1,-1,-1,-1,-1,-1,-1\n')
9312f('sys/module/snd_hda_intel/parameters/enable', 0o664, b'Y,Y,Y,Y,Y,Y,Y,Y\n')
9313f('sys/module/snd_hda_intel/parameters/id', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n')
9314f('sys/module/snd_hda_intel/parameters/probe_mask', 0o664, b'1,-1,-1,-1,-1,-1,-1,-1\n')
9315f('sys/module/snd_hda_intel/parameters/enable_msi', 0o664, b'0\n')
9316f('sys/module/snd_hda_intel/parameters/index', 0o664, b'-1,-1,-1,-1,-1,-1,-1,-1\n')
9317f('sys/module/snd_hda_intel/parameters/single_cmd', 0o664, b'N\n')
9318f('sys/module/snd_hda_intel/parameters/model', 0o664, b'<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>,<NULL>\n')
9319f('sys/module/snd_hda_intel/parameters/position_fix', 0o664, b'0,0,0,0,0,0,0,0\n')
9320d('sys/module/snd_hda_intel/sections', 0o775)
9321f('sys/module/snd_hda_intel/sections/.devinit.data', 0o664, b'0xffffffffa01d7340\n')
9322f('sys/module/snd_hda_intel/sections/.exit.text', 0o664, b'0xffffffffa0182a58\n')
9323f('sys/module/snd_hda_intel/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0183f4c\n')
9324f('sys/module/snd_hda_intel/sections/.strtab', 0o664, b'0xffffffffa0193910\n')
9325f('sys/module/snd_hda_intel/sections/.devexit.text', 0o664, b'0xffffffffa0182a6a\n')
9326f('sys/module/snd_hda_intel/sections/.rodata', 0o664, b'0xffffffffa0183f80\n')
9327f('sys/module/snd_hda_intel/sections/__param', 0o664, b'0xffffffffa0189de8\n')
9328f('sys/module/snd_hda_intel/sections/.bss', 0o664, b'0xffffffffa01d7800\n')
9329f('sys/module/snd_hda_intel/sections/.text', 0o664, b'0xffffffffa0165000\n')
9330f('sys/module/snd_hda_intel/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
9331f('sys/module/snd_hda_intel/sections/.data', 0o664, b'0xffffffffa019bd40\n')
9332f('sys/module/snd_hda_intel/sections/.devinit.text', 0o664, b'0xffffffffa0182aa0\n')
9333f('sys/module/snd_hda_intel/sections/.symtab', 0o664, b'0xffffffffa0189f50\n')
9334f('sys/module/snd_hda_intel/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01d7440\n')
9335f('sys/module/snd_hda_intel/sections/.rodata.str1.1', 0o664, b'0xffffffffa0186d8b\n')
9336d('sys/module/snd_hda_intel/notes', 0o775)
9337f('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-')
9338d('sys/module/ehci_hcd', 0o775)
9339f('sys/module/ehci_hcd/initstate', 0o664, b'live\n')
9340f('sys/module/ehci_hcd/srcversion', 0o664, b'6EBBF13EC8AD467D8AB11A4\n')
9341f('sys/module/ehci_hcd/refcnt', 0o664, b'0\n')
9342d('sys/module/ehci_hcd/drivers', 0o775)
9343l('sys/module/ehci_hcd/drivers/pci:ehci_hcd', '../../../bus/pci/drivers/ehci_hcd')
9344d('sys/module/ehci_hcd/parameters', 0o775)
9345f('sys/module/ehci_hcd/parameters/park', 0o664, b'0\n')
9346f('sys/module/ehci_hcd/parameters/ignore_oc', 0o664, b'N\n')
9347f('sys/module/ehci_hcd/parameters/log2_irq_thresh', 0o664, b'0\n')
9348d('sys/module/ehci_hcd/sections', 0o775)
9349f('sys/module/ehci_hcd/sections/.smp_locks', 0o664, b'0xffffffffa00e4048\n')
9350f('sys/module/ehci_hcd/sections/__bug_table', 0o664, b'0xffffffffa00e3f22\n')
9351f('sys/module/ehci_hcd/sections/.exit.text', 0o664, b'0xffffffffa00e3b98\n')
9352f('sys/module/ehci_hcd/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00e3bac\n')
9353f('sys/module/ehci_hcd/sections/.strtab', 0o664, b'0xffffffffa00e54a8\n')
9354f('sys/module/ehci_hcd/sections/.rodata', 0o664, b'0xffffffffa00e3be0\n')
9355f('sys/module/ehci_hcd/sections/__param', 0o664, b'0xffffffffa00e42f0\n')
9356f('sys/module/ehci_hcd/sections/.bss', 0o664, b'0xffffffffa00e6480\n')
9357f('sys/module/ehci_hcd/sections/.text', 0o664, b'0xffffffffa00dd000\n')
9358f('sys/module/ehci_hcd/sections/.init.text', 0o664, b'0xffffffffa006b000\n')
9359f('sys/module/ehci_hcd/sections/.data', 0o664, b'0xffffffffa00e5f40\n')
9360f('sys/module/ehci_hcd/sections/.symtab', 0o664, b'0xffffffffa00e4368\n')
9361f('sys/module/ehci_hcd/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00e60c0\n')
9362f('sys/module/ehci_hcd/sections/.rodata.str1.1', 0o664, b'0xffffffffa00e3dd0\n')
9363d('sys/module/ehci_hcd/notes', 0o775)
9364f('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")
9365d('sys/module/sg', 0o775)
9366f('sys/module/sg/version', 0o664, b'3.5.34\n')
9367f('sys/module/sg/initstate', 0o664, b'live\n')
9368f('sys/module/sg/srcversion', 0o664, b'DC7DE342543B6D7AB46D718\n')
9369f('sys/module/sg/refcnt', 0o664, b'0\n')
9370d('sys/module/sg/parameters', 0o775)
9371f('sys/module/sg/parameters/allow_dio', 0o664, b'0\n')
9372f('sys/module/sg/parameters/scatter_elem_sz', 0o664, b'32768\n')
9373f('sys/module/sg/parameters/def_reserved_size', 0o664, b'32768\n')
9374d('sys/module/sg/sections', 0o775)
9375f('sys/module/sg/sections/.smp_locks', 0o664, b'0xffffffffa00054d8\n')
9376f('sys/module/sg/sections/__ex_table', 0o664, b'0xffffffffa0005530\n')
9377f('sys/module/sg/sections/__bug_table', 0o664, b'0xffffffffa00054e8\n')
9378f('sys/module/sg/sections/.exit.text', 0o664, b'0xffffffffa00049f0\n')
9379f('sys/module/sg/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0004afc\n')
9380f('sys/module/sg/sections/.strtab', 0o664, b'0xffffffffa0006710\n')
9381f('sys/module/sg/sections/.fixup', 0o664, b'0xffffffffa0004a33\n')
9382f('sys/module/sg/sections/.rodata', 0o664, b'0xffffffffa0004b20\n')
9383f('sys/module/sg/sections/__param', 0o664, b'0xffffffffa0005630\n')
9384f('sys/module/sg/sections/.bss', 0o664, b'0xffffffffa0007640\n')
9385f('sys/module/sg/sections/.text', 0o664, b'0xffffffffa0000000\n')
9386f('sys/module/sg/sections/.init.text', 0o664, b'0xffffffffa0009000\n')
9387f('sys/module/sg/sections/.data', 0o664, b'0xffffffffa0007040\n')
9388f('sys/module/sg/sections/.symtab', 0o664, b'0xffffffffa00056a8\n')
9389f('sys/module/sg/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0007280\n')
9390f('sys/module/sg/sections/.rodata.str1.1', 0o664, b'0xffffffffa0004bc0\n')
9391d('sys/module/sg/notes', 0o775)
9392f('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')
9393d('sys/module/snd_mixer_oss', 0o775)
9394f('sys/module/snd_mixer_oss/initstate', 0o664, b'live\n')
9395f('sys/module/snd_mixer_oss/srcversion', 0o664, b'9D2BFE821DD0ACFA2CFF364\n')
9396f('sys/module/snd_mixer_oss/refcnt', 0o664, b'1\n')
9397d('sys/module/snd_mixer_oss/holders', 0o775)
9398l('sys/module/snd_mixer_oss/holders/snd_pcm_oss', '../../snd_pcm_oss')
9399d('sys/module/snd_mixer_oss/sections', 0o775)
9400f('sys/module/snd_mixer_oss/sections/__ksymtab_strings', 0o664, b'0xffffffffa02bba78\n')
9401f('sys/module/snd_mixer_oss/sections/.exit.text', 0o664, b'0xffffffffa02bb508\n')
9402f('sys/module/snd_mixer_oss/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02bb54c\n')
9403f('sys/module/snd_mixer_oss/sections/.strtab', 0o664, b'0xffffffffa02bc470\n')
9404f('sys/module/snd_mixer_oss/sections/__ksymtab', 0o664, b'0xffffffffa02bba60\n')
9405f('sys/module/snd_mixer_oss/sections/.rodata', 0o664, b'0xffffffffa02bb580\n')
9406f('sys/module/snd_mixer_oss/sections/.bss', 0o664, b'0xffffffffa02bd240\n')
9407f('sys/module/snd_mixer_oss/sections/.text', 0o664, b'0xffffffffa02b9000\n')
9408f('sys/module/snd_mixer_oss/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9409f('sys/module/snd_mixer_oss/sections/__kcrctab', 0o664, b'0xffffffffa02bba70\n')
9410f('sys/module/snd_mixer_oss/sections/.data', 0o664, b'0xffffffffa02bcb20\n')
9411f('sys/module/snd_mixer_oss/sections/.symtab', 0o664, b'0xffffffffa02bba98\n')
9412f('sys/module/snd_mixer_oss/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02bce80\n')
9413f('sys/module/snd_mixer_oss/sections/.rodata.str1.1', 0o664, b'0xffffffffa02bb760\n')
9414d('sys/module/snd_mixer_oss/notes', 0o775)
9415f('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')
9416d('sys/module/pcmcia', 0o775)
9417f('sys/module/pcmcia/initstate', 0o664, b'live\n')
9418f('sys/module/pcmcia/srcversion', 0o664, b'6544CB07B8D7D79F19A4CD6\n')
9419f('sys/module/pcmcia/refcnt', 0o664, b'0\n')
9420d('sys/module/pcmcia/parameters', 0o775)
9421f('sys/module/pcmcia/parameters/io_speed', 0o664, b'0\n')
9422d('sys/module/pcmcia/sections', 0o775)
9423f('sys/module/pcmcia/sections/__ksymtab_strings', 0o664, b'0xffffffffa01f9890\n')
9424f('sys/module/pcmcia/sections/.exit.text', 0o664, b'0xffffffffa01f85c4\n')
9425f('sys/module/pcmcia/sections/.note.gnu.build-id', 0o664, b'0xffffffffa01f86c8\n')
9426f('sys/module/pcmcia/sections/.strtab', 0o664, b'0xffffffffa01fb138\n')
9427f('sys/module/pcmcia/sections/__ksymtab', 0o664, b'0xffffffffa01f9710\n')
9428f('sys/module/pcmcia/sections/.rodata', 0o664, b'0xffffffffa01f8700\n')
9429f('sys/module/pcmcia/sections/__param', 0o664, b'0xffffffffa01f9a00\n')
9430f('sys/module/pcmcia/sections/.bss', 0o664, b'0xffffffffa01fcb40\n')
9431f('sys/module/pcmcia/sections/.text', 0o664, b'0xffffffffa01f5000\n')
9432f('sys/module/pcmcia/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9433f('sys/module/pcmcia/sections/__kcrctab', 0o664, b'0xffffffffa01f9810\n')
9434f('sys/module/pcmcia/sections/.ref.data', 0o664, b'0xffffffffa01fc720\n')
9435f('sys/module/pcmcia/sections/.data', 0o664, b'0xffffffffa01fc3a0\n')
9436f('sys/module/pcmcia/sections/.devinit.text', 0o664, b'0xffffffffa01f85e2\n')
9437f('sys/module/pcmcia/sections/.symtab', 0o664, b'0xffffffffa01f9a28\n')
9438f('sys/module/pcmcia/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa01fc780\n')
9439f('sys/module/pcmcia/sections/.rodata.str1.1', 0o664, b'0xffffffffa01f913d\n')
9440d('sys/module/pcmcia/notes', 0o775)
9441f('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')
9442d('sys/module/nvram', 0o775)
9443f('sys/module/nvram/initstate', 0o664, b'live\n')
9444f('sys/module/nvram/srcversion', 0o664, b'ECD12B2949BC771BDCE8146\n')
9445f('sys/module/nvram/refcnt', 0o664, b'1\n')
9446d('sys/module/nvram/holders', 0o775)
9447l('sys/module/nvram/holders/thinkpad_acpi', '../../thinkpad_acpi')
9448d('sys/module/nvram/sections', 0o775)
9449f('sys/module/nvram/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ad2c0\n')
9450f('sys/module/nvram/sections/.exit.text', 0o664, b'0xffffffffa00ace3c\n')
9451f('sys/module/nvram/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00ace5c\n')
9452f('sys/module/nvram/sections/.strtab', 0o664, b'0xffffffffa00adc38\n')
9453f('sys/module/nvram/sections/__ksymtab', 0o664, b'0xffffffffa00ad230\n')
9454f('sys/module/nvram/sections/.rodata', 0o664, b'0xffffffffa00ace80\n')
9455f('sys/module/nvram/sections/.bss', 0o664, b'0xffffffffa00ae640\n')
9456f('sys/module/nvram/sections/.text', 0o664, b'0xffffffffa00ac000\n')
9457f('sys/module/nvram/sections/.init.text', 0o664, b'0xffffffffa00b0000\n')
9458f('sys/module/nvram/sections/__kcrctab', 0o664, b'0xffffffffa00ad290\n')
9459f('sys/module/nvram/sections/.data', 0o664, b'0xffffffffa00ae200\n')
9460f('sys/module/nvram/sections/.symtab', 0o664, b'0xffffffffa00ad338\n')
9461f('sys/module/nvram/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ae280\n')
9462f('sys/module/nvram/sections/.rodata.str1.1', 0o664, b'0xffffffffa00acfb8\n')
9463d('sys/module/nvram/notes', 0o775)
9464f('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')
9465d('sys/module/scsi_mod', 0o775)
9466d('sys/module/scsi_mod/parameters', 0o775)
9467f('sys/module/scsi_mod/parameters/scan', 0o664, b'sync\n')
9468f('sys/module/scsi_mod/parameters/default_dev_flags', 0o664, b'0\n')
9469f('sys/module/scsi_mod/parameters/scsi_logging_level', 0o664, b'0\n')
9470f('sys/module/scsi_mod/parameters/inq_timeout', 0o664, b'5\n')
9471f('sys/module/scsi_mod/parameters/max_luns', 0o664, b'512\n')
9472f('sys/module/scsi_mod/parameters/max_report_luns', 0o664, b'511\n')
9473d('sys/module/pcmcia_core', 0o775)
9474f('sys/module/pcmcia_core/initstate', 0o664, b'live\n')
9475f('sys/module/pcmcia_core/srcversion', 0o664, b'7C1220572DE8897E4D560EB\n')
9476f('sys/module/pcmcia_core/refcnt', 0o664, b'3\n')
9477d('sys/module/pcmcia_core/holders', 0o775)
9478l('sys/module/pcmcia_core/holders/yenta_socket', '../../yenta_socket')
9479l('sys/module/pcmcia_core/holders/rsrc_nonstatic', '../../rsrc_nonstatic')
9480l('sys/module/pcmcia_core/holders/pcmcia', '../../pcmcia')
9481d('sys/module/pcmcia_core/parameters', 0o775)
9482f('sys/module/pcmcia_core/parameters/setup_delay', 0o664, b'10\n')
9483f('sys/module/pcmcia_core/parameters/cis_speed', 0o664, b'300\n')
9484f('sys/module/pcmcia_core/parameters/unreset_delay', 0o664, b'10\n')
9485f('sys/module/pcmcia_core/parameters/shutdown_delay', 0o664, b'3\n')
9486f('sys/module/pcmcia_core/parameters/cis_width', 0o664, b'0\n')
9487f('sys/module/pcmcia_core/parameters/unreset_limit', 0o664, b'30\n')
9488f('sys/module/pcmcia_core/parameters/reset_time', 0o664, b'10\n')
9489f('sys/module/pcmcia_core/parameters/resume_delay', 0o664, b'20\n')
9490f('sys/module/pcmcia_core/parameters/unreset_check', 0o664, b'10\n')
9491f('sys/module/pcmcia_core/parameters/vcc_settle', 0o664, b'40\n')
9492d('sys/module/pcmcia_core/sections', 0o775)
9493f('sys/module/pcmcia_core/sections/__ksymtab_strings', 0o664, b'0xffffffffa0094310\n')
9494f('sys/module/pcmcia_core/sections/.exit.text', 0o664, b'0xffffffffa0093558\n')
9495f('sys/module/pcmcia_core/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0093668\n')
9496f('sys/module/pcmcia_core/sections/.strtab', 0o664, b'0xffffffffa0096898\n')
9497f('sys/module/pcmcia_core/sections/__ksymtab', 0o664, b'0xffffffffa0093e50\n')
9498f('sys/module/pcmcia_core/sections/.rodata', 0o664, b'0xffffffffa00936a0\n')
9499f('sys/module/pcmcia_core/sections/__param', 0o664, b'0xffffffffa0094180\n')
9500f('sys/module/pcmcia_core/sections/.bss', 0o664, b'0xffffffffa0098f40\n')
9501f('sys/module/pcmcia_core/sections/.text', 0o664, b'0xffffffffa008f000\n')
9502f('sys/module/pcmcia_core/sections/.init.text', 0o664, b'0xffffffffa009a000\n')
9503f('sys/module/pcmcia_core/sections/__kcrctab', 0o664, b'0xffffffffa0094070\n')
9504f('sys/module/pcmcia_core/sections/.data', 0o664, b'0xffffffffa0098700\n')
9505f('sys/module/pcmcia_core/sections/.symtab', 0o664, b'0xffffffffa00945d0\n')
9506f('sys/module/pcmcia_core/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0098b80\n')
9507f('sys/module/pcmcia_core/sections/.rodata.str1.1', 0o664, b'0xffffffffa0093a88\n')
9508f('sys/module/pcmcia_core/sections/.ref.text', 0o664, b'0xffffffffa0093580\n')
9509d('sys/module/pcmcia_core/notes', 0o775)
9510f('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')
9511d('sys/module/rtc_core', 0o775)
9512f('sys/module/rtc_core/initstate', 0o664, b'live\n')
9513f('sys/module/rtc_core/srcversion', 0o664, b'8684A14821938B7D8E50DB5\n')
9514f('sys/module/rtc_core/refcnt', 0o664, b'1\n')
9515d('sys/module/rtc_core/holders', 0o775)
9516l('sys/module/rtc_core/holders/rtc_cmos', '../../rtc_cmos')
9517d('sys/module/rtc_core/sections', 0o775)
9518f('sys/module/rtc_core/sections/__ksymtab_gpl', 0o664, b'0xffffffffa00ea380\n')
9519f('sys/module/rtc_core/sections/.smp_locks', 0o664, b'0xffffffffa00ea5b8\n')
9520f('sys/module/rtc_core/sections/__ksymtab_strings', 0o664, b'0xffffffffa00ea4d0\n')
9521f('sys/module/rtc_core/sections/.exit.text', 0o664, b'0xffffffffa00e9e60\n')
9522f('sys/module/rtc_core/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00e9ea4\n')
9523f('sys/module/rtc_core/sections/.strtab', 0o664, b'0xffffffffa00eb9c0\n')
9524f('sys/module/rtc_core/sections/.rodata', 0o664, b'0xffffffffa00e9ee0\n')
9525f('sys/module/rtc_core/sections/.bss', 0o664, b'0xffffffffa00ecd80\n')
9526f('sys/module/rtc_core/sections/.text', 0o664, b'0xffffffffa00e8000\n')
9527f('sys/module/rtc_core/sections/.init.text', 0o664, b'0xffffffffa007d000\n')
9528f('sys/module/rtc_core/sections/.data', 0o664, b'0xffffffffa00ec760\n')
9529f('sys/module/rtc_core/sections/.symtab', 0o664, b'0xffffffffa00ea5e0\n')
9530f('sys/module/rtc_core/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00ec9c0\n')
9531f('sys/module/rtc_core/sections/.rodata.str1.1', 0o664, b'0xffffffffa00ea098\n')
9532f('sys/module/rtc_core/sections/__kcrctab_gpl', 0o664, b'0xffffffffa00ea460\n')
9533d('sys/module/rtc_core/notes', 0o775)
9534f('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')
9535d('sys/module/led_class', 0o775)
9536f('sys/module/led_class/initstate', 0o664, b'live\n')
9537f('sys/module/led_class/srcversion', 0o664, b'B916A50F53ABBBB19DFF203\n')
9538f('sys/module/led_class/refcnt', 0o664, b'2\n')
9539d('sys/module/led_class/holders', 0o775)
9540l('sys/module/led_class/holders/iwl3945', '../../iwl3945')
9541l('sys/module/led_class/holders/thinkpad_acpi', '../../thinkpad_acpi')
9542d('sys/module/led_class/sections', 0o775)
9543f('sys/module/led_class/sections/__ksymtab_gpl', 0o664, b'0xffffffffa00f23c0\n')
9544f('sys/module/led_class/sections/__ksymtab_strings', 0o664, b'0xffffffffa00f2420\n')
9545f('sys/module/led_class/sections/.exit.text', 0o664, b'0xffffffffa00f2330\n')
9546f('sys/module/led_class/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00f2344\n')
9547f('sys/module/led_class/sections/.strtab', 0o664, b'0xffffffffa00f2bf8\n')
9548f('sys/module/led_class/sections/.bss', 0o664, b'0xffffffffa00f3500\n')
9549f('sys/module/led_class/sections/.text', 0o664, b'0xffffffffa00f2000\n')
9550f('sys/module/led_class/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9551f('sys/module/led_class/sections/.data', 0o664, b'0xffffffffa00f30c0\n')
9552f('sys/module/led_class/sections/.symtab', 0o664, b'0xffffffffa00f2478\n')
9553f('sys/module/led_class/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00f3140\n')
9554f('sys/module/led_class/sections/.rodata.str1.1', 0o664, b'0xffffffffa00f2368\n')
9555f('sys/module/led_class/sections/__kcrctab_gpl', 0o664, b'0xffffffffa00f2400\n')
9556d('sys/module/led_class/notes', 0o775)
9557f('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')
9558d('sys/module/libata', 0o775)
9559d('sys/module/libata/parameters', 0o775)
9560f('sys/module/libata/parameters/acpi_gtf_filter', 0o664, b'7\n')
9561f('sys/module/libata/parameters/noacpi', 0o664, b'0\n')
9562f('sys/module/libata/parameters/atapi_passthru16', 0o664, b'1\n')
9563f('sys/module/libata/parameters/ata_probe_timeout', 0o664, b'0\n')
9564f('sys/module/libata/parameters/dma', 0o664, b'7\n')
9565f('sys/module/libata/parameters/atapi_dmadir', 0o664, b'0\n')
9566f('sys/module/libata/parameters/fua', 0o664, b'0\n')
9567f('sys/module/libata/parameters/ignore_hpa', 0o664, b'0\n')
9568f('sys/module/libata/parameters/atapi_enabled', 0o664, b'1\n')
9569f('sys/module/libata/parameters/allow_tpm', 0o664, b'0\n')
9570d('sys/module/thermal', 0o775)
9571f('sys/module/thermal/initstate', 0o664, b'live\n')
9572f('sys/module/thermal/srcversion', 0o664, b'1787CE9FEB053C917D031A9\n')
9573f('sys/module/thermal/refcnt', 0o664, b'0\n')
9574d('sys/module/thermal/parameters', 0o775)
9575f('sys/module/thermal/parameters/act', 0o664, b'0\n')
9576f('sys/module/thermal/parameters/tzp', 0o664, b'0\n')
9577f('sys/module/thermal/parameters/crt', 0o664, b'0\n')
9578f('sys/module/thermal/parameters/psv', 0o664, b'0\n')
9579d('sys/module/thermal/sections', 0o775)
9580f('sys/module/thermal/sections/.exit.text', 0o664, b'0xffffffffa00a1f14\n')
9581f('sys/module/thermal/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00a1f3c\n')
9582f('sys/module/thermal/sections/.strtab', 0o664, b'0xffffffffa00a3b28\n')
9583f('sys/module/thermal/sections/.rodata', 0o664, b'0xffffffffa00a1f60\n')
9584f('sys/module/thermal/sections/__param', 0o664, b'0xffffffffa00a29d0\n')
9585f('sys/module/thermal/sections/.bss', 0o664, b'0xffffffffa00a4bc0\n')
9586f('sys/module/thermal/sections/.text', 0o664, b'0xffffffffa00a0000\n')
9587f('sys/module/thermal/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
9588f('sys/module/thermal/sections/.data', 0o664, b'0xffffffffa00a4640\n')
9589f('sys/module/thermal/sections/.init.data', 0o664, b'0xffffffffa0070090\n')
9590f('sys/module/thermal/sections/.symtab', 0o664, b'0xffffffffa00a2ac0\n')
9591f('sys/module/thermal/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00a4800\n')
9592f('sys/module/thermal/sections/.rodata.str1.1', 0o664, b'0xffffffffa00a242a\n')
9593d('sys/module/thermal/notes', 0o775)
9594f('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')
9595d('sys/module/keyboard', 0o775)
9596d('sys/module/keyboard/parameters', 0o775)
9597f('sys/module/keyboard/parameters/brl_nbchords', 0o664, b'1\n')
9598f('sys/module/keyboard/parameters/brl_timeout', 0o664, b'300\n')
9599d('sys/module/ahci', 0o775)
9600d('sys/module/ahci/drivers', 0o775)
9601l('sys/module/ahci/drivers/pci:ahci', '../../../bus/pci/drivers/ahci')
9602d('sys/module/ahci/parameters', 0o775)
9603f('sys/module/ahci/parameters/marvell_enable', 0o664, b'1\n')
9604f('sys/module/ahci/parameters/ahci_em_messages', 0o664, b'1\n')
9605f('sys/module/ahci/parameters/skip_host_reset', 0o664, b'0\n')
9606d('sys/module/snd_pcm_oss', 0o775)
9607f('sys/module/snd_pcm_oss/initstate', 0o664, b'live\n')
9608f('sys/module/snd_pcm_oss/srcversion', 0o664, b'E3D05A52B04130012283029\n')
9609f('sys/module/snd_pcm_oss/refcnt', 0o664, b'0\n')
9610d('sys/module/snd_pcm_oss/parameters', 0o775)
9611f('sys/module/snd_pcm_oss/parameters/dsp_map', 0o664, b'0,0,0,0,0,0,0,0\n')
9612f('sys/module/snd_pcm_oss/parameters/nonblock_open', 0o664, b'Y\n')
9613f('sys/module/snd_pcm_oss/parameters/adsp_map', 0o664, b'1,1,1,1,1,1,1,1\n')
9614d('sys/module/snd_pcm_oss/sections', 0o775)
9615f('sys/module/snd_pcm_oss/sections/.exit.text', 0o664, b'0xffffffffa02c6e7c\n')
9616f('sys/module/snd_pcm_oss/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02c6e94\n')
9617f('sys/module/snd_pcm_oss/sections/.strtab', 0o664, b'0xffffffffa02c8818\n')
9618f('sys/module/snd_pcm_oss/sections/.rodata', 0o664, b'0xffffffffa02c6ec0\n')
9619f('sys/module/snd_pcm_oss/sections/__param', 0o664, b'0xffffffffa02c7378\n')
9620f('sys/module/snd_pcm_oss/sections/.bss', 0o664, b'0xffffffffa02c9b00\n')
9621f('sys/module/snd_pcm_oss/sections/.text', 0o664, b'0xffffffffa02bf000\n')
9622f('sys/module/snd_pcm_oss/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9623f('sys/module/snd_pcm_oss/sections/.data', 0o664, b'0xffffffffa02c96c0\n')
9624f('sys/module/snd_pcm_oss/sections/.symtab', 0o664, b'0xffffffffa02c73f0\n')
9625f('sys/module/snd_pcm_oss/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02c9740\n')
9626f('sys/module/snd_pcm_oss/sections/.rodata.str1.1', 0o664, b'0xffffffffa02c71a8\n')
9627d('sys/module/snd_pcm_oss/notes', 0o775)
9628f('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')
9629d('sys/module/ac', 0o775)
9630f('sys/module/ac/initstate', 0o664, b'live\n')
9631f('sys/module/ac/srcversion', 0o664, b'6E9CD20EE5BE8425A61B938\n')
9632f('sys/module/ac/refcnt', 0o664, b'0\n')
9633d('sys/module/ac/sections', 0o775)
9634f('sys/module/ac/sections/.exit.text', 0o664, b'0xffffffffa006d43c\n')
9635f('sys/module/ac/sections/.note.gnu.build-id', 0o664, b'0xffffffffa006d45c\n')
9636f('sys/module/ac/sections/.strtab', 0o664, b'0xffffffffa006dd28\n')
9637f('sys/module/ac/sections/.rodata', 0o664, b'0xffffffffa006d480\n')
9638f('sys/module/ac/sections/.bss', 0o664, b'0xffffffffa006e600\n')
9639f('sys/module/ac/sections/.text', 0o664, b'0xffffffffa006d000\n')
9640f('sys/module/ac/sections/.init.text', 0o664, b'0xffffffffa0070000\n')
9641f('sys/module/ac/sections/.data', 0o664, b'0xffffffffa006e0d0\n')
9642f('sys/module/ac/sections/.symtab', 0o664, b'0xffffffffa006d668\n')
9643f('sys/module/ac/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa006e240\n')
9644f('sys/module/ac/sections/.rodata.str1.1', 0o664, b'0xffffffffa006d5a0\n')
9645d('sys/module/ac/notes', 0o775)
9646f('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')
9647d('sys/module/dock', 0o775)
9648d('sys/module/dock/parameters', 0o775)
9649f('sys/module/dock/parameters/immediate_undock', 0o664, b'Y\n')
9650d('sys/module/pcie_aspm', 0o775)
9651d('sys/module/pcie_aspm/parameters', 0o775)
9652f('sys/module/pcie_aspm/parameters/policy', 0o664, b'[default] performance powersave \n')
9653d('sys/module/lockdep', 0o775)
9654d('sys/module/lockdep/parameters', 0o775)
9655f('sys/module/lockdep/parameters/lock_stat', 0o664, b'1\n')
9656d('sys/module/tcp_cubic', 0o775)
9657d('sys/module/tcp_cubic/parameters', 0o775)
9658f('sys/module/tcp_cubic/parameters/tcp_friendliness', 0o664, b'1\n')
9659f('sys/module/tcp_cubic/parameters/beta', 0o664, b'717\n')
9660f('sys/module/tcp_cubic/parameters/bic_scale', 0o664, b'41\n')
9661f('sys/module/tcp_cubic/parameters/fast_convergence', 0o664, b'1\n')
9662f('sys/module/tcp_cubic/parameters/initial_ssthresh', 0o664, b'0\n')
9663d('sys/module/ecb', 0o775)
9664f('sys/module/ecb/initstate', 0o664, b'live\n')
9665f('sys/module/ecb/srcversion', 0o664, b'5BBA8E5CDEA4EA8BA5ED31D\n')
9666f('sys/module/ecb/refcnt', 0o664, b'2\n')
9667d('sys/module/ecb/sections', 0o775)
9668f('sys/module/ecb/sections/.exit.text', 0o664, b'0xffffffffa0027300\n')
9669f('sys/module/ecb/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0027314\n')
9670f('sys/module/ecb/sections/.strtab', 0o664, b'0xffffffffa00277c0\n')
9671f('sys/module/ecb/sections/.bss', 0o664, b'0xffffffffa0027e80\n')
9672f('sys/module/ecb/sections/.text', 0o664, b'0xffffffffa0027000\n')
9673f('sys/module/ecb/sections/.init.text', 0o664, b'0xffffffffa006b000\n')
9674f('sys/module/ecb/sections/.data', 0o664, b'0xffffffffa0027a40\n')
9675f('sys/module/ecb/sections/.symtab', 0o664, b'0xffffffffa0027340\n')
9676f('sys/module/ecb/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0027ac0\n')
9677f('sys/module/ecb/sections/.rodata.str1.1', 0o664, b'0xffffffffa0027338\n')
9678d('sys/module/ecb/notes', 0o775)
9679f('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")
9680d('sys/module/snd_page_alloc', 0o775)
9681f('sys/module/snd_page_alloc/initstate', 0o664, b'live\n')
9682f('sys/module/snd_page_alloc/srcversion', 0o664, b'D9E59C27F28D5DA2B935016\n')
9683f('sys/module/snd_page_alloc/refcnt', 0o664, b'2\n')
9684d('sys/module/snd_page_alloc/holders', 0o775)
9685l('sys/module/snd_page_alloc/holders/snd_pcm', '../../snd_pcm')
9686l('sys/module/snd_page_alloc/holders/snd_hda_intel', '../../snd_hda_intel')
9687d('sys/module/snd_page_alloc/sections', 0o775)
9688f('sys/module/snd_page_alloc/sections/__ksymtab_strings', 0o664, b'0xffffffffa00350e8\n')
9689f('sys/module/snd_page_alloc/sections/.exit.text', 0o664, b'0xffffffffa0034cc0\n')
9690f('sys/module/snd_page_alloc/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0034cf8\n')
9691f('sys/module/snd_page_alloc/sections/.strtab', 0o664, b'0xffffffffa0035be8\n')
9692f('sys/module/snd_page_alloc/sections/__ksymtab', 0o664, b'0xffffffffa0035040\n')
9693f('sys/module/snd_page_alloc/sections/.rodata', 0o664, b'0xffffffffa0034d20\n')
9694f('sys/module/snd_page_alloc/sections/.bss', 0o664, b'0xffffffffa0036780\n')
9695f('sys/module/snd_page_alloc/sections/.text', 0o664, b'0xffffffffa0034000\n')
9696f('sys/module/snd_page_alloc/sections/.init.text', 0o664, b'0xffffffffa0038000\n')
9697f('sys/module/snd_page_alloc/sections/__kcrctab', 0o664, b'0xffffffffa00350b0\n')
9698f('sys/module/snd_page_alloc/sections/.data', 0o664, b'0xffffffffa0036300\n')
9699f('sys/module/snd_page_alloc/sections/.symtab', 0o664, b'0xffffffffa0035180\n')
9700f('sys/module/snd_page_alloc/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00363c0\n')
9701f('sys/module/snd_page_alloc/sections/.rodata.str1.1', 0o664, b'0xffffffffa0034fd5\n')
9702d('sys/module/snd_page_alloc/notes', 0o775)
9703f('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=')
9704d('sys/module/loop', 0o775)
9705f('sys/module/loop/initstate', 0o664, b'live\n')
9706f('sys/module/loop/srcversion', 0o664, b'7595F5D46DFDB4A2D489DDD\n')
9707f('sys/module/loop/refcnt', 0o664, b'0\n')
9708d('sys/module/loop/sections', 0o775)
9709f('sys/module/loop/sections/__bug_table', 0o664, b'0xffffffffa023ca1f\n')
9710f('sys/module/loop/sections/__ksymtab_strings', 0o664, b'0xffffffffa023caf0\n')
9711f('sys/module/loop/sections/.exit.text', 0o664, b'0xffffffffa023c72c\n')
9712f('sys/module/loop/sections/.note.gnu.build-id', 0o664, b'0xffffffffa023c7e4\n')
9713f('sys/module/loop/sections/.strtab', 0o664, b'0xffffffffa023d960\n')
9714f('sys/module/loop/sections/__ksymtab', 0o664, b'0xffffffffa023ca70\n')
9715f('sys/module/loop/sections/.rodata', 0o664, b'0xffffffffa023c808\n')
9716f('sys/module/loop/sections/__param', 0o664, b'0xffffffffa023caa0\n')
9717f('sys/module/loop/sections/.bss', 0o664, b'0xffffffffa023e780\n')
9718f('sys/module/loop/sections/.text', 0o664, b'0xffffffffa023a000\n')
9719f('sys/module/loop/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9720f('sys/module/loop/sections/__kcrctab', 0o664, b'0xffffffffa023ca90\n')
9721f('sys/module/loop/sections/.data', 0o664, b'0xffffffffa023e180\n')
9722f('sys/module/loop/sections/.symtab', 0o664, b'0xffffffffa023cb20\n')
9723f('sys/module/loop/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa023e3c0\n')
9724f('sys/module/loop/sections/.rodata.str1.1', 0o664, b'0xffffffffa023c88a\n')
9725d('sys/module/loop/notes', 0o775)
9726f('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')
9727d('sys/module/aes_generic', 0o775)
9728f('sys/module/aes_generic/initstate', 0o664, b'live\n')
9729f('sys/module/aes_generic/srcversion', 0o664, b'CE7DEF557FD2F72DE36DE4A\n')
9730f('sys/module/aes_generic/refcnt', 0o664, b'1\n')
9731d('sys/module/aes_generic/holders', 0o775)
9732l('sys/module/aes_generic/holders/aes_x86_64', '../../aes_x86_64')
9733d('sys/module/aes_generic/sections', 0o775)
9734f('sys/module/aes_generic/sections/__ksymtab_gpl', 0o664, b'0xffffffffa02ccef0\n')
9735f('sys/module/aes_generic/sections/__ksymtab_strings', 0o664, b'0xffffffffa02ccf80\n')
9736f('sys/module/aes_generic/sections/.exit.text', 0o664, b'0xffffffffa02cceb8\n')
9737f('sys/module/aes_generic/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02ccecc\n')
9738f('sys/module/aes_generic/sections/.strtab', 0o664, b'0xffffffffa02cd678\n')
9739f('sys/module/aes_generic/sections/.bss', 0o664, b'0xffffffffa02cdf80\n')
9740f('sys/module/aes_generic/sections/.text', 0o664, b'0xffffffffa02cb000\n')
9741f('sys/module/aes_generic/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9742f('sys/module/aes_generic/sections/.data', 0o664, b'0xffffffffa02cda80\n')
9743f('sys/module/aes_generic/sections/.init.data', 0o664, b'0xffffffffa0065300\n')
9744f('sys/module/aes_generic/sections/.symtab', 0o664, b'0xffffffffa02ccfe8\n')
9745f('sys/module/aes_generic/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02cdbc0\n')
9746f('sys/module/aes_generic/sections/__kcrctab_gpl', 0o664, b'0xffffffffa02ccf50\n')
9747d('sys/module/aes_generic/notes', 0o775)
9748f('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')
9749d('sys/module/snd_seq_device', 0o775)
9750f('sys/module/snd_seq_device/initstate', 0o664, b'live\n')
9751f('sys/module/snd_seq_device/srcversion', 0o664, b'A166653189DAF15E3F2B588\n')
9752f('sys/module/snd_seq_device/refcnt', 0o664, b'1\n')
9753d('sys/module/snd_seq_device/holders', 0o775)
9754l('sys/module/snd_seq_device/holders/snd_seq', '../../snd_seq')
9755d('sys/module/snd_seq_device/sections', 0o775)
9756f('sys/module/snd_seq_device/sections/__ksymtab_strings', 0o664, b'0xffffffffa02a5d10\n')
9757f('sys/module/snd_seq_device/sections/.exit.text', 0o664, b'0xffffffffa02a5a5c\n')
9758f('sys/module/snd_seq_device/sections/.note.gnu.build-id', 0o664, b'0xffffffffa02a5a90\n')
9759f('sys/module/snd_seq_device/sections/.strtab', 0o664, b'0xffffffffa02a66e0\n')
9760f('sys/module/snd_seq_device/sections/__ksymtab', 0o664, b'0xffffffffa02a5c80\n')
9761f('sys/module/snd_seq_device/sections/.bss', 0o664, b'0xffffffffa02a7280\n')
9762f('sys/module/snd_seq_device/sections/.text', 0o664, b'0xffffffffa02a5000\n')
9763f('sys/module/snd_seq_device/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9764f('sys/module/snd_seq_device/sections/__kcrctab', 0o664, b'0xffffffffa02a5ce0\n')
9765f('sys/module/snd_seq_device/sections/.data', 0o664, b'0xffffffffa02a6de0\n')
9766f('sys/module/snd_seq_device/sections/.symtab', 0o664, b'0xffffffffa02a5db0\n')
9767f('sys/module/snd_seq_device/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa02a6ec0\n')
9768f('sys/module/snd_seq_device/sections/.rodata.str1.1', 0o664, b'0xffffffffa02a5bd0\n')
9769d('sys/module/snd_seq_device/notes', 0o775)
9770f('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')
9771d('sys/module/8250', 0o775)
9772d('sys/module/8250/parameters', 0o775)
9773f('sys/module/8250/parameters/share_irqs', 0o664, b'0\n')
9774f('sys/module/8250/parameters/nr_uarts', 0o664, b'4\n')
9775d('sys/module/ipv6', 0o775)
9776f('sys/module/ipv6/initstate', 0o664, b'live\n')
9777f('sys/module/ipv6/srcversion', 0o664, b'184C844E7A78529619B4C9D\n')
9778f('sys/module/ipv6/refcnt', 0o664, b'10\n')
9779d('sys/module/ipv6/sections', 0o775)
9780f('sys/module/ipv6/sections/__ksymtab_gpl', 0o664, b'0xffffffffa028ac10\n')
9781f('sys/module/ipv6/sections/.smp_locks', 0o664, b'0xffffffffa028a240\n')
9782f('sys/module/ipv6/sections/__bug_table', 0o664, b'0xffffffffa0288edd\n')
9783f('sys/module/ipv6/sections/__ksymtab_strings', 0o664, b'0xffffffffa028b108\n')
9784f('sys/module/ipv6/sections/.exit.text', 0o664, b'0xffffffffa0285e40\n')
9785f('sys/module/ipv6/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0286024\n')
9786f('sys/module/ipv6/sections/.strtab', 0o664, b'0xffffffffa02937f0\n')
9787f('sys/module/ipv6/sections/__ksymtab', 0o664, b'0xffffffffa028ad90\n')
9788f('sys/module/ipv6/sections/.rodata', 0o664, b'0xffffffffa0286060\n')
9789f('sys/module/ipv6/sections/.data.read_mostly', 0o664, b'0xffffffffa029cf20\n')
9790f('sys/module/ipv6/sections/.bss', 0o664, b'0xffffffffa029dd80\n')
9791f('sys/module/ipv6/sections/.text', 0o664, b'0xffffffffa0258000\n')
9792f('sys/module/ipv6/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9793f('sys/module/ipv6/sections/__kcrctab', 0o664, b'0xffffffffa028afe0\n')
9794f('sys/module/ipv6/sections/.data', 0o664, b'0xffffffffa02998c0\n')
9795f('sys/module/ipv6/sections/.init.data', 0o664, b'0xffffffffa0065d80\n')
9796f('sys/module/ipv6/sections/.symtab', 0o664, b'0xffffffffa028b4c8\n')
9797f('sys/module/ipv6/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa029d9c0\n')
9798f('sys/module/ipv6/sections/.rodata.str1.1', 0o664, b'0xffffffffa02883c0\n')
9799f('sys/module/ipv6/sections/.ref.text', 0o664, b'0xffffffffa0285f40\n')
9800f('sys/module/ipv6/sections/__kcrctab_gpl', 0o664, b'0xffffffffa028ad10\n')
9801d('sys/module/ipv6/notes', 0o775)
9802f('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')
9803d('sys/module/microcode', 0o775)
9804f('sys/module/microcode/initstate', 0o664, b'live\n')
9805f('sys/module/microcode/srcversion', 0o664, b'FC3DA13E858B639D12F2043\n')
9806f('sys/module/microcode/refcnt', 0o664, b'0\n')
9807d('sys/module/microcode/sections', 0o775)
9808f('sys/module/microcode/sections/__bug_table', 0o664, b'0xffffffffa02516f7\n')
9809f('sys/module/microcode/sections/.exit.text', 0o664, b'0xffffffffa0250ff6\n')
9810f('sys/module/microcode/sections/.note.gnu.build-id', 0o664, b'0xffffffffa0251040\n')
9811f('sys/module/microcode/sections/.strtab', 0o664, b'0xffffffffa02520b8\n')
9812f('sys/module/microcode/sections/.rodata', 0o664, b'0xffffffffa0251080\n')
9813f('sys/module/microcode/sections/.bss', 0o664, b'0xffffffffa0252c40\n')
9814f('sys/module/microcode/sections/.text', 0o664, b'0xffffffffa0250000\n')
9815f('sys/module/microcode/sections/.init.text', 0o664, b'0xffffffffa0065000\n')
9816f('sys/module/microcode/sections/.ref.data', 0o664, b'0xffffffffa0252850\n')
9817f('sys/module/microcode/sections/.data', 0o664, b'0xffffffffa0252600\n')
9818f('sys/module/microcode/sections/.symtab', 0o664, b'0xffffffffa0251740\n')
9819f('sys/module/microcode/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa0252880\n')
9820f('sys/module/microcode/sections/.rodata.str1.1', 0o664, b'0xffffffffa0251218\n')
9821f('sys/module/microcode/sections/.cpuinit.text', 0o664, b'0xffffffffa0250d90\n')
9822d('sys/module/microcode/notes', 0o775)
9823f('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')
9824d('sys/module/i8042', 0o775)
9825d('sys/module/i8042/parameters', 0o775)
9826f('sys/module/i8042/parameters/debug', 0o664, b'N\n')
9827f('sys/module/i8042/parameters/panicblink', 0o664, b'500\n')
9828d('sys/module/usbcore', 0o775)
9829f('sys/module/usbcore/initstate', 0o664, b'live\n')
9830f('sys/module/usbcore/srcversion', 0o664, b'4FF77EB8DAB25F4076D7357\n')
9831f('sys/module/usbcore/refcnt', 0o664, b'5\n')
9832d('sys/module/usbcore/holders', 0o775)
9833l('sys/module/usbcore/holders/uhci_hcd', '../../uhci_hcd')
9834l('sys/module/usbcore/holders/usb_storage', '../../usb_storage')
9835l('sys/module/usbcore/holders/cdc_acm', '../../cdc_acm')
9836l('sys/module/usbcore/holders/usbhid', '../../usbhid')
9837l('sys/module/usbcore/holders/ehci_hcd', '../../ehci_hcd')
9838d('sys/module/usbcore/drivers', 0o775)
9839l('sys/module/usbcore/drivers/usb:usbfs', '../../../bus/usb/drivers/usbfs')
9840l('sys/module/usbcore/drivers/usb:usb', '../../../bus/usb/drivers/usb')
9841l('sys/module/usbcore/drivers/usb:hub', '../../../bus/usb/drivers/hub')
9842d('sys/module/usbcore/parameters', 0o775)
9843f('sys/module/usbcore/parameters/use_both_schemes', 0o664, b'Y\n')
9844f('sys/module/usbcore/parameters/blinkenlights', 0o664, b'N\n')
9845f('sys/module/usbcore/parameters/usbfs_snoop', 0o664, b'N\n')
9846f('sys/module/usbcore/parameters/autosuspend', 0o664, b'2\n')
9847f('sys/module/usbcore/parameters/nousb', 0o664, b'N\n')
9848f('sys/module/usbcore/parameters/old_scheme_first', 0o664, b'N\n')
9849d('sys/module/usbcore/sections', 0o775)
9850f('sys/module/usbcore/sections/__ksymtab_gpl', 0o664, b'0xffffffffa004ea30\n')
9851f('sys/module/usbcore/sections/.smp_locks', 0o664, b'0xffffffffa004f930\n')
9852f('sys/module/usbcore/sections/__ex_table', 0o664, b'0xffffffffa004fa58\n')
9853f('sys/module/usbcore/sections/__bug_table', 0o664, b'0xffffffffa004fa40\n')
9854f('sys/module/usbcore/sections/__ksymtab_strings', 0o664, b'0xffffffffa004f300\n')
9855f('sys/module/usbcore/sections/.exit.text', 0o664, b'0xffffffffa004ba30\n')
9856f('sys/module/usbcore/sections/.note.gnu.build-id', 0o664, b'0xffffffffa004bb30\n')
9857f('sys/module/usbcore/sections/.strtab', 0o664, b'0xffffffffa0055cf8\n')
9858f('sys/module/usbcore/sections/.fixup', 0o664, b'0xffffffffa004ba87\n')
9859f('sys/module/usbcore/sections/.rodata', 0o664, b'0xffffffffa004bb60\n')
9860f('sys/module/usbcore/sections/__param', 0o664, b'0xffffffffa004f210\n')
9861f('sys/module/usbcore/sections/.bss', 0o664, b'0xffffffffa005cec0\n')
9862f('sys/module/usbcore/sections/.text', 0o664, b'0xffffffffa0038000\n')
9863f('sys/module/usbcore/sections/.init.text', 0o664, b'0xffffffffa0027000\n')
9864f('sys/module/usbcore/sections/.data', 0o664, b'0xffffffffa005af00\n')
9865f('sys/module/usbcore/sections/.symtab', 0o664, b'0xffffffffa004fb18\n')
9866f('sys/module/usbcore/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa005cb00\n')
9867f('sys/module/usbcore/sections/.rodata.str1.1', 0o664, b'0xffffffffa004c044\n')
9868f('sys/module/usbcore/sections/__kcrctab_gpl', 0o664, b'0xffffffffa004ef70\n')
9869d('sys/module/usbcore/notes', 0o775)
9870f('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')
9871d('sys/module/intel_agp', 0o775)
9872f('sys/module/intel_agp/initstate', 0o664, b'live\n')
9873f('sys/module/intel_agp/srcversion', 0o664, b'98AFACFFF6A1ADC3A6FAB67\n')
9874f('sys/module/intel_agp/refcnt', 0o664, b'0\n')
9875d('sys/module/intel_agp/drivers', 0o775)
9876l('sys/module/intel_agp/drivers/pci:agpgart-intel', '../../../bus/pci/drivers/agpgart-intel')
9877d('sys/module/intel_agp/sections', 0o775)
9878f('sys/module/intel_agp/sections/.smp_locks', 0o664, b'0xffffffffa008ae38\n')
9879f('sys/module/intel_agp/sections/.exit.text', 0o664, b'0xffffffffa00893ac\n')
9880f('sys/module/intel_agp/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00896b0\n')
9881f('sys/module/intel_agp/sections/.strtab', 0o664, b'0xffffffffa008c1b8\n')
9882f('sys/module/intel_agp/sections/.devexit.text', 0o664, b'0xffffffffa00893be\n')
9883f('sys/module/intel_agp/sections/.rodata', 0o664, b'0xffffffffa00896e0\n')
9884f('sys/module/intel_agp/sections/.bss', 0o664, b'0xffffffffa008da00\n')
9885f('sys/module/intel_agp/sections/.text', 0o664, b'0xffffffffa0086000\n')
9886f('sys/module/intel_agp/sections/.init.text', 0o664, b'0xffffffffa008f000\n')
9887f('sys/module/intel_agp/sections/.data', 0o664, b'0xffffffffa008cf60\n')
9888f('sys/module/intel_agp/sections/.devinit.text', 0o664, b'0xffffffffa0089400\n')
9889f('sys/module/intel_agp/sections/.symtab', 0o664, b'0xffffffffa008ae50\n')
9890f('sys/module/intel_agp/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa008d640\n')
9891f('sys/module/intel_agp/sections/.rodata.str1.1', 0o664, b'0xffffffffa008a9c0\n')
9892d('sys/module/intel_agp/notes', 0o775)
9893f('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')
9894d('sys/module/evdev', 0o775)
9895f('sys/module/evdev/initstate', 0o664, b'live\n')
9896f('sys/module/evdev/srcversion', 0o664, b'6F6934C1F95317926EA0520\n')
9897f('sys/module/evdev/refcnt', 0o664, b'5\n')
9898d('sys/module/evdev/sections', 0o775)
9899f('sys/module/evdev/sections/.exit.text', 0o664, b'0xffffffffa00b3724\n')
9900f('sys/module/evdev/sections/.note.gnu.build-id', 0o664, b'0xffffffffa00b3738\n')
9901f('sys/module/evdev/sections/.strtab', 0o664, b'0xffffffffa00b4610\n')
9902f('sys/module/evdev/sections/.rodata', 0o664, b'0xffffffffa00b3760\n')
9903f('sys/module/evdev/sections/.bss', 0o664, b'0xffffffffa00b50c0\n')
9904f('sys/module/evdev/sections/.text', 0o664, b'0xffffffffa00b2000\n')
9905f('sys/module/evdev/sections/.init.text', 0o664, b'0xffffffffa00b7000\n')
9906f('sys/module/evdev/sections/.data', 0o664, b'0xffffffffa00b4be0\n')
9907f('sys/module/evdev/sections/.symtab', 0o664, b'0xffffffffa00b3b60\n')
9908f('sys/module/evdev/sections/.gnu.linkonce.this_module', 0o664, b'0xffffffffa00b4d00\n')
9909f('sys/module/evdev/sections/.rodata.str1.1', 0o664, b'0xffffffffa00b3a38\n')
9910d('sys/module/evdev/notes', 0o775)
9911f('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')
9912d('sys/module/atkbd', 0o775)
9913d('sys/module/atkbd/drivers', 0o775)
9914l('sys/module/atkbd/drivers/serio:atkbd', '../../../bus/serio/drivers/atkbd')
9915d('sys/class', 0o755)
9916d('sys/class/rfkill', 0o755)
9917l('sys/class/rfkill/rfkill0', '../../devices/platform/thinkpad_acpi/rfkill/rfkill0')
9918d('sys/class/rtc', 0o755)
9919l('sys/class/rtc/rtc0', '../../devices/pnp0/00:07/rtc/rtc0')
9920d('sys/class/usb_endpoint', 0o755)
9921l('sys/class/usb_endpoint/usbdev1.1_ep00', '../../devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00')
9922l('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')
9923l('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')
9924l('sys/class/usb_endpoint/usbdev1.1_ep81', '../../devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81')
9925l('sys/class/usb_endpoint/usbdev3.1_ep81', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81')
9926l('sys/class/usb_endpoint/usbdev4.1_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00')
9927l('sys/class/usb_endpoint/usbdev3.4_ep00', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00')
9928l('sys/class/usb_endpoint/usbdev4.2_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00')
9929l('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')
9930l('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')
9931l('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')
9932l('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')
9933l('sys/class/usb_endpoint/usbdev5.9_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00')
9934l('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')
9935l('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')
9936l('sys/class/usb_endpoint/usbdev3.1_ep00', '../../devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00')
9937l('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')
9938l('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')
9939l('sys/class/usb_endpoint/usbdev4.3_ep00', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00')
9940l('sys/class/usb_endpoint/usbdev5.7_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00')
9941l('sys/class/usb_endpoint/usbdev4.1_ep81', '../../devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81')
9942l('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')
9943l('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')
9944l('sys/class/usb_endpoint/usbdev2.1_ep81', '../../devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81')
9945l('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')
9946l('sys/class/usb_endpoint/usbdev2.1_ep00', '../../devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00')
9947l('sys/class/usb_endpoint/usbdev5.1_ep81', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81')
9948l('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')
9949l('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')
9950l('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')
9951l('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')
9952l('sys/class/usb_endpoint/usbdev5.1_ep00', '../../devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00')
9953l('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')
9954l('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')
9955d('sys/class/ieee80211', 0o755)
9956l('sys/class/ieee80211/phy0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0')
9957d('sys/class/scsi_disk', 0o755)
9958l('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')
9959l('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')
9960d('sys/class/vc', 0o755)
9961l('sys/class/vc/vcsa3', '../../devices/virtual/vc/vcsa3')
9962l('sys/class/vc/vcsa6', '../../devices/virtual/vc/vcsa6')
9963l('sys/class/vc/vcsa2', '../../devices/virtual/vc/vcsa2')
9964l('sys/class/vc/vcsa', '../../devices/virtual/vc/vcsa')
9965l('sys/class/vc/vcs2', '../../devices/virtual/vc/vcs2')
9966l('sys/class/vc/vcs7', '../../devices/virtual/vc/vcs7')
9967l('sys/class/vc/vcsa5', '../../devices/virtual/vc/vcsa5')
9968l('sys/class/vc/vcsa10', '../../devices/virtual/vc/vcsa10')
9969l('sys/class/vc/vcs10', '../../devices/virtual/vc/vcs10')
9970l('sys/class/vc/vcsa1', '../../devices/virtual/vc/vcsa1')
9971l('sys/class/vc/vcsa4', '../../devices/virtual/vc/vcsa4')
9972l('sys/class/vc/vcs', '../../devices/virtual/vc/vcs')
9973l('sys/class/vc/vcs1', '../../devices/virtual/vc/vcs1')
9974l('sys/class/vc/vcs4', '../../devices/virtual/vc/vcs4')
9975l('sys/class/vc/vcsa7', '../../devices/virtual/vc/vcsa7')
9976l('sys/class/vc/vcs6', '../../devices/virtual/vc/vcs6')
9977l('sys/class/vc/vcs3', '../../devices/virtual/vc/vcs3')
9978l('sys/class/vc/vcs5', '../../devices/virtual/vc/vcs5')
9979d('sys/class/mem', 0o755)
9980l('sys/class/mem/zero', '../../devices/virtual/mem/zero')
9981l('sys/class/mem/kmsg', '../../devices/virtual/mem/kmsg')
9982l('sys/class/mem/mem', '../../devices/virtual/mem/mem')
9983l('sys/class/mem/urandom', '../../devices/virtual/mem/urandom')
9984l('sys/class/mem/port', '../../devices/virtual/mem/port')
9985l('sys/class/mem/null', '../../devices/virtual/mem/null')
9986l('sys/class/mem/kmem', '../../devices/virtual/mem/kmem')
9987l('sys/class/mem/full', '../../devices/virtual/mem/full')
9988l('sys/class/mem/random', '../../devices/virtual/mem/random')
9989d('sys/class/pci_bus', 0o755)
9990l('sys/class/pci_bus/0000:00', '../../devices/pci0000:00/pci_bus/0000:00')
9991l('sys/class/pci_bus/0000:01', '../../devices/pci0000:00/0000:00:01.0/pci_bus/0000:01')
9992l('sys/class/pci_bus/0000:03', '../../devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03')
9993l('sys/class/pci_bus/0000:0c', '../../devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c')
9994l('sys/class/pci_bus/0000:16', '../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16')
9995l('sys/class/pci_bus/0000:04', '../../devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04')
9996l('sys/class/pci_bus/0000:02', '../../devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02')
9997l('sys/class/pci_bus/0000:15', '../../devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15')
9998d('sys/class/hwmon', 0o755)
9999l('sys/class/hwmon/hwmon0', '../../devices/platform/thinkpad_hwmon/hwmon/hwmon0')
10000d('sys/class/net', 0o755)
10001l('sys/class/net/wmaster0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0')
10002l('sys/class/net/wlan0', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0')
10003l('sys/class/net/lo', '../../devices/virtual/net/lo')
10004l('sys/class/net/eth0', '../../devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0')
10005d('sys/class/dmi', 0o755)
10006l('sys/class/dmi/id', '../../devices/virtual/dmi/id')
10007d('sys/class/firmware', 0o755)
10008f('sys/class/firmware/timeout', 0o644, b'60\n')
10009d('sys/class/scsi_generic', 0o755)
10010l('sys/class/scsi_generic/sg0', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0')
10011l('sys/class/scsi_generic/sg1', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1')
10012l('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')
10013d('sys/class/bdi', 0o755)
10014l('sys/class/bdi/7:1', '../../devices/virtual/bdi/7:1')
10015l('sys/class/bdi/7:0', '../../devices/virtual/bdi/7:0')
10016l('sys/class/bdi/7:2', '../../devices/virtual/bdi/7:2')
10017l('sys/class/bdi/7:4', '../../devices/virtual/bdi/7:4')
10018l('sys/class/bdi/7:3', '../../devices/virtual/bdi/7:3')
10019l('sys/class/bdi/11:0', '../../devices/virtual/bdi/11:0')
10020l('sys/class/bdi/7:5', '../../devices/virtual/bdi/7:5')
10021l('sys/class/bdi/8:0', '../../devices/virtual/bdi/8:0')
10022l('sys/class/bdi/default', '../../devices/virtual/bdi/default')
10023l('sys/class/bdi/0:16', '../../devices/virtual/bdi/0:16')
10024l('sys/class/bdi/8:16', '../../devices/virtual/bdi/8:16')
10025l('sys/class/bdi/9:0', '../../devices/virtual/bdi/9:0')
10026l('sys/class/bdi/7:7', '../../devices/virtual/bdi/7:7')
10027l('sys/class/bdi/7:6', '../../devices/virtual/bdi/7:6')
10028d('sys/class/leds', 0o755)
10029l('sys/class/leds/iwl-phy0:TX', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX')
10030l('sys/class/leds/tpacpi::bay_active', '../../devices/platform/thinkpad_acpi/leds/tpacpi::bay_active')
10031l('sys/class/leds/tpacpi:orange:batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt')
10032l('sys/class/leds/tpacpi::dock_active', '../../devices/platform/thinkpad_acpi/leds/tpacpi::dock_active')
10033l('sys/class/leds/tpacpi::unknown_led', '../../devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led')
10034l('sys/class/leds/iwl-phy0:assoc', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc')
10035l('sys/class/leds/tpacpi:green:batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi:green:batt')
10036l('sys/class/leds/iwl-phy0:radio', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio')
10037l('sys/class/leds/iwl-phy0:RX', '../../devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX')
10038l('sys/class/leds/tpacpi::dock_batt', '../../devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt')
10039l('sys/class/leds/tpacpi::thinklight', '../../devices/platform/thinkpad_acpi/leds/tpacpi::thinklight')
10040l('sys/class/leds/tpacpi::power', '../../devices/platform/thinkpad_acpi/leds/tpacpi::power')
10041l('sys/class/leds/tpacpi::standby', '../../devices/platform/thinkpad_acpi/leds/tpacpi::standby')
10042d('sys/class/usb_host', 0o755)
10043l('sys/class/usb_host/usb_host1', '../../devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1')
10044l('sys/class/usb_host/usb_host2', '../../devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2')
10045l('sys/class/usb_host/usb_host4', '../../devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4')
10046l('sys/class/usb_host/usb_host5', '../../devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5')
10047l('sys/class/usb_host/usb_host3', '../../devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3')
10048d('sys/class/pcmcia_socket', 0o755)
10049l('sys/class/pcmcia_socket/pcmcia_socket0', '../../devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0')
10050d('sys/class/sound', 0o755)
10051l('sys/class/sound/audio', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/audio')
10052l('sys/class/sound/dsp', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/dsp')
10053l('sys/class/sound/timer', '../../devices/virtual/sound/timer')
10054l('sys/class/sound/card0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0')
10055l('sys/class/sound/seq', '../../devices/virtual/sound/seq')
10056l('sys/class/sound/mixer', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/mixer')
10057l('sys/class/sound/pcmC0D0p', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p')
10058l('sys/class/sound/controlC0', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0')
10059l('sys/class/sound/pcmC0D0c', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c')
10060l('sys/class/sound/adsp', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/adsp')
10061l('sys/class/sound/pcmC0D1p', '../../devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p')
10062d('sys/class/misc', 0o755)
10063l('sys/class/misc/uinput', '../../devices/virtual/misc/uinput')
10064l('sys/class/misc/fuse', '../../devices/virtual/misc/fuse')
10065l('sys/class/misc/hpet', '../../devices/virtual/misc/hpet')
10066l('sys/class/misc/cpu_dma_latency', '../../devices/virtual/misc/cpu_dma_latency')
10067l('sys/class/misc/mcelog', '../../devices/virtual/misc/mcelog')
10068l('sys/class/misc/device-mapper', '../../devices/virtual/misc/device-mapper')
10069l('sys/class/misc/psaux', '../../devices/virtual/misc/psaux')
10070l('sys/class/misc/nvram', '../../devices/virtual/misc/nvram')
10071l('sys/class/misc/network_latency', '../../devices/virtual/misc/network_latency')
10072l('sys/class/misc/network_throughput', '../../devices/virtual/misc/network_throughput')
10073l('sys/class/misc/microcode', '../../devices/virtual/misc/microcode')
10074d('sys/class/vtconsole', 0o755)
10075l('sys/class/vtconsole/vtcon1', '../../devices/virtual/vtconsole/vtcon1')
10076l('sys/class/vtconsole/vtcon0', '../../devices/virtual/vtconsole/vtcon0')
10077d('sys/class/bsg', 0o755)
10078l('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')
10079l('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')
10080l('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')
10081d('sys/class/input', 0o755)
10082l('sys/class/input/event0', '../../devices/platform/i8042/serio0/input/input0/event0')
10083l('sys/class/input/input0', '../../devices/platform/i8042/serio0/input/input0')
10084l('sys/class/input/event4', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4')
10085l('sys/class/input/mouse0', '../../devices/platform/i8042/serio1/input/input1/mouse0')
10086l('sys/class/input/mouse1', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1')
10087l('sys/class/input/event2', '../../devices/platform/pcspkr/input/input2/event2')
10088l('sys/class/input/input2', '../../devices/platform/pcspkr/input/input2')
10089l('sys/class/input/input5', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5')
10090l('sys/class/input/input8', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8')
10091l('sys/class/input/input3', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3')
10092l('sys/class/input/input1', '../../devices/platform/i8042/serio1/input/input1')
10093l('sys/class/input/mice', '../../devices/virtual/input/mice')
10094l('sys/class/input/event6', '../../devices/virtual/input/input6/event6')
10095l('sys/class/input/input6', '../../devices/virtual/input/input6')
10096l('sys/class/input/event3', '../../devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3')
10097l('sys/class/input/event1', '../../devices/platform/i8042/serio1/input/input1/event1')
10098l('sys/class/input/input4', '../../devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4')
10099l('sys/class/input/event7', '../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7')
10100l('sys/class/input/event5', '../../devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5')
10101d('sys/class/thermal', 0o755)
10102l('sys/class/thermal/thermal_zone1', '../../devices/virtual/thermal/thermal_zone1')
10103l('sys/class/thermal/cooling_device1', '../../devices/virtual/thermal/cooling_device1')
10104l('sys/class/thermal/cooling_device0', '../../devices/virtual/thermal/cooling_device0')
10105l('sys/class/thermal/thermal_zone0', '../../devices/virtual/thermal/thermal_zone0')
10106d('sys/class/power_supply', 0o755)
10107l('sys/class/power_supply/AC', '../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC')
10108l('sys/class/power_supply/BAT0', '../../devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0')
10109d('sys/class/block', 0o755)
10110l('sys/class/block/loop1', '../../devices/virtual/block/loop1')
10111l('sys/class/block/loop7', '../../devices/virtual/block/loop7')
10112l('sys/class/block/loop0', '../../devices/virtual/block/loop0')
10113l('sys/class/block/sda10', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10')
10114l('sys/class/block/sr0', '../../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0')
10115l('sys/class/block/loop5', '../../devices/virtual/block/loop5')
10116l('sys/class/block/loop3', '../../devices/virtual/block/loop3')
10117l('sys/class/block/sda9', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9')
10118l('sys/class/block/sda7', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7')
10119l('sys/class/block/loop6', '../../devices/virtual/block/loop6')
10120l('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')
10121l('sys/class/block/sda1', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1')
10122l('sys/class/block/loop2', '../../devices/virtual/block/loop2')
10123l('sys/class/block/sda8', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8')
10124l('sys/class/block/sda5', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5')
10125l('sys/class/block/loop4', '../../devices/virtual/block/loop4')
10126l('sys/class/block/sda6', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6')
10127l('sys/class/block/sda', '../../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda')
10128l('sys/class/block/md0', '../../devices/virtual/block/md0')
10129l('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')
10130d('sys/class/scsi_host', 0o755)
10131l('sys/class/scsi_host/host0', '../../devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0')
10132l('sys/class/scsi_host/host5', '../../devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5')
10133l('sys/class/scsi_host/host1', '../../devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1')
10134l('sys/class/scsi_host/host4', '../../devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4')
10135l('sys/class/scsi_host/host2', '../../devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2')
10136l('sys/class/scsi_host/host7', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7')
10137l('sys/class/scsi_host/host3', '../../devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3')
10138d('sys/class/graphics', 0o755)
10139l('sys/class/graphics/fbcon', '../../devices/virtual/graphics/fbcon')
10140l('sys/class/graphics/fb0', '../../devices/platform/vesafb.0/graphics/fb0')
10141d('sys/class/tty', 0o755)
10142l('sys/class/tty/tty51', '../../devices/virtual/tty/tty51')
10143l('sys/class/tty/tty24', '../../devices/virtual/tty/tty24')
10144l('sys/class/tty/tty61', '../../devices/virtual/tty/tty61')
10145l('sys/class/tty/ttyS1', '../../devices/platform/serial8250/tty/ttyS1')
10146l('sys/class/tty/tty40', '../../devices/virtual/tty/tty40')
10147l('sys/class/tty/tty60', '../../devices/virtual/tty/tty60')
10148l('sys/class/tty/tty15', '../../devices/virtual/tty/tty15')
10149l('sys/class/tty/tty27', '../../devices/virtual/tty/tty27')
10150l('sys/class/tty/tty7', '../../devices/virtual/tty/tty7')
10151l('sys/class/tty/tty43', '../../devices/virtual/tty/tty43')
10152l('sys/class/tty/tty23', '../../devices/virtual/tty/tty23')
10153l('sys/class/tty/tty14', '../../devices/virtual/tty/tty14')
10154l('sys/class/tty/tty56', '../../devices/virtual/tty/tty56')
10155l('sys/class/tty/tty3', '../../devices/virtual/tty/tty3')
10156l('sys/class/tty/ttyS3', '../../devices/platform/serial8250/tty/ttyS3')
10157l('sys/class/tty/tty49', '../../devices/virtual/tty/tty49')
10158l('sys/class/tty/tty47', '../../devices/virtual/tty/tty47')
10159l('sys/class/tty/tty57', '../../devices/virtual/tty/tty57')
10160l('sys/class/tty/tty30', '../../devices/virtual/tty/tty30')
10161l('sys/class/tty/tty45', '../../devices/virtual/tty/tty45')
10162l('sys/class/tty/tty22', '../../devices/virtual/tty/tty22')
10163l('sys/class/tty/tty55', '../../devices/virtual/tty/tty55')
10164l('sys/class/tty/tty11', '../../devices/virtual/tty/tty11')
10165l('sys/class/tty/tty53', '../../devices/virtual/tty/tty53')
10166l('sys/class/tty/tty12', '../../devices/virtual/tty/tty12')
10167l('sys/class/tty/tty28', '../../devices/virtual/tty/tty28')
10168l('sys/class/tty/tty58', '../../devices/virtual/tty/tty58')
10169l('sys/class/tty/tty32', '../../devices/virtual/tty/tty32')
10170l('sys/class/tty/tty44', '../../devices/virtual/tty/tty44')
10171l('sys/class/tty/tty6', '../../devices/virtual/tty/tty6')
10172l('sys/class/tty/tty9', '../../devices/virtual/tty/tty9')
10173l('sys/class/tty/tty26', '../../devices/virtual/tty/tty26')
10174l('sys/class/tty/tty10', '../../devices/virtual/tty/tty10')
10175l('sys/class/tty/tty39', '../../devices/virtual/tty/tty39')
10176l('sys/class/tty/tty0', '../../devices/virtual/tty/tty0')
10177l('sys/class/tty/tty36', '../../devices/virtual/tty/tty36')
10178l('sys/class/tty/tty34', '../../devices/virtual/tty/tty34')
10179l('sys/class/tty/tty16', '../../devices/virtual/tty/tty16')
10180l('sys/class/tty/tty25', '../../devices/virtual/tty/tty25')
10181l('sys/class/tty/tty13', '../../devices/virtual/tty/tty13')
10182l('sys/class/tty/tty52', '../../devices/virtual/tty/tty52')
10183l('sys/class/tty/ttyS0', '../../devices/platform/serial8250/tty/ttyS0')
10184l('sys/class/tty/tty31', '../../devices/virtual/tty/tty31')
10185l('sys/class/tty/tty35', '../../devices/virtual/tty/tty35')
10186l('sys/class/tty/tty54', '../../devices/virtual/tty/tty54')
10187l('sys/class/tty/tty63', '../../devices/virtual/tty/tty63')
10188l('sys/class/tty/tty1', '../../devices/virtual/tty/tty1')
10189l('sys/class/tty/tty33', '../../devices/virtual/tty/tty33')
10190l('sys/class/tty/tty18', '../../devices/virtual/tty/tty18')
10191l('sys/class/tty/ttyACM0', '../../devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0')
10192l('sys/class/tty/tty42', '../../devices/virtual/tty/tty42')
10193l('sys/class/tty/tty8', '../../devices/virtual/tty/tty8')
10194l('sys/class/tty/tty37', '../../devices/virtual/tty/tty37')
10195l('sys/class/tty/tty5', '../../devices/virtual/tty/tty5')
10196l('sys/class/tty/tty48', '../../devices/virtual/tty/tty48')
10197l('sys/class/tty/tty17', '../../devices/virtual/tty/tty17')
10198l('sys/class/tty/tty62', '../../devices/virtual/tty/tty62')
10199l('sys/class/tty/tty59', '../../devices/virtual/tty/tty59')
10200l('sys/class/tty/tty50', '../../devices/virtual/tty/tty50')
10201l('sys/class/tty/tty21', '../../devices/virtual/tty/tty21')
10202l('sys/class/tty/ttyS2', '../../devices/platform/serial8250/tty/ttyS2')
10203l('sys/class/tty/tty19', '../../devices/virtual/tty/tty19')
10204l('sys/class/tty/ptmx', '../../devices/virtual/tty/ptmx')
10205l('sys/class/tty/tty46', '../../devices/virtual/tty/tty46')
10206l('sys/class/tty/tty2', '../../devices/virtual/tty/tty2')
10207l('sys/class/tty/console', '../../devices/virtual/tty/console')
10208l('sys/class/tty/tty41', '../../devices/virtual/tty/tty41')
10209l('sys/class/tty/tty4', '../../devices/virtual/tty/tty4')
10210l('sys/class/tty/tty29', '../../devices/virtual/tty/tty29')
10211l('sys/class/tty/tty', '../../devices/virtual/tty/tty')
10212l('sys/class/tty/tty38', '../../devices/virtual/tty/tty38')
10213l('sys/class/tty/tty20', '../../devices/virtual/tty/tty20')
10214d('sys/class/scsi_device', 0o755)
10215l('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')
10216l('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')
10217l('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')
10218d('sys/block', 0o755)
10219l('sys/block/loop1', '../devices/virtual/block/loop1')
10220l('sys/block/loop7', '../devices/virtual/block/loop7')
10221l('sys/block/loop0', '../devices/virtual/block/loop0')
10222l('sys/block/sr0', '../devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0')
10223l('sys/block/loop5', '../devices/virtual/block/loop5')
10224l('sys/block/loop3', '../devices/virtual/block/loop3')
10225l('sys/block/loop6', '../devices/virtual/block/loop6')
10226l('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')
10227l('sys/block/loop2', '../devices/virtual/block/loop2')
10228l('sys/block/loop4', '../devices/virtual/block/loop4')
10229l('sys/block/sda', '../devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda')
10230l('sys/block/md0', '../devices/virtual/block/md0')
10231d('sys/devices', 0o755)
10232d('sys/devices/system', 0o755)
10233d('sys/devices/system/machinecheck', 0o755)
10234d('sys/devices/system/machinecheck/machinecheck1', 0o755)
10235f('sys/devices/system/machinecheck/machinecheck1/trigger', 0o644, b'\n')
10236f('sys/devices/system/machinecheck/machinecheck1/bank0ctl', 0o644, b'ffffffffffffffff\n')
10237f('sys/devices/system/machinecheck/machinecheck1/check_interval', 0o644, b'12c\n')
10238f('sys/devices/system/machinecheck/machinecheck1/tolerant', 0o644, b'1\n')
10239f('sys/devices/system/machinecheck/machinecheck1/bank1ctl', 0o644, b'ffffffffffffffff\n')
10240f('sys/devices/system/machinecheck/machinecheck1/bank5ctl', 0o644, b'ffffffffffffffff\n')
10241f('sys/devices/system/machinecheck/machinecheck1/bank3ctl', 0o644, b'ffffffffffffffff\n')
10242f('sys/devices/system/machinecheck/machinecheck1/bank2ctl', 0o644, b'ffffffffffffffff\n')
10243f('sys/devices/system/machinecheck/machinecheck1/bank4ctl', 0o644, b'ffffffffffffffff\n')
10244d('sys/devices/system/machinecheck/machinecheck0', 0o755)
10245f('sys/devices/system/machinecheck/machinecheck0/trigger', 0o644, b'\n')
10246f('sys/devices/system/machinecheck/machinecheck0/bank0ctl', 0o644, b'ffffffffffffffff\n')
10247f('sys/devices/system/machinecheck/machinecheck0/check_interval', 0o644, b'12c\n')
10248f('sys/devices/system/machinecheck/machinecheck0/tolerant', 0o644, b'1\n')
10249f('sys/devices/system/machinecheck/machinecheck0/bank1ctl', 0o644, b'ffffffffffffffff\n')
10250f('sys/devices/system/machinecheck/machinecheck0/bank5ctl', 0o644, b'ffffffffffffffff\n')
10251f('sys/devices/system/machinecheck/machinecheck0/bank3ctl', 0o644, b'ffffffffffffffff\n')
10252f('sys/devices/system/machinecheck/machinecheck0/bank2ctl', 0o644, b'ffffffffffffffff\n')
10253f('sys/devices/system/machinecheck/machinecheck0/bank4ctl', 0o644, b'ffffffffffffffff\n')
10254d('sys/devices/system/clocksource', 0o755)
10255d('sys/devices/system/clocksource/clocksource0', 0o755)
10256f('sys/devices/system/clocksource/clocksource0/available_clocksource', 0o644, b'hpet acpi_pm jiffies tsc \n')
10257f('sys/devices/system/clocksource/clocksource0/current_clocksource', 0o644, b'hpet\n')
10258d('sys/devices/system/cpu', 0o755)
10259f('sys/devices/system/cpu/possible', 0o644, b'0-1\n')
10260f('sys/devices/system/cpu/online', 0o644, b'0-1\n')
10261f('sys/devices/system/cpu/present', 0o644, b'0-1\n')
10262f('sys/devices/system/cpu/sched_mc_power_savings', 0o644, b'1\n')
10263d('sys/devices/system/cpu/cpu0', 0o755)
10264f('sys/devices/system/cpu/cpu0/crash_notes', 0o644, b'7fb20920\n')
10265d('sys/devices/system/cpu/cpu0/topology', 0o755)
10266f('sys/devices/system/cpu/cpu0/topology/thread_siblings', 0o644, b'01\n')
10267f('sys/devices/system/cpu/cpu0/topology/thread_siblings_list', 0o644, b'0\n')
10268f('sys/devices/system/cpu/cpu0/topology/core_siblings_list', 0o644, b'0-1\n')
10269f('sys/devices/system/cpu/cpu0/topology/core_siblings', 0o644, b'03\n')
10270f('sys/devices/system/cpu/cpu0/topology/core_id', 0o644, b'0\n')
10271f('sys/devices/system/cpu/cpu0/topology/physical_package_id', 0o644, b'0\n')
10272d('sys/devices/system/cpu/cpu0/thermal_throttle', 0o755)
10273f('sys/devices/system/cpu/cpu0/thermal_throttle/count', 0o644, b'0\n')
10274d('sys/devices/system/cpu/cpu0/cache', 0o755)
10275d('sys/devices/system/cpu/cpu0/cache/index0', 0o755)
10276f('sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity', 0o644, b'8\n')
10277f('sys/devices/system/cpu/cpu0/cache/index0/type', 0o644, b'Data\n')
10278f('sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size', 0o644, b'64\n')
10279f('sys/devices/system/cpu/cpu0/cache/index0/number_of_sets', 0o644, b'64\n')
10280f('sys/devices/system/cpu/cpu0/cache/index0/size', 0o644, b'32K\n')
10281f('sys/devices/system/cpu/cpu0/cache/index0/physical_line_partition', 0o644, b'1\n')
10282f('sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map', 0o644, b'01\n')
10283f('sys/devices/system/cpu/cpu0/cache/index0/level', 0o644, b'1\n')
10284f('sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list', 0o644, b'0\n')
10285d('sys/devices/system/cpu/cpu0/cache/index2', 0o755)
10286f('sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity', 0o644, b'16\n')
10287f('sys/devices/system/cpu/cpu0/cache/index2/type', 0o644, b'Unified\n')
10288f('sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size', 0o644, b'64\n')
10289f('sys/devices/system/cpu/cpu0/cache/index2/number_of_sets', 0o644, b'4096\n')
10290f('sys/devices/system/cpu/cpu0/cache/index2/size', 0o644, b'4096K\n')
10291f('sys/devices/system/cpu/cpu0/cache/index2/physical_line_partition', 0o644, b'1\n')
10292f('sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map', 0o644, b'03\n')
10293f('sys/devices/system/cpu/cpu0/cache/index2/level', 0o644, b'2\n')
10294f('sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list', 0o644, b'0-1\n')
10295d('sys/devices/system/cpu/cpu0/cache/index1', 0o755)
10296f('sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity', 0o644, b'8\n')
10297f('sys/devices/system/cpu/cpu0/cache/index1/type', 0o644, b'Instruction\n')
10298f('sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size', 0o644, b'64\n')
10299f('sys/devices/system/cpu/cpu0/cache/index1/number_of_sets', 0o644, b'64\n')
10300f('sys/devices/system/cpu/cpu0/cache/index1/size', 0o644, b'32K\n')
10301f('sys/devices/system/cpu/cpu0/cache/index1/physical_line_partition', 0o644, b'1\n')
10302f('sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map', 0o644, b'01\n')
10303f('sys/devices/system/cpu/cpu0/cache/index1/level', 0o644, b'1\n')
10304f('sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list', 0o644, b'0\n')
10305d('sys/devices/system/cpu/cpu0/cpuidle', 0o755)
10306d('sys/devices/system/cpu/cpu0/cpuidle/state2', 0o755)
10307f('sys/devices/system/cpu/cpu0/cpuidle/state2/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x10\n')
10308f('sys/devices/system/cpu/cpu0/cpuidle/state2/power', 0o644, b'500\n')
10309f('sys/devices/system/cpu/cpu0/cpuidle/state2/latency', 0o644, b'1\n')
10310f('sys/devices/system/cpu/cpu0/cpuidle/state2/usage', 0o644, b'689\n')
10311f('sys/devices/system/cpu/cpu0/cpuidle/state2/name', 0o644, b'C2\n')
10312f('sys/devices/system/cpu/cpu0/cpuidle/state2/time', 0o644, b'209561\n')
10313d('sys/devices/system/cpu/cpu0/cpuidle/state3', 0o755)
10314f('sys/devices/system/cpu/cpu0/cpuidle/state3/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x30\n')
10315f('sys/devices/system/cpu/cpu0/cpuidle/state3/power', 0o644, b'100\n')
10316f('sys/devices/system/cpu/cpu0/cpuidle/state3/latency', 0o644, b'57\n')
10317f('sys/devices/system/cpu/cpu0/cpuidle/state3/usage', 0o644, b'11774\n')
10318f('sys/devices/system/cpu/cpu0/cpuidle/state3/name', 0o644, b'C3\n')
10319f('sys/devices/system/cpu/cpu0/cpuidle/state3/time', 0o644, b'116651688\n')
10320d('sys/devices/system/cpu/cpu0/cpuidle/state1', 0o755)
10321f('sys/devices/system/cpu/cpu0/cpuidle/state1/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x0\n')
10322f('sys/devices/system/cpu/cpu0/cpuidle/state1/power', 0o644, b'1000\n')
10323f('sys/devices/system/cpu/cpu0/cpuidle/state1/latency', 0o644, b'1\n')
10324f('sys/devices/system/cpu/cpu0/cpuidle/state1/usage', 0o644, b'2\n')
10325f('sys/devices/system/cpu/cpu0/cpuidle/state1/name', 0o644, b'C1\n')
10326f('sys/devices/system/cpu/cpu0/cpuidle/state1/time', 0o644, b'1044\n')
10327d('sys/devices/system/cpu/cpu0/cpuidle/state0', 0o755)
10328f('sys/devices/system/cpu/cpu0/cpuidle/state0/desc', 0o644, b'<null>\n')
10329f('sys/devices/system/cpu/cpu0/cpuidle/state0/power', 0o644, b'4294967295\n')
10330f('sys/devices/system/cpu/cpu0/cpuidle/state0/latency', 0o644, b'0\n')
10331f('sys/devices/system/cpu/cpu0/cpuidle/state0/usage', 0o644, b'0\n')
10332f('sys/devices/system/cpu/cpu0/cpuidle/state0/name', 0o644, b'<null>\n')
10333f('sys/devices/system/cpu/cpu0/cpuidle/state0/time', 0o644, b'0\n')
10334d('sys/devices/system/cpu/cpu0/cpufreq', 0o755)
10335f('sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq', 0o644, b'1000000\n')
10336f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq', 0o644, b'2333000\n')
10337f('sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies', 0o644, b'2333000 2000000 1667000 1333000 1000000 \n')
10338f('sys/devices/system/cpu/cpu0/cpufreq/scaling_governor', 0o644, b'ondemand\n')
10339f('sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors', 0o644, b'ondemand performance \n')
10340f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq', 0o644, b'1000000\n')
10341f('sys/devices/system/cpu/cpu0/cpufreq/affected_cpus', 0o644, b'0 1\n')
10342f('sys/devices/system/cpu/cpu0/cpufreq/related_cpus', 0o644, b'0 1\n')
10343f('sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed', 0o644, b'<unsupported>\n')
10344f('sys/devices/system/cpu/cpu0/cpufreq/scaling_driver', 0o644, b'acpi-cpufreq\n')
10345f('sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq', 0o644, b'1000000\n')
10346f('sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq', 0o644, b'1000000\n')
10347f('sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq', 0o644, b'1000000\n')
10348d('sys/devices/system/cpu/cpu0/cpufreq/stats', 0o755)
10349f('sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans', 0o644, b'12627\n')
10350f('sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state', 0o644, b'''2333000 92206
103512000000 442
103521667000 1009
103531333000 1713
103541000000 740740
10355''')
10356d('sys/devices/system/cpu/cpu0/cpufreq/ondemand', 0o755)
10357f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/powersave_bias', 0o644, b'0\n')
10358f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_max', 0o644, b'10000000\n')
10359f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate', 0o644, b'20000\n')
10360f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold', 0o644, b'90\n')
10361f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load', 0o644, b'1\n')
10362f('sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_min', 0o644, b'10000\n')
10363d('sys/devices/system/cpu/cpu0/microcode', 0o755)
10364f('sys/devices/system/cpu/cpu0/microcode/version', 0o644, b'0xc7\n')
10365f('sys/devices/system/cpu/cpu0/microcode/processor_flags', 0o644, b'0x20\n')
10366d('sys/devices/system/cpu/cpuidle', 0o755)
10367f('sys/devices/system/cpu/cpuidle/current_driver', 0o644, b'acpi_idle\n')
10368f('sys/devices/system/cpu/cpuidle/current_governor_ro', 0o644, b'menu\n')
10369d('sys/devices/system/cpu/cpu1', 0o755)
10370l('sys/devices/system/cpu/cpu1/cpufreq', '../cpu0/cpufreq')
10371f('sys/devices/system/cpu/cpu1/crash_notes', 0o644, b'7fb20b68\n')
10372f('sys/devices/system/cpu/cpu1/online', 0o644, b'1\n')
10373d('sys/devices/system/cpu/cpu1/topology', 0o755)
10374f('sys/devices/system/cpu/cpu1/topology/thread_siblings', 0o644, b'02\n')
10375f('sys/devices/system/cpu/cpu1/topology/thread_siblings_list', 0o644, b'1\n')
10376f('sys/devices/system/cpu/cpu1/topology/core_siblings_list', 0o644, b'0-1\n')
10377f('sys/devices/system/cpu/cpu1/topology/core_siblings', 0o644, b'03\n')
10378f('sys/devices/system/cpu/cpu1/topology/core_id', 0o644, b'1\n')
10379f('sys/devices/system/cpu/cpu1/topology/physical_package_id', 0o644, b'0\n')
10380d('sys/devices/system/cpu/cpu1/thermal_throttle', 0o755)
10381f('sys/devices/system/cpu/cpu1/thermal_throttle/count', 0o644, b'0\n')
10382d('sys/devices/system/cpu/cpu1/cache', 0o755)
10383d('sys/devices/system/cpu/cpu1/cache/index0', 0o755)
10384f('sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity', 0o644, b'8\n')
10385f('sys/devices/system/cpu/cpu1/cache/index0/type', 0o644, b'Data\n')
10386f('sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size', 0o644, b'64\n')
10387f('sys/devices/system/cpu/cpu1/cache/index0/number_of_sets', 0o644, b'64\n')
10388f('sys/devices/system/cpu/cpu1/cache/index0/size', 0o644, b'32K\n')
10389f('sys/devices/system/cpu/cpu1/cache/index0/physical_line_partition', 0o644, b'1\n')
10390f('sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map', 0o644, b'02\n')
10391f('sys/devices/system/cpu/cpu1/cache/index0/level', 0o644, b'1\n')
10392f('sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_list', 0o644, b'1\n')
10393d('sys/devices/system/cpu/cpu1/cache/index2', 0o755)
10394f('sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity', 0o644, b'16\n')
10395f('sys/devices/system/cpu/cpu1/cache/index2/type', 0o644, b'Unified\n')
10396f('sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size', 0o644, b'64\n')
10397f('sys/devices/system/cpu/cpu1/cache/index2/number_of_sets', 0o644, b'4096\n')
10398f('sys/devices/system/cpu/cpu1/cache/index2/size', 0o644, b'4096K\n')
10399f('sys/devices/system/cpu/cpu1/cache/index2/physical_line_partition', 0o644, b'1\n')
10400f('sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map', 0o644, b'03\n')
10401f('sys/devices/system/cpu/cpu1/cache/index2/level', 0o644, b'2\n')
10402f('sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list', 0o644, b'0-1\n')
10403d('sys/devices/system/cpu/cpu1/cache/index1', 0o755)
10404f('sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity', 0o644, b'8\n')
10405f('sys/devices/system/cpu/cpu1/cache/index1/type', 0o644, b'Instruction\n')
10406f('sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size', 0o644, b'64\n')
10407f('sys/devices/system/cpu/cpu1/cache/index1/number_of_sets', 0o644, b'64\n')
10408f('sys/devices/system/cpu/cpu1/cache/index1/size', 0o644, b'32K\n')
10409f('sys/devices/system/cpu/cpu1/cache/index1/physical_line_partition', 0o644, b'1\n')
10410f('sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map', 0o644, b'02\n')
10411f('sys/devices/system/cpu/cpu1/cache/index1/level', 0o644, b'1\n')
10412f('sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_list', 0o644, b'1\n')
10413d('sys/devices/system/cpu/cpu1/cpuidle', 0o755)
10414d('sys/devices/system/cpu/cpu1/cpuidle/state2', 0o755)
10415f('sys/devices/system/cpu/cpu1/cpuidle/state2/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x10\n')
10416f('sys/devices/system/cpu/cpu1/cpuidle/state2/power', 0o644, b'500\n')
10417f('sys/devices/system/cpu/cpu1/cpuidle/state2/latency', 0o644, b'1\n')
10418f('sys/devices/system/cpu/cpu1/cpuidle/state2/usage', 0o644, b'271\n')
10419f('sys/devices/system/cpu/cpu1/cpuidle/state2/name', 0o644, b'C2\n')
10420f('sys/devices/system/cpu/cpu1/cpuidle/state2/time', 0o644, b'47233\n')
10421d('sys/devices/system/cpu/cpu1/cpuidle/state3', 0o755)
10422f('sys/devices/system/cpu/cpu1/cpuidle/state3/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x30\n')
10423f('sys/devices/system/cpu/cpu1/cpuidle/state3/power', 0o644, b'100\n')
10424f('sys/devices/system/cpu/cpu1/cpuidle/state3/latency', 0o644, b'57\n')
10425f('sys/devices/system/cpu/cpu1/cpuidle/state3/usage', 0o644, b'10601\n')
10426f('sys/devices/system/cpu/cpu1/cpuidle/state3/name', 0o644, b'C3\n')
10427f('sys/devices/system/cpu/cpu1/cpuidle/state3/time', 0o644, b'117038054\n')
10428d('sys/devices/system/cpu/cpu1/cpuidle/state1', 0o755)
10429f('sys/devices/system/cpu/cpu1/cpuidle/state1/desc', 0o644, b'ACPI FFH INTEL MWAIT 0x0\n')
10430f('sys/devices/system/cpu/cpu1/cpuidle/state1/power', 0o644, b'1000\n')
10431f('sys/devices/system/cpu/cpu1/cpuidle/state1/latency', 0o644, b'1\n')
10432f('sys/devices/system/cpu/cpu1/cpuidle/state1/usage', 0o644, b'1\n')
10433f('sys/devices/system/cpu/cpu1/cpuidle/state1/name', 0o644, b'C1\n')
10434f('sys/devices/system/cpu/cpu1/cpuidle/state1/time', 0o644, b'8\n')
10435d('sys/devices/system/cpu/cpu1/cpuidle/state0', 0o755)
10436f('sys/devices/system/cpu/cpu1/cpuidle/state0/desc', 0o644, b'<null>\n')
10437f('sys/devices/system/cpu/cpu1/cpuidle/state0/power', 0o644, b'4294967295\n')
10438f('sys/devices/system/cpu/cpu1/cpuidle/state0/latency', 0o644, b'0\n')
10439f('sys/devices/system/cpu/cpu1/cpuidle/state0/usage', 0o644, b'0\n')
10440f('sys/devices/system/cpu/cpu1/cpuidle/state0/name', 0o644, b'<null>\n')
10441f('sys/devices/system/cpu/cpu1/cpuidle/state0/time', 0o644, b'0\n')
10442d('sys/devices/system/cpu/cpu1/microcode', 0o755)
10443f('sys/devices/system/cpu/cpu1/microcode/version', 0o644, b'0xc7\n')
10444f('sys/devices/system/cpu/cpu1/microcode/processor_flags', 0o644, b'0x20\n')
10445d('sys/devices/pnp0', 0o755)
10446f('sys/devices/pnp0/uevent', 0o644, b'')
10447d('sys/devices/pnp0/00:04', 0o755)
10448l('sys/devices/pnp0/00:04/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00')
10449l('sys/devices/pnp0/00:04/subsystem', '../../../bus/pnp')
10450f('sys/devices/pnp0/00:04/options', 0o644, b'')
10451f('sys/devices/pnp0/00:04/id', 0o644, b'PNP0200\n')
10452f('sys/devices/pnp0/00:04/resources', 0o644, b'''state = active
10453io 0x0-0xf
10454io 0x80-0x8f
10455io 0xc0-0xdf
10456dma 4
10457''')
10458f('sys/devices/pnp0/00:04/uevent', 0o644, b'')
10459d('sys/devices/pnp0/00:04/power', 0o755)
10460f('sys/devices/pnp0/00:04/power/wakeup', 0o644, b'\n')
10461d('sys/devices/pnp0/00:0a', 0o755)
10462l('sys/devices/pnp0/00:0a/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00')
10463l('sys/devices/pnp0/00:0a/subsystem', '../../../bus/pnp')
10464f('sys/devices/pnp0/00:0a/options', 0o644, b'')
10465f('sys/devices/pnp0/00:0a/id', 0o644, b'''ATM1200
10466PNP0c31
10467''')
10468f('sys/devices/pnp0/00:0a/resources', 0o644, b'''state = active
10469mem 0xfed40000-0xfed40fff
10470''')
10471f('sys/devices/pnp0/00:0a/uevent', 0o644, b'')
10472d('sys/devices/pnp0/00:0a/power', 0o755)
10473f('sys/devices/pnp0/00:0a/power/wakeup', 0o644, b'\n')
10474d('sys/devices/pnp0/00:03', 0o755)
10475l('sys/devices/pnp0/00:03/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00')
10476l('sys/devices/pnp0/00:03/subsystem', '../../../bus/pnp')
10477f('sys/devices/pnp0/00:03/options', 0o644, b'')
10478f('sys/devices/pnp0/00:03/id', 0o644, b'PNP0103\n')
10479f('sys/devices/pnp0/00:03/resources', 0o644, b'''state = active
10480mem 0xfed00000-0xfed003ff
10481''')
10482f('sys/devices/pnp0/00:03/uevent', 0o644, b'')
10483d('sys/devices/pnp0/00:03/power', 0o755)
10484f('sys/devices/pnp0/00:03/power/wakeup', 0o644, b'\n')
10485d('sys/devices/pnp0/00:02', 0o755)
10486l('sys/devices/pnp0/00:02/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00')
10487l('sys/devices/pnp0/00:02/subsystem', '../../../bus/pnp')
10488l('sys/devices/pnp0/00:02/driver', '../../../bus/pnp/drivers/system')
10489f('sys/devices/pnp0/00:02/options', 0o644, b'')
10490f('sys/devices/pnp0/00:02/id', 0o644, b'PNP0c02\n')
10491f('sys/devices/pnp0/00:02/resources', 0o644, b'''state = active
10492io 0x10-0x1f
10493io 0x90-0x9f
10494io 0x24-0x25
10495io 0x28-0x29
10496io 0x2c-0x2d
10497io 0x30-0x31
10498io 0x34-0x35
10499io 0x38-0x39
10500io 0x3c-0x3d
10501io 0xa4-0xa5
10502io 0xa8-0xa9
10503io 0xac-0xad
10504io 0xb0-0xb5
10505io 0xb8-0xb9
10506io 0xbc-0xbd
10507io 0x50-0x53
10508io 0x72-0x77
10509io 0x164e-0x164f
10510io 0x2e-0x2f
10511io 0x1000-0x107f
10512io 0x1180-0x11bf
10513io 0x800-0x80f
10514io 0x15e0-0x15ef
10515io 0x1600-0x165f
10516mem 0xf0000000-0xf3ffffff
10517mem 0xfed1c000-0xfed1ffff
10518mem 0xfed14000-0xfed17fff
10519mem 0xfed18000-0xfed18fff
10520mem 0xfed19000-0xfed19fff
10521''')
10522f('sys/devices/pnp0/00:02/uevent', 0o644, b'DRIVER=system\n')
10523d('sys/devices/pnp0/00:02/power', 0o755)
10524f('sys/devices/pnp0/00:02/power/wakeup', 0o644, b'\n')
10525d('sys/devices/pnp0/00:00', 0o755)
10526l('sys/devices/pnp0/00:00/firmware_node', '../../LNXSYSTM:00/device:00/PNP0C01:00')
10527l('sys/devices/pnp0/00:00/subsystem', '../../../bus/pnp')
10528l('sys/devices/pnp0/00:00/driver', '../../../bus/pnp/drivers/system')
10529f('sys/devices/pnp0/00:00/options', 0o644, b'')
10530f('sys/devices/pnp0/00:00/id', 0o644, b'PNP0c01\n')
10531f('sys/devices/pnp0/00:00/resources', 0o644, b'''state = active
10532mem 0x0-0x9ffff
10533mem 0xc0000-0xc3fff
10534mem 0xc4000-0xc7fff
10535mem 0xc8000-0xcbfff
10536mem 0xcc000-0xcffff
10537mem disabled
10538mem disabled
10539mem disabled
10540mem 0xdc000-0xdffff
10541mem 0xe0000-0xe3fff
10542mem 0xe4000-0xe7fff
10543mem 0xe8000-0xebfff
10544mem 0xec000-0xeffff
10545mem 0xf0000-0xfffff
10546mem 0x100000-0x7fffffff
10547mem 0xfec00000-0xfed3ffff
10548mem 0xfed41000-0xffffffff
10549''')
10550f('sys/devices/pnp0/00:00/uevent', 0o644, b'DRIVER=system\n')
10551d('sys/devices/pnp0/00:00/power', 0o755)
10552f('sys/devices/pnp0/00:00/power/wakeup', 0o644, b'\n')
10553d('sys/devices/pnp0/power', 0o755)
10554f('sys/devices/pnp0/power/wakeup', 0o644, b'\n')
10555d('sys/devices/pnp0/00:09', 0o755)
10556l('sys/devices/pnp0/00:09/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00')
10557l('sys/devices/pnp0/00:09/subsystem', '../../../bus/pnp')
10558l('sys/devices/pnp0/00:09/driver', '../../../bus/pnp/drivers/i8042 aux')
10559f('sys/devices/pnp0/00:09/options', 0o644, b'')
10560f('sys/devices/pnp0/00:09/id', 0o644, b'''IBM0057
10561PNP0f13
10562''')
10563f('sys/devices/pnp0/00:09/resources', 0o644, b'''state = active
10564irq 12
10565''')
10566f('sys/devices/pnp0/00:09/uevent', 0o644, b'DRIVER=i8042 aux\n')
10567d('sys/devices/pnp0/00:09/power', 0o755)
10568f('sys/devices/pnp0/00:09/power/wakeup', 0o644, b'\n')
10569d('sys/devices/pnp0/00:07', 0o755)
10570l('sys/devices/pnp0/00:07/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00')
10571l('sys/devices/pnp0/00:07/subsystem', '../../../bus/pnp')
10572l('sys/devices/pnp0/00:07/driver', '../../../bus/pnp/drivers/rtc_cmos')
10573f('sys/devices/pnp0/00:07/options', 0o644, b'')
10574f('sys/devices/pnp0/00:07/id', 0o644, b'PNP0b00\n')
10575f('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')
10576f('sys/devices/pnp0/00:07/resources', 0o644, b'''state = active
10577io 0x70-0x71
10578irq 8
10579''')
10580f('sys/devices/pnp0/00:07/uevent', 0o644, b'DRIVER=rtc_cmos\n')
10581d('sys/devices/pnp0/00:07/rtc', 0o755)
10582d('sys/devices/pnp0/00:07/rtc/rtc0', 0o755)
10583l('sys/devices/pnp0/00:07/rtc/rtc0/subsystem', '../../../../../class/rtc')
10584l('sys/devices/pnp0/00:07/rtc/rtc0/device', '../../../00:07')
10585f('sys/devices/pnp0/00:07/rtc/rtc0/date', 0o644, b'2008-09-29\n')
10586f('sys/devices/pnp0/00:07/rtc/rtc0/dev', 0o644, b'253:0\n')
10587f('sys/devices/pnp0/00:07/rtc/rtc0/max_user_freq', 0o644, b'64\n')
10588f('sys/devices/pnp0/00:07/rtc/rtc0/wakealarm', 0o644, b'')
10589f('sys/devices/pnp0/00:07/rtc/rtc0/since_epoch', 0o644, b'1222655451\n')
10590f('sys/devices/pnp0/00:07/rtc/rtc0/name', 0o644, b'rtc_cmos\n')
10591f('sys/devices/pnp0/00:07/rtc/rtc0/time', 0o644, b'02:30:51\n')
10592f('sys/devices/pnp0/00:07/rtc/rtc0/uevent', 0o644, b'''MAJOR=253
10593MINOR=0
10594''')
10595d('sys/devices/pnp0/00:07/rtc/rtc0/power', 0o755)
10596f('sys/devices/pnp0/00:07/rtc/rtc0/power/wakeup', 0o644, b'\n')
10597d('sys/devices/pnp0/00:07/power', 0o755)
10598f('sys/devices/pnp0/00:07/power/wakeup', 0o644, b'enabled\n')
10599d('sys/devices/pnp0/00:06', 0o755)
10600l('sys/devices/pnp0/00:06/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00')
10601l('sys/devices/pnp0/00:06/subsystem', '../../../bus/pnp')
10602f('sys/devices/pnp0/00:06/options', 0o644, b'')
10603f('sys/devices/pnp0/00:06/id', 0o644, b'PNP0c04\n')
10604f('sys/devices/pnp0/00:06/resources', 0o644, b'''state = active
10605io 0xf0-0xf0
10606irq 13
10607''')
10608f('sys/devices/pnp0/00:06/uevent', 0o644, b'')
10609d('sys/devices/pnp0/00:06/power', 0o755)
10610f('sys/devices/pnp0/00:06/power/wakeup', 0o644, b'\n')
10611d('sys/devices/pnp0/00:08', 0o755)
10612l('sys/devices/pnp0/00:08/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00')
10613l('sys/devices/pnp0/00:08/subsystem', '../../../bus/pnp')
10614l('sys/devices/pnp0/00:08/driver', '../../../bus/pnp/drivers/i8042 kbd')
10615f('sys/devices/pnp0/00:08/options', 0o644, b'')
10616f('sys/devices/pnp0/00:08/id', 0o644, b'PNP0303\n')
10617f('sys/devices/pnp0/00:08/resources', 0o644, b'''state = active
10618io 0x60-0x60
10619io 0x64-0x64
10620irq 1
10621''')
10622f('sys/devices/pnp0/00:08/uevent', 0o644, b'DRIVER=i8042 kbd\n')
10623d('sys/devices/pnp0/00:08/power', 0o755)
10624f('sys/devices/pnp0/00:08/power/wakeup', 0o644, b'\n')
10625d('sys/devices/pnp0/00:05', 0o755)
10626l('sys/devices/pnp0/00:05/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00')
10627l('sys/devices/pnp0/00:05/subsystem', '../../../bus/pnp')
10628f('sys/devices/pnp0/00:05/options', 0o644, b'')
10629f('sys/devices/pnp0/00:05/id', 0o644, b'PNP0800\n')
10630f('sys/devices/pnp0/00:05/resources', 0o644, b'''state = active
10631io 0x61-0x61
10632''')
10633f('sys/devices/pnp0/00:05/uevent', 0o644, b'')
10634d('sys/devices/pnp0/00:05/power', 0o755)
10635f('sys/devices/pnp0/00:05/power/wakeup', 0o644, b'\n')
10636d('sys/devices/pnp0/00:01', 0o755)
10637l('sys/devices/pnp0/00:01/subsystem', '../../../bus/pnp')
10638f('sys/devices/pnp0/00:01/options', 0o644, b'')
10639f('sys/devices/pnp0/00:01/id', 0o644, b'''PNP0a08
10640PNP0a03
10641''')
10642f('sys/devices/pnp0/00:01/resources', 0o644, b'''state = active
10643io 0xcf8-0xcff
10644''')
10645f('sys/devices/pnp0/00:01/uevent', 0o644, b'')
10646d('sys/devices/pnp0/00:01/power', 0o755)
10647f('sys/devices/pnp0/00:01/power/wakeup', 0o644, b'\n')
10648d('sys/devices/pci0000:00', 0o755)
10649l('sys/devices/pci0000:00/firmware_node', '../LNXSYSTM:00/device:00/PNP0A08:00')
10650f('sys/devices/pci0000:00/uevent', 0o644, b'')
10651d('sys/devices/pci0000:00/0000:00:1d.3', 0o755)
10652l('sys/devices/pci0000:00/0000:00:1d.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:20')
10653l('sys/devices/pci0000:00/0000:00:1d.3/subsystem', '../../../bus/pci')
10654l('sys/devices/pci0000:00/0000:00:1d.3/driver', '../../../bus/pci/drivers/uhci_hcd')
10655f('sys/devices/pci0000:00/0000:00:1d.3/local_cpulist', 0o644, b'0-7\n')
10656f('sys/devices/pci0000:00/0000:00:1d.3/enable', 0o644, b'1\n')
10657f('sys/devices/pci0000:00/0000:00:1d.3/modalias', 0o644, b'pci:v00008086d000027CBsv000017AAsd0000200Abc0Csc03i00\n')
10658f('sys/devices/pci0000:00/0000:00:1d.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
106590x0000000000000000 0x0000000000000000 0x0000000000000000
106600x0000000000000000 0x0000000000000000 0x0000000000000000
106610x0000000000000000 0x0000000000000000 0x0000000000000000
106620x0000000000001860 0x000000000000187f 0x0000000000020101
106630x0000000000000000 0x0000000000000000 0x0000000000000000
106640x0000000000000000 0x0000000000000000 0x0000000000000000
10665''')
10666f('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")
10667f('sys/devices/pci0000:00/0000:00:1d.3/local_cpus', 0o644, b'ff\n')
10668f('sys/devices/pci0000:00/0000:00:1d.3/subsystem_device', 0o644, b'0x200a\n')
10669f('sys/devices/pci0000:00/0000:00:1d.3/vendor', 0o644, b'0x8086\n')
10670f('sys/devices/pci0000:00/0000:00:1d.3/irq', 0o644, b'19\n')
10671f('sys/devices/pci0000:00/0000:00:1d.3/pools', 0o644, b'''poolinfo - 0.1
10672uhci_qh 13 32 128 1
10673uhci_td 3 64 64 1
10674buffer-2048 0 0 2048 0
10675buffer-512 0 0 512 0
10676buffer-128 0 0 128 0
10677buffer-32 1 128 32 1
10678''')
10679f('sys/devices/pci0000:00/0000:00:1d.3/device', 0o644, b'0x27cb\n')
10680f('sys/devices/pci0000:00/0000:00:1d.3/class', 0o644, b'0x0c0300\n')
10681f('sys/devices/pci0000:00/0000:00:1d.3/msi_bus', 0o644, b'')
10682f('sys/devices/pci0000:00/0000:00:1d.3/subsystem_vendor', 0o644, b'0x17aa\n')
10683f('sys/devices/pci0000:00/0000:00:1d.3/uevent', 0o644, b'''DRIVER=uhci_hcd
10684PCI_CLASS=C0300
10685PCI_ID=8086:27CB
10686PCI_SUBSYS_ID=17AA:200A
10687PCI_SLOT_NAME=0000:00:1d.3
10688MODALIAS=pci:v00008086d000027CBsv000017AAsd0000200Abc0Csc03i00
10689''')
10690f('sys/devices/pci0000:00/0000:00:1d.3/resource4', 0o644, b'')
10691f('sys/devices/pci0000:00/0000:00:1d.3/broken_parity_status', 0o644, b'0\n')
10692d('sys/devices/pci0000:00/0000:00:1d.3/power', 0o755)
10693f('sys/devices/pci0000:00/0000:00:1d.3/power/wakeup', 0o644, b'\n')
10694d('sys/devices/pci0000:00/0000:00:1d.3/usb_host', 0o755)
10695d('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4', 0o755)
10696l('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/subsystem', '../../../../../class/usb_host')
10697l('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/device', '../../../0000:00:1d.3')
10698f('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/uevent', 0o644, b'')
10699d('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/power', 0o755)
10700f('sys/devices/pci0000:00/0000:00:1d.3/usb_host/usb_host4/power/wakeup', 0o644, b'\n')
10701d('sys/devices/pci0000:00/0000:00:1d.3/usb4', 0o755)
10702l('sys/devices/pci0000:00/0000:00:1d.3/usb4/subsystem', '../../../../bus/usb')
10703l('sys/devices/pci0000:00/0000:00:1d.3/usb4/driver', '../../../../bus/usb/drivers/usb')
10704l('sys/devices/pci0000:00/0000:00:1d.3/usb4/ep_00', 'usb_endpoint/usbdev4.1_ep00')
10705f('sys/devices/pci0000:00/0000:00:1d.3/usb4/version', 0o644, b' 1.10\n')
10706f('sys/devices/pci0000:00/0000:00:1d.3/usb4/authorized_default', 0o644, b'1\n')
10707f('sys/devices/pci0000:00/0000:00:1d.3/usb4/maxchild', 0o644, b'2\n')
10708f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceClass', 0o644, b'09\n')
10709f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bcdDevice', 0o644, b'0206\n')
10710f('sys/devices/pci0000:00/0000:00:1d.3/usb4/devnum', 0o644, b'1\n')
10711f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceProtocol', 0o644, b'00\n')
10712f('sys/devices/pci0000:00/0000:00:1d.3/usb4/idProduct', 0o644, b'0001\n')
10713f('sys/devices/pci0000:00/0000:00:1d.3/usb4/product', 0o644, b'UHCI Host Controller\n')
10714f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bDeviceSubClass', 0o644, b'00\n')
10715f('sys/devices/pci0000:00/0000:00:1d.3/usb4/configuration', 0o644, b'')
10716f('sys/devices/pci0000:00/0000:00:1d.3/usb4/dev', 0o644, b'189:384\n')
10717f('sys/devices/pci0000:00/0000:00:1d.3/usb4/urbnum', 0o644, b'62\n')
10718f('sys/devices/pci0000:00/0000:00:1d.3/usb4/authorized', 0o644, b'1\n')
10719f('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')
10720f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bNumConfigurations', 0o644, b'1\n')
10721f('sys/devices/pci0000:00/0000:00:1d.3/usb4/serial', 0o644, b'0000:00:1d.3\n')
10722f('sys/devices/pci0000:00/0000:00:1d.3/usb4/speed', 0o644, b'12\n')
10723f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bMaxPacketSize0', 0o644, b'64\n')
10724f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bmAttributes', 0o644, b'e0\n')
10725f('sys/devices/pci0000:00/0000:00:1d.3/usb4/busnum', 0o644, b'4\n')
10726f('sys/devices/pci0000:00/0000:00:1d.3/usb4/quirks', 0o644, b'0x0\n')
10727f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bConfigurationValue', 0o644, b'1\n')
10728f('sys/devices/pci0000:00/0000:00:1d.3/usb4/uevent', 0o644, b'''MAJOR=189
10729MINOR=384
10730DEVTYPE=usb_device
10731DRIVER=usb
10732PRODUCT=1d6b/1/206
10733TYPE=9/0/0
10734BUSNUM=004
10735DEVNUM=001
10736''')
10737f('sys/devices/pci0000:00/0000:00:1d.3/usb4/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n')
10738f('sys/devices/pci0000:00/0000:00:1d.3/usb4/idVendor', 0o644, b'1d6b\n')
10739f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bNumInterfaces', 0o644, b' 1\n')
10740f('sys/devices/pci0000:00/0000:00:1d.3/usb4/bMaxPower', 0o644, b' 0mA\n')
10741d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint', 0o755)
10742d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00', 0o755)
10743l('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/subsystem', '../../../../../../class/usb_endpoint')
10744l('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/device', '../../../usb4')
10745f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/interval', 0o644, b'0ms\n')
10746f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bEndpointAddress', 0o644, b'00\n')
10747f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/type', 0o644, b'Control\n')
10748f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/dev', 0o644, b'252:7\n')
10749f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/direction', 0o644, b'both\n')
10750f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bLength', 0o644, b'07\n')
10751f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/wMaxPacketSize', 0o644, b'0040\n')
10752f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bmAttributes', 0o644, b'00\n')
10753f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/uevent', 0o644, b'''MAJOR=252
10754MINOR=7
10755''')
10756f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/bInterval', 0o644, b'00\n')
10757d('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/power', 0o755)
10758f('sys/devices/pci0000:00/0000:00:1d.3/usb4/usb_endpoint/usbdev4.1_ep00/power/wakeup', 0o644, b'\n')
10759d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2', 0o755)
10760l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/subsystem', '../../../../../bus/usb')
10761l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/driver', '../../../../../bus/usb/drivers/usb')
10762l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/ep_00', 'usb_endpoint/usbdev4.3_ep00')
10763f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/version', 0o644, b' 1.00\n')
10764f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/maxchild', 0o644, b'0\n')
10765f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceClass', 0o644, b'00\n')
10766f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bcdDevice', 0o644, b'0001\n')
10767f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/devnum', 0o644, b'3\n')
10768f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceProtocol', 0o644, b'00\n')
10769f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/idProduct', 0o644, b'2016\n')
10770f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/product', 0o644, b'Biometric Coprocessor\n')
10771f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bDeviceSubClass', 0o644, b'00\n')
10772f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/configuration', 0o644, b'')
10773f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/dev', 0o644, b'189:386\n')
10774f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/urbnum', 0o644, b'9\n')
10775f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/authorized', 0o644, b'1\n')
10776f('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")
10777f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bNumConfigurations', 0o644, b'1\n')
10778f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/speed', 0o644, b'12\n')
10779f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bMaxPacketSize0', 0o644, b'8\n')
10780f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bmAttributes', 0o644, b'a0\n')
10781f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/busnum', 0o644, b'4\n')
10782f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/quirks', 0o644, b'0x0\n')
10783f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bConfigurationValue', 0o644, b'1\n')
10784f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/uevent', 0o644, b'''MAJOR=189
10785MINOR=386
10786DEVTYPE=usb_device
10787DRIVER=usb
10788PRODUCT=483/2016/1
10789TYPE=0/0/0
10790BUSNUM=004
10791DEVNUM=003
10792''')
10793f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/manufacturer', 0o644, b'STMicroelectronics\n')
10794f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/idVendor', 0o644, b'0483\n')
10795f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bNumInterfaces', 0o644, b' 1\n')
10796f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/bMaxPower', 0o644, b'100mA\n')
10797d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint', 0o755)
10798d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00', 0o755)
10799l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/subsystem', '../../../../../../../class/usb_endpoint')
10800l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/device', '../../../4-2')
10801f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/interval', 0o644, b'0ms\n')
10802f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bEndpointAddress', 0o644, b'00\n')
10803f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/type', 0o644, b'Control\n')
10804f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/dev', 0o644, b'252:23\n')
10805f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/direction', 0o644, b'both\n')
10806f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bLength', 0o644, b'07\n')
10807f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/wMaxPacketSize', 0o644, b'0008\n')
10808f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bmAttributes', 0o644, b'00\n')
10809f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/uevent', 0o644, b'''MAJOR=252
10810MINOR=23
10811''')
10812f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/bInterval', 0o644, b'00\n')
10813d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/power', 0o755)
10814f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/usb_endpoint/usbdev4.3_ep00/power/wakeup', 0o644, b'\n')
10815d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power', 0o755)
10816f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/active_duration', 0o644, b'8370363\n')
10817f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/wakeup', 0o644, b'enabled\n')
10818f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/connected_duration', 0o644, b'8370362\n')
10819f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/autosuspend', 0o644, b'2\n')
10820f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/persist', 0o644, b'1\n')
10821f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/power/level', 0o644, b'on\n')
10822d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0', 0o755)
10823l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/subsystem', '../../../../../../bus/usb')
10824l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_83', 'usb_endpoint/usbdev4.3_ep83')
10825l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_81', 'usb_endpoint/usbdev4.3_ep81')
10826l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/ep_02', 'usb_endpoint/usbdev4.3_ep02')
10827f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/modalias', 0o644, b'usb:v0483p2016d0001dc00dsc00dp00icFFisc00ip00\n')
10828f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceNumber', 0o644, b'00\n')
10829f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bNumEndpoints', 0o644, b'03\n')
10830f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceSubClass', 0o644, b'00\n')
10831f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bAlternateSetting', 0o644, b' 0\n')
10832f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceClass', 0o644, b'ff\n')
10833f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
10834PRODUCT=483/2016/1
10835TYPE=0/0/0
10836INTERFACE=255/0/0
10837MODALIAS=usb:v0483p2016d0001dc00dsc00dp00icFFisc00ip00
10838''')
10839f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/bInterfaceProtocol', 0o644, b'00\n')
10840d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint', 0o755)
10841d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83', 0o755)
10842l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/subsystem', '../../../../../../../../class/usb_endpoint')
10843l('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')
10844f('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')
10845f('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')
10846f('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')
10847f('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')
10848f('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')
10849f('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')
10850f('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')
10851f('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')
10852f('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
10853MINOR=22
10854''')
10855f('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')
10856d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep83/power', 0o755)
10857f('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')
10858d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81', 0o755)
10859l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/subsystem', '../../../../../../../../class/usb_endpoint')
10860l('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')
10861f('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')
10862f('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')
10863f('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')
10864f('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')
10865f('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')
10866f('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')
10867f('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')
10868f('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')
10869f('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
10870MINOR=20
10871''')
10872f('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')
10873d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep81/power', 0o755)
10874f('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')
10875d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02', 0o755)
10876l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/subsystem', '../../../../../../../../class/usb_endpoint')
10877l('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')
10878f('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')
10879f('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')
10880f('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')
10881f('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')
10882f('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')
10883f('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')
10884f('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')
10885f('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')
10886f('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
10887MINOR=21
10888''')
10889f('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')
10890d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/usb_endpoint/usbdev4.3_ep02/power', 0o755)
10891f('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')
10892d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/power', 0o755)
10893f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/power/wakeup', 0o644, b'\n')
10894d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0', 0o755)
10895l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/subsystem', '../../../../../bus/usb')
10896l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/ep_81', 'usb_endpoint/usbdev4.1_ep81')
10897l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/driver', '../../../../../bus/usb/drivers/hub')
10898f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n')
10899f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceNumber', 0o644, b'00\n')
10900f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bNumEndpoints', 0o644, b'01\n')
10901f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceSubClass', 0o644, b'00\n')
10902f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bAlternateSetting', 0o644, b' 0\n')
10903f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceClass', 0o644, b'09\n')
10904f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
10905DRIVER=hub
10906PRODUCT=1d6b/1/206
10907TYPE=9/0/0
10908INTERFACE=9/0/0
10909MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
10910''')
10911f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/bInterfaceProtocol', 0o644, b'00\n')
10912d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint', 0o755)
10913d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81', 0o755)
10914l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/subsystem', '../../../../../../../class/usb_endpoint')
10915l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/device', '../../../4-0:1.0')
10916f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/interval', 0o644, b'255ms\n')
10917f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bEndpointAddress', 0o644, b'81\n')
10918f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/type', 0o644, b'Interrupt\n')
10919f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/dev', 0o644, b'252:6\n')
10920f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/direction', 0o644, b'in\n')
10921f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bLength', 0o644, b'07\n')
10922f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/wMaxPacketSize', 0o644, b'0002\n')
10923f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bmAttributes', 0o644, b'03\n')
10924f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/uevent', 0o644, b'''MAJOR=252
10925MINOR=6
10926''')
10927f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/bInterval', 0o644, b'ff\n')
10928d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/power', 0o755)
10929f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/usb_endpoint/usbdev4.1_ep81/power/wakeup', 0o644, b'\n')
10930d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/power', 0o755)
10931f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-0:1.0/power/wakeup', 0o644, b'\n')
10932d('sys/devices/pci0000:00/0000:00:1d.3/usb4/power', 0o755)
10933f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/active_duration', 0o644, b'8372033\n')
10934f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/wakeup', 0o644, b'enabled\n')
10935f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/connected_duration', 0o644, b'8372033\n')
10936f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/autosuspend', 0o644, b'2\n')
10937f('sys/devices/pci0000:00/0000:00:1d.3/usb4/power/level', 0o644, b'auto\n')
10938d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1', 0o755)
10939l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/subsystem', '../../../../../bus/usb')
10940l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/driver', '../../../../../bus/usb/drivers/usb')
10941l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/ep_00', 'usb_endpoint/usbdev4.2_ep00')
10942f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/version', 0o644, b' 2.00\n')
10943f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/maxchild', 0o644, b'0\n')
10944f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceClass', 0o644, b'e0\n')
10945f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bcdDevice', 0o644, b'0100\n')
10946f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/devnum', 0o644, b'2\n')
10947f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceProtocol', 0o644, b'01\n')
10948f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/idProduct', 0o644, b'2110\n')
10949f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/product', 0o644, b'BCM2045B\n')
10950f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bDeviceSubClass', 0o644, b'01\n')
10951f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/configuration', 0o644, b'')
10952f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/dev', 0o644, b'189:385\n')
10953f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/urbnum', 0o644, b'12\n')
10954f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/authorized', 0o644, b'1\n')
10955f('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')
10956f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bNumConfigurations', 0o644, b'1\n')
10957f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/speed', 0o644, b'12\n')
10958f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bMaxPacketSize0', 0o644, b'64\n')
10959f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bmAttributes', 0o644, b'e0\n')
10960f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/busnum', 0o644, b'4\n')
10961f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/quirks', 0o644, b'0x0\n')
10962f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bConfigurationValue', 0o644, b'1\n')
10963f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/uevent', 0o644, b'''MAJOR=189
10964MINOR=385
10965DEVTYPE=usb_device
10966DRIVER=usb
10967PRODUCT=a5c/2110/100
10968TYPE=224/1/1
10969BUSNUM=004
10970DEVNUM=002
10971''')
10972f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/manufacturer', 0o644, b'Broadcom Corp\n')
10973f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/idVendor', 0o644, b'0a5c\n')
10974f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bNumInterfaces', 0o644, b' 4\n')
10975f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/bMaxPower', 0o644, b' 0mA\n')
10976d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3', 0o755)
10977l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/subsystem', '../../../../../../bus/usb')
10978f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icFEisc01ip00\n')
10979f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceNumber', 0o644, b'03\n')
10980f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bNumEndpoints', 0o644, b'00\n')
10981f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceSubClass', 0o644, b'01\n')
10982f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bAlternateSetting', 0o644, b' 0\n')
10983f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceClass', 0o644, b'fe\n')
10984f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/uevent', 0o644, b'''DEVTYPE=usb_interface
10985PRODUCT=a5c/2110/100
10986TYPE=224/1/1
10987INTERFACE=254/1/0
10988MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icFEisc01ip00
10989''')
10990f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/bInterfaceProtocol', 0o644, b'00\n')
10991d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/power', 0o755)
10992f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.3/power/wakeup', 0o644, b'\n')
10993d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint', 0o755)
10994d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00', 0o755)
10995l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/subsystem', '../../../../../../../class/usb_endpoint')
10996l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/device', '../../../4-1')
10997f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/interval', 0o644, b'0ms\n')
10998f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bEndpointAddress', 0o644, b'00\n')
10999f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/type', 0o644, b'Control\n')
11000f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/dev', 0o644, b'252:19\n')
11001f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/direction', 0o644, b'both\n')
11002f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bLength', 0o644, b'07\n')
11003f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/wMaxPacketSize', 0o644, b'0040\n')
11004f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bmAttributes', 0o644, b'00\n')
11005f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/uevent', 0o644, b'''MAJOR=252
11006MINOR=19
11007''')
11008f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/bInterval', 0o644, b'00\n')
11009d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/power', 0o755)
11010f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/usb_endpoint/usbdev4.2_ep00/power/wakeup', 0o644, b'\n')
11011d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0', 0o755)
11012l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/subsystem', '../../../../../../bus/usb')
11013l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_81', 'usb_endpoint/usbdev4.2_ep81')
11014l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_02', 'usb_endpoint/usbdev4.2_ep02')
11015l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/ep_82', 'usb_endpoint/usbdev4.2_ep82')
11016f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01\n')
11017f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceNumber', 0o644, b'00\n')
11018f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bNumEndpoints', 0o644, b'03\n')
11019f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceSubClass', 0o644, b'01\n')
11020f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bAlternateSetting', 0o644, b' 0\n')
11021f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceClass', 0o644, b'e0\n')
11022f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
11023PRODUCT=a5c/2110/100
11024TYPE=224/1/1
11025INTERFACE=224/1/1
11026MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01
11027''')
11028f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/bInterfaceProtocol', 0o644, b'01\n')
11029d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint', 0o755)
11030d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02', 0o755)
11031l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/subsystem', '../../../../../../../../class/usb_endpoint')
11032l('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')
11033f('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')
11034f('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')
11035f('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')
11036f('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')
11037f('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')
11038f('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')
11039f('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')
11040f('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')
11041f('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
11042MINOR=14
11043''')
11044f('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')
11045d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep02/power', 0o755)
11046f('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')
11047d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82', 0o755)
11048l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/subsystem', '../../../../../../../../class/usb_endpoint')
11049l('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')
11050f('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')
11051f('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')
11052f('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')
11053f('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')
11054f('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')
11055f('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')
11056f('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')
11057f('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')
11058f('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
11059MINOR=13
11060''')
11061f('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')
11062d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep82/power', 0o755)
11063f('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')
11064d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81', 0o755)
11065l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/subsystem', '../../../../../../../../class/usb_endpoint')
11066l('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')
11067f('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')
11068f('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')
11069f('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')
11070f('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')
11071f('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')
11072f('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')
11073f('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')
11074f('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')
11075f('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
11076MINOR=12
11077''')
11078f('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')
11079d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/usb_endpoint/usbdev4.2_ep81/power', 0o755)
11080f('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')
11081d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/power', 0o755)
11082f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/power/wakeup', 0o644, b'\n')
11083d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power', 0o755)
11084f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/active_duration', 0o644, b'8370651\n')
11085f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/wakeup', 0o644, b'enabled\n')
11086f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/connected_duration', 0o644, b'8370650\n')
11087f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/autosuspend', 0o644, b'2\n')
11088f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/persist', 0o644, b'1\n')
11089f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/power/level', 0o644, b'on\n')
11090d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2', 0o755)
11091l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/subsystem', '../../../../../../bus/usb')
11092l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/ep_84', 'usb_endpoint/usbdev4.2_ep84')
11093l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/ep_04', 'usb_endpoint/usbdev4.2_ep04')
11094f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icFFiscFFipFF\n')
11095f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceNumber', 0o644, b'02\n')
11096f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bNumEndpoints', 0o644, b'02\n')
11097f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceSubClass', 0o644, b'ff\n')
11098f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bAlternateSetting', 0o644, b' 0\n')
11099f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceClass', 0o644, b'ff\n')
11100f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/uevent', 0o644, b'''DEVTYPE=usb_interface
11101PRODUCT=a5c/2110/100
11102TYPE=224/1/1
11103INTERFACE=255/255/255
11104MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icFFiscFFipFF
11105''')
11106f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/bInterfaceProtocol', 0o644, b'ff\n')
11107d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint', 0o755)
11108d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04', 0o755)
11109l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/subsystem', '../../../../../../../../class/usb_endpoint')
11110l('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')
11111f('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')
11112f('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')
11113f('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')
11114f('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')
11115f('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')
11116f('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')
11117f('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')
11118f('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')
11119f('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
11120MINOR=18
11121''')
11122f('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')
11123d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep04/power', 0o755)
11124f('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')
11125d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84', 0o755)
11126l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/subsystem', '../../../../../../../../class/usb_endpoint')
11127l('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')
11128f('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')
11129f('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')
11130f('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')
11131f('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')
11132f('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')
11133f('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')
11134f('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')
11135f('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')
11136f('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
11137MINOR=17
11138''')
11139f('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')
11140d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/usb_endpoint/usbdev4.2_ep84/power', 0o755)
11141f('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')
11142d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/power', 0o755)
11143f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.2/power/wakeup', 0o644, b'\n')
11144d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1', 0o755)
11145l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/subsystem', '../../../../../../bus/usb')
11146l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/ep_83', 'usb_endpoint/usbdev4.2_ep83')
11147l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/ep_03', 'usb_endpoint/usbdev4.2_ep03')
11148f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/modalias', 0o644, b'usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01\n')
11149f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceNumber', 0o644, b'01\n')
11150f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bNumEndpoints', 0o644, b'02\n')
11151f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceSubClass', 0o644, b'01\n')
11152f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bAlternateSetting', 0o644, b' 0\n')
11153f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceClass', 0o644, b'e0\n')
11154f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/uevent', 0o644, b'''DEVTYPE=usb_interface
11155PRODUCT=a5c/2110/100
11156TYPE=224/1/1
11157INTERFACE=224/1/1
11158MODALIAS=usb:v0A5Cp2110d0100dcE0dsc01dp01icE0isc01ip01
11159''')
11160f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/bInterfaceProtocol', 0o644, b'01\n')
11161d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint', 0o755)
11162d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03', 0o755)
11163l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/subsystem', '../../../../../../../../class/usb_endpoint')
11164l('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')
11165f('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')
11166f('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')
11167f('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')
11168f('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')
11169f('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')
11170f('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')
11171f('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')
11172f('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')
11173f('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
11174MINOR=16
11175''')
11176f('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')
11177d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep03/power', 0o755)
11178f('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')
11179d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83', 0o755)
11180l('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/subsystem', '../../../../../../../../class/usb_endpoint')
11181l('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')
11182f('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')
11183f('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')
11184f('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')
11185f('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')
11186f('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')
11187f('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')
11188f('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')
11189f('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')
11190f('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
11191MINOR=15
11192''')
11193f('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')
11194d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/usb_endpoint/usbdev4.2_ep83/power', 0o755)
11195f('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')
11196d('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/power', 0o755)
11197f('sys/devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/power/wakeup', 0o644, b'\n')
11198d('sys/devices/pci0000:00/0000:00:1c.2', 0o755)
11199l('sys/devices/pci0000:00/0000:00:1c.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0d')
11200l('sys/devices/pci0000:00/0000:00:1c.2/subsystem', '../../../bus/pci')
11201l('sys/devices/pci0000:00/0000:00:1c.2/driver', '../../../bus/pci/drivers/pcieport-driver')
11202f('sys/devices/pci0000:00/0000:00:1c.2/local_cpulist', 0o644, b'0-7\n')
11203f('sys/devices/pci0000:00/0000:00:1c.2/enable', 0o644, b'2\n')
11204f('sys/devices/pci0000:00/0000:00:1c.2/modalias', 0o644, b'pci:v00008086d000027D4sv00000000sd00000000bc06sc04i00\n')
11205f('sys/devices/pci0000:00/0000:00:1c.2/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
112060x0000000000000000 0x0000000000000000 0x0000000000000000
112070x0000000000000000 0x0000000000000000 0x0000000000000000
112080x0000000000000000 0x0000000000000000 0x0000000000000000
112090x0000000000000000 0x0000000000000000 0x0000000000000000
112100x0000000000000000 0x0000000000000000 0x0000000000000000
112110x0000000000000000 0x0000000000000000 0x0000000000000000
112120x0000000000006000 0x0000000000007fff 0x0000000000000100
112130x00000000e8000000 0x00000000e9ffffff 0x0000000000000200
112140x00000000e4100000 0x00000000e41fffff 0x0000000000001201
112150x0000000000000000 0x0000000000000000 0x0000000000000000
112160x0000000000000000 0x0000000000000000 0x0000000000000000
11217''')
11218f('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")
11219f('sys/devices/pci0000:00/0000:00:1c.2/local_cpus', 0o644, b'ff\n')
11220f('sys/devices/pci0000:00/0000:00:1c.2/subsystem_device', 0o644, b'0x0000\n')
11221f('sys/devices/pci0000:00/0000:00:1c.2/vendor', 0o644, b'0x8086\n')
11222f('sys/devices/pci0000:00/0000:00:1c.2/irq', 0o644, b'508\n')
11223f('sys/devices/pci0000:00/0000:00:1c.2/device', 0o644, b'0x27d4\n')
11224f('sys/devices/pci0000:00/0000:00:1c.2/class', 0o644, b'0x060400\n')
11225f('sys/devices/pci0000:00/0000:00:1c.2/msi_bus', 0o644, b'1\n')
11226f('sys/devices/pci0000:00/0000:00:1c.2/subsystem_vendor', 0o644, b'0x0000\n')
11227f('sys/devices/pci0000:00/0000:00:1c.2/uevent', 0o644, b'''DRIVER=pcieport-driver
11228PCI_CLASS=60400
11229PCI_ID=8086:27D4
11230PCI_SUBSYS_ID=0000:0000
11231PCI_SLOT_NAME=0000:00:1c.2
11232MODALIAS=pci:v00008086d000027D4sv00000000sd00000000bc06sc04i00
11233''')
11234f('sys/devices/pci0000:00/0000:00:1c.2/broken_parity_status', 0o644, b'0\n')
11235d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02', 0o755)
11236l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/subsystem', '../../../../bus/pci_express')
11237f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/uevent', 0o644, b'')
11238d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/power', 0o755)
11239f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie02/power/wakeup', 0o644, b'\n')
11240d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00', 0o755)
11241l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/subsystem', '../../../../bus/pci_express')
11242f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/uevent', 0o644, b'')
11243d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/power', 0o755)
11244f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie00/power/wakeup', 0o644, b'\n')
11245d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus', 0o755)
11246d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04', 0o755)
11247l('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/subsystem', '../../../../../class/pci_bus')
11248l('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/device', '../../../0000:00:1c.2')
11249f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/cpuaffinity', 0o644, b'ff\n')
11250f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/uevent', 0o644, b'')
11251d('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/power', 0o755)
11252f('sys/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:04/power/wakeup', 0o644, b'\n')
11253d('sys/devices/pci0000:00/0000:00:1c.2/power', 0o755)
11254f('sys/devices/pci0000:00/0000:00:1c.2/power/wakeup', 0o644, b'disabled\n')
11255d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03', 0o755)
11256l('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/subsystem', '../../../../bus/pci_express')
11257f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/uevent', 0o644, b'')
11258d('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/power', 0o755)
11259f('sys/devices/pci0000:00/0000:00:1c.2/0000:00:1c.2:pcie03/power/wakeup', 0o644, b'\n')
11260d('sys/devices/pci0000:00/0000:00:1b.0', 0o755)
11261l('sys/devices/pci0000:00/0000:00:1b.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:25')
11262l('sys/devices/pci0000:00/0000:00:1b.0/subsystem', '../../../bus/pci')
11263l('sys/devices/pci0000:00/0000:00:1b.0/driver', '../../../bus/pci/drivers/HDA Intel')
11264f('sys/devices/pci0000:00/0000:00:1b.0/local_cpulist', 0o644, b'0-7\n')
11265f('sys/devices/pci0000:00/0000:00:1b.0/enable', 0o644, b'1\n')
11266f('sys/devices/pci0000:00/0000:00:1b.0/modalias', 0o644, b'pci:v00008086d000027D8sv000017AAsd00002010bc04sc03i00\n')
11267f('sys/devices/pci0000:00/0000:00:1b.0/resource', 0o644, b'''0x00000000ee400000 0x00000000ee403fff 0x0000000000020204
112680x0000000000000000 0x0000000000000000 0x0000000000000000
112690x0000000000000000 0x0000000000000000 0x0000000000000000
112700x0000000000000000 0x0000000000000000 0x0000000000000000
112710x0000000000000000 0x0000000000000000 0x0000000000000000
112720x0000000000000000 0x0000000000000000 0x0000000000000000
112730x0000000000000000 0x0000000000000000 0x0000000000000000
11274''')
11275f('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")
11276f('sys/devices/pci0000:00/0000:00:1b.0/local_cpus', 0o644, b'ff\n')
11277f('sys/devices/pci0000:00/0000:00:1b.0/subsystem_device', 0o644, b'0x2010\n')
11278f('sys/devices/pci0000:00/0000:00:1b.0/vendor', 0o644, b'0x8086\n')
11279f('sys/devices/pci0000:00/0000:00:1b.0/irq', 0o644, b'17\n')
11280f('sys/devices/pci0000:00/0000:00:1b.0/device', 0o644, b'0x27d8\n')
11281f('sys/devices/pci0000:00/0000:00:1b.0/class', 0o644, b'0x040300\n')
11282f('sys/devices/pci0000:00/0000:00:1b.0/msi_bus', 0o644, b'')
11283f('sys/devices/pci0000:00/0000:00:1b.0/resource0', 0o644, b'')
11284f('sys/devices/pci0000:00/0000:00:1b.0/subsystem_vendor', 0o644, b'0x17aa\n')
11285f('sys/devices/pci0000:00/0000:00:1b.0/uevent', 0o644, b'''DRIVER=HDA Intel
11286PCI_CLASS=40300
11287PCI_ID=8086:27D8
11288PCI_SUBSYS_ID=17AA:2010
11289PCI_SLOT_NAME=0000:00:1b.0
11290MODALIAS=pci:v00008086d000027D8sv000017AAsd00002010bc04sc03i00
11291''')
11292f('sys/devices/pci0000:00/0000:00:1b.0/broken_parity_status', 0o644, b'0\n')
11293d('sys/devices/pci0000:00/0000:00:1b.0/power', 0o755)
11294f('sys/devices/pci0000:00/0000:00:1b.0/power/wakeup', 0o644, b'disabled\n')
11295d('sys/devices/pci0000:00/0000:00:1b.0/sound', 0o755)
11296d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0', 0o755)
11297l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/subsystem', '../../../../../class/sound')
11298l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/device', '../../../0000:00:1b.0')
11299f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/uevent', 0o644, b'')
11300d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio', 0o755)
11301l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/subsystem', '../../../../../../class/sound')
11302l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/device', '../../card0')
11303f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/dev', 0o644, b'14:4\n')
11304f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/uevent', 0o644, b'''MAJOR=14
11305MINOR=4
11306''')
11307d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/power', 0o755)
11308f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/audio/power/wakeup', 0o644, b'\n')
11309d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/power', 0o755)
11310f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/power/wakeup', 0o644, b'\n')
11311d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp', 0o755)
11312l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/subsystem', '../../../../../../class/sound')
11313l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/device', '../../card0')
11314f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/dev', 0o644, b'14:3\n')
11315f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/uevent', 0o644, b'''MAJOR=14
11316MINOR=3
11317''')
11318d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/power', 0o755)
11319f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp/power/wakeup', 0o644, b'\n')
11320d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer', 0o755)
11321l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/subsystem', '../../../../../../class/sound')
11322l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/device', '../../card0')
11323f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/dev', 0o644, b'14:0\n')
11324f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/uevent', 0o644, b'''MAJOR=14
11325MINOR=0
11326''')
11327d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/power', 0o755)
11328f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer/power/wakeup', 0o644, b'\n')
11329d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p', 0o755)
11330l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/subsystem', '../../../../../../class/sound')
11331l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/device', '../../card0')
11332f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/pcm_class', 0o644, b'generic\n')
11333f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/dev', 0o644, b'116:16\n')
11334f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/uevent', 0o644, b'''MAJOR=116
11335MINOR=16
11336''')
11337d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/power', 0o755)
11338f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p/power/wakeup', 0o644, b'\n')
11339d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0', 0o755)
11340l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/subsystem', '../../../../../../class/sound')
11341l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/device', '../../card0')
11342f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/dev', 0o644, b'116:0\n')
11343f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/uevent', 0o644, b'''MAJOR=116
11344MINOR=0
11345''')
11346d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/power', 0o755)
11347f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0/power/wakeup', 0o644, b'\n')
11348d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c', 0o755)
11349l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/subsystem', '../../../../../../class/sound')
11350l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/device', '../../card0')
11351f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/pcm_class', 0o644, b'generic\n')
11352f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/dev', 0o644, b'116:24\n')
11353f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/uevent', 0o644, b'''MAJOR=116
11354MINOR=24
11355''')
11356d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/power', 0o755)
11357f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c/power/wakeup', 0o644, b'\n')
11358d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp', 0o755)
11359l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/subsystem', '../../../../../../class/sound')
11360l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/device', '../../card0')
11361f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/dev', 0o644, b'14:12\n')
11362f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/uevent', 0o644, b'''MAJOR=14
11363MINOR=12
11364''')
11365d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/power', 0o755)
11366f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp/power/wakeup', 0o644, b'\n')
11367d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p', 0o755)
11368l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/subsystem', '../../../../../../class/sound')
11369l('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/device', '../../card0')
11370f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/pcm_class', 0o644, b'generic\n')
11371f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/dev', 0o644, b'116:17\n')
11372f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/uevent', 0o644, b'''MAJOR=116
11373MINOR=17
11374''')
11375d('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/power', 0o755)
11376f('sys/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p/power/wakeup', 0o644, b'\n')
11377d('sys/devices/pci0000:00/pci_bus', 0o755)
11378d('sys/devices/pci0000:00/pci_bus/0000:00', 0o755)
11379l('sys/devices/pci0000:00/pci_bus/0000:00/subsystem', '../../../../class/pci_bus')
11380l('sys/devices/pci0000:00/pci_bus/0000:00/device', '../../../pci0000:00')
11381f('sys/devices/pci0000:00/pci_bus/0000:00/cpuaffinity', 0o644, b'ff\n')
11382f('sys/devices/pci0000:00/pci_bus/0000:00/uevent', 0o644, b'')
11383d('sys/devices/pci0000:00/pci_bus/0000:00/power', 0o755)
11384f('sys/devices/pci0000:00/pci_bus/0000:00/power/wakeup', 0o644, b'\n')
11385d('sys/devices/pci0000:00/power', 0o755)
11386f('sys/devices/pci0000:00/power/wakeup', 0o644, b'\n')
11387d('sys/devices/pci0000:00/0000:00:1d.7', 0o755)
11388l('sys/devices/pci0000:00/0000:00:1d.7/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:21')
11389l('sys/devices/pci0000:00/0000:00:1d.7/subsystem', '../../../bus/pci')
11390l('sys/devices/pci0000:00/0000:00:1d.7/driver', '../../../bus/pci/drivers/ehci_hcd')
11391f('sys/devices/pci0000:00/0000:00:1d.7/local_cpulist', 0o644, b'0-7\n')
11392f('sys/devices/pci0000:00/0000:00:1d.7/enable', 0o644, b'1\n')
11393f('sys/devices/pci0000:00/0000:00:1d.7/modalias', 0o644, b'pci:v00008086d000027CCsv000017AAsd0000200Bbc0Csc03i20\n')
11394f('sys/devices/pci0000:00/0000:00:1d.7/resource', 0o644, b'''0x00000000ee404000 0x00000000ee4043ff 0x0000000000020200
113950x0000000000000000 0x0000000000000000 0x0000000000000000
113960x0000000000000000 0x0000000000000000 0x0000000000000000
113970x0000000000000000 0x0000000000000000 0x0000000000000000
113980x0000000000000000 0x0000000000000000 0x0000000000000000
113990x0000000000000000 0x0000000000000000 0x0000000000000000
114000x0000000000000000 0x0000000000000000 0x0000000000000000
11401''')
11402f('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 ")
11403f('sys/devices/pci0000:00/0000:00:1d.7/local_cpus', 0o644, b'ff\n')
11404f('sys/devices/pci0000:00/0000:00:1d.7/subsystem_device', 0o644, b'0x200b\n')
11405f('sys/devices/pci0000:00/0000:00:1d.7/vendor', 0o644, b'0x8086\n')
11406f('sys/devices/pci0000:00/0000:00:1d.7/irq', 0o644, b'19\n')
11407f('sys/devices/pci0000:00/0000:00:1d.7/pools', 0o644, b'''poolinfo - 0.1
11408ehci_sitd 0 0 96 0
11409ehci_itd 0 0 192 0
11410ehci_qh 5 25 160 1
11411ehci_qtd 5 42 96 1
11412buffer-2048 16 32 2048 16
11413buffer-512 0 0 512 0
11414buffer-128 2 32 128 1
11415buffer-32 2 128 32 1
11416''')
11417f('sys/devices/pci0000:00/0000:00:1d.7/device', 0o644, b'0x27cc\n')
11418f('sys/devices/pci0000:00/0000:00:1d.7/class', 0o644, b'0x0c0320\n')
11419f('sys/devices/pci0000:00/0000:00:1d.7/msi_bus', 0o644, b'')
11420f('sys/devices/pci0000:00/0000:00:1d.7/resource0', 0o644, b'')
11421f('sys/devices/pci0000:00/0000:00:1d.7/subsystem_vendor', 0o644, b'0x17aa\n')
11422f('sys/devices/pci0000:00/0000:00:1d.7/uevent', 0o644, b'''DRIVER=ehci_hcd
11423PCI_CLASS=C0320
11424PCI_ID=8086:27CC
11425PCI_SUBSYS_ID=17AA:200B
11426PCI_SLOT_NAME=0000:00:1d.7
11427MODALIAS=pci:v00008086d000027CCsv000017AAsd0000200Bbc0Csc03i20
11428''')
11429f('sys/devices/pci0000:00/0000:00:1d.7/broken_parity_status', 0o644, b'0\n')
11430d('sys/devices/pci0000:00/0000:00:1d.7/usb5', 0o755)
11431l('sys/devices/pci0000:00/0000:00:1d.7/usb5/subsystem', '../../../../bus/usb')
11432l('sys/devices/pci0000:00/0000:00:1d.7/usb5/driver', '../../../../bus/usb/drivers/usb')
11433l('sys/devices/pci0000:00/0000:00:1d.7/usb5/ep_00', 'usb_endpoint/usbdev5.1_ep00')
11434f('sys/devices/pci0000:00/0000:00:1d.7/usb5/version', 0o644, b' 2.00\n')
11435f('sys/devices/pci0000:00/0000:00:1d.7/usb5/authorized_default', 0o644, b'1\n')
11436f('sys/devices/pci0000:00/0000:00:1d.7/usb5/maxchild', 0o644, b'8\n')
11437f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceClass', 0o644, b'09\n')
11438f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bcdDevice', 0o644, b'0206\n')
11439f('sys/devices/pci0000:00/0000:00:1d.7/usb5/devnum', 0o644, b'1\n')
11440f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceProtocol', 0o644, b'00\n')
11441f('sys/devices/pci0000:00/0000:00:1d.7/usb5/idProduct', 0o644, b'0002\n')
11442f('sys/devices/pci0000:00/0000:00:1d.7/usb5/product', 0o644, b'EHCI Host Controller\n')
11443f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bDeviceSubClass', 0o644, b'00\n')
11444f('sys/devices/pci0000:00/0000:00:1d.7/usb5/configuration', 0o644, b'')
11445f('sys/devices/pci0000:00/0000:00:1d.7/usb5/dev', 0o644, b'189:512\n')
11446f('sys/devices/pci0000:00/0000:00:1d.7/usb5/urbnum', 0o644, b'151\n')
11447f('sys/devices/pci0000:00/0000:00:1d.7/usb5/authorized', 0o644, b'1\n')
11448f('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')
11449f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bNumConfigurations', 0o644, b'1\n')
11450f('sys/devices/pci0000:00/0000:00:1d.7/usb5/serial', 0o644, b'0000:00:1d.7\n')
11451f('sys/devices/pci0000:00/0000:00:1d.7/usb5/speed', 0o644, b'480\n')
11452f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bMaxPacketSize0', 0o644, b'64\n')
11453f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bmAttributes', 0o644, b'e0\n')
11454f('sys/devices/pci0000:00/0000:00:1d.7/usb5/busnum', 0o644, b'5\n')
11455f('sys/devices/pci0000:00/0000:00:1d.7/usb5/quirks', 0o644, b'0x0\n')
11456f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bConfigurationValue', 0o644, b'1\n')
11457f('sys/devices/pci0000:00/0000:00:1d.7/usb5/uevent', 0o644, b'''MAJOR=189
11458MINOR=512
11459DEVTYPE=usb_device
11460DRIVER=usb
11461PRODUCT=1d6b/2/206
11462TYPE=9/0/0
11463BUSNUM=005
11464DEVNUM=001
11465''')
11466f('sys/devices/pci0000:00/0000:00:1d.7/usb5/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty ehci_hcd\n')
11467f('sys/devices/pci0000:00/0000:00:1d.7/usb5/idVendor', 0o644, b'1d6b\n')
11468f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bNumInterfaces', 0o644, b' 1\n')
11469f('sys/devices/pci0000:00/0000:00:1d.7/usb5/bMaxPower', 0o644, b' 0mA\n')
11470d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint', 0o755)
11471d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00', 0o755)
11472l('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/subsystem', '../../../../../../class/usb_endpoint')
11473l('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/device', '../../../usb5')
11474f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/interval', 0o644, b'0ms\n')
11475f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bEndpointAddress', 0o644, b'00\n')
11476f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/type', 0o644, b'Control\n')
11477f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/dev', 0o644, b'252:9\n')
11478f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/direction', 0o644, b'both\n')
11479f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bLength', 0o644, b'07\n')
11480f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/wMaxPacketSize', 0o644, b'0040\n')
11481f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bmAttributes', 0o644, b'00\n')
11482f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/uevent', 0o644, b'''MAJOR=252
11483MINOR=9
11484''')
11485f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/bInterval', 0o644, b'00\n')
11486d('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/power', 0o755)
11487f('sys/devices/pci0000:00/0000:00:1d.7/usb5/usb_endpoint/usbdev5.1_ep00/power/wakeup', 0o644, b'\n')
11488d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1', 0o755)
11489l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/subsystem', '../../../../../bus/usb')
11490l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/driver', '../../../../../bus/usb/drivers/usb')
11491l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/ep_00', 'usb_endpoint/usbdev5.7_ep00')
11492f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/version', 0o644, b' 2.00\n')
11493f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/maxchild', 0o644, b'0\n')
11494f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceClass', 0o644, b'00\n')
11495f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bcdDevice', 0o644, b'0100\n')
11496f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/devnum', 0o644, b'7\n')
11497f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceProtocol', 0o644, b'00\n')
11498f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/idProduct', 0o644, b'8012\n')
11499f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/product', 0o644, b'Flash Disk\n')
11500f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bDeviceSubClass', 0o644, b'00\n')
11501f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/configuration', 0o644, b'')
11502f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/dev', 0o644, b'189:518\n')
11503f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/urbnum', 0o644, b'743\n')
11504f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/authorized', 0o644, b'1\n')
11505f('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')
11506f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bNumConfigurations', 0o644, b'1\n')
11507f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/speed', 0o644, b'480\n')
11508f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bMaxPacketSize0', 0o644, b'64\n')
11509f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bmAttributes', 0o644, b'80\n')
11510f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/busnum', 0o644, b'5\n')
11511f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/quirks', 0o644, b'0x0\n')
11512f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bConfigurationValue', 0o644, b'1\n')
11513f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/uevent', 0o644, b'''MAJOR=189
11514MINOR=518
11515DEVTYPE=usb_device
11516DRIVER=usb
11517PRODUCT=1043/8012/100
11518TYPE=0/0/0
11519BUSNUM=005
11520DEVNUM=007
11521''')
11522f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/manufacturer', 0o644, b'Generic\n')
11523f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/idVendor', 0o644, b'1043\n')
11524f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bNumInterfaces', 0o644, b' 1\n')
11525f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/bMaxPower', 0o644, b'100mA\n')
11526d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint', 0o755)
11527d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00', 0o755)
11528l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/subsystem', '../../../../../../../class/usb_endpoint')
11529l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/device', '../../../5-1')
11530f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/interval', 0o644, b'0ms\n')
11531f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bEndpointAddress', 0o644, b'00\n')
11532f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/type', 0o644, b'Control\n')
11533f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/dev', 0o644, b'252:24\n')
11534f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/direction', 0o644, b'both\n')
11535f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bLength', 0o644, b'07\n')
11536f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/wMaxPacketSize', 0o644, b'0040\n')
11537f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bmAttributes', 0o644, b'00\n')
11538f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/uevent', 0o644, b'''MAJOR=252
11539MINOR=24
11540''')
11541f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/bInterval', 0o644, b'00\n')
11542d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/power', 0o755)
11543f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/usb_endpoint/usbdev5.7_ep00/power/wakeup', 0o644, b'\n')
11544d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power', 0o755)
11545f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/active_duration', 0o644, b'65113\n')
11546f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/wakeup', 0o644, b'\n')
11547f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/connected_duration', 0o644, b'65113\n')
11548f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/autosuspend', 0o644, b'2\n')
11549f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/persist', 0o644, b'1\n')
11550f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/power/level', 0o644, b'on\n')
11551d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0', 0o755)
11552l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/subsystem', '../../../../../../bus/usb')
11553l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/ep_81', 'usb_endpoint/usbdev5.7_ep81')
11554l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/ep_02', 'usb_endpoint/usbdev5.7_ep02')
11555l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/driver', '../../../../../../bus/usb/drivers/usb-storage')
11556f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/modalias', 0o644, b'usb:v1043p8012d0100dc00dsc00dp00ic08isc06ip50\n')
11557f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceNumber', 0o644, b'00\n')
11558f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bNumEndpoints', 0o644, b'02\n')
11559f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceSubClass', 0o644, b'06\n')
11560f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bAlternateSetting', 0o644, b' 0\n')
11561f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceClass', 0o644, b'08\n')
11562f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
11563DRIVER=usb-storage
11564PRODUCT=1043/8012/100
11565TYPE=0/0/0
11566INTERFACE=8/6/80
11567MODALIAS=usb:v1043p8012d0100dc00dsc00dp00ic08isc06ip50
11568''')
11569f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/bInterfaceProtocol', 0o644, b'50\n')
11570d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint', 0o755)
11571d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81', 0o755)
11572l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/subsystem', '../../../../../../../../class/usb_endpoint')
11573l('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')
11574f('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')
11575f('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')
11576f('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')
11577f('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')
11578f('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')
11579f('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')
11580f('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')
11581f('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')
11582f('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
11583MINOR=10
11584''')
11585f('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')
11586d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep81/power', 0o755)
11587f('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')
11588d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02', 0o755)
11589l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/subsystem', '../../../../../../../../class/usb_endpoint')
11590l('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')
11591f('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')
11592f('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')
11593f('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')
11594f('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')
11595f('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')
11596f('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')
11597f('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')
11598f('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')
11599f('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
11600MINOR=11
11601''')
11602f('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')
11603d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/usb_endpoint/usbdev5.7_ep02/power', 0o755)
11604f('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')
11605d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/power', 0o755)
11606f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/power/wakeup', 0o644, b'\n')
11607d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7', 0o755)
11608l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/subsystem', '../../../../../../../bus/scsi')
11609f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/uevent', 0o644, b'DEVTYPE=scsi_host\n')
11610d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/power', 0o755)
11611f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/power/wakeup', 0o644, b'\n')
11612d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0', 0o755)
11613l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/subsystem', '../../../../../../../../bus/scsi')
11614f('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')
11615d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/power', 0o755)
11616f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/power/wakeup', 0o644, b'\n')
11617d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/target7:0:0/7:0:0:0', 0o755)
11618l('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')
11619l('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')
11620l('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')
11621f('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')
11622f('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')
11623f('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')
11624f('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')
11625f('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')
11626f('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')
11627f('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')
11628f('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')
11629f('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')
11630f('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')
11631f('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')
11632f('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')
11633f('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')
11634f('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')
11635f('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')
11636f('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')
11637f('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
11638DRIVER=sd
11639MODALIAS=scsi:t-0x00
11640''')
11641f('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')
11642d('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)
11643d('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)
11644l('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')
11645l('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')
11646f('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')
11647f('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')
11648f('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')
11649f('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')
11650f('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')
11651f('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')
11652f('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'')
11653d('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)
11654f('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')
11655d('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)
11656f('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')
11657d('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)
11658d('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)
11659l('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')
11660l('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')
11661f('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')
11662f('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
11663MINOR=2
11664''')
11665d('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)
11666f('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')
11667d('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)
11668d('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)
11669l('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')
11670l('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')
11671f('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')
11672f('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
11673MINOR=2
11674''')
11675d('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)
11676f('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')
11677d('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)
11678d('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)
11679l('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')
11680l('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')
11681l('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')
11682f('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')
11683f('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')
11684f('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')
11685f('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')
11686f('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')
11687f('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')
11688f('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')
11689f('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')
11690f('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
11691MINOR=16
11692DEVTYPE=disk
11693''')
11694d('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)
11695l('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')
11696f('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')
11697f('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')
11698f('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')
11699f('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')
11700f('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')
11701f('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')
11702f('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')
11703d('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)
11704f('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')
11705f('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')
11706f('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')
11707f('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')
11708f('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')
11709f('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')
11710f('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')
11711f('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')
11712f('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')
11713d('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)
11714f('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')
11715d('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)
11716l('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')
11717f('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')
11718f('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')
11719f('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')
11720f('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')
11721f('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')
11722f('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
11723MINOR=17
11724DEVTYPE=partition
11725''')
11726d('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)
11727f('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')
11728d('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)
11729d('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)
11730l('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')
11731l('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')
11732f('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'')
11733d('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)
11734f('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')
11735d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host', 0o755)
11736d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7', 0o755)
11737l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/subsystem', '../../../../../../../../../class/scsi_host')
11738l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/device', '../../../host7')
11739f('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')
11740f('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')
11741f('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')
11742f('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')
11743f('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')
11744f('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')
11745f('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')
11746f('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')
11747f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/state', 0o644, b'running\n')
11748f('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')
11749f('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')
11750f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/uevent', 0o644, b'')
11751f('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')
11752d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/power', 0o755)
11753f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-1/5-1:1.0/host7/scsi_host/host7/power/wakeup', 0o644, b'\n')
11754d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2', 0o755)
11755l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/subsystem', '../../../../../bus/usb')
11756l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/driver', '../../../../../bus/usb/drivers/usb')
11757l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/ep_00', 'usb_endpoint/usbdev5.9_ep00')
11758f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/version', 0o644, b' 2.00\n')
11759f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/maxchild', 0o644, b'0\n')
11760f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceClass', 0o644, b'02\n')
11761f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bcdDevice', 0o644, b'0100\n')
11762f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/devnum', 0o644, b'9\n')
11763f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceProtocol', 0o644, b'00\n')
11764f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/idProduct', 0o644, b'007b\n')
11765f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/product', 0o644, b'N78\n')
11766f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bDeviceSubClass', 0o644, b'00\n')
11767f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/configuration', 0o644, b'Bulk transfer method configuration\n')
11768f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/dev', 0o644, b'189:520\n')
11769f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/urbnum', 0o644, b'20\n')
11770f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/authorized', 0o644, b'1\n')
11771f('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
11772\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
11773\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
11774\x0b\x0c\r\t\x04\x05\x00\x00\x02\x0b\x00
11775\x05$\x00\x10\x01\x05$\x15\x00\x01\x05$\x06\x05\x06\t\x04\x06\x00\x00
11776\x00\x00\x00\t\x04\x06\x01\x02
11777\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
11778\x00\x00\x00\t\x04\x08\x01\x02
11779\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
11780\x0b\t\x04
11781\x00\x00\x02\xfe\x00\x00\x05$\x00\x10\x01\x05$\xab\x05\x15\x05$\x06
11782\x0b\t\x04\x0b\x00\x00
11783\x00\x00\x00\t\x04\x0b\x01\x02
11784\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
11785\x00\x00\x00\t\x04\r\x01\x02
11786\x00\x00\x00\x07\x05\x88\x03\x00\x02\x06\x07\x05\x06\x02\x00\x02\xff\t\x04\r\x02\x02
11787\x00\x00\x00\x07\x05\x88\x02\x00\x02\xff\x07\x05\x06\x02\x00\x02\xff''')
11788f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bNumConfigurations', 0o644, b'1\n')
11789f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/serial', 0o644, b'354172020305000\n')
11790f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/speed', 0o644, b'480\n')
11791f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bMaxPacketSize0', 0o644, b'64\n')
11792f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bmAttributes', 0o644, b'c0\n')
11793f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/busnum', 0o644, b'5\n')
11794f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/quirks', 0o644, b'0x0\n')
11795f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bConfigurationValue', 0o644, b'1\n')
11796f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/uevent', 0o644, b'''MAJOR=189
11797MINOR=520
11798DEVTYPE=usb_device
11799DRIVER=usb
11800PRODUCT=421/7b/100
11801TYPE=2/0/0
11802BUSNUM=005
11803DEVNUM=009
11804''')
11805f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/manufacturer', 0o644, b'Nokia\n')
11806f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/idVendor', 0o644, b'0421\n')
11807f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bNumInterfaces', 0o644, b'14\n')
11808f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/bMaxPower', 0o644, b'100mA\n')
11809d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4', 0o755)
11810l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/subsystem', '../../../../../../bus/usb')
11811f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip00\n')
11812f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceNumber', 0o644, b'04\n')
11813f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bNumEndpoints', 0o644, b'00\n')
11814f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceSubClass', 0o644, b'08\n')
11815f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bAlternateSetting', 0o644, b' 0\n')
11816f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceClass', 0o644, b'02\n')
11817f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/uevent', 0o644, b'''DEVTYPE=usb_interface
11818PRODUCT=421/7b/100
11819TYPE=2/0/0
11820INTERFACE=2/8/0
11821MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip00
11822''')
11823f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/bInterfaceProtocol', 0o644, b'00\n')
11824d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/power', 0o755)
11825f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.4/power/wakeup', 0o644, b'\n')
11826d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint', 0o755)
11827d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00', 0o755)
11828l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/subsystem', '../../../../../../../class/usb_endpoint')
11829l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/device', '../../../5-2')
11830f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/interval', 0o644, b'0ms\n')
11831f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bEndpointAddress', 0o644, b'00\n')
11832f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/type', 0o644, b'Control\n')
11833f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/dev', 0o644, b'252:33\n')
11834f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/direction', 0o644, b'both\n')
11835f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bLength', 0o644, b'07\n')
11836f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/wMaxPacketSize', 0o644, b'0040\n')
11837f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bmAttributes', 0o644, b'00\n')
11838f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/uevent', 0o644, b'''MAJOR=252
11839MINOR=33
11840''')
11841f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/bInterval', 0o644, b'00\n')
11842d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/power', 0o755)
11843f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/usb_endpoint/usbdev5.9_ep00/power/wakeup', 0o644, b'\n')
11844d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2', 0o755)
11845l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/subsystem', '../../../../../../bus/usb')
11846l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/ep_83', 'usb_endpoint/usbdev5.9_ep83')
11847f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ipFF\n')
11848f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceNumber', 0o644, b'02\n')
11849f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bNumEndpoints', 0o644, b'01\n')
11850f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/interface', 0o644, b'CDC Comms Interface\n')
11851f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceSubClass', 0o644, b'02\n')
11852f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bAlternateSetting', 0o644, b' 0\n')
11853f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceClass', 0o644, b'02\n')
11854f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/uevent', 0o644, b'''DEVTYPE=usb_interface
11855PRODUCT=421/7b/100
11856TYPE=2/0/0
11857INTERFACE=2/2/255
11858MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ipFF
11859''')
11860f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/bInterfaceProtocol', 0o644, b'ff\n')
11861d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint', 0o755)
11862d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83', 0o755)
11863l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/subsystem', '../../../../../../../../class/usb_endpoint')
11864l('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')
11865f('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')
11866f('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')
11867f('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')
11868f('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')
11869f('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')
11870f('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')
11871f('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')
11872f('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')
11873f('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
11874MINOR=30
11875''')
11876f('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')
11877d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/usb_endpoint/usbdev5.9_ep83/power', 0o755)
11878f('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')
11879d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/power', 0o755)
11880f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.2/power/wakeup', 0o644, b'\n')
11881d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1', 0o755)
11882l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/subsystem', '../../../../../../bus/usb')
11883l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/ep_01', 'usb_endpoint/usbdev5.9_ep01')
11884l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/ep_82', 'usb_endpoint/usbdev5.9_ep82')
11885l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/driver', '../../../../../../bus/usb/drivers/cdc_acm')
11886f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
11887f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceNumber', 0o644, b'01\n')
11888f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bNumEndpoints', 0o644, b'02\n')
11889f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/interface', 0o644, b'CDC Data Interface\n')
11890f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceSubClass', 0o644, b'00\n')
11891f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bAlternateSetting', 0o644, b' 0\n')
11892f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceClass', 0o644, b'0a\n')
11893f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/uevent', 0o644, b'''DEVTYPE=usb_interface
11894DRIVER=cdc_acm
11895PRODUCT=421/7b/100
11896TYPE=2/0/0
11897INTERFACE=10/0/0
11898MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
11899''')
11900f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/bInterfaceProtocol', 0o644, b'00\n')
11901d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint', 0o755)
11902d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01', 0o755)
11903l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/subsystem', '../../../../../../../../class/usb_endpoint')
11904l('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')
11905f('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')
11906f('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')
11907f('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')
11908f('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')
11909f('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')
11910f('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')
11911f('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')
11912f('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')
11913f('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
11914MINOR=29
11915''')
11916f('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')
11917d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep01/power', 0o755)
11918f('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')
11919d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82', 0o755)
11920l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/subsystem', '../../../../../../../../class/usb_endpoint')
11921l('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')
11922f('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')
11923f('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')
11924f('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')
11925f('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')
11926f('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')
11927f('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')
11928f('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')
11929f('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')
11930f('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
11931MINOR=28
11932''')
11933f('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')
11934d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/usb_endpoint/usbdev5.9_ep82/power', 0o755)
11935f('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')
11936d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/power', 0o755)
11937f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.1/power/wakeup', 0o644, b'\n')
11938d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10', 0o755)
11939l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/subsystem', '../../../../../../bus/usb')
11940f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02iscFEip00\n')
11941f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceNumber', 0o644, b'0a\n')
11942f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bNumEndpoints', 0o644, b'00\n')
11943f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceSubClass', 0o644, b'fe\n')
11944f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bAlternateSetting', 0o644, b' 0\n')
11945f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceClass', 0o644, b'02\n')
11946f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/uevent', 0o644, b'''DEVTYPE=usb_interface
11947PRODUCT=421/7b/100
11948TYPE=2/0/0
11949INTERFACE=2/254/0
11950MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02iscFEip00
11951''')
11952f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/bInterfaceProtocol', 0o644, b'00\n')
11953d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/power', 0o755)
11954f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.10/power/wakeup', 0o644, b'\n')
11955d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7', 0o755)
11956l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/subsystem', '../../../../../../bus/usb')
11957f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00\n')
11958f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceNumber', 0o644, b'07\n')
11959f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bNumEndpoints', 0o644, b'00\n')
11960f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/interface', 0o644, b'PC Suite Services\n')
11961f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceSubClass', 0o644, b'0b\n')
11962f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bAlternateSetting', 0o644, b' 0\n')
11963f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceClass', 0o644, b'02\n')
11964f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/uevent', 0o644, b'''DEVTYPE=usb_interface
11965PRODUCT=421/7b/100
11966TYPE=2/0/0
11967INTERFACE=2/11/0
11968MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00
11969''')
11970f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/bInterfaceProtocol', 0o644, b'00\n')
11971d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/power', 0o755)
11972f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.7/power/wakeup', 0o644, b'\n')
11973d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0', 0o755)
11974l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/subsystem', '../../../../../../bus/usb')
11975l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/ep_81', 'usb_endpoint/usbdev5.9_ep81')
11976l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/driver', '../../../../../../bus/usb/drivers/cdc_acm')
11977f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ip01\n')
11978f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceNumber', 0o644, b'00\n')
11979f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bmCapabilities', 0o644, b'15')
11980f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bNumEndpoints', 0o644, b'01\n')
11981f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/interface', 0o644, b'CDC Comms Interface\n')
11982f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceSubClass', 0o644, b'02\n')
11983f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bAlternateSetting', 0o644, b' 0\n')
11984f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceClass', 0o644, b'02\n')
11985f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
11986DRIVER=cdc_acm
11987PRODUCT=421/7b/100
11988TYPE=2/0/0
11989INTERFACE=2/2/1
11990MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc02ip01
11991''')
11992f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/bInterfaceProtocol', 0o644, b'01\n')
11993d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint', 0o755)
11994d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81', 0o755)
11995l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/subsystem', '../../../../../../../../class/usb_endpoint')
11996l('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')
11997f('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')
11998f('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')
11999f('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')
12000f('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')
12001f('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')
12002f('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')
12003f('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')
12004f('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')
12005f('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
12006MINOR=27
12007''')
12008f('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')
12009d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/usb_endpoint/usbdev5.9_ep81/power', 0o755)
12010f('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')
12011d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/power', 0o755)
12012f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/power/wakeup', 0o644, b'\n')
12013d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty', 0o755)
12014d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0', 0o755)
12015l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/subsystem', '../../../../../../../../class/tty')
12016l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/device', '../../../5-2:1.0')
12017f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/dev', 0o644, b'166:0\n')
12018f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/uevent', 0o644, b'''MAJOR=166
12019MINOR=0
12020DEVNAME=ttyACM0
12021''')
12022d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/power', 0o755)
12023f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0/power/wakeup', 0o644, b'\n')
12024d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9', 0o755)
12025l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/subsystem', '../../../../../../bus/usb')
12026f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip01\n')
12027f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceNumber', 0o644, b'09\n')
12028f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bNumEndpoints', 0o644, b'00\n')
12029f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceSubClass', 0o644, b'08\n')
12030f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bAlternateSetting', 0o644, b' 0\n')
12031f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceClass', 0o644, b'02\n')
12032f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/uevent', 0o644, b'''DEVTYPE=usb_interface
12033PRODUCT=421/7b/100
12034TYPE=2/0/0
12035INTERFACE=2/8/1
12036MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc08ip01
12037''')
12038f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/bInterfaceProtocol', 0o644, b'01\n')
12039d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/power', 0o755)
12040f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.9/power/wakeup', 0o644, b'\n')
12041d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8', 0o755)
12042l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/subsystem', '../../../../../../bus/usb')
12043f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
12044f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceNumber', 0o644, b'08\n')
12045f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bNumEndpoints', 0o644, b'00\n')
12046f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceSubClass', 0o644, b'00\n')
12047f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bAlternateSetting', 0o644, b' 0\n')
12048f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceClass', 0o644, b'0a\n')
12049f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/uevent', 0o644, b'''DEVTYPE=usb_interface
12050PRODUCT=421/7b/100
12051TYPE=2/0/0
12052INTERFACE=10/0/0
12053MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
12054''')
12055f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/bInterfaceProtocol', 0o644, b'00\n')
12056d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/power', 0o755)
12057f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.8/power/wakeup', 0o644, b'\n')
12058d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power', 0o755)
12059f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/active_duration', 0o644, b'20902\n')
12060f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/wakeup', 0o644, b'\n')
12061f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/connected_duration', 0o644, b'20901\n')
12062f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/autosuspend', 0o644, b'2\n')
12063f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/persist', 0o644, b'1\n')
12064f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/power/level', 0o644, b'on\n')
12065d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13', 0o755)
12066l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/subsystem', '../../../../../../bus/usb')
12067f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
12068f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceNumber', 0o644, b'0d\n')
12069f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bNumEndpoints', 0o644, b'00\n')
12070f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceSubClass', 0o644, b'00\n')
12071f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bAlternateSetting', 0o644, b' 0\n')
12072f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceClass', 0o644, b'0a\n')
12073f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/uevent', 0o644, b'''DEVTYPE=usb_interface
12074PRODUCT=421/7b/100
12075TYPE=2/0/0
12076INTERFACE=10/0/0
12077MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
12078''')
12079f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/bInterfaceProtocol', 0o644, b'00\n')
12080d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/power', 0o755)
12081f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.13/power/wakeup', 0o644, b'\n')
12082d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5', 0o755)
12083l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/subsystem', '../../../../../../bus/usb')
12084f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00\n')
12085f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceNumber', 0o644, b'05\n')
12086f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bNumEndpoints', 0o644, b'00\n')
12087f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/interface', 0o644, b'SYNCML-SYNC\n')
12088f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceSubClass', 0o644, b'0b\n')
12089f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bAlternateSetting', 0o644, b' 0\n')
12090f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceClass', 0o644, b'02\n')
12091f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/uevent', 0o644, b'''DEVTYPE=usb_interface
12092PRODUCT=421/7b/100
12093TYPE=2/0/0
12094INTERFACE=2/11/0
12095MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02isc0Bip00
12096''')
12097f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/bInterfaceProtocol', 0o644, b'00\n')
12098d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/power', 0o755)
12099f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.5/power/wakeup', 0o644, b'\n')
12100d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11', 0o755)
12101l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/subsystem', '../../../../../../bus/usb')
12102f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
12103f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceNumber', 0o644, b'0b\n')
12104f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bNumEndpoints', 0o644, b'00\n')
12105f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceSubClass', 0o644, b'00\n')
12106f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bAlternateSetting', 0o644, b' 0\n')
12107f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceClass', 0o644, b'0a\n')
12108f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/uevent', 0o644, b'''DEVTYPE=usb_interface
12109PRODUCT=421/7b/100
12110TYPE=2/0/0
12111INTERFACE=10/0/0
12112MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
12113''')
12114f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/bInterfaceProtocol', 0o644, b'00\n')
12115d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/power', 0o755)
12116f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.11/power/wakeup', 0o644, b'\n')
12117d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12', 0o755)
12118l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/subsystem', '../../../../../../bus/usb')
12119f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic02iscFDip00\n')
12120f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceNumber', 0o644, b'0c\n')
12121f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bNumEndpoints', 0o644, b'00\n')
12122f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/interface', 0o644, b'LCIF_Alt0\n')
12123f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceSubClass', 0o644, b'fd\n')
12124f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bAlternateSetting', 0o644, b' 0\n')
12125f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceClass', 0o644, b'02\n')
12126f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/uevent', 0o644, b'''DEVTYPE=usb_interface
12127PRODUCT=421/7b/100
12128TYPE=2/0/0
12129INTERFACE=2/253/0
12130MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic02iscFDip00
12131''')
12132f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/bInterfaceProtocol', 0o644, b'00\n')
12133d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/power', 0o755)
12134f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.12/power/wakeup', 0o644, b'\n')
12135d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3', 0o755)
12136l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/subsystem', '../../../../../../bus/usb')
12137l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/ep_02', 'usb_endpoint/usbdev5.9_ep02')
12138l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/ep_84', 'usb_endpoint/usbdev5.9_ep84')
12139f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
12140f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceNumber', 0o644, b'03\n')
12141f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bNumEndpoints', 0o644, b'02\n')
12142f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/interface', 0o644, b'CDC Data Interface\n')
12143f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceSubClass', 0o644, b'00\n')
12144f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bAlternateSetting', 0o644, b' 0\n')
12145f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceClass', 0o644, b'0a\n')
12146f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/uevent', 0o644, b'''DEVTYPE=usb_interface
12147PRODUCT=421/7b/100
12148TYPE=2/0/0
12149INTERFACE=10/0/0
12150MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
12151''')
12152f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/bInterfaceProtocol', 0o644, b'00\n')
12153d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint', 0o755)
12154d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84', 0o755)
12155l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/subsystem', '../../../../../../../../class/usb_endpoint')
12156l('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')
12157f('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')
12158f('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')
12159f('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')
12160f('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')
12161f('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')
12162f('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')
12163f('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')
12164f('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')
12165f('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
12166MINOR=31
12167''')
12168f('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')
12169d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep84/power', 0o755)
12170f('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')
12171d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02', 0o755)
12172l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/subsystem', '../../../../../../../../class/usb_endpoint')
12173l('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')
12174f('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')
12175f('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')
12176f('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')
12177f('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')
12178f('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')
12179f('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')
12180f('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')
12181f('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')
12182f('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
12183MINOR=32
12184''')
12185f('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')
12186d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/usb_endpoint/usbdev5.9_ep02/power', 0o755)
12187f('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')
12188d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/power', 0o755)
12189f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.3/power/wakeup', 0o644, b'\n')
12190d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6', 0o755)
12191l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/subsystem', '../../../../../../bus/usb')
12192f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/modalias', 0o644, b'usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00\n')
12193f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceNumber', 0o644, b'06\n')
12194f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bNumEndpoints', 0o644, b'00\n')
12195f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceSubClass', 0o644, b'00\n')
12196f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bAlternateSetting', 0o644, b' 0\n')
12197f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceClass', 0o644, b'0a\n')
12198f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/uevent', 0o644, b'''DEVTYPE=usb_interface
12199PRODUCT=421/7b/100
12200TYPE=2/0/0
12201INTERFACE=10/0/0
12202MODALIAS=usb:v0421p007Bd0100dc02dsc00dp00ic0Aisc00ip00
12203''')
12204f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/bInterfaceProtocol', 0o644, b'00\n')
12205d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/power', 0o755)
12206f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.6/power/wakeup', 0o644, b'\n')
12207d('sys/devices/pci0000:00/0000:00:1d.7/usb5/power', 0o755)
12208f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/active_duration', 0o644, b'547102\n')
12209f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/wakeup', 0o644, b'enabled\n')
12210f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/connected_duration', 0o644, b'8371932\n')
12211f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/autosuspend', 0o644, b'2\n')
12212f('sys/devices/pci0000:00/0000:00:1d.7/usb5/power/level', 0o644, b'auto\n')
12213d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0', 0o755)
12214l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/subsystem', '../../../../../bus/usb')
12215l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/ep_81', 'usb_endpoint/usbdev5.1_ep81')
12216l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/driver', '../../../../../bus/usb/drivers/hub')
12217f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/modalias', 0o644, b'usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00\n')
12218f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceNumber', 0o644, b'00\n')
12219f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bNumEndpoints', 0o644, b'01\n')
12220f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceSubClass', 0o644, b'00\n')
12221f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bAlternateSetting', 0o644, b' 0\n')
12222f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceClass', 0o644, b'09\n')
12223f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
12224DRIVER=hub
12225PRODUCT=1d6b/2/206
12226TYPE=9/0/0
12227INTERFACE=9/0/0
12228MODALIAS=usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00
12229''')
12230f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/bInterfaceProtocol', 0o644, b'00\n')
12231d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint', 0o755)
12232d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81', 0o755)
12233l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/subsystem', '../../../../../../../class/usb_endpoint')
12234l('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/device', '../../../5-0:1.0')
12235f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/interval', 0o644, b'256ms\n')
12236f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bEndpointAddress', 0o644, b'81\n')
12237f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/type', 0o644, b'Interrupt\n')
12238f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/dev', 0o644, b'252:8\n')
12239f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/direction', 0o644, b'in\n')
12240f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bLength', 0o644, b'07\n')
12241f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/wMaxPacketSize', 0o644, b'0004\n')
12242f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bmAttributes', 0o644, b'03\n')
12243f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/uevent', 0o644, b'''MAJOR=252
12244MINOR=8
12245''')
12246f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/bInterval', 0o644, b'0c\n')
12247d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/power', 0o755)
12248f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/usb_endpoint/usbdev5.1_ep81/power/wakeup', 0o644, b'\n')
12249d('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/power', 0o755)
12250f('sys/devices/pci0000:00/0000:00:1d.7/usb5/5-0:1.0/power/wakeup', 0o644, b'\n')
12251d('sys/devices/pci0000:00/0000:00:1d.7/power', 0o755)
12252f('sys/devices/pci0000:00/0000:00:1d.7/power/wakeup', 0o644, b'disabled\n')
12253d('sys/devices/pci0000:00/0000:00:1d.7/usb_host', 0o755)
12254d('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5', 0o755)
12255l('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/subsystem', '../../../../../class/usb_host')
12256l('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/device', '../../../0000:00:1d.7')
12257f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/companion', 0o644, b'')
12258f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/uevent', 0o644, b'')
12259d('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/power', 0o755)
12260f('sys/devices/pci0000:00/0000:00:1d.7/usb_host/usb_host5/power/wakeup', 0o644, b'\n')
12261d('sys/devices/pci0000:00/0000:00:1c.1', 0o755)
12262l('sys/devices/pci0000:00/0000:00:1c.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0c')
12263l('sys/devices/pci0000:00/0000:00:1c.1/subsystem', '../../../bus/pci')
12264l('sys/devices/pci0000:00/0000:00:1c.1/driver', '../../../bus/pci/drivers/pcieport-driver')
12265f('sys/devices/pci0000:00/0000:00:1c.1/local_cpulist', 0o644, b'0-7\n')
12266f('sys/devices/pci0000:00/0000:00:1c.1/enable', 0o644, b'2\n')
12267f('sys/devices/pci0000:00/0000:00:1c.1/modalias', 0o644, b'pci:v00008086d000027D2sv00000000sd00000000bc06sc04i00\n')
12268f('sys/devices/pci0000:00/0000:00:1c.1/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
122690x0000000000000000 0x0000000000000000 0x0000000000000000
122700x0000000000000000 0x0000000000000000 0x0000000000000000
122710x0000000000000000 0x0000000000000000 0x0000000000000000
122720x0000000000000000 0x0000000000000000 0x0000000000000000
122730x0000000000000000 0x0000000000000000 0x0000000000000000
122740x0000000000000000 0x0000000000000000 0x0000000000000000
122750x0000000000004000 0x0000000000005fff 0x0000000000000100
122760x00000000ec000000 0x00000000edffffff 0x0000000000000200
122770x00000000e4000000 0x00000000e40fffff 0x0000000000001201
122780x0000000000000000 0x0000000000000000 0x0000000000000000
122790x0000000000000000 0x0000000000000000 0x0000000000000000
12280''')
12281f('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")
12282f('sys/devices/pci0000:00/0000:00:1c.1/local_cpus', 0o644, b'ff\n')
12283f('sys/devices/pci0000:00/0000:00:1c.1/subsystem_device', 0o644, b'0x0000\n')
12284f('sys/devices/pci0000:00/0000:00:1c.1/vendor', 0o644, b'0x8086\n')
12285f('sys/devices/pci0000:00/0000:00:1c.1/irq', 0o644, b'509\n')
12286f('sys/devices/pci0000:00/0000:00:1c.1/device', 0o644, b'0x27d2\n')
12287f('sys/devices/pci0000:00/0000:00:1c.1/class', 0o644, b'0x060400\n')
12288f('sys/devices/pci0000:00/0000:00:1c.1/msi_bus', 0o644, b'1\n')
12289f('sys/devices/pci0000:00/0000:00:1c.1/subsystem_vendor', 0o644, b'0x0000\n')
12290f('sys/devices/pci0000:00/0000:00:1c.1/uevent', 0o644, b'''DRIVER=pcieport-driver
12291PCI_CLASS=60400
12292PCI_ID=8086:27D2
12293PCI_SUBSYS_ID=0000:0000
12294PCI_SLOT_NAME=0000:00:1c.1
12295MODALIAS=pci:v00008086d000027D2sv00000000sd00000000bc06sc04i00
12296''')
12297f('sys/devices/pci0000:00/0000:00:1c.1/broken_parity_status', 0o644, b'0\n')
12298d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus', 0o755)
12299d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03', 0o755)
12300l('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/subsystem', '../../../../../class/pci_bus')
12301l('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/device', '../../../0000:00:1c.1')
12302f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/cpuaffinity', 0o644, b'ff\n')
12303f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/uevent', 0o644, b'')
12304d('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/power', 0o755)
12305f('sys/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03/power/wakeup', 0o644, b'\n')
12306d('sys/devices/pci0000:00/0000:00:1c.1/power', 0o755)
12307f('sys/devices/pci0000:00/0000:00:1c.1/power/wakeup', 0o644, b'disabled\n')
12308d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02', 0o755)
12309l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/subsystem', '../../../../bus/pci_express')
12310f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/uevent', 0o644, b'')
12311d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/power', 0o755)
12312f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie02/power/wakeup', 0o644, b'\n')
12313d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03', 0o755)
12314l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/subsystem', '../../../../bus/pci_express')
12315f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/uevent', 0o644, b'')
12316d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/power', 0o755)
12317f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie03/power/wakeup', 0o644, b'\n')
12318d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0', 0o755)
12319l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem', '../../../../bus/pci')
12320l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/driver', '../../../../bus/pci/drivers/iwl3945')
12321f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/local_cpulist', 0o644, b'0-7\n')
12322f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/enable', 0o644, b'1\n')
12323f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rs_window', 0o644, b''' 54Mbs: 00000000000000000000000000000000000000000000000000000000000000
12324 48Mbs: 00000000000000000000000000000000000000000000000000000000000000
12325 36Mbs: 00000000000000000000000000000000000000000000000000000000000000
12326 24Mbs: 00000000000000000000000000000000000000000000000000000000000000
12327 18Mbs: 00000000000000000000000000000000000000000000000000000000000000
12328 12Mbs: 00000000000000000000000000000000000000000000000000000000000000
12329 11Mbs: 00000000000000000000000000000000000000000000000000000000000000
12330 9Mbs: 00000000000000000000000000000000000000000000000000000000000000
12331 6Mbs: 00000000000000000000000000000000000000000000000000000000000000
12332 5Mbs: 00000000000000000000000000000000000000000000000000000000000000
12333 2Mbs: 00000000000000000000000000000000000000000000000000000000000000
12334 1Mbs: 00000000000000000000000000000000000000000000000000000000000000
12335
12336Average rate: 0Mbs
12337''')
12338f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/modalias', 0o644, b'pci:v00008086d00004227sv00008086sd00001011bc02sc80i00\n')
12339f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/resource', 0o644, b'''0x00000000edf00000 0x00000000edf00fff 0x0000000000020200
123400x0000000000000000 0x0000000000000000 0x0000000000000000
123410x0000000000000000 0x0000000000000000 0x0000000000000000
123420x0000000000000000 0x0000000000000000 0x0000000000000000
123430x0000000000000000 0x0000000000000000 0x0000000000000000
123440x0000000000000000 0x0000000000000000 0x0000000000000000
123450x0000000000000000 0x0000000000000000 0x0000000000000000
12346''')
12347f('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 .........\'......
12348e9 0c 00 00 00 00 00 00 00 00 00 00 69 05 00 00 ............i...
12349de 98 01 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1235000 00 00 00 00 00 00 00 bd 01 00 00 00 00 00 00 ................
12351fd 68 08 00 ae d3 06 00 78 65 04 00 b8 2b 00 00 .h......xe...+..
1235200 00 00 00 00 00 00 00 7e 42 02 00 4f 95 01 00 ........~B..O...
1235300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1235400 00 00 00 da 01 00 00 00 00 00 00 00 00 00 00 ................
1235500 00 00 00 d8 dc 00 00 59 10 01 00 00 00 00 00 ........Y.......
12356df 0c 00 00 16 00 00 00 00 00 00 00 00 00 00 00 ................
1235788 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ................
1235800 00 00 00 72 ff ff ff 00 00 00 00 00 00 00 00 ....r...........
1235900 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
1236000 00 00 00 01 00 00 00 bb 45 98 35 1c 91 e7 f1 .........E.5....
123614c 19 00 00 c2 0c 00 00 e7 ed 00 00 1c 4c 00 00 L............L..
12362''')
12363f('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')
12364f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/filter_flags', 0o644, b'0x0024\n')
12365f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/retry_rate', 0o644, b'1')
12366f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/local_cpus', 0o644, b'ff\n')
12367f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/channels', 0o644, b'')
12368f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem_device', 0o644, b'0x1011\n')
12369f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/vendor', 0o644, b'0x8086\n')
12370f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/tx_power', 0o644, b'16\n')
12371f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/irq', 0o644, b'504\n')
12372f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/antenna', 0o644, b'0\n')
12373f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/device', 0o644, b'0x4227\n')
12374f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/class', 0o644, b'0x028000\n')
12375f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power_level', 0o644, b'6 (AC) OFF\n\x00')
12376f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/msi_bus', 0o644, b'')
12377f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/flags', 0o644, b'0x8015\n')
12378f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/resource0', 0o644, b'')
12379f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/temperature', 0o644, b'-142\n')
12380f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/measurement', 0o644, b'')
12381f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/subsystem_vendor', 0o644, b'0x8086\n')
12382f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/uevent', 0o644, b'''DRIVER=iwl3945
12383PCI_CLASS=28000
12384PCI_ID=8086:4227
12385PCI_SUBSYS_ID=8086:1011
12386PCI_SLOT_NAME=0000:03:00.0
12387MODALIAS=pci:v00008086d00004227sv00008086sd00001011bc02sc80i00
12388''')
12389f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/status', 0o644, b'0x000002e4\n')
12390f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/broken_parity_status', 0o644, b'0\n')
12391d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211', 0o755)
12392d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0', 0o755)
12393l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/subsystem', '../../../../../../class/ieee80211')
12394l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/device', '../../../0000:03:00.0')
12395f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/index', 0o644, b'0\n')
12396f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/uevent', 0o644, b'')
12397f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/macaddress', 0o644, b'00:19:d2:75:ae:d1\n')
12398d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/power', 0o755)
12399f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/power/wakeup', 0o644, b'\n')
12400d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power', 0o755)
12401f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/power/wakeup', 0o644, b'disabled\n')
12402d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net', 0o755)
12403d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0', 0o755)
12404l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/subsystem', '../../../../../../class/net')
12405l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/device', '../../../0000:03:00.0')
12406l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/phy80211', '../../ieee80211/phy0')
12407f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/ifindex', 0o644, b'3\n')
12408f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/features', 0o644, b'0x0\n')
12409f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/iflink', 0o644, b'3\n')
12410f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/dormant', 0o644, b'0\n')
12411f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/dev_id', 0o644, b'0x0\n')
12412f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/type', 0o644, b'801\n')
12413f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/operstate', 0o644, b'unknown\n')
12414f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/carrier', 0o644, b'1\n')
12415f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/link_mode', 0o644, b'0\n')
12416f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/tx_queue_len', 0o644, b'1000\n')
12417f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/flags', 0o644, b'0x1003\n')
12418f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/addr_len', 0o644, b'6\n')
12419f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/address', 0o644, b'00:19:d2:75:ae:ff\n')
12420f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/uevent', 0o644, b'''INTERFACE=wmaster0
12421IFINDEX=3
12422''')
12423f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/mtu', 0o644, b'1500\n')
12424f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n')
12425d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics', 0o755)
12426f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_aborted_errors', 0o644, b'0\n')
12427f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_crc_errors', 0o644, b'0\n')
12428f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_bytes', 0o644, b'0\n')
12429f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_errors', 0o644, b'0\n')
12430f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_packets', 0o644, b'0\n')
12431f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_carrier_errors', 0o644, b'0\n')
12432f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_errors', 0o644, b'0\n')
12433f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_dropped', 0o644, b'0\n')
12434f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_fifo_errors', 0o644, b'0\n')
12435f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_length_errors', 0o644, b'0\n')
12436f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_dropped', 0o644, b'0\n')
12437f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_fifo_errors', 0o644, b'0\n')
12438f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_missed_errors', 0o644, b'0\n')
12439f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_window_errors', 0o644, b'0\n')
12440f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/collisions', 0o644, b'0\n')
12441f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_frame_errors', 0o644, b'0\n')
12442f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_packets', 0o644, b'0\n')
12443f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_compressed', 0o644, b'0\n')
12444f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_compressed', 0o644, b'0\n')
12445f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/multicast', 0o644, b'0\n')
12446f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/rx_over_errors', 0o644, b'0\n')
12447f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_bytes', 0o644, b'0\n')
12448f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/statistics/tx_heartbeat_errors', 0o644, b'0\n')
12449d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/power', 0o755)
12450f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wmaster0/power/wakeup', 0o644, b'\n')
12451d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0', 0o755)
12452l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/subsystem', '../../../../../../class/net')
12453l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/device', '../../../0000:03:00.0')
12454l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/phy80211', '../../ieee80211/phy0')
12455f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/ifindex', 0o644, b'4\n')
12456f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/features', 0o644, b'0x0\n')
12457f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/iflink', 0o644, b'4\n')
12458f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/dormant', 0o644, b'0\n')
12459f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/dev_id', 0o644, b'0x0\n')
12460f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/type', 0o644, b'1\n')
12461f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/operstate', 0o644, b'up\n')
12462f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/carrier', 0o644, b'1\n')
12463f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/link_mode', 0o644, b'1\n')
12464f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/tx_queue_len', 0o644, b'1000\n')
12465f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/flags', 0o644, b'0x1003\n')
12466f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/addr_len', 0o644, b'6\n')
12467f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/address', 0o644, b'00:19:d2:75:ae:ff\n')
12468f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/uevent', 0o644, b'''INTERFACE=wlan0
12469IFINDEX=4
12470''')
12471f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/mtu', 0o644, b'1500\n')
12472f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n')
12473d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics', 0o755)
12474f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_aborted_errors', 0o644, b'0\n')
12475f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_crc_errors', 0o644, b'0\n')
12476f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_bytes', 0o644, b'289996\n')
12477f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_errors', 0o644, b'0\n')
12478f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_packets', 0o644, b'1029\n')
12479f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_carrier_errors', 0o644, b'0\n')
12480f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_errors', 0o644, b'0\n')
12481f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_dropped', 0o644, b'0\n')
12482f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_fifo_errors', 0o644, b'0\n')
12483f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_length_errors', 0o644, b'0\n')
12484f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_dropped', 0o644, b'0\n')
12485f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_fifo_errors', 0o644, b'0\n')
12486f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_missed_errors', 0o644, b'0\n')
12487f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_window_errors', 0o644, b'0\n')
12488f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/collisions', 0o644, b'0\n')
12489f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_frame_errors', 0o644, b'0\n')
12490f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_packets', 0o644, b'788\n')
12491f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_compressed', 0o644, b'0\n')
12492f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_compressed', 0o644, b'0\n')
12493f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/multicast', 0o644, b'0\n')
12494f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/rx_over_errors', 0o644, b'0\n')
12495f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_bytes', 0o644, b'530013\n')
12496f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/statistics/tx_heartbeat_errors', 0o644, b'0\n')
12497d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/power', 0o755)
12498f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/power/wakeup', 0o644, b'\n')
12499d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless', 0o755)
12500f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/beacon', 0o644, b'0\n')
12501f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/link', 0o644, b'77\n')
12502f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/nwid', 0o644, b'0\n')
12503f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/retries', 0o644, b'0\n')
12504f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/fragment', 0o644, b'0\n')
12505f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/misc', 0o644, b'0\n')
12506f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/crypt', 0o644, b'0\n')
12507f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/noise', 0o644, b'178\n')
12508f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/level', 0o644, b'199\n')
12509f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0/wireless/status', 0o644, b'0x0\n')
12510d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds', 0o755)
12511d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX', 0o755)
12512l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/subsystem', '../../../../../../class/leds')
12513l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/device', '../../../0000:03:00.0')
12514f('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')
12515f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/brightness', 0o644, b'0\n\x00')
12516f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/uevent', 0o644, b'')
12517d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/power', 0o755)
12518f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:TX/power/wakeup', 0o644, b'\n')
12519d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc', 0o755)
12520l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/subsystem', '../../../../../../class/leds')
12521l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/device', '../../../0000:03:00.0')
12522f('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')
12523f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/brightness', 0o644, b'255\n\x00')
12524f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/uevent', 0o644, b'')
12525d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/power', 0o755)
12526f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:assoc/power/wakeup', 0o644, b'\n')
12527d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio', 0o755)
12528l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/subsystem', '../../../../../../class/leds')
12529l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/device', '../../../0000:03:00.0')
12530f('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')
12531f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/brightness', 0o644, b'255\n\x00')
12532f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/uevent', 0o644, b'')
12533d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/power', 0o755)
12534f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:radio/power/wakeup', 0o644, b'\n')
12535d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX', 0o755)
12536l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/subsystem', '../../../../../../class/leds')
12537l('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/device', '../../../0000:03:00.0')
12538f('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')
12539f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/brightness', 0o644, b'0\n\x00')
12540f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/uevent', 0o644, b'')
12541d('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/power', 0o755)
12542f('sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/iwl-phy0:RX/power/wakeup', 0o644, b'\n')
12543d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00', 0o755)
12544l('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/subsystem', '../../../../bus/pci_express')
12545f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/uevent', 0o644, b'')
12546d('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/power', 0o755)
12547f('sys/devices/pci0000:00/0000:00:1c.1/0000:00:1c.1:pcie00/power/wakeup', 0o644, b'\n')
12548d('sys/devices/pci0000:00/0000:00:00.0', 0o755)
12549l('sys/devices/pci0000:00/0000:00:00.0/subsystem', '../../../bus/pci')
12550f('sys/devices/pci0000:00/0000:00:00.0/local_cpulist', 0o644, b'0-7\n')
12551f('sys/devices/pci0000:00/0000:00:00.0/enable', 0o644, b'0\n')
12552f('sys/devices/pci0000:00/0000:00:00.0/modalias', 0o644, b'pci:v00008086d000027A0sv000017AAsd00002015bc06sc00i00\n')
12553f('sys/devices/pci0000:00/0000:00:00.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
125540x0000000000000000 0x0000000000000000 0x0000000000000000
125550x0000000000000000 0x0000000000000000 0x0000000000000000
125560x0000000000000000 0x0000000000000000 0x0000000000000000
125570x0000000000000000 0x0000000000000000 0x0000000000000000
125580x0000000000000000 0x0000000000000000 0x0000000000000000
125590x0000000000000000 0x0000000000000000 0x0000000000000000
12560''')
12561f('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")
12562f('sys/devices/pci0000:00/0000:00:00.0/local_cpus', 0o644, b'ff\n')
12563f('sys/devices/pci0000:00/0000:00:00.0/subsystem_device', 0o644, b'0x2015\n')
12564f('sys/devices/pci0000:00/0000:00:00.0/vendor', 0o644, b'0x8086\n')
12565f('sys/devices/pci0000:00/0000:00:00.0/irq', 0o644, b'0\n')
12566f('sys/devices/pci0000:00/0000:00:00.0/device', 0o644, b'0x27a0\n')
12567f('sys/devices/pci0000:00/0000:00:00.0/class', 0o644, b'0x060000\n')
12568f('sys/devices/pci0000:00/0000:00:00.0/msi_bus', 0o644, b'')
12569f('sys/devices/pci0000:00/0000:00:00.0/subsystem_vendor', 0o644, b'0x17aa\n')
12570f('sys/devices/pci0000:00/0000:00:00.0/uevent', 0o644, b'''PCI_CLASS=60000
12571PCI_ID=8086:27A0
12572PCI_SUBSYS_ID=17AA:2015
12573PCI_SLOT_NAME=0000:00:00.0
12574MODALIAS=pci:v00008086d000027A0sv000017AAsd00002015bc06sc00i00
12575''')
12576f('sys/devices/pci0000:00/0000:00:00.0/broken_parity_status', 0o644, b'0\n')
12577d('sys/devices/pci0000:00/0000:00:00.0/power', 0o755)
12578f('sys/devices/pci0000:00/0000:00:00.0/power/wakeup', 0o644, b'\n')
12579d('sys/devices/pci0000:00/0000:00:1c.3', 0o755)
12580l('sys/devices/pci0000:00/0000:00:1c.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0f')
12581l('sys/devices/pci0000:00/0000:00:1c.3/subsystem', '../../../bus/pci')
12582l('sys/devices/pci0000:00/0000:00:1c.3/driver', '../../../bus/pci/drivers/pcieport-driver')
12583f('sys/devices/pci0000:00/0000:00:1c.3/local_cpulist', 0o644, b'0-7\n')
12584f('sys/devices/pci0000:00/0000:00:1c.3/enable', 0o644, b'2\n')
12585f('sys/devices/pci0000:00/0000:00:1c.3/modalias', 0o644, b'pci:v00008086d000027D6sv00000000sd00000000bc06sc04i00\n')
12586f('sys/devices/pci0000:00/0000:00:1c.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
125870x0000000000000000 0x0000000000000000 0x0000000000000000
125880x0000000000000000 0x0000000000000000 0x0000000000000000
125890x0000000000000000 0x0000000000000000 0x0000000000000000
125900x0000000000000000 0x0000000000000000 0x0000000000000000
125910x0000000000000000 0x0000000000000000 0x0000000000000000
125920x0000000000000000 0x0000000000000000 0x0000000000000000
125930x0000000000008000 0x0000000000009fff 0x0000000000000100
125940x00000000ea000000 0x00000000ebffffff 0x0000000000000200
125950x00000000e4200000 0x00000000e42fffff 0x0000000000001201
125960x0000000000000000 0x0000000000000000 0x0000000000000000
125970x0000000000000000 0x0000000000000000 0x0000000000000000
12598''')
12599f('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")
12600f('sys/devices/pci0000:00/0000:00:1c.3/local_cpus', 0o644, b'ff\n')
12601f('sys/devices/pci0000:00/0000:00:1c.3/subsystem_device', 0o644, b'0x0000\n')
12602f('sys/devices/pci0000:00/0000:00:1c.3/vendor', 0o644, b'0x8086\n')
12603f('sys/devices/pci0000:00/0000:00:1c.3/irq', 0o644, b'507\n')
12604f('sys/devices/pci0000:00/0000:00:1c.3/device', 0o644, b'0x27d6\n')
12605f('sys/devices/pci0000:00/0000:00:1c.3/class', 0o644, b'0x060400\n')
12606f('sys/devices/pci0000:00/0000:00:1c.3/msi_bus', 0o644, b'1\n')
12607f('sys/devices/pci0000:00/0000:00:1c.3/subsystem_vendor', 0o644, b'0x0000\n')
12608f('sys/devices/pci0000:00/0000:00:1c.3/uevent', 0o644, b'''DRIVER=pcieport-driver
12609PCI_CLASS=60400
12610PCI_ID=8086:27D6
12611PCI_SUBSYS_ID=0000:0000
12612PCI_SLOT_NAME=0000:00:1c.3
12613MODALIAS=pci:v00008086d000027D6sv00000000sd00000000bc06sc04i00
12614''')
12615f('sys/devices/pci0000:00/0000:00:1c.3/broken_parity_status', 0o644, b'0\n')
12616d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus', 0o755)
12617d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c', 0o755)
12618l('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/subsystem', '../../../../../class/pci_bus')
12619l('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/device', '../../../0000:00:1c.3')
12620f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/cpuaffinity', 0o644, b'ff\n')
12621f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/uevent', 0o644, b'')
12622d('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/power', 0o755)
12623f('sys/devices/pci0000:00/0000:00:1c.3/pci_bus/0000:0c/power/wakeup', 0o644, b'\n')
12624d('sys/devices/pci0000:00/0000:00:1c.3/power', 0o755)
12625f('sys/devices/pci0000:00/0000:00:1c.3/power/wakeup', 0o644, b'disabled\n')
12626d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02', 0o755)
12627l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/subsystem', '../../../../bus/pci_express')
12628f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/uevent', 0o644, b'')
12629d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/power', 0o755)
12630f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie02/power/wakeup', 0o644, b'\n')
12631d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03', 0o755)
12632l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/subsystem', '../../../../bus/pci_express')
12633f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/uevent', 0o644, b'')
12634d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/power', 0o755)
12635f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie03/power/wakeup', 0o644, b'\n')
12636d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00', 0o755)
12637l('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/subsystem', '../../../../bus/pci_express')
12638f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/uevent', 0o644, b'')
12639d('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/power', 0o755)
12640f('sys/devices/pci0000:00/0000:00:1c.3/0000:00:1c.3:pcie00/power/wakeup', 0o644, b'\n')
12641d('sys/devices/pci0000:00/0000:00:1f.0', 0o755)
12642l('sys/devices/pci0000:00/0000:00:1f.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:01')
12643l('sys/devices/pci0000:00/0000:00:1f.0/subsystem', '../../../bus/pci')
12644f('sys/devices/pci0000:00/0000:00:1f.0/local_cpulist', 0o644, b'0-7\n')
12645f('sys/devices/pci0000:00/0000:00:1f.0/enable', 0o644, b'0\n')
12646f('sys/devices/pci0000:00/0000:00:1f.0/modalias', 0o644, b'pci:v00008086d000027B9sv000017AAsd00002009bc06sc01i00\n')
12647f('sys/devices/pci0000:00/0000:00:1f.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
126480x0000000000000000 0x0000000000000000 0x0000000000000000
126490x0000000000000000 0x0000000000000000 0x0000000000000000
126500x0000000000000000 0x0000000000000000 0x0000000000000000
126510x0000000000000000 0x0000000000000000 0x0000000000000000
126520x0000000000000000 0x0000000000000000 0x0000000000000000
126530x0000000000000000 0x0000000000000000 0x0000000000000000
12654''')
12655f('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
12656\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
12657\x00\x00\x03\x00\x00\x00\x00\xf0\x00\x00\x00\x00\x00\x00\x00\x12
12658\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''')
12659f('sys/devices/pci0000:00/0000:00:1f.0/local_cpus', 0o644, b'ff\n')
12660f('sys/devices/pci0000:00/0000:00:1f.0/subsystem_device', 0o644, b'0x2009\n')
12661f('sys/devices/pci0000:00/0000:00:1f.0/vendor', 0o644, b'0x8086\n')
12662f('sys/devices/pci0000:00/0000:00:1f.0/irq', 0o644, b'0\n')
12663f('sys/devices/pci0000:00/0000:00:1f.0/device', 0o644, b'0x27b9\n')
12664f('sys/devices/pci0000:00/0000:00:1f.0/class', 0o644, b'0x060100\n')
12665f('sys/devices/pci0000:00/0000:00:1f.0/msi_bus', 0o644, b'')
12666f('sys/devices/pci0000:00/0000:00:1f.0/subsystem_vendor', 0o644, b'0x17aa\n')
12667f('sys/devices/pci0000:00/0000:00:1f.0/uevent', 0o644, b'''PCI_CLASS=60100
12668PCI_ID=8086:27B9
12669PCI_SUBSYS_ID=17AA:2009
12670PCI_SLOT_NAME=0000:00:1f.0
12671MODALIAS=pci:v00008086d000027B9sv000017AAsd00002009bc06sc01i00
12672''')
12673f('sys/devices/pci0000:00/0000:00:1f.0/broken_parity_status', 0o644, b'0\n')
12674d('sys/devices/pci0000:00/0000:00:1f.0/power', 0o755)
12675f('sys/devices/pci0000:00/0000:00:1f.0/power/wakeup', 0o644, b'\n')
12676d('sys/devices/pci0000:00/0000:00:1c.0', 0o755)
12677l('sys/devices/pci0000:00/0000:00:1c.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:0b')
12678l('sys/devices/pci0000:00/0000:00:1c.0/subsystem', '../../../bus/pci')
12679l('sys/devices/pci0000:00/0000:00:1c.0/driver', '../../../bus/pci/drivers/pcieport-driver')
12680f('sys/devices/pci0000:00/0000:00:1c.0/local_cpulist', 0o644, b'0-7\n')
12681f('sys/devices/pci0000:00/0000:00:1c.0/enable', 0o644, b'2\n')
12682f('sys/devices/pci0000:00/0000:00:1c.0/modalias', 0o644, b'pci:v00008086d000027D0sv00000000sd00000000bc06sc04i00\n')
12683f('sys/devices/pci0000:00/0000:00:1c.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
126840x0000000000000000 0x0000000000000000 0x0000000000000000
126850x0000000000000000 0x0000000000000000 0x0000000000000000
126860x0000000000000000 0x0000000000000000 0x0000000000000000
126870x0000000000000000 0x0000000000000000 0x0000000000000000
126880x0000000000000000 0x0000000000000000 0x0000000000000000
126890x0000000000000000 0x0000000000000000 0x0000000000000000
126900x0000000000003000 0x0000000000003fff 0x0000000000000100
126910x00000000ee000000 0x00000000ee0fffff 0x0000000000000200
126920x0000000000000000 0x0000000000000000 0x0000000000000000
126930x0000000000000000 0x0000000000000000 0x0000000000000000
126940x0000000000000000 0x0000000000000000 0x0000000000000000
12695''')
12696f('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")
12697f('sys/devices/pci0000:00/0000:00:1c.0/local_cpus', 0o644, b'ff\n')
12698f('sys/devices/pci0000:00/0000:00:1c.0/subsystem_device', 0o644, b'0x0000\n')
12699f('sys/devices/pci0000:00/0000:00:1c.0/vendor', 0o644, b'0x8086\n')
12700f('sys/devices/pci0000:00/0000:00:1c.0/irq', 0o644, b'510\n')
12701f('sys/devices/pci0000:00/0000:00:1c.0/device', 0o644, b'0x27d0\n')
12702f('sys/devices/pci0000:00/0000:00:1c.0/class', 0o644, b'0x060400\n')
12703f('sys/devices/pci0000:00/0000:00:1c.0/msi_bus', 0o644, b'1\n')
12704f('sys/devices/pci0000:00/0000:00:1c.0/subsystem_vendor', 0o644, b'0x0000\n')
12705f('sys/devices/pci0000:00/0000:00:1c.0/uevent', 0o644, b'''DRIVER=pcieport-driver
12706PCI_CLASS=60400
12707PCI_ID=8086:27D0
12708PCI_SUBSYS_ID=0000:0000
12709PCI_SLOT_NAME=0000:00:1c.0
12710MODALIAS=pci:v00008086d000027D0sv00000000sd00000000bc06sc04i00
12711''')
12712f('sys/devices/pci0000:00/0000:00:1c.0/broken_parity_status', 0o644, b'0\n')
12713d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03', 0o755)
12714l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/subsystem', '../../../../bus/pci_express')
12715f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/uevent', 0o644, b'')
12716d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/power', 0o755)
12717f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie03/power/wakeup', 0o644, b'\n')
12718d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus', 0o755)
12719d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02', 0o755)
12720l('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/subsystem', '../../../../../class/pci_bus')
12721l('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/device', '../../../0000:00:1c.0')
12722f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/cpuaffinity', 0o644, b'ff\n')
12723f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/uevent', 0o644, b'')
12724d('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/power', 0o755)
12725f('sys/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:02/power/wakeup', 0o644, b'\n')
12726d('sys/devices/pci0000:00/0000:00:1c.0/power', 0o755)
12727f('sys/devices/pci0000:00/0000:00:1c.0/power/wakeup', 0o644, b'disabled\n')
12728d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0', 0o755)
12729l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem', '../../../../bus/pci')
12730l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/driver', '../../../../bus/pci/drivers/e1000e')
12731f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/local_cpulist', 0o644, b'0-7\n')
12732f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/enable', 0o644, b'1\n')
12733f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/modalias', 0o644, b'pci:v00008086d0000109Asv000017AAsd00002001bc02sc00i00\n')
12734f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource', 0o644, b'''0x00000000ee000000 0x00000000ee01ffff 0x0000000000020200
127350x0000000000000000 0x0000000000000000 0x0000000000000000
127360x0000000000003000 0x000000000000301f 0x0000000000020101
127370x0000000000000000 0x0000000000000000 0x0000000000000000
127380x0000000000000000 0x0000000000000000 0x0000000000000000
127390x0000000000000000 0x0000000000000000 0x0000000000000000
127400x0000000000000000 0x0000000000000000 0x0000000000000000
12741''')
12742f('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')
12743f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource2', 0o644, b'')
12744f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/local_cpus', 0o644, b'ff\n')
12745f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem_device', 0o644, b'0x2001\n')
12746f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/vendor', 0o644, b'0x8086\n')
12747f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/irq', 0o644, b'505\n')
12748f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/device', 0o644, b'0x109a\n')
12749f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/class', 0o644, b'0x020000\n')
12750f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/msi_bus', 0o644, b'')
12751f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/resource0', 0o644, b'')
12752f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/subsystem_vendor', 0o644, b'0x17aa\n')
12753f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/uevent', 0o644, b'''DRIVER=e1000e
12754PCI_CLASS=20000
12755PCI_ID=8086:109A
12756PCI_SUBSYS_ID=17AA:2001
12757PCI_SLOT_NAME=0000:02:00.0
12758MODALIAS=pci:v00008086d0000109Asv000017AAsd00002001bc02sc00i00
12759''')
12760f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/broken_parity_status', 0o644, b'0\n')
12761d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/power', 0o755)
12762f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/power/wakeup', 0o644, b'disabled\n')
12763d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net', 0o755)
12764d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0', 0o755)
12765l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/subsystem', '../../../../../../class/net')
12766l('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/device', '../../../0000:02:00.0')
12767f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/ifindex', 0o644, b'2\n')
12768f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/features', 0o644, b'0x111ba9\n')
12769f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/iflink', 0o644, b'2\n')
12770f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/dormant', 0o644, b'0\n')
12771f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/dev_id', 0o644, b'0x0\n')
12772f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/type', 0o644, b'1\n')
12773f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/operstate', 0o644, b'down\n')
12774f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/carrier', 0o644, b'0\n')
12775f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/link_mode', 0o644, b'0\n')
12776f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/tx_queue_len', 0o644, b'1000\n')
12777f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/flags', 0o644, b'0x1003\n')
12778f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/addr_len', 0o644, b'6\n')
12779f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/address', 0o644, b'00:16:41:e2:8d:ff\n')
12780f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/uevent', 0o644, b'''INTERFACE=eth0
12781IFINDEX=2
12782''')
12783f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/mtu', 0o644, b'1500\n')
12784f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/broadcast', 0o644, b'ff:ff:ff:ff:ff:ff\n')
12785d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics', 0o755)
12786f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_aborted_errors', 0o644, b'0\n')
12787f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_crc_errors', 0o644, b'0\n')
12788f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_bytes', 0o644, b'0\n')
12789f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_errors', 0o644, b'0\n')
12790f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_packets', 0o644, b'0\n')
12791f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_carrier_errors', 0o644, b'0\n')
12792f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_errors', 0o644, b'0\n')
12793f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_dropped', 0o644, b'0\n')
12794f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_fifo_errors', 0o644, b'0\n')
12795f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_length_errors', 0o644, b'0\n')
12796f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_dropped', 0o644, b'0\n')
12797f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_fifo_errors', 0o644, b'0\n')
12798f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_missed_errors', 0o644, b'0\n')
12799f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_window_errors', 0o644, b'0\n')
12800f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/collisions', 0o644, b'0\n')
12801f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_frame_errors', 0o644, b'0\n')
12802f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_packets', 0o644, b'0\n')
12803f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_compressed', 0o644, b'0\n')
12804f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_compressed', 0o644, b'0\n')
12805f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/multicast', 0o644, b'0\n')
12806f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/rx_over_errors', 0o644, b'0\n')
12807f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_bytes', 0o644, b'0\n')
12808f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/statistics/tx_heartbeat_errors', 0o644, b'0\n')
12809d('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/power', 0o755)
12810f('sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0/power/wakeup', 0o644, b'\n')
12811d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00', 0o755)
12812l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/subsystem', '../../../../bus/pci_express')
12813f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/uevent', 0o644, b'')
12814d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/power', 0o755)
12815f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie00/power/wakeup', 0o644, b'\n')
12816d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02', 0o755)
12817l('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/subsystem', '../../../../bus/pci_express')
12818f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/uevent', 0o644, b'')
12819d('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/power', 0o755)
12820f('sys/devices/pci0000:00/0000:00:1c.0/0000:00:1c.0:pcie02/power/wakeup', 0o644, b'\n')
12821d('sys/devices/pci0000:00/0000:00:1f.3', 0o755)
12822l('sys/devices/pci0000:00/0000:00:1f.3/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:18')
12823l('sys/devices/pci0000:00/0000:00:1f.3/subsystem', '../../../bus/pci')
12824f('sys/devices/pci0000:00/0000:00:1f.3/local_cpulist', 0o644, b'0-7\n')
12825f('sys/devices/pci0000:00/0000:00:1f.3/enable', 0o644, b'0\n')
12826f('sys/devices/pci0000:00/0000:00:1f.3/modalias', 0o644, b'pci:v00008086d000027DAsv000017AAsd0000200Fbc0Csc05i00\n')
12827f('sys/devices/pci0000:00/0000:00:1f.3/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
128280x0000000000000000 0x0000000000000000 0x0000000000000000
128290x0000000000000000 0x0000000000000000 0x0000000000000000
128300x0000000000000000 0x0000000000000000 0x0000000000000000
128310x00000000000018e0 0x00000000000018ff 0x0000000000020101
128320x0000000000000000 0x0000000000000000 0x0000000000000000
128330x0000000000000000 0x0000000000000000 0x0000000000000000
12834''')
12835f('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")
12836f('sys/devices/pci0000:00/0000:00:1f.3/local_cpus', 0o644, b'ff\n')
12837f('sys/devices/pci0000:00/0000:00:1f.3/subsystem_device', 0o644, b'0x200f\n')
12838f('sys/devices/pci0000:00/0000:00:1f.3/vendor', 0o644, b'0x8086\n')
12839f('sys/devices/pci0000:00/0000:00:1f.3/irq', 0o644, b'11\n')
12840f('sys/devices/pci0000:00/0000:00:1f.3/device', 0o644, b'0x27da\n')
12841f('sys/devices/pci0000:00/0000:00:1f.3/class', 0o644, b'0x0c0500\n')
12842f('sys/devices/pci0000:00/0000:00:1f.3/msi_bus', 0o644, b'')
12843f('sys/devices/pci0000:00/0000:00:1f.3/subsystem_vendor', 0o644, b'0x17aa\n')
12844f('sys/devices/pci0000:00/0000:00:1f.3/uevent', 0o644, b'''PCI_CLASS=C0500
12845PCI_ID=8086:27DA
12846PCI_SUBSYS_ID=17AA:200F
12847PCI_SLOT_NAME=0000:00:1f.3
12848MODALIAS=pci:v00008086d000027DAsv000017AAsd0000200Fbc0Csc05i00
12849''')
12850f('sys/devices/pci0000:00/0000:00:1f.3/resource4', 0o644, b'')
12851f('sys/devices/pci0000:00/0000:00:1f.3/broken_parity_status', 0o644, b'0\n')
12852d('sys/devices/pci0000:00/0000:00:1f.3/power', 0o755)
12853f('sys/devices/pci0000:00/0000:00:1f.3/power/wakeup', 0o644, b'\n')
12854d('sys/devices/pci0000:00/0000:00:1d.0', 0o755)
12855l('sys/devices/pci0000:00/0000:00:1d.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:19')
12856l('sys/devices/pci0000:00/0000:00:1d.0/subsystem', '../../../bus/pci')
12857l('sys/devices/pci0000:00/0000:00:1d.0/driver', '../../../bus/pci/drivers/uhci_hcd')
12858f('sys/devices/pci0000:00/0000:00:1d.0/local_cpulist', 0o644, b'0-7\n')
12859f('sys/devices/pci0000:00/0000:00:1d.0/enable', 0o644, b'1\n')
12860f('sys/devices/pci0000:00/0000:00:1d.0/modalias', 0o644, b'pci:v00008086d000027C8sv000017AAsd0000200Abc0Csc03i00\n')
12861f('sys/devices/pci0000:00/0000:00:1d.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
128620x0000000000000000 0x0000000000000000 0x0000000000000000
128630x0000000000000000 0x0000000000000000 0x0000000000000000
128640x0000000000000000 0x0000000000000000 0x0000000000000000
128650x0000000000001800 0x000000000000181f 0x0000000000020101
128660x0000000000000000 0x0000000000000000 0x0000000000000000
128670x0000000000000000 0x0000000000000000 0x0000000000000000
12868''')
12869f('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")
12870f('sys/devices/pci0000:00/0000:00:1d.0/local_cpus', 0o644, b'ff\n')
12871f('sys/devices/pci0000:00/0000:00:1d.0/subsystem_device', 0o644, b'0x200a\n')
12872f('sys/devices/pci0000:00/0000:00:1d.0/vendor', 0o644, b'0x8086\n')
12873f('sys/devices/pci0000:00/0000:00:1d.0/irq', 0o644, b'16\n')
12874f('sys/devices/pci0000:00/0000:00:1d.0/pools', 0o644, b'''poolinfo - 0.1
12875uhci_qh 11 32 128 1
12876uhci_td 1 64 64 1
12877buffer-2048 0 0 2048 0
12878buffer-512 0 0 512 0
12879buffer-128 0 0 128 0
12880buffer-32 1 128 32 1
12881''')
12882f('sys/devices/pci0000:00/0000:00:1d.0/device', 0o644, b'0x27c8\n')
12883f('sys/devices/pci0000:00/0000:00:1d.0/class', 0o644, b'0x0c0300\n')
12884f('sys/devices/pci0000:00/0000:00:1d.0/msi_bus', 0o644, b'')
12885f('sys/devices/pci0000:00/0000:00:1d.0/subsystem_vendor', 0o644, b'0x17aa\n')
12886f('sys/devices/pci0000:00/0000:00:1d.0/uevent', 0o644, b'''DRIVER=uhci_hcd
12887PCI_CLASS=C0300
12888PCI_ID=8086:27C8
12889PCI_SUBSYS_ID=17AA:200A
12890PCI_SLOT_NAME=0000:00:1d.0
12891MODALIAS=pci:v00008086d000027C8sv000017AAsd0000200Abc0Csc03i00
12892''')
12893f('sys/devices/pci0000:00/0000:00:1d.0/resource4', 0o644, b'')
12894f('sys/devices/pci0000:00/0000:00:1d.0/broken_parity_status', 0o644, b'0\n')
12895d('sys/devices/pci0000:00/0000:00:1d.0/usb1', 0o755)
12896l('sys/devices/pci0000:00/0000:00:1d.0/usb1/subsystem', '../../../../bus/usb')
12897l('sys/devices/pci0000:00/0000:00:1d.0/usb1/driver', '../../../../bus/usb/drivers/usb')
12898l('sys/devices/pci0000:00/0000:00:1d.0/usb1/ep_00', 'usb_endpoint/usbdev1.1_ep00')
12899f('sys/devices/pci0000:00/0000:00:1d.0/usb1/version', 0o644, b' 1.10\n')
12900f('sys/devices/pci0000:00/0000:00:1d.0/usb1/authorized_default', 0o644, b'1\n')
12901f('sys/devices/pci0000:00/0000:00:1d.0/usb1/maxchild', 0o644, b'2\n')
12902f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceClass', 0o644, b'09\n')
12903f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bcdDevice', 0o644, b'0206\n')
12904f('sys/devices/pci0000:00/0000:00:1d.0/usb1/devnum', 0o644, b'1\n')
12905f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceProtocol', 0o644, b'00\n')
12906f('sys/devices/pci0000:00/0000:00:1d.0/usb1/idProduct', 0o644, b'0001\n')
12907f('sys/devices/pci0000:00/0000:00:1d.0/usb1/product', 0o644, b'UHCI Host Controller\n')
12908f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bDeviceSubClass', 0o644, b'00\n')
12909f('sys/devices/pci0000:00/0000:00:1d.0/usb1/configuration', 0o644, b'')
12910f('sys/devices/pci0000:00/0000:00:1d.0/usb1/dev', 0o644, b'189:0\n')
12911f('sys/devices/pci0000:00/0000:00:1d.0/usb1/urbnum', 0o644, b'16\n')
12912f('sys/devices/pci0000:00/0000:00:1d.0/usb1/authorized', 0o644, b'1\n')
12913f('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')
12914f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bNumConfigurations', 0o644, b'1\n')
12915f('sys/devices/pci0000:00/0000:00:1d.0/usb1/serial', 0o644, b'0000:00:1d.0\n')
12916f('sys/devices/pci0000:00/0000:00:1d.0/usb1/speed', 0o644, b'12\n')
12917f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bMaxPacketSize0', 0o644, b'64\n')
12918f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bmAttributes', 0o644, b'e0\n')
12919f('sys/devices/pci0000:00/0000:00:1d.0/usb1/busnum', 0o644, b'1\n')
12920f('sys/devices/pci0000:00/0000:00:1d.0/usb1/quirks', 0o644, b'0x0\n')
12921f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bConfigurationValue', 0o644, b'1\n')
12922f('sys/devices/pci0000:00/0000:00:1d.0/usb1/uevent', 0o644, b'''MAJOR=189
12923MINOR=0
12924DEVTYPE=usb_device
12925DRIVER=usb
12926PRODUCT=1d6b/1/206
12927TYPE=9/0/0
12928BUSNUM=001
12929DEVNUM=001
12930''')
12931f('sys/devices/pci0000:00/0000:00:1d.0/usb1/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n')
12932f('sys/devices/pci0000:00/0000:00:1d.0/usb1/idVendor', 0o644, b'1d6b\n')
12933f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bNumInterfaces', 0o644, b' 1\n')
12934f('sys/devices/pci0000:00/0000:00:1d.0/usb1/bMaxPower', 0o644, b' 0mA\n')
12935d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint', 0o755)
12936d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00', 0o755)
12937l('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/subsystem', '../../../../../../class/usb_endpoint')
12938l('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/device', '../../../usb1')
12939f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/interval', 0o644, b'0ms\n')
12940f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bEndpointAddress', 0o644, b'00\n')
12941f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/type', 0o644, b'Control\n')
12942f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/dev', 0o644, b'252:1\n')
12943f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/direction', 0o644, b'both\n')
12944f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bLength', 0o644, b'07\n')
12945f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/wMaxPacketSize', 0o644, b'0040\n')
12946f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bmAttributes', 0o644, b'00\n')
12947f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/uevent', 0o644, b'''MAJOR=252
12948MINOR=1
12949''')
12950f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/bInterval', 0o644, b'00\n')
12951d('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/power', 0o755)
12952f('sys/devices/pci0000:00/0000:00:1d.0/usb1/usb_endpoint/usbdev1.1_ep00/power/wakeup', 0o644, b'\n')
12953d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0', 0o755)
12954l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/subsystem', '../../../../../bus/usb')
12955l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/ep_81', 'usb_endpoint/usbdev1.1_ep81')
12956l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/driver', '../../../../../bus/usb/drivers/hub')
12957f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n')
12958f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceNumber', 0o644, b'00\n')
12959f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bNumEndpoints', 0o644, b'01\n')
12960f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceSubClass', 0o644, b'00\n')
12961f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bAlternateSetting', 0o644, b' 0\n')
12962f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceClass', 0o644, b'09\n')
12963f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
12964DRIVER=hub
12965PRODUCT=1d6b/1/206
12966TYPE=9/0/0
12967INTERFACE=9/0/0
12968MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
12969''')
12970f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/bInterfaceProtocol', 0o644, b'00\n')
12971d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint', 0o755)
12972d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81', 0o755)
12973l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/subsystem', '../../../../../../../class/usb_endpoint')
12974l('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/device', '../../../1-0:1.0')
12975f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/interval', 0o644, b'255ms\n')
12976f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bEndpointAddress', 0o644, b'81\n')
12977f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/type', 0o644, b'Interrupt\n')
12978f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/dev', 0o644, b'252:0\n')
12979f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/direction', 0o644, b'in\n')
12980f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bLength', 0o644, b'07\n')
12981f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/wMaxPacketSize', 0o644, b'0002\n')
12982f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bmAttributes', 0o644, b'03\n')
12983f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/uevent', 0o644, b'''MAJOR=252
12984MINOR=0
12985''')
12986f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/bInterval', 0o644, b'ff\n')
12987d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/power', 0o755)
12988f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/power/wakeup', 0o644, b'\n')
12989d('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/power', 0o755)
12990f('sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0/power/wakeup', 0o644, b'\n')
12991d('sys/devices/pci0000:00/0000:00:1d.0/usb1/power', 0o755)
12992f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/active_duration', 0o644, b'2532\n')
12993f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/wakeup', 0o644, b'enabled\n')
12994f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/connected_duration', 0o644, b'8372376\n')
12995f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/autosuspend', 0o644, b'2\n')
12996f('sys/devices/pci0000:00/0000:00:1d.0/usb1/power/level', 0o644, b'auto\n')
12997d('sys/devices/pci0000:00/0000:00:1d.0/power', 0o755)
12998f('sys/devices/pci0000:00/0000:00:1d.0/power/wakeup', 0o644, b'disabled\n')
12999d('sys/devices/pci0000:00/0000:00:1d.0/usb_host', 0o755)
13000d('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1', 0o755)
13001l('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/subsystem', '../../../../../class/usb_host')
13002l('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/device', '../../../0000:00:1d.0')
13003f('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/uevent', 0o644, b'')
13004d('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/power', 0o755)
13005f('sys/devices/pci0000:00/0000:00:1d.0/usb_host/usb_host1/power/wakeup', 0o644, b'\n')
13006d('sys/devices/pci0000:00/0000:00:1f.2', 0o755)
13007l('sys/devices/pci0000:00/0000:00:1f.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:16')
13008l('sys/devices/pci0000:00/0000:00:1f.2/subsystem', '../../../bus/pci')
13009l('sys/devices/pci0000:00/0000:00:1f.2/driver', '../../../bus/pci/drivers/ahci')
13010f('sys/devices/pci0000:00/0000:00:1f.2/local_cpulist', 0o644, b'0-7\n')
13011f('sys/devices/pci0000:00/0000:00:1f.2/resource3', 0o644, b'')
13012f('sys/devices/pci0000:00/0000:00:1f.2/enable', 0o644, b'1\n')
13013f('sys/devices/pci0000:00/0000:00:1f.2/modalias', 0o644, b'pci:v00008086d000027C5sv000017AAsd0000200Dbc01sc06i01\n')
13014f('sys/devices/pci0000:00/0000:00:1f.2/resource', 0o644, b'''0x00000000000018c8 0x00000000000018cf 0x0000000000020101
130150x00000000000018ac 0x00000000000018af 0x0000000000020101
130160x00000000000018c0 0x00000000000018c7 0x0000000000020101
130170x00000000000018a8 0x00000000000018ab 0x0000000000020101
130180x00000000000018b0 0x00000000000018bf 0x0000000000020101
130190x00000000ee404400 0x00000000ee4047ff 0x0000000000020200
130200x0000000000000000 0x0000000000000000 0x0000000000000000
13021''')
13022f('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")
13023f('sys/devices/pci0000:00/0000:00:1f.2/resource1', 0o644, b'')
13024f('sys/devices/pci0000:00/0000:00:1f.2/resource2', 0o644, b'')
13025f('sys/devices/pci0000:00/0000:00:1f.2/local_cpus', 0o644, b'ff\n')
13026f('sys/devices/pci0000:00/0000:00:1f.2/subsystem_device', 0o644, b'0x200d\n')
13027f('sys/devices/pci0000:00/0000:00:1f.2/vendor', 0o644, b'0x8086\n')
13028f('sys/devices/pci0000:00/0000:00:1f.2/irq', 0o644, b'506\n')
13029f('sys/devices/pci0000:00/0000:00:1f.2/device', 0o644, b'0x27c5\n')
13030f('sys/devices/pci0000:00/0000:00:1f.2/class', 0o644, b'0x010601\n')
13031f('sys/devices/pci0000:00/0000:00:1f.2/resource5', 0o644, b'')
13032f('sys/devices/pci0000:00/0000:00:1f.2/msi_bus', 0o644, b'')
13033f('sys/devices/pci0000:00/0000:00:1f.2/resource0', 0o644, b'')
13034f('sys/devices/pci0000:00/0000:00:1f.2/subsystem_vendor', 0o644, b'0x17aa\n')
13035f('sys/devices/pci0000:00/0000:00:1f.2/uevent', 0o644, b'''DRIVER=ahci
13036PCI_CLASS=10601
13037PCI_ID=8086:27C5
13038PCI_SUBSYS_ID=17AA:200D
13039PCI_SLOT_NAME=0000:00:1f.2
13040MODALIAS=pci:v00008086d000027C5sv000017AAsd0000200Dbc01sc06i01
13041''')
13042f('sys/devices/pci0000:00/0000:00:1f.2/resource4', 0o644, b'')
13043f('sys/devices/pci0000:00/0000:00:1f.2/broken_parity_status', 0o644, b'0\n')
13044d('sys/devices/pci0000:00/0000:00:1f.2/host0', 0o755)
13045l('sys/devices/pci0000:00/0000:00:1f.2/host0/subsystem', '../../../../bus/scsi')
13046f('sys/devices/pci0000:00/0000:00:1f.2/host0/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13047d('sys/devices/pci0000:00/0000:00:1f.2/host0/power', 0o755)
13048f('sys/devices/pci0000:00/0000:00:1f.2/host0/power/wakeup', 0o644, b'\n')
13049d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0', 0o755)
13050l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/subsystem', '../../../../../bus/scsi')
13051f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/uevent', 0o644, b'DEVTYPE=scsi_target\n')
13052d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/power', 0o755)
13053f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/power/wakeup', 0o644, b'\n')
13054d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0', 0o755)
13055l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/generic', 'scsi_generic/sg0')
13056l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/subsystem', '../../../../../../bus/scsi')
13057l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/driver', '../../../../../../bus/scsi/drivers/sd')
13058f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iodone_cnt', 0o644, b'0x6877\n')
13059f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/device_blocked', 0o644, b'0\n')
13060f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/modalias', 0o644, b'scsi:t-0x00\n')
13061f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_level', 0o644, b'6\n')
13062f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/queue_depth', 0o644, b'1\n')
13063f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/rev', 0o644, b'4.06\n')
13064f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/type', 0o644, b'0\n')
13065f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/sw_activity', 0o644, b'')
13066f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/whitespace_test', 0o644, b'WHITE SPACE \n')
13067f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iocounterbits', 0o644, b'32\n')
13068f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/vendor', 0o644, b'ATA \n')
13069f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/state', 0o644, b'running\n')
13070f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/queue_type', 0o644, b'none\n')
13071f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/iorequest_cnt', 0o644, b'0x6877\n')
13072f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/evt_media_change', 0o644, b'0\n')
13073f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/model', 0o644, b'ST910021AS \n')
13074f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/ioerr_cnt', 0o644, b'0x6\n')
13075f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/uevent', 0o644, b'''DEVTYPE=scsi_device
13076DRIVER=sd
13077MODALIAS=scsi:t-0x00
13078''')
13079f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/timeout', 0o644, b'60\n')
13080d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk', 0o755)
13081d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0', 0o755)
13082l('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')
13083l('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')
13084f('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')
13085f('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')
13086f('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')
13087f('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')
13088f('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')
13089f('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')
13090f('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'')
13091d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/power', 0o755)
13092f('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')
13093d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/power', 0o755)
13094f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/power/wakeup', 0o644, b'\n')
13095d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic', 0o755)
13096d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0', 0o755)
13097l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/subsystem', '../../../../../../../../class/scsi_generic')
13098l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/device', '../../../0:0:0:0')
13099f('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')
13100f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/uevent', 0o644, b'''MAJOR=21
13101MINOR=0
13102''')
13103d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/power', 0o755)
13104f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/power/wakeup', 0o644, b'\n')
13105d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg', 0o755)
13106d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0', 0o755)
13107l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/subsystem', '../../../../../../../../class/bsg')
13108l('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')
13109f('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')
13110f('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
13111MINOR=0
13112''')
13113d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/power', 0o755)
13114f('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')
13115d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block', 0o755)
13116d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda', 0o755)
13117l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/subsystem', '../../../../../../../../class/block')
13118l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/bdi', '../../../../../../../virtual/bdi/8:0')
13119l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/device', '../../../0:0:0:0')
13120f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/capability', 0o644, b'12\n')
13121f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/ro', 0o644, b'0\n')
13122f('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')
13123f('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')
13124f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/size', 0o644, b'195371568\n')
13125f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/dev', 0o644, b'8:0\n')
13126f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/range', 0o644, b'16\n')
13127f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/removable', 0o644, b'0\n')
13128f('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')
13129f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/uevent', 0o644, b'''MAJOR=8
13130MINOR=0
13131DEVTYPE=disk
13132DEVNAME=sda
13133''')
13134f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/test_empty_file', 0o644, b'')
13135d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue', 0o755)
13136l('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')
13137f('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')
13138f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/nomerges', 0o644, b'0\n')
13139f('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')
13140f('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')
13141f('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')
13142f('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')
13143f('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')
13144d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched', 0o755)
13145f('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')
13146f('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')
13147f('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')
13148f('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')
13149f('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')
13150f('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')
13151f('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')
13152f('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')
13153f('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')
13154d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/power', 0o755)
13155f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/power/wakeup', 0o644, b'\n')
13156d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10', 0o755)
13157l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/subsystem', '../../../../../../../../../class/block')
13158f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/start', 0o644, b'190820133\n')
13159f('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')
13160f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/size', 0o644, b'4546332\n')
13161f('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')
13162f('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')
13163f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/uevent', 0o644, b'''MAJOR=8
13164MINOR=10
13165DEVTYPE=partition
13166''')
13167d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/power', 0o755)
13168f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda10/power/wakeup', 0o644, b'\n')
13169d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9', 0o755)
13170l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/subsystem', '../../../../../../../../../class/block')
13171f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/start', 0o644, b'143942463\n')
13172f('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')
13173f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/size', 0o644, b'46877607\n')
13174f('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')
13175f('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')
13176f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/uevent', 0o644, b'''MAJOR=8
13177MINOR=9
13178DEVTYPE=partition
13179''')
13180d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/holders', 0o755)
13181l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/holders/md0', '../../../../../../../../../virtual/block/md0')
13182d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/power', 0o755)
13183f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9/power/wakeup', 0o644, b'\n')
13184d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7', 0o755)
13185l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/subsystem', '../../../../../../../../../class/block')
13186f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/start', 0o644, b'104872383\n')
13187f('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')
13188f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/size', 0o644, b'19534977\n')
13189f('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')
13190f('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')
13191f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/uevent', 0o644, b'''MAJOR=8
13192MINOR=7
13193DEVTYPE=partition
13194''')
13195d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/power', 0o755)
13196f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda7/power/wakeup', 0o644, b'\n')
13197d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1', 0o755)
13198l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/subsystem', '../../../../../../../../../class/block')
13199f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/start', 0o644, b'63\n')
13200f('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')
13201f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/size', 0o644, b'2\n')
13202f('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')
13203f('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')
13204f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/uevent', 0o644, b'''MAJOR=8
13205MINOR=1
13206DEVTYPE=partition
13207DEVNAME=sda1
13208''')
13209d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/power', 0o755)
13210f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/power/wakeup', 0o644, b'\n')
13211d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8', 0o755)
13212l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/subsystem', '../../../../../../../../../class/block')
13213f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/start', 0o644, b'124407423\n')
13214f('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')
13215f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/size', 0o644, b'19534977\n')
13216f('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')
13217f('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')
13218f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/uevent', 0o644, b'''MAJOR=8
13219MINOR=8
13220DEVTYPE=partition
13221''')
13222d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/power', 0o755)
13223f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda8/power/wakeup', 0o644, b'\n')
13224d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5', 0o755)
13225l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/subsystem', '../../../../../../../../../class/block')
13226f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/start', 0o644, b'126\n')
13227f('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')
13228f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/size', 0o644, b'62926479\n')
13229f('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')
13230f('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')
13231f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/uevent', 0o644, b'''MAJOR=8
13232MINOR=5
13233DEVTYPE=partition
13234DEVNAME=sda5
13235''')
13236d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/power', 0o755)
13237f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda5/power/wakeup', 0o644, b'\n')
13238d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6', 0o755)
13239l('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/subsystem', '../../../../../../../../../class/block')
13240f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/start', 0o644, b'62926668\n')
13241f('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')
13242f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/size', 0o644, b'41945652\n')
13243f('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')
13244f('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')
13245f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/uevent', 0o644, b'''MAJOR=8
13246MINOR=6
13247DEVTYPE=partition
13248''')
13249d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/power', 0o755)
13250f('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda6/power/wakeup', 0o644, b'\n')
13251d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device', 0o755)
13252d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0', 0o755)
13253l('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')
13254l('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')
13255f('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'')
13256d('sys/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/power', 0o755)
13257f('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')
13258d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host', 0o755)
13259d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0', 0o755)
13260l('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/subsystem', '../../../../../../class/scsi_host')
13261l('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/device', '../../../host0')
13262f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/unique_id', 0o644, b'1\n')
13263f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/can_queue', 0o644, b'31\n')
13264f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/unchecked_isa_dma', 0o644, b'0\n')
13265f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/active_mode', 0o644, b'Initiator\n')
13266f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/sg_tablesize', 0o644, b'168\n')
13267f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/prot_guard_type', 0o644, b'0\n')
13268f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/link_power_management_policy', 0o644, b'medium_power\n')
13269f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/host_busy', 0o644, b'0\n')
13270f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/proc_name', 0o644, b'ahci\n')
13271f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/state', 0o644, b'running\n')
13272f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/cmd_per_lun', 0o644, b'1\n')
13273f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/em_message', 0o644, b'')
13274f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/em_message_type', 0o644, b'0\n')
13275f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/supported_mode', 0o644, b'Initiator\n')
13276f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/uevent', 0o644, b'')
13277f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/prot_capabilities', 0o644, b'0\n')
13278d('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/power', 0o755)
13279f('sys/devices/pci0000:00/0000:00:1f.2/host0/scsi_host/host0/power/wakeup', 0o644, b'\n')
13280d('sys/devices/pci0000:00/0000:00:1f.2/power', 0o755)
13281f('sys/devices/pci0000:00/0000:00:1f.2/power/wakeup', 0o644, b'disabled\n')
13282d('sys/devices/pci0000:00/0000:00:1f.2/host1', 0o755)
13283l('sys/devices/pci0000:00/0000:00:1f.2/host1/subsystem', '../../../../bus/scsi')
13284f('sys/devices/pci0000:00/0000:00:1f.2/host1/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13285d('sys/devices/pci0000:00/0000:00:1f.2/host1/power', 0o755)
13286f('sys/devices/pci0000:00/0000:00:1f.2/host1/power/wakeup', 0o644, b'\n')
13287d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host', 0o755)
13288d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1', 0o755)
13289l('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/subsystem', '../../../../../../class/scsi_host')
13290l('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/device', '../../../host1')
13291f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/unique_id', 0o644, b'2\n')
13292f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/can_queue', 0o644, b'31\n')
13293f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/unchecked_isa_dma', 0o644, b'0\n')
13294f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/active_mode', 0o644, b'Initiator\n')
13295f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/sg_tablesize', 0o644, b'168\n')
13296f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/prot_guard_type', 0o644, b'0\n')
13297f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/link_power_management_policy', 0o644, b'max_performance\n')
13298f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/host_busy', 0o644, b'0\n')
13299f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/proc_name', 0o644, b'ahci\n')
13300f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/state', 0o644, b'running\n')
13301f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/cmd_per_lun', 0o644, b'1\n')
13302f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/em_message', 0o644, b'')
13303f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/em_message_type', 0o644, b'0\n')
13304f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/supported_mode', 0o644, b'Initiator\n')
13305f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/uevent', 0o644, b'')
13306f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/prot_capabilities', 0o644, b'0\n')
13307d('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/power', 0o755)
13308f('sys/devices/pci0000:00/0000:00:1f.2/host1/scsi_host/host1/power/wakeup', 0o644, b'\n')
13309d('sys/devices/pci0000:00/0000:00:1f.2/host2', 0o755)
13310l('sys/devices/pci0000:00/0000:00:1f.2/host2/subsystem', '../../../../bus/scsi')
13311f('sys/devices/pci0000:00/0000:00:1f.2/host2/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13312d('sys/devices/pci0000:00/0000:00:1f.2/host2/power', 0o755)
13313f('sys/devices/pci0000:00/0000:00:1f.2/host2/power/wakeup', 0o644, b'\n')
13314d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host', 0o755)
13315d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2', 0o755)
13316l('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/subsystem', '../../../../../../class/scsi_host')
13317l('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/device', '../../../host2')
13318f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/unique_id', 0o644, b'3\n')
13319f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/can_queue', 0o644, b'31\n')
13320f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/unchecked_isa_dma', 0o644, b'0\n')
13321f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/active_mode', 0o644, b'Initiator\n')
13322f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/sg_tablesize', 0o644, b'168\n')
13323f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/prot_guard_type', 0o644, b'0\n')
13324f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/link_power_management_policy', 0o644, b'max_performance\n')
13325f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/host_busy', 0o644, b'0\n')
13326f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/proc_name', 0o644, b'ahci\n')
13327f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/state', 0o644, b'running\n')
13328f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/cmd_per_lun', 0o644, b'1\n')
13329f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/em_message', 0o644, b'')
13330f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/em_message_type', 0o644, b'0\n')
13331f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/supported_mode', 0o644, b'Initiator\n')
13332f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/uevent', 0o644, b'')
13333f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/prot_capabilities', 0o644, b'0\n')
13334d('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/power', 0o755)
13335f('sys/devices/pci0000:00/0000:00:1f.2/host2/scsi_host/host2/power/wakeup', 0o644, b'\n')
13336d('sys/devices/pci0000:00/0000:00:1f.2/host3', 0o755)
13337l('sys/devices/pci0000:00/0000:00:1f.2/host3/subsystem', '../../../../bus/scsi')
13338f('sys/devices/pci0000:00/0000:00:1f.2/host3/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13339d('sys/devices/pci0000:00/0000:00:1f.2/host3/power', 0o755)
13340f('sys/devices/pci0000:00/0000:00:1f.2/host3/power/wakeup', 0o644, b'\n')
13341d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host', 0o755)
13342d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3', 0o755)
13343l('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/subsystem', '../../../../../../class/scsi_host')
13344l('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/device', '../../../host3')
13345f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/unique_id', 0o644, b'4\n')
13346f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/can_queue', 0o644, b'31\n')
13347f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/unchecked_isa_dma', 0o644, b'0\n')
13348f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/active_mode', 0o644, b'Initiator\n')
13349f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/sg_tablesize', 0o644, b'168\n')
13350f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/prot_guard_type', 0o644, b'0\n')
13351f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/link_power_management_policy', 0o644, b'max_performance\n')
13352f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/host_busy', 0o644, b'0\n')
13353f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/proc_name', 0o644, b'ahci\n')
13354f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/state', 0o644, b'running\n')
13355f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/cmd_per_lun', 0o644, b'1\n')
13356f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/em_message', 0o644, b'')
13357f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/em_message_type', 0o644, b'0\n')
13358f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/supported_mode', 0o644, b'Initiator\n')
13359f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/uevent', 0o644, b'')
13360f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/prot_capabilities', 0o644, b'0\n')
13361d('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/power', 0o755)
13362f('sys/devices/pci0000:00/0000:00:1f.2/host3/scsi_host/host3/power/wakeup', 0o644, b'\n')
13363d('sys/devices/pci0000:00/0000:00:1d.2', 0o755)
13364l('sys/devices/pci0000:00/0000:00:1d.2/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:1d')
13365l('sys/devices/pci0000:00/0000:00:1d.2/subsystem', '../../../bus/pci')
13366l('sys/devices/pci0000:00/0000:00:1d.2/driver', '../../../bus/pci/drivers/uhci_hcd')
13367f('sys/devices/pci0000:00/0000:00:1d.2/local_cpulist', 0o644, b'0-7\n')
13368f('sys/devices/pci0000:00/0000:00:1d.2/enable', 0o644, b'1\n')
13369f('sys/devices/pci0000:00/0000:00:1d.2/modalias', 0o644, b'pci:v00008086d000027CAsv000017AAsd0000200Abc0Csc03i00\n')
13370f('sys/devices/pci0000:00/0000:00:1d.2/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
133710x0000000000000000 0x0000000000000000 0x0000000000000000
133720x0000000000000000 0x0000000000000000 0x0000000000000000
133730x0000000000000000 0x0000000000000000 0x0000000000000000
133740x0000000000001840 0x000000000000185f 0x0000000000020101
133750x0000000000000000 0x0000000000000000 0x0000000000000000
133760x0000000000000000 0x0000000000000000 0x0000000000000000
13377''')
13378f('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")
13379f('sys/devices/pci0000:00/0000:00:1d.2/local_cpus', 0o644, b'ff\n')
13380f('sys/devices/pci0000:00/0000:00:1d.2/subsystem_device', 0o644, b'0x200a\n')
13381f('sys/devices/pci0000:00/0000:00:1d.2/vendor', 0o644, b'0x8086\n')
13382f('sys/devices/pci0000:00/0000:00:1d.2/irq', 0o644, b'18\n')
13383f('sys/devices/pci0000:00/0000:00:1d.2/pools', 0o644, b'''poolinfo - 0.1
13384uhci_qh 13 32 128 1
13385uhci_td 4 64 64 1
13386buffer-2048 0 0 2048 0
13387buffer-512 0 0 512 0
13388buffer-128 3 32 128 1
13389buffer-32 2 128 32 1
13390''')
13391f('sys/devices/pci0000:00/0000:00:1d.2/device', 0o644, b'0x27ca\n')
13392f('sys/devices/pci0000:00/0000:00:1d.2/class', 0o644, b'0x0c0300\n')
13393f('sys/devices/pci0000:00/0000:00:1d.2/msi_bus', 0o644, b'')
13394f('sys/devices/pci0000:00/0000:00:1d.2/subsystem_vendor', 0o644, b'0x17aa\n')
13395f('sys/devices/pci0000:00/0000:00:1d.2/uevent', 0o644, b'''DRIVER=uhci_hcd
13396PCI_CLASS=C0300
13397PCI_ID=8086:27CA
13398PCI_SUBSYS_ID=17AA:200A
13399PCI_SLOT_NAME=0000:00:1d.2
13400MODALIAS=pci:v00008086d000027CAsv000017AAsd0000200Abc0Csc03i00
13401''')
13402f('sys/devices/pci0000:00/0000:00:1d.2/resource4', 0o644, b'')
13403f('sys/devices/pci0000:00/0000:00:1d.2/broken_parity_status', 0o644, b'0\n')
13404d('sys/devices/pci0000:00/0000:00:1d.2/power', 0o755)
13405f('sys/devices/pci0000:00/0000:00:1d.2/power/wakeup', 0o644, b'disabled\n')
13406d('sys/devices/pci0000:00/0000:00:1d.2/usb_host', 0o755)
13407d('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3', 0o755)
13408l('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/subsystem', '../../../../../class/usb_host')
13409l('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/device', '../../../0000:00:1d.2')
13410f('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/uevent', 0o644, b'')
13411d('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/power', 0o755)
13412f('sys/devices/pci0000:00/0000:00:1d.2/usb_host/usb_host3/power/wakeup', 0o644, b'\n')
13413d('sys/devices/pci0000:00/0000:00:1d.2/usb3', 0o755)
13414l('sys/devices/pci0000:00/0000:00:1d.2/usb3/subsystem', '../../../../bus/usb')
13415l('sys/devices/pci0000:00/0000:00:1d.2/usb3/driver', '../../../../bus/usb/drivers/usb')
13416l('sys/devices/pci0000:00/0000:00:1d.2/usb3/ep_00', 'usb_endpoint/usbdev3.1_ep00')
13417f('sys/devices/pci0000:00/0000:00:1d.2/usb3/version', 0o644, b' 1.10\n')
13418f('sys/devices/pci0000:00/0000:00:1d.2/usb3/authorized_default', 0o644, b'1\n')
13419f('sys/devices/pci0000:00/0000:00:1d.2/usb3/maxchild', 0o644, b'2\n')
13420f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceClass', 0o644, b'09\n')
13421f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bcdDevice', 0o644, b'0206\n')
13422f('sys/devices/pci0000:00/0000:00:1d.2/usb3/devnum', 0o644, b'1\n')
13423f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceProtocol', 0o644, b'00\n')
13424f('sys/devices/pci0000:00/0000:00:1d.2/usb3/idProduct', 0o644, b'0001\n')
13425f('sys/devices/pci0000:00/0000:00:1d.2/usb3/product', 0o644, b'UHCI Host Controller\n')
13426f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bDeviceSubClass', 0o644, b'00\n')
13427f('sys/devices/pci0000:00/0000:00:1d.2/usb3/configuration', 0o644, b'')
13428f('sys/devices/pci0000:00/0000:00:1d.2/usb3/dev', 0o644, b'189:256\n')
13429f('sys/devices/pci0000:00/0000:00:1d.2/usb3/urbnum', 0o644, b'68\n')
13430f('sys/devices/pci0000:00/0000:00:1d.2/usb3/authorized', 0o644, b'1\n')
13431f('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')
13432f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bNumConfigurations', 0o644, b'1\n')
13433f('sys/devices/pci0000:00/0000:00:1d.2/usb3/serial', 0o644, b'0000:00:1d.2\n')
13434f('sys/devices/pci0000:00/0000:00:1d.2/usb3/speed', 0o644, b'12\n')
13435f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bMaxPacketSize0', 0o644, b'64\n')
13436f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bmAttributes', 0o644, b'e0\n')
13437f('sys/devices/pci0000:00/0000:00:1d.2/usb3/busnum', 0o644, b'3\n')
13438f('sys/devices/pci0000:00/0000:00:1d.2/usb3/quirks', 0o644, b'0x0\n')
13439f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bConfigurationValue', 0o644, b'1\n')
13440f('sys/devices/pci0000:00/0000:00:1d.2/usb3/uevent', 0o644, b'''MAJOR=189
13441MINOR=256
13442DEVTYPE=usb_device
13443DRIVER=usb
13444PRODUCT=1d6b/1/206
13445TYPE=9/0/0
13446BUSNUM=003
13447DEVNUM=001
13448''')
13449f('sys/devices/pci0000:00/0000:00:1d.2/usb3/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n')
13450f('sys/devices/pci0000:00/0000:00:1d.2/usb3/idVendor', 0o644, b'1d6b\n')
13451f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bNumInterfaces', 0o644, b' 1\n')
13452f('sys/devices/pci0000:00/0000:00:1d.2/usb3/bMaxPower', 0o644, b' 0mA\n')
13453d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint', 0o755)
13454d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00', 0o755)
13455l('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/subsystem', '../../../../../../class/usb_endpoint')
13456l('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/device', '../../../usb3')
13457f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/interval', 0o644, b'0ms\n')
13458f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bEndpointAddress', 0o644, b'00\n')
13459f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/type', 0o644, b'Control\n')
13460f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/dev', 0o644, b'252:5\n')
13461f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/direction', 0o644, b'both\n')
13462f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bLength', 0o644, b'07\n')
13463f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/wMaxPacketSize', 0o644, b'0040\n')
13464f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bmAttributes', 0o644, b'00\n')
13465f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/uevent', 0o644, b'''MAJOR=252
13466MINOR=5
13467''')
13468f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/bInterval', 0o644, b'00\n')
13469d('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/power', 0o755)
13470f('sys/devices/pci0000:00/0000:00:1d.2/usb3/usb_endpoint/usbdev3.1_ep00/power/wakeup', 0o644, b'\n')
13471d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0', 0o755)
13472l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/subsystem', '../../../../../bus/usb')
13473l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/ep_81', 'usb_endpoint/usbdev3.1_ep81')
13474l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/driver', '../../../../../bus/usb/drivers/hub')
13475f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n')
13476f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceNumber', 0o644, b'00\n')
13477f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bNumEndpoints', 0o644, b'01\n')
13478f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceSubClass', 0o644, b'00\n')
13479f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bAlternateSetting', 0o644, b' 0\n')
13480f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceClass', 0o644, b'09\n')
13481f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
13482DRIVER=hub
13483PRODUCT=1d6b/1/206
13484TYPE=9/0/0
13485INTERFACE=9/0/0
13486MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
13487''')
13488f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/bInterfaceProtocol', 0o644, b'00\n')
13489d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint', 0o755)
13490d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81', 0o755)
13491l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/subsystem', '../../../../../../../class/usb_endpoint')
13492l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/device', '../../../3-0:1.0')
13493f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/interval', 0o644, b'255ms\n')
13494f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bEndpointAddress', 0o644, b'81\n')
13495f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/type', 0o644, b'Interrupt\n')
13496f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/dev', 0o644, b'252:4\n')
13497f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/direction', 0o644, b'in\n')
13498f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bLength', 0o644, b'07\n')
13499f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/wMaxPacketSize', 0o644, b'0002\n')
13500f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bmAttributes', 0o644, b'03\n')
13501f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/uevent', 0o644, b'''MAJOR=252
13502MINOR=4
13503''')
13504f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/bInterval', 0o644, b'ff\n')
13505d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/power', 0o755)
13506f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/usb_endpoint/usbdev3.1_ep81/power/wakeup', 0o644, b'\n')
13507d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/power', 0o755)
13508f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0/power/wakeup', 0o644, b'\n')
13509d('sys/devices/pci0000:00/0000:00:1d.2/usb3/power', 0o755)
13510f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/active_duration', 0o644, b'603809\n')
13511f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/wakeup', 0o644, b'enabled\n')
13512f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/connected_duration', 0o644, b'8372166\n')
13513f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/autosuspend', 0o644, b'2\n')
13514f('sys/devices/pci0000:00/0000:00:1d.2/usb3/power/level', 0o644, b'auto\n')
13515d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1', 0o755)
13516l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/subsystem', '../../../../../bus/usb')
13517l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/driver', '../../../../../bus/usb/drivers/usb')
13518l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/ep_00', 'usb_endpoint/usbdev3.4_ep00')
13519f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/version', 0o644, b' 2.00\n')
13520f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/maxchild', 0o644, b'0\n')
13521f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceClass', 0o644, b'00\n')
13522f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bcdDevice', 0o644, b'2000\n')
13523f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/devnum', 0o644, b'4\n')
13524f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceProtocol', 0o644, b'00\n')
13525f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/idProduct', 0o644, b'c03e\n')
13526f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/product', 0o644, b'USB-PS/2 Optical Mouse\n')
13527f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bDeviceSubClass', 0o644, b'00\n')
13528f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/configuration', 0o644, b'')
13529f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/dev', 0o644, b'189:259\n')
13530f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/urbnum', 0o644, b'12\n')
13531f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/authorized', 0o644, b'1\n')
13532f('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')
13533f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bNumConfigurations', 0o644, b'1\n')
13534f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/speed', 0o644, b'1.5\n')
13535f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bMaxPacketSize0', 0o644, b'8\n')
13536f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bmAttributes', 0o644, b'a0\n')
13537f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/busnum', 0o644, b'3\n')
13538f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/quirks', 0o644, b'0x0\n')
13539f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bConfigurationValue', 0o644, b'1\n')
13540f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/uevent', 0o644, b'''MAJOR=189
13541MINOR=259
13542DEVTYPE=usb_device
13543DRIVER=usb
13544PRODUCT=46d/c03e/2000
13545TYPE=0/0/0
13546BUSNUM=003
13547DEVNUM=004
13548''')
13549f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/manufacturer', 0o644, b'Logitech\n')
13550f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/idVendor', 0o644, b'046d\n')
13551f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bNumInterfaces', 0o644, b' 1\n')
13552f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/bMaxPower', 0o644, b' 98mA\n')
13553d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint', 0o755)
13554d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00', 0o755)
13555l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/subsystem', '../../../../../../../class/usb_endpoint')
13556l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/device', '../../../3-1')
13557f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/interval', 0o644, b'0ms\n')
13558f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bEndpointAddress', 0o644, b'00\n')
13559f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/type', 0o644, b'Control\n')
13560f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/dev', 0o644, b'252:26\n')
13561f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/direction', 0o644, b'both\n')
13562f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bLength', 0o644, b'07\n')
13563f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/wMaxPacketSize', 0o644, b'0008\n')
13564f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bmAttributes', 0o644, b'00\n')
13565f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/uevent', 0o644, b'''MAJOR=252
13566MINOR=26
13567''')
13568f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/bInterval', 0o644, b'00\n')
13569d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/power', 0o755)
13570f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/usb_endpoint/usbdev3.4_ep00/power/wakeup', 0o644, b'\n')
13571d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power', 0o755)
13572f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/active_duration', 0o644, b'51384\n')
13573f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/wakeup', 0o644, b'enabled\n')
13574f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/connected_duration', 0o644, b'51383\n')
13575f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/autosuspend', 0o644, b'2\n')
13576f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/persist', 0o644, b'1\n')
13577f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/power/level', 0o644, b'on\n')
13578d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0', 0o755)
13579l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/subsystem', '../../../../../../bus/usb')
13580l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/ep_81', 'usb_endpoint/usbdev3.4_ep81')
13581l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/driver', '../../../../../../bus/usb/drivers/usbhid')
13582f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/modalias', 0o644, b'usb:v046DpC03Ed2000dc00dsc00dp00ic03isc01ip02\n')
13583f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceNumber', 0o644, b'00\n')
13584f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bNumEndpoints', 0o644, b'01\n')
13585f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceSubClass', 0o644, b'01\n')
13586f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bAlternateSetting', 0o644, b' 0\n')
13587f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceClass', 0o644, b'03\n')
13588f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
13589DRIVER=usbhid
13590PRODUCT=46d/c03e/2000
13591TYPE=0/0/0
13592INTERFACE=3/1/2
13593MODALIAS=usb:v046DpC03Ed2000dc00dsc00dp00ic03isc01ip02
13594''')
13595f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/bInterfaceProtocol', 0o644, b'02\n')
13596d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint', 0o755)
13597d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81', 0o755)
13598l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/subsystem', '../../../../../../../../class/usb_endpoint')
13599l('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')
13600f('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')
13601f('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')
13602f('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')
13603f('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')
13604f('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')
13605f('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')
13606f('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')
13607f('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')
13608f('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
13609MINOR=25
13610''')
13611f('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')
13612d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/usb_endpoint/usbdev3.4_ep81/power', 0o755)
13613f('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')
13614d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/power', 0o755)
13615f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/power/wakeup', 0o644, b'\n')
13616d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input', 0o755)
13617d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8', 0o755)
13618l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/subsystem', '../../../../../../../../class/input')
13619l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/device', '../../../3-1:1.0')
13620f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/uniq', 0o644, b'\n')
13621f('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')
13622f('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')
13623f('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')
13624f('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
13625NAME="Logitech USB-PS/2 Optical Mouse"
13626PHYS="usb-0000:00:1d.2-1/input0"
13627UNIQ=""
13628EV==17
13629KEY==70000 0 0 0 0
13630REL==103
13631MSC==10
13632MODALIAS=input:b0003v046DpC03Ee0110-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
13633''')
13634d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1', 0o755)
13635l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/subsystem', '../../../../../../../../../class/input')
13636l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/device', '../../input8')
13637f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/dev', 0o644, b'13:33\n')
13638f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/uevent', 0o644, b'''MAJOR=13
13639MINOR=33
13640''')
13641d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/power', 0o755)
13642f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/mouse1/power/wakeup', 0o644, b'\n')
13643d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id', 0o755)
13644f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/version', 0o644, b'0110\n')
13645f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/product', 0o644, b'c03e\n')
13646f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/vendor', 0o644, b'046d\n')
13647f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/id/bustype', 0o644, b'0003\n')
13648d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/power', 0o755)
13649f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/power/wakeup', 0o644, b'\n')
13650d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7', 0o755)
13651l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/subsystem', '../../../../../../../../../class/input')
13652l('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/device', '../../input8')
13653f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/dev', 0o644, b'13:71\n')
13654f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/uevent', 0o644, b'''MAJOR=13
13655MINOR=71
13656''')
13657d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/power', 0o755)
13658f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/event7/power/wakeup', 0o644, b'\n')
13659d('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities', 0o755)
13660f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/msc', 0o644, b'10\n')
13661f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/abs', 0o644, b'0\n')
13662f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/snd', 0o644, b'0\n')
13663f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/ff', 0o644, b'0\n')
13664f('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')
13665f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/rel', 0o644, b'103\n')
13666f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/sw', 0o644, b'0\n')
13667f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/ev', 0o644, b'17\n')
13668f('sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/input/input8/capabilities/led', 0o644, b'0\n')
13669d('sys/devices/pci0000:00/0000:00:01.0', 0o755)
13670l('sys/devices/pci0000:00/0000:00:01.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:06')
13671l('sys/devices/pci0000:00/0000:00:01.0/subsystem', '../../../bus/pci')
13672l('sys/devices/pci0000:00/0000:00:01.0/driver', '../../../bus/pci/drivers/pcieport-driver')
13673f('sys/devices/pci0000:00/0000:00:01.0/local_cpulist', 0o644, b'0-7\n')
13674f('sys/devices/pci0000:00/0000:00:01.0/enable', 0o644, b'2\n')
13675f('sys/devices/pci0000:00/0000:00:01.0/modalias', 0o644, b'pci:v00008086d000027A1sv00000000sd00000000bc06sc04i00\n')
13676f('sys/devices/pci0000:00/0000:00:01.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
136770x0000000000000000 0x0000000000000000 0x0000000000000000
136780x0000000000000000 0x0000000000000000 0x0000000000000000
136790x0000000000000000 0x0000000000000000 0x0000000000000000
136800x0000000000000000 0x0000000000000000 0x0000000000000000
136810x0000000000000000 0x0000000000000000 0x0000000000000000
136820x0000000000000000 0x0000000000000000 0x0000000000000000
136830x0000000000002000 0x0000000000002fff 0x0000000000000100
136840x00000000ee100000 0x00000000ee1fffff 0x0000000000000200
136850x00000000d0000000 0x00000000dfffffff 0x0000000000001201
136860x0000000000000000 0x0000000000000000 0x0000000000000000
136870x0000000000000000 0x0000000000000000 0x0000000000000000
13688''')
13689f('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')
13690f('sys/devices/pci0000:00/0000:00:01.0/local_cpus', 0o644, b'ff\n')
13691f('sys/devices/pci0000:00/0000:00:01.0/subsystem_device', 0o644, b'0x0000\n')
13692f('sys/devices/pci0000:00/0000:00:01.0/vendor', 0o644, b'0x8086\n')
13693f('sys/devices/pci0000:00/0000:00:01.0/irq', 0o644, b'511\n')
13694f('sys/devices/pci0000:00/0000:00:01.0/device', 0o644, b'0x27a1\n')
13695f('sys/devices/pci0000:00/0000:00:01.0/class', 0o644, b'0x060400\n')
13696f('sys/devices/pci0000:00/0000:00:01.0/msi_bus', 0o644, b'1\n')
13697f('sys/devices/pci0000:00/0000:00:01.0/subsystem_vendor', 0o644, b'0x0000\n')
13698f('sys/devices/pci0000:00/0000:00:01.0/uevent', 0o644, b'''DRIVER=pcieport-driver
13699PCI_CLASS=60400
13700PCI_ID=8086:27A1
13701PCI_SUBSYS_ID=0000:0000
13702PCI_SLOT_NAME=0000:00:01.0
13703MODALIAS=pci:v00008086d000027A1sv00000000sd00000000bc06sc04i00
13704''')
13705f('sys/devices/pci0000:00/0000:00:01.0/broken_parity_status', 0o644, b'0\n')
13706d('sys/devices/pci0000:00/0000:00:01.0/pci_bus', 0o755)
13707d('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01', 0o755)
13708l('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/subsystem', '../../../../../class/pci_bus')
13709l('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/device', '../../../0000:00:01.0')
13710f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/cpuaffinity', 0o644, b'ff\n')
13711f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/uevent', 0o644, b'')
13712d('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/power', 0o755)
13713f('sys/devices/pci0000:00/0000:00:01.0/pci_bus/0000:01/power/wakeup', 0o644, b'\n')
13714d('sys/devices/pci0000:00/0000:00:01.0/power', 0o755)
13715f('sys/devices/pci0000:00/0000:00:01.0/power/wakeup', 0o644, b'disabled\n')
13716d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03', 0o755)
13717l('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/subsystem', '../../../../bus/pci_express')
13718f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/uevent', 0o644, b'')
13719d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/power', 0o755)
13720f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie03/power/wakeup', 0o644, b'\n')
13721d('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0', 0o755)
13722l('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/firmware_node', '../../../LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07')
13723l('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem', '../../../../bus/pci')
13724f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/local_cpulist', 0o644, b'0-7\n')
13725f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/enable', 0o644, b'0\n')
13726f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/modalias', 0o644, b'pci:v00001002d000071D4sv000017AAsd000020A4bc03sc00i00\n')
13727f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource', 0o644, b'''0x00000000d0000000 0x00000000dfffffff 0x0000000000021208
137280x0000000000002000 0x00000000000020ff 0x0000000000020101
137290x00000000ee100000 0x00000000ee10ffff 0x0000000000020200
137300x0000000000000000 0x0000000000000000 0x0000000000000000
137310x0000000000000000 0x0000000000000000 0x0000000000000000
137320x0000000000000000 0x0000000000000000 0x0000000000000000
137330x00000000ee120000 0x00000000ee13ffff 0x0000000000027202
13734''')
13735f('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')
13736f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource1', 0o644, b'')
13737f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource2', 0o644, b'')
13738f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/local_cpus', 0o644, b'ff\n')
13739f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_device', 0o644, b'0x20a4\n')
13740f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/vendor', 0o644, b'0x1002\n')
13741f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/irq', 0o644, b'11\n')
13742f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/device', 0o644, b'0x71d4\n')
13743f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/class', 0o644, b'0x030000\n')
13744f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/rom', 0o644, b'')
13745f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/msi_bus', 0o644, b'')
13746f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0', 0o644, b'')
13747f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/subsystem_vendor', 0o644, b'0x17aa\n')
13748f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/uevent', 0o644, b'''PCI_CLASS=30000
13749PCI_ID=1002:71D4
13750PCI_SUBSYS_ID=17AA:20A4
13751PCI_SLOT_NAME=0000:01:00.0
13752MODALIAS=pci:v00001002d000071D4sv000017AAsd000020A4bc03sc00i00
13753''')
13754f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/resource0_wc', 0o644, b'')
13755f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/broken_parity_status', 0o644, b'0\n')
13756d('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/power', 0o755)
13757f('sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/power/wakeup', 0o644, b'\n')
13758d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00', 0o755)
13759l('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/subsystem', '../../../../bus/pci_express')
13760f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/uevent', 0o644, b'')
13761d('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/power', 0o755)
13762f('sys/devices/pci0000:00/0000:00:01.0/0000:00:01.0:pcie00/power/wakeup', 0o644, b'\n')
13763d('sys/devices/pci0000:00/0000:00:1f.1', 0o755)
13764l('sys/devices/pci0000:00/0000:00:1f.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:13')
13765l('sys/devices/pci0000:00/0000:00:1f.1/subsystem', '../../../bus/pci')
13766l('sys/devices/pci0000:00/0000:00:1f.1/driver', '../../../bus/pci/drivers/ata_piix')
13767f('sys/devices/pci0000:00/0000:00:1f.1/local_cpulist', 0o644, b'0-7\n')
13768f('sys/devices/pci0000:00/0000:00:1f.1/resource3', 0o644, b'')
13769f('sys/devices/pci0000:00/0000:00:1f.1/enable', 0o644, b'1\n')
13770f('sys/devices/pci0000:00/0000:00:1f.1/modalias', 0o644, b'pci:v00008086d000027DFsv000017AAsd0000200Cbc01sc01i8a\n')
13771f('sys/devices/pci0000:00/0000:00:1f.1/resource', 0o644, b'''0x00000000000001f0 0x00000000000001f7 0x0000000000000110
137720x00000000000003f6 0x00000000000003f6 0x0000000000000110
137730x0000000000000170 0x0000000000000177 0x0000000000000110
137740x0000000000000376 0x0000000000000376 0x0000000000000110
137750x0000000000001880 0x000000000000188f 0x0000000000020101
137760x0000000000000000 0x0000000000000000 0x0000000000000000
137770x0000000000000000 0x0000000000000000 0x0000000000000000
13778''')
13779f('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")
13780f('sys/devices/pci0000:00/0000:00:1f.1/resource1', 0o644, b'')
13781f('sys/devices/pci0000:00/0000:00:1f.1/resource2', 0o644, b'')
13782f('sys/devices/pci0000:00/0000:00:1f.1/local_cpus', 0o644, b'ff\n')
13783f('sys/devices/pci0000:00/0000:00:1f.1/subsystem_device', 0o644, b'0x200c\n')
13784f('sys/devices/pci0000:00/0000:00:1f.1/vendor', 0o644, b'0x8086\n')
13785f('sys/devices/pci0000:00/0000:00:1f.1/irq', 0o644, b'16\n')
13786f('sys/devices/pci0000:00/0000:00:1f.1/device', 0o644, b'0x27df\n')
13787f('sys/devices/pci0000:00/0000:00:1f.1/class', 0o644, b'0x01018a\n')
13788f('sys/devices/pci0000:00/0000:00:1f.1/msi_bus', 0o644, b'')
13789f('sys/devices/pci0000:00/0000:00:1f.1/resource0', 0o644, b'')
13790f('sys/devices/pci0000:00/0000:00:1f.1/subsystem_vendor', 0o644, b'0x17aa\n')
13791f('sys/devices/pci0000:00/0000:00:1f.1/uevent', 0o644, b'''DRIVER=ata_piix
13792PCI_CLASS=1018A
13793PCI_ID=8086:27DF
13794PCI_SUBSYS_ID=17AA:200C
13795PCI_SLOT_NAME=0000:00:1f.1
13796MODALIAS=pci:v00008086d000027DFsv000017AAsd0000200Cbc01sc01i8a
13797''')
13798f('sys/devices/pci0000:00/0000:00:1f.1/resource4', 0o644, b'')
13799f('sys/devices/pci0000:00/0000:00:1f.1/broken_parity_status', 0o644, b'0\n')
13800d('sys/devices/pci0000:00/0000:00:1f.1/host5', 0o755)
13801l('sys/devices/pci0000:00/0000:00:1f.1/host5/subsystem', '../../../../bus/scsi')
13802f('sys/devices/pci0000:00/0000:00:1f.1/host5/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13803d('sys/devices/pci0000:00/0000:00:1f.1/host5/power', 0o755)
13804f('sys/devices/pci0000:00/0000:00:1f.1/host5/power/wakeup', 0o644, b'\n')
13805d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host', 0o755)
13806d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5', 0o755)
13807l('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/subsystem', '../../../../../../class/scsi_host')
13808l('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/device', '../../../host5')
13809f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/unique_id', 0o644, b'6\n')
13810f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/can_queue', 0o644, b'1\n')
13811f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/unchecked_isa_dma', 0o644, b'0\n')
13812f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/active_mode', 0o644, b'Initiator\n')
13813f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/sg_tablesize', 0o644, b'128\n')
13814f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/prot_guard_type', 0o644, b'0\n')
13815f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/host_busy', 0o644, b'0\n')
13816f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/proc_name', 0o644, b'ata_piix\n')
13817f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/state', 0o644, b'running\n')
13818f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/cmd_per_lun', 0o644, b'1\n')
13819f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/supported_mode', 0o644, b'Initiator\n')
13820f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/uevent', 0o644, b'')
13821f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/prot_capabilities', 0o644, b'0\n')
13822d('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/power', 0o755)
13823f('sys/devices/pci0000:00/0000:00:1f.1/host5/scsi_host/host5/power/wakeup', 0o644, b'\n')
13824d('sys/devices/pci0000:00/0000:00:1f.1/power', 0o755)
13825f('sys/devices/pci0000:00/0000:00:1f.1/power/wakeup', 0o644, b'\n')
13826d('sys/devices/pci0000:00/0000:00:1f.1/host4', 0o755)
13827l('sys/devices/pci0000:00/0000:00:1f.1/host4/subsystem', '../../../../bus/scsi')
13828f('sys/devices/pci0000:00/0000:00:1f.1/host4/uevent', 0o644, b'DEVTYPE=scsi_host\n')
13829d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0', 0o755)
13830l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/subsystem', '../../../../../bus/scsi')
13831f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/uevent', 0o644, b'DEVTYPE=scsi_target\n')
13832d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/power', 0o755)
13833f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/power/wakeup', 0o644, b'\n')
13834d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0', 0o755)
13835l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/generic', 'scsi_generic/sg1')
13836l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/subsystem', '../../../../../../bus/scsi')
13837l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/driver', '../../../../../../bus/scsi/drivers/sr')
13838f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iodone_cnt', 0o644, b'0x20b3\n')
13839f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/device_blocked', 0o644, b'0\n')
13840f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/modalias', 0o644, b'scsi:t-0x05\n')
13841f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_level', 0o644, b'6\n')
13842f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/queue_depth', 0o644, b'1\n')
13843f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/rev', 0o644, b'RB01\n')
13844f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/type', 0o644, b'5\n')
13845f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iocounterbits', 0o644, b'32\n')
13846f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/vendor', 0o644, b'MATSHITA\n')
13847f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/state', 0o644, b'running\n')
13848f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/queue_type', 0o644, b'none\n')
13849f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/iorequest_cnt', 0o644, b'0x82a9\n')
13850f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/evt_media_change', 0o644, b'0\n')
13851f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/model', 0o644, b'DVD-RAM UJ-842 \n')
13852f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/ioerr_cnt', 0o644, b'0x0\n')
13853f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/uevent', 0o644, b'''DEVTYPE=scsi_device
13854DRIVER=sr
13855MODALIAS=scsi:t-0x05
13856''')
13857f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/timeout', 0o644, b'0\n')
13858d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/power', 0o755)
13859f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/power/wakeup', 0o644, b'\n')
13860d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic', 0o755)
13861d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1', 0o755)
13862l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/subsystem', '../../../../../../../../class/scsi_generic')
13863l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/device', '../../../4:0:0:0')
13864f('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')
13865f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/uevent', 0o644, b'''MAJOR=21
13866MINOR=1
13867''')
13868d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/power', 0o755)
13869f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_generic/sg1/power/wakeup', 0o644, b'\n')
13870d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg', 0o755)
13871d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0', 0o755)
13872l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/subsystem', '../../../../../../../../class/bsg')
13873l('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')
13874f('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')
13875f('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
13876MINOR=1
13877''')
13878d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0/power', 0o755)
13879f('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')
13880d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block', 0o755)
13881d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0', 0o755)
13882l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/subsystem', '../../../../../../../../class/block')
13883l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/bdi', '../../../../../../../virtual/bdi/11:0')
13884l('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/device', '../../../4:0:0:0')
13885f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/capability', 0o644, b'19\n')
13886f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/ro', 0o644, b'0\n')
13887f('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')
13888f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/size', 0o644, b'2097151\n')
13889f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/dev', 0o644, b'11:0\n')
13890f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/range', 0o644, b'1\n')
13891f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/removable', 0o644, b'1\n')
13892f('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')
13893f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/uevent', 0o644, b'''MAJOR=11
13894MINOR=0
13895DEVTYPE=disk
13896''')
13897d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue', 0o755)
13898f('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')
13899f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/nomerges', 0o644, b'0\n')
13900f('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')
13901f('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')
13902f('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')
13903f('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')
13904f('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')
13905d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/queue/iosched', 0o755)
13906f('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')
13907f('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')
13908f('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')
13909f('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')
13910f('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')
13911f('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')
13912f('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')
13913f('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')
13914f('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')
13915d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/power', 0o755)
13916f('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/block/sr0/power/wakeup', 0o644, b'\n')
13917d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device', 0o755)
13918d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0', 0o755)
13919l('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')
13920l('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')
13921f('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'')
13922d('sys/devices/pci0000:00/0000:00:1f.1/host4/target4:0:0/4:0:0:0/scsi_device/4:0:0:0/power', 0o755)
13923f('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')
13924d('sys/devices/pci0000:00/0000:00:1f.1/host4/power', 0o755)
13925f('sys/devices/pci0000:00/0000:00:1f.1/host4/power/wakeup', 0o644, b'\n')
13926d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host', 0o755)
13927d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4', 0o755)
13928l('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/subsystem', '../../../../../../class/scsi_host')
13929l('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/device', '../../../host4')
13930f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/unique_id', 0o644, b'5\n')
13931f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/can_queue', 0o644, b'1\n')
13932f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/unchecked_isa_dma', 0o644, b'0\n')
13933f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/active_mode', 0o644, b'Initiator\n')
13934f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/sg_tablesize', 0o644, b'128\n')
13935f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/prot_guard_type', 0o644, b'0\n')
13936f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/host_busy', 0o644, b'0\n')
13937f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/proc_name', 0o644, b'ata_piix\n')
13938f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/state', 0o644, b'running\n')
13939f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/cmd_per_lun', 0o644, b'1\n')
13940f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/supported_mode', 0o644, b'Initiator\n')
13941f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/uevent', 0o644, b'')
13942f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/prot_capabilities', 0o644, b'0\n')
13943d('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/power', 0o755)
13944f('sys/devices/pci0000:00/0000:00:1f.1/host4/scsi_host/host4/power/wakeup', 0o644, b'\n')
13945d('sys/devices/pci0000:00/0000:00:1e.0', 0o755)
13946l('sys/devices/pci0000:00/0000:00:1e.0/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:11')
13947l('sys/devices/pci0000:00/0000:00:1e.0/subsystem', '../../../bus/pci')
13948f('sys/devices/pci0000:00/0000:00:1e.0/local_cpulist', 0o644, b'0-7\n')
13949f('sys/devices/pci0000:00/0000:00:1e.0/enable', 0o644, b'1\n')
13950f('sys/devices/pci0000:00/0000:00:1e.0/modalias', 0o644, b'pci:v00008086d00002448sv00000000sd00000000bc06sc04i01\n')
13951f('sys/devices/pci0000:00/0000:00:1e.0/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
139520x0000000000000000 0x0000000000000000 0x0000000000000000
139530x0000000000000000 0x0000000000000000 0x0000000000000000
139540x0000000000000000 0x0000000000000000 0x0000000000000000
139550x0000000000000000 0x0000000000000000 0x0000000000000000
139560x0000000000000000 0x0000000000000000 0x0000000000000000
139570x0000000000000000 0x0000000000000000 0x0000000000000000
139580x000000000000a000 0x000000000000dfff 0x0000000000000100
139590x00000000e4300000 0x00000000e7ffffff 0x0000000000000200
139600x00000000e0000000 0x00000000e3ffffff 0x0000000000001201
139610x0000000000000000 0x0000000000000000 0x0000000000000000
139620x0000000000000000 0x0000000000000000 0x0000000000000000
13963''')
13964f('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')
13965f('sys/devices/pci0000:00/0000:00:1e.0/local_cpus', 0o644, b'ff\n')
13966f('sys/devices/pci0000:00/0000:00:1e.0/subsystem_device', 0o644, b'0x0000\n')
13967f('sys/devices/pci0000:00/0000:00:1e.0/vendor', 0o644, b'0x8086\n')
13968f('sys/devices/pci0000:00/0000:00:1e.0/irq', 0o644, b'0\n')
13969f('sys/devices/pci0000:00/0000:00:1e.0/device', 0o644, b'0x2448\n')
13970f('sys/devices/pci0000:00/0000:00:1e.0/class', 0o644, b'0x060401\n')
13971f('sys/devices/pci0000:00/0000:00:1e.0/msi_bus', 0o644, b'1\n')
13972f('sys/devices/pci0000:00/0000:00:1e.0/subsystem_vendor', 0o644, b'0x0000\n')
13973f('sys/devices/pci0000:00/0000:00:1e.0/uevent', 0o644, b'''PCI_CLASS=60401
13974PCI_ID=8086:2448
13975PCI_SUBSYS_ID=0000:0000
13976PCI_SLOT_NAME=0000:00:1e.0
13977MODALIAS=pci:v00008086d00002448sv00000000sd00000000bc06sc04i01
13978''')
13979f('sys/devices/pci0000:00/0000:00:1e.0/broken_parity_status', 0o644, b'0\n')
13980d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus', 0o755)
13981d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15', 0o755)
13982l('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/subsystem', '../../../../../class/pci_bus')
13983l('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/device', '../../../0000:00:1e.0')
13984f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/cpuaffinity', 0o644, b'ff\n')
13985f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/uevent', 0o644, b'')
13986d('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/power', 0o755)
13987f('sys/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:15/power/wakeup', 0o644, b'\n')
13988d('sys/devices/pci0000:00/0000:00:1e.0/power', 0o755)
13989f('sys/devices/pci0000:00/0000:00:1e.0/power/wakeup', 0o644, b'disabled\n')
13990d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0', 0o755)
13991l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/firmware_node', '../../../LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12')
13992l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem', '../../../../bus/pci')
13993l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/driver', '../../../../bus/pci/drivers/yenta_cardbus')
13994f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/local_cpulist', 0o644, b'0-7\n')
13995f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/enable', 0o644, b'2\n')
13996f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/modalias', 0o644, b'pci:v0000104Cd0000AC56sv000017AAsd00002012bc06sc07i00\n')
13997f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/resource', 0o644, b'''0x00000000e4300000 0x00000000e4300fff 0x0000000000020200
139980x0000000000000000 0x0000000000000000 0x0000000000000000
139990x0000000000000000 0x0000000000000000 0x0000000000000000
140000x0000000000000000 0x0000000000000000 0x0000000000000000
140010x0000000000000000 0x0000000000000000 0x0000000000000000
140020x0000000000000000 0x0000000000000000 0x0000000000000000
140030x0000000000000000 0x0000000000000000 0x0000000000000000
140040x000000000000a000 0x000000000000a0ff 0x0000000000020100
140050x000000000000a400 0x000000000000a4ff 0x0000000000020100
140060x00000000e0000000 0x00000000e3ffffff 0x0000000000021200
140070x0000000088000000 0x000000008bffffff 0x0000000000020200
140080x0000000000000000 0x0000000000000000 0x0000000000000000
14009''')
14010f('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')
14011f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/yenta_registers', 0o644, b'''CB registers:
1401200: 00000000 00000006 30000087 00000000
1401310: 00000400 00000000 00000000 00000000
1401420: 00000000
14015
14016ExCA registers:
1401700: 84 01 00 50 00 08 00 00 - 00 00 01 00 00 00 01 00
1401810: 00 00 00 00 00 00 c0 00 - 00 00 00 00 00 00 00 00
1401920: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
1402030: 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00
1402140: 00 00 00 00 00
14022''')
14023f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/local_cpus', 0o644, b'ff\n')
14024f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem_device', 0o644, b'0x2012\n')
14025f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/vendor', 0o644, b'0x104c\n')
14026f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/irq', 0o644, b'16\n')
14027f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/device', 0o644, b'0xac56\n')
14028f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/class', 0o644, b'0x060700\n')
14029f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/msi_bus', 0o644, b'1\n')
14030f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/resource0', 0o644, b'')
14031f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/subsystem_vendor', 0o644, b'0x17aa\n')
14032f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/uevent', 0o644, b'''DRIVER=yenta_cardbus
14033PCI_CLASS=60700
14034PCI_ID=104C:AC56
14035PCI_SUBSYS_ID=17AA:2012
14036PCI_SLOT_NAME=0000:15:00.0
14037MODALIAS=pci:v0000104Cd0000AC56sv000017AAsd00002012bc06sc07i00
14038''')
14039f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/broken_parity_status', 0o644, b'0\n')
14040d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus', 0o755)
14041d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16', 0o755)
14042l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/subsystem', '../../../../../../class/pci_bus')
14043l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/device', '../../../0000:15:00.0')
14044f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/cpuaffinity', 0o644, b'ff\n')
14045f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/uevent', 0o644, b'')
14046d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/power', 0o755)
14047f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pci_bus/0000:16/power/wakeup', 0o644, b'\n')
14048d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/power', 0o755)
14049f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/power/wakeup', 0o644, b'disabled\n')
14050d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket', 0o755)
14051d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0', 0o755)
14052l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/subsystem', '../../../../../../class/pcmcia_socket')
14053l('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/device', '../../../0000:15:00.0')
14054f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_vpp', 0o644, b'')
14055f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_mem', 0o644, b'''0x000c0000 - 0x000fffff
140560x60000000 - 0x60ffffff
140570xa0000000 - 0xa0ffffff
140580xe0000000 - 0xe3ffffff
140590xe4300000 - 0xe7ffffff
14060''')
14061f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_io', 0o644, b'''0x00000100 - 0x000003af
140620x000003e0 - 0x000004ff
140630x00000820 - 0x000008ff
140640x00000a00 - 0x00000aff
140650x00000c00 - 0x00000cf7
140660x0000a000 - 0x0000dfff
14067''')
14068f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_voltage', 0o644, b'')
14069f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/cis', 0o644, b'')
14070f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/available_resources_setup_done', 0o644, b'yes\n')
14071f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_irq_mask', 0o644, b'0x0cf8\n')
14072f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_pm_state', 0o644, b'on\n')
14073f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_vcc', 0o644, b'')
14074f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/card_type', 0o644, b'')
14075f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/uevent', 0o644, b'SOCKET_NO=0\n')
14076d('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/power', 0o755)
14077f('sys/devices/pci0000:00/0000:00:1e.0/0000:15:00.0/pcmcia_socket/pcmcia_socket0/power/wakeup', 0o644, b'\n')
14078d('sys/devices/pci0000:00/0000:00:1d.1', 0o755)
14079l('sys/devices/pci0000:00/0000:00:1d.1/firmware_node', '../../LNXSYSTM:00/device:00/PNP0A08:00/device:1a')
14080l('sys/devices/pci0000:00/0000:00:1d.1/subsystem', '../../../bus/pci')
14081l('sys/devices/pci0000:00/0000:00:1d.1/driver', '../../../bus/pci/drivers/uhci_hcd')
14082f('sys/devices/pci0000:00/0000:00:1d.1/local_cpulist', 0o644, b'0-7\n')
14083f('sys/devices/pci0000:00/0000:00:1d.1/enable', 0o644, b'1\n')
14084f('sys/devices/pci0000:00/0000:00:1d.1/modalias', 0o644, b'pci:v00008086d000027C9sv000017AAsd0000200Abc0Csc03i00\n')
14085f('sys/devices/pci0000:00/0000:00:1d.1/resource', 0o644, b'''0x0000000000000000 0x0000000000000000 0x0000000000000000
140860x0000000000000000 0x0000000000000000 0x0000000000000000
140870x0000000000000000 0x0000000000000000 0x0000000000000000
140880x0000000000000000 0x0000000000000000 0x0000000000000000
140890x0000000000001820 0x000000000000183f 0x0000000000020101
140900x0000000000000000 0x0000000000000000 0x0000000000000000
140910x0000000000000000 0x0000000000000000 0x0000000000000000
14092''')
14093f('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")
14094f('sys/devices/pci0000:00/0000:00:1d.1/local_cpus', 0o644, b'ff\n')
14095f('sys/devices/pci0000:00/0000:00:1d.1/subsystem_device', 0o644, b'0x200a\n')
14096f('sys/devices/pci0000:00/0000:00:1d.1/vendor', 0o644, b'0x8086\n')
14097f('sys/devices/pci0000:00/0000:00:1d.1/irq', 0o644, b'17\n')
14098f('sys/devices/pci0000:00/0000:00:1d.1/pools', 0o644, b'''poolinfo - 0.1
14099uhci_qh 11 32 128 1
14100uhci_td 1 64 64 1
14101buffer-2048 0 0 2048 0
14102buffer-512 0 0 512 0
14103buffer-128 0 0 128 0
14104buffer-32 1 128 32 1
14105''')
14106f('sys/devices/pci0000:00/0000:00:1d.1/device', 0o644, b'0x27c9\n')
14107f('sys/devices/pci0000:00/0000:00:1d.1/class', 0o644, b'0x0c0300\n')
14108f('sys/devices/pci0000:00/0000:00:1d.1/msi_bus', 0o644, b'')
14109f('sys/devices/pci0000:00/0000:00:1d.1/subsystem_vendor', 0o644, b'0x17aa\n')
14110f('sys/devices/pci0000:00/0000:00:1d.1/uevent', 0o644, b'''DRIVER=uhci_hcd
14111PCI_CLASS=C0300
14112PCI_ID=8086:27C9
14113PCI_SUBSYS_ID=17AA:200A
14114PCI_SLOT_NAME=0000:00:1d.1
14115MODALIAS=pci:v00008086d000027C9sv000017AAsd0000200Abc0Csc03i00
14116''')
14117f('sys/devices/pci0000:00/0000:00:1d.1/resource4', 0o644, b'')
14118f('sys/devices/pci0000:00/0000:00:1d.1/broken_parity_status', 0o644, b'0\n')
14119d('sys/devices/pci0000:00/0000:00:1d.1/power', 0o755)
14120f('sys/devices/pci0000:00/0000:00:1d.1/power/wakeup', 0o644, b'disabled\n')
14121d('sys/devices/pci0000:00/0000:00:1d.1/usb_host', 0o755)
14122d('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2', 0o755)
14123l('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/subsystem', '../../../../../class/usb_host')
14124l('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/device', '../../../0000:00:1d.1')
14125f('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/uevent', 0o644, b'')
14126d('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/power', 0o755)
14127f('sys/devices/pci0000:00/0000:00:1d.1/usb_host/usb_host2/power/wakeup', 0o644, b'\n')
14128d('sys/devices/pci0000:00/0000:00:1d.1/usb2', 0o755)
14129l('sys/devices/pci0000:00/0000:00:1d.1/usb2/subsystem', '../../../../bus/usb')
14130l('sys/devices/pci0000:00/0000:00:1d.1/usb2/driver', '../../../../bus/usb/drivers/usb')
14131l('sys/devices/pci0000:00/0000:00:1d.1/usb2/ep_00', 'usb_endpoint/usbdev2.1_ep00')
14132f('sys/devices/pci0000:00/0000:00:1d.1/usb2/version', 0o644, b' 1.10\n')
14133f('sys/devices/pci0000:00/0000:00:1d.1/usb2/authorized_default', 0o644, b'1\n')
14134f('sys/devices/pci0000:00/0000:00:1d.1/usb2/maxchild', 0o644, b'2\n')
14135f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceClass', 0o644, b'09\n')
14136f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bcdDevice', 0o644, b'0206\n')
14137f('sys/devices/pci0000:00/0000:00:1d.1/usb2/devnum', 0o644, b'1\n')
14138f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceProtocol', 0o644, b'00\n')
14139f('sys/devices/pci0000:00/0000:00:1d.1/usb2/idProduct', 0o644, b'0001\n')
14140f('sys/devices/pci0000:00/0000:00:1d.1/usb2/product', 0o644, b'UHCI Host Controller\n')
14141f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bDeviceSubClass', 0o644, b'00\n')
14142f('sys/devices/pci0000:00/0000:00:1d.1/usb2/configuration', 0o644, b'')
14143f('sys/devices/pci0000:00/0000:00:1d.1/usb2/dev', 0o644, b'189:128\n')
14144f('sys/devices/pci0000:00/0000:00:1d.1/usb2/urbnum', 0o644, b'16\n')
14145f('sys/devices/pci0000:00/0000:00:1d.1/usb2/authorized', 0o644, b'1\n')
14146f('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')
14147f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bNumConfigurations', 0o644, b'1\n')
14148f('sys/devices/pci0000:00/0000:00:1d.1/usb2/serial', 0o644, b'0000:00:1d.1\n')
14149f('sys/devices/pci0000:00/0000:00:1d.1/usb2/speed', 0o644, b'12\n')
14150f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bMaxPacketSize0', 0o644, b'64\n')
14151f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bmAttributes', 0o644, b'e0\n')
14152f('sys/devices/pci0000:00/0000:00:1d.1/usb2/busnum', 0o644, b'2\n')
14153f('sys/devices/pci0000:00/0000:00:1d.1/usb2/quirks', 0o644, b'0x0\n')
14154f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bConfigurationValue', 0o644, b'1\n')
14155f('sys/devices/pci0000:00/0000:00:1d.1/usb2/uevent', 0o644, b'''MAJOR=189
14156MINOR=128
14157DEVTYPE=usb_device
14158DRIVER=usb
14159PRODUCT=1d6b/1/206
14160TYPE=9/0/0
14161BUSNUM=002
14162DEVNUM=001
14163''')
14164f('sys/devices/pci0000:00/0000:00:1d.1/usb2/manufacturer', 0o644, b'Linux 2.6.27-rc7-00106-g6ef190c-dirty uhci_hcd\n')
14165f('sys/devices/pci0000:00/0000:00:1d.1/usb2/idVendor', 0o644, b'1d6b\n')
14166f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bNumInterfaces', 0o644, b' 1\n')
14167f('sys/devices/pci0000:00/0000:00:1d.1/usb2/bMaxPower', 0o644, b' 0mA\n')
14168d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint', 0o755)
14169d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00', 0o755)
14170l('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/subsystem', '../../../../../../class/usb_endpoint')
14171l('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/device', '../../../usb2')
14172f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/interval', 0o644, b'0ms\n')
14173f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bEndpointAddress', 0o644, b'00\n')
14174f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/type', 0o644, b'Control\n')
14175f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/dev', 0o644, b'252:3\n')
14176f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/direction', 0o644, b'both\n')
14177f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bLength', 0o644, b'07\n')
14178f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/wMaxPacketSize', 0o644, b'0040\n')
14179f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bmAttributes', 0o644, b'00\n')
14180f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/uevent', 0o644, b'''MAJOR=252
14181MINOR=3
14182''')
14183f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/bInterval', 0o644, b'00\n')
14184d('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/power', 0o755)
14185f('sys/devices/pci0000:00/0000:00:1d.1/usb2/usb_endpoint/usbdev2.1_ep00/power/wakeup', 0o644, b'\n')
14186d('sys/devices/pci0000:00/0000:00:1d.1/usb2/power', 0o755)
14187f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/active_duration', 0o644, b'2363\n')
14188f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/wakeup', 0o644, b'enabled\n')
14189f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/connected_duration', 0o644, b'8372254\n')
14190f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/autosuspend', 0o644, b'2\n')
14191f('sys/devices/pci0000:00/0000:00:1d.1/usb2/power/level', 0o644, b'auto\n')
14192d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0', 0o755)
14193l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/subsystem', '../../../../../bus/usb')
14194l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/ep_81', 'usb_endpoint/usbdev2.1_ep81')
14195l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/driver', '../../../../../bus/usb/drivers/hub')
14196f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/modalias', 0o644, b'usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00\n')
14197f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceNumber', 0o644, b'00\n')
14198f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bNumEndpoints', 0o644, b'01\n')
14199f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceSubClass', 0o644, b'00\n')
14200f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bAlternateSetting', 0o644, b' 0\n')
14201f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceClass', 0o644, b'09\n')
14202f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/uevent', 0o644, b'''DEVTYPE=usb_interface
14203DRIVER=hub
14204PRODUCT=1d6b/1/206
14205TYPE=9/0/0
14206INTERFACE=9/0/0
14207MODALIAS=usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00
14208''')
14209f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/bInterfaceProtocol', 0o644, b'00\n')
14210d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint', 0o755)
14211d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81', 0o755)
14212l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/subsystem', '../../../../../../../class/usb_endpoint')
14213l('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/device', '../../../2-0:1.0')
14214f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/interval', 0o644, b'255ms\n')
14215f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bEndpointAddress', 0o644, b'81\n')
14216f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/type', 0o644, b'Interrupt\n')
14217f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/dev', 0o644, b'252:2\n')
14218f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/direction', 0o644, b'in\n')
14219f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bLength', 0o644, b'07\n')
14220f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/wMaxPacketSize', 0o644, b'0002\n')
14221f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bmAttributes', 0o644, b'03\n')
14222f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/uevent', 0o644, b'''MAJOR=252
14223MINOR=2
14224''')
14225f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/bInterval', 0o644, b'ff\n')
14226d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/power', 0o755)
14227f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/power/wakeup', 0o644, b'\n')
14228d('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/power', 0o755)
14229f('sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0/power/wakeup', 0o644, b'\n')
14230d('sys/devices/virtual', 0o755)
14231d('sys/devices/virtual/vc', 0o755)
14232d('sys/devices/virtual/vc/vcsa3', 0o755)
14233l('sys/devices/virtual/vc/vcsa3/subsystem', '../../../../class/vc')
14234f('sys/devices/virtual/vc/vcsa3/dev', 0o644, b'7:131\n')
14235f('sys/devices/virtual/vc/vcsa3/uevent', 0o644, b'''MAJOR=7
14236MINOR=131
14237''')
14238d('sys/devices/virtual/vc/vcsa3/power', 0o755)
14239f('sys/devices/virtual/vc/vcsa3/power/wakeup', 0o644, b'\n')
14240d('sys/devices/virtual/vc/vcsa6', 0o755)
14241l('sys/devices/virtual/vc/vcsa6/subsystem', '../../../../class/vc')
14242f('sys/devices/virtual/vc/vcsa6/dev', 0o644, b'7:134\n')
14243f('sys/devices/virtual/vc/vcsa6/uevent', 0o644, b'''MAJOR=7
14244MINOR=134
14245''')
14246d('sys/devices/virtual/vc/vcsa6/power', 0o755)
14247f('sys/devices/virtual/vc/vcsa6/power/wakeup', 0o644, b'\n')
14248d('sys/devices/virtual/vc/vcsa2', 0o755)
14249l('sys/devices/virtual/vc/vcsa2/subsystem', '../../../../class/vc')
14250f('sys/devices/virtual/vc/vcsa2/dev', 0o644, b'7:130\n')
14251f('sys/devices/virtual/vc/vcsa2/uevent', 0o644, b'''MAJOR=7
14252MINOR=130
14253''')
14254d('sys/devices/virtual/vc/vcsa2/power', 0o755)
14255f('sys/devices/virtual/vc/vcsa2/power/wakeup', 0o644, b'\n')
14256d('sys/devices/virtual/vc/vcsa', 0o755)
14257l('sys/devices/virtual/vc/vcsa/subsystem', '../../../../class/vc')
14258f('sys/devices/virtual/vc/vcsa/dev', 0o644, b'7:128\n')
14259f('sys/devices/virtual/vc/vcsa/uevent', 0o644, b'''MAJOR=7
14260MINOR=128
14261''')
14262d('sys/devices/virtual/vc/vcsa/power', 0o755)
14263f('sys/devices/virtual/vc/vcsa/power/wakeup', 0o644, b'\n')
14264d('sys/devices/virtual/vc/vcs2', 0o755)
14265l('sys/devices/virtual/vc/vcs2/subsystem', '../../../../class/vc')
14266f('sys/devices/virtual/vc/vcs2/dev', 0o644, b'7:2\n')
14267f('sys/devices/virtual/vc/vcs2/uevent', 0o644, b'''MAJOR=7
14268MINOR=2
14269''')
14270d('sys/devices/virtual/vc/vcs2/power', 0o755)
14271f('sys/devices/virtual/vc/vcs2/power/wakeup', 0o644, b'\n')
14272d('sys/devices/virtual/vc/vcs7', 0o755)
14273l('sys/devices/virtual/vc/vcs7/subsystem', '../../../../class/vc')
14274f('sys/devices/virtual/vc/vcs7/dev', 0o644, b'7:7\n')
14275f('sys/devices/virtual/vc/vcs7/uevent', 0o644, b'''MAJOR=7
14276MINOR=7
14277''')
14278d('sys/devices/virtual/vc/vcs7/power', 0o755)
14279f('sys/devices/virtual/vc/vcs7/power/wakeup', 0o644, b'\n')
14280d('sys/devices/virtual/vc/vcsa5', 0o755)
14281l('sys/devices/virtual/vc/vcsa5/subsystem', '../../../../class/vc')
14282f('sys/devices/virtual/vc/vcsa5/dev', 0o644, b'7:133\n')
14283f('sys/devices/virtual/vc/vcsa5/uevent', 0o644, b'''MAJOR=7
14284MINOR=133
14285''')
14286d('sys/devices/virtual/vc/vcsa5/power', 0o755)
14287f('sys/devices/virtual/vc/vcsa5/power/wakeup', 0o644, b'\n')
14288d('sys/devices/virtual/vc/vcsa10', 0o755)
14289l('sys/devices/virtual/vc/vcsa10/subsystem', '../../../../class/vc')
14290f('sys/devices/virtual/vc/vcsa10/dev', 0o644, b'7:138\n')
14291f('sys/devices/virtual/vc/vcsa10/uevent', 0o644, b'''MAJOR=7
14292MINOR=138
14293''')
14294d('sys/devices/virtual/vc/vcsa10/power', 0o755)
14295f('sys/devices/virtual/vc/vcsa10/power/wakeup', 0o644, b'\n')
14296d('sys/devices/virtual/vc/vcs10', 0o755)
14297l('sys/devices/virtual/vc/vcs10/subsystem', '../../../../class/vc')
14298f('sys/devices/virtual/vc/vcs10/dev', 0o644, b'7:10\n')
14299f('sys/devices/virtual/vc/vcs10/uevent', 0o644, b'''MAJOR=7
14300MINOR=10
14301''')
14302d('sys/devices/virtual/vc/vcs10/power', 0o755)
14303f('sys/devices/virtual/vc/vcs10/power/wakeup', 0o644, b'\n')
14304d('sys/devices/virtual/vc/vcsa1', 0o755)
14305l('sys/devices/virtual/vc/vcsa1/subsystem', '../../../../class/vc')
14306f('sys/devices/virtual/vc/vcsa1/dev', 0o644, b'7:129\n')
14307f('sys/devices/virtual/vc/vcsa1/uevent', 0o644, b'''MAJOR=7
14308MINOR=129
14309''')
14310d('sys/devices/virtual/vc/vcsa1/power', 0o755)
14311f('sys/devices/virtual/vc/vcsa1/power/wakeup', 0o644, b'\n')
14312d('sys/devices/virtual/vc/vcsa4', 0o755)
14313l('sys/devices/virtual/vc/vcsa4/subsystem', '../../../../class/vc')
14314f('sys/devices/virtual/vc/vcsa4/dev', 0o644, b'7:132\n')
14315f('sys/devices/virtual/vc/vcsa4/uevent', 0o644, b'''MAJOR=7
14316MINOR=132
14317''')
14318d('sys/devices/virtual/vc/vcsa4/power', 0o755)
14319f('sys/devices/virtual/vc/vcsa4/power/wakeup', 0o644, b'\n')
14320d('sys/devices/virtual/vc/vcs', 0o755)
14321l('sys/devices/virtual/vc/vcs/subsystem', '../../../../class/vc')
14322f('sys/devices/virtual/vc/vcs/dev', 0o644, b'7:0\n')
14323f('sys/devices/virtual/vc/vcs/uevent', 0o644, b'''MAJOR=7
14324MINOR=0
14325''')
14326d('sys/devices/virtual/vc/vcs/power', 0o755)
14327f('sys/devices/virtual/vc/vcs/power/wakeup', 0o644, b'\n')
14328d('sys/devices/virtual/vc/vcs1', 0o755)
14329l('sys/devices/virtual/vc/vcs1/subsystem', '../../../../class/vc')
14330f('sys/devices/virtual/vc/vcs1/dev', 0o644, b'7:1\n')
14331f('sys/devices/virtual/vc/vcs1/uevent', 0o644, b'''MAJOR=7
14332MINOR=1
14333''')
14334d('sys/devices/virtual/vc/vcs1/power', 0o755)
14335f('sys/devices/virtual/vc/vcs1/power/wakeup', 0o644, b'\n')
14336d('sys/devices/virtual/vc/vcs4', 0o755)
14337l('sys/devices/virtual/vc/vcs4/subsystem', '../../../../class/vc')
14338f('sys/devices/virtual/vc/vcs4/dev', 0o644, b'7:4\n')
14339f('sys/devices/virtual/vc/vcs4/uevent', 0o644, b'''MAJOR=7
14340MINOR=4
14341''')
14342d('sys/devices/virtual/vc/vcs4/power', 0o755)
14343f('sys/devices/virtual/vc/vcs4/power/wakeup', 0o644, b'\n')
14344d('sys/devices/virtual/vc/vcsa7', 0o755)
14345l('sys/devices/virtual/vc/vcsa7/subsystem', '../../../../class/vc')
14346f('sys/devices/virtual/vc/vcsa7/dev', 0o644, b'7:135\n')
14347f('sys/devices/virtual/vc/vcsa7/uevent', 0o644, b'''MAJOR=7
14348MINOR=135
14349''')
14350d('sys/devices/virtual/vc/vcsa7/power', 0o755)
14351f('sys/devices/virtual/vc/vcsa7/power/wakeup', 0o644, b'\n')
14352d('sys/devices/virtual/vc/vcs6', 0o755)
14353l('sys/devices/virtual/vc/vcs6/subsystem', '../../../../class/vc')
14354f('sys/devices/virtual/vc/vcs6/dev', 0o644, b'7:6\n')
14355f('sys/devices/virtual/vc/vcs6/uevent', 0o644, b'''MAJOR=7
14356MINOR=6
14357''')
14358d('sys/devices/virtual/vc/vcs6/power', 0o755)
14359f('sys/devices/virtual/vc/vcs6/power/wakeup', 0o644, b'\n')
14360d('sys/devices/virtual/vc/vcs3', 0o755)
14361l('sys/devices/virtual/vc/vcs3/subsystem', '../../../../class/vc')
14362f('sys/devices/virtual/vc/vcs3/dev', 0o644, b'7:3\n')
14363f('sys/devices/virtual/vc/vcs3/uevent', 0o644, b'''MAJOR=7
14364MINOR=3
14365''')
14366d('sys/devices/virtual/vc/vcs3/power', 0o755)
14367f('sys/devices/virtual/vc/vcs3/power/wakeup', 0o644, b'\n')
14368d('sys/devices/virtual/vc/vcs5', 0o755)
14369l('sys/devices/virtual/vc/vcs5/subsystem', '../../../../class/vc')
14370f('sys/devices/virtual/vc/vcs5/dev', 0o644, b'7:5\n')
14371f('sys/devices/virtual/vc/vcs5/uevent', 0o644, b'''MAJOR=7
14372MINOR=5
14373''')
14374d('sys/devices/virtual/vc/vcs5/power', 0o755)
14375f('sys/devices/virtual/vc/vcs5/power/wakeup', 0o644, b'\n')
14376d('sys/devices/virtual/mem', 0o755)
14377d('sys/devices/virtual/mem/zero', 0o755)
14378l('sys/devices/virtual/mem/zero/subsystem', '../../../../class/mem')
14379f('sys/devices/virtual/mem/zero/dev', 0o644, b'1:5\n')
14380f('sys/devices/virtual/mem/zero/uevent', 0o644, b'''MAJOR=1
14381MINOR=5
14382''')
14383d('sys/devices/virtual/mem/zero/power', 0o755)
14384f('sys/devices/virtual/mem/zero/power/wakeup', 0o644, b'\n')
14385d('sys/devices/virtual/mem/kmsg', 0o755)
14386l('sys/devices/virtual/mem/kmsg/subsystem', '../../../../class/mem')
14387f('sys/devices/virtual/mem/kmsg/dev', 0o644, b'1:11\n')
14388f('sys/devices/virtual/mem/kmsg/uevent', 0o644, b'''MAJOR=1
14389MINOR=11
14390''')
14391d('sys/devices/virtual/mem/kmsg/power', 0o755)
14392f('sys/devices/virtual/mem/kmsg/power/wakeup', 0o644, b'\n')
14393d('sys/devices/virtual/mem/mem', 0o755)
14394l('sys/devices/virtual/mem/mem/subsystem', '../../../../class/mem')
14395f('sys/devices/virtual/mem/mem/dev', 0o644, b'1:1\n')
14396f('sys/devices/virtual/mem/mem/uevent', 0o644, b'''MAJOR=1
14397MINOR=1
14398''')
14399d('sys/devices/virtual/mem/mem/power', 0o755)
14400f('sys/devices/virtual/mem/mem/power/wakeup', 0o644, b'\n')
14401d('sys/devices/virtual/mem/urandom', 0o755)
14402l('sys/devices/virtual/mem/urandom/subsystem', '../../../../class/mem')
14403f('sys/devices/virtual/mem/urandom/dev', 0o644, b'1:9\n')
14404f('sys/devices/virtual/mem/urandom/uevent', 0o644, b'''MAJOR=1
14405MINOR=9
14406''')
14407d('sys/devices/virtual/mem/urandom/power', 0o755)
14408f('sys/devices/virtual/mem/urandom/power/wakeup', 0o644, b'\n')
14409d('sys/devices/virtual/mem/port', 0o755)
14410l('sys/devices/virtual/mem/port/subsystem', '../../../../class/mem')
14411f('sys/devices/virtual/mem/port/dev', 0o644, b'1:4\n')
14412f('sys/devices/virtual/mem/port/uevent', 0o644, b'''MAJOR=1
14413MINOR=4
14414''')
14415d('sys/devices/virtual/mem/port/power', 0o755)
14416f('sys/devices/virtual/mem/port/power/wakeup', 0o644, b'\n')
14417d('sys/devices/virtual/mem/null', 0o755)
14418l('sys/devices/virtual/mem/null/subsystem', '../../../../class/mem')
14419f('sys/devices/virtual/mem/null/dev', 0o644, b'1:3\n')
14420f('sys/devices/virtual/mem/null/uevent', 0o644, b'''MAJOR=1
14421MINOR=3
14422''')
14423d('sys/devices/virtual/mem/null/power', 0o755)
14424f('sys/devices/virtual/mem/null/power/wakeup', 0o644, b'\n')
14425d('sys/devices/virtual/mem/kmem', 0o755)
14426l('sys/devices/virtual/mem/kmem/subsystem', '../../../../class/mem')
14427f('sys/devices/virtual/mem/kmem/dev', 0o644, b'1:2\n')
14428f('sys/devices/virtual/mem/kmem/uevent', 0o644, b'''MAJOR=1
14429MINOR=2
14430''')
14431d('sys/devices/virtual/mem/kmem/power', 0o755)
14432f('sys/devices/virtual/mem/kmem/power/wakeup', 0o644, b'\n')
14433d('sys/devices/virtual/mem/full', 0o755)
14434l('sys/devices/virtual/mem/full/subsystem', '../../../../class/mem')
14435f('sys/devices/virtual/mem/full/dev', 0o644, b'1:7\n')
14436f('sys/devices/virtual/mem/full/uevent', 0o644, b'''MAJOR=1
14437MINOR=7
14438''')
14439d('sys/devices/virtual/mem/full/power', 0o755)
14440f('sys/devices/virtual/mem/full/power/wakeup', 0o644, b'\n')
14441d('sys/devices/virtual/mem/random', 0o755)
14442l('sys/devices/virtual/mem/random/subsystem', '../../../../class/mem')
14443f('sys/devices/virtual/mem/random/dev', 0o644, b'1:8\n')
14444f('sys/devices/virtual/mem/random/uevent', 0o644, b'''MAJOR=1
14445MINOR=8
14446''')
14447d('sys/devices/virtual/mem/random/power', 0o755)
14448f('sys/devices/virtual/mem/random/power/wakeup', 0o644, b'\n')
14449d('sys/devices/virtual/net', 0o755)
14450d('sys/devices/virtual/net/lo', 0o755)
14451l('sys/devices/virtual/net/lo/subsystem', '../../../../class/net')
14452f('sys/devices/virtual/net/lo/ifindex', 0o644, b'1\n')
14453f('sys/devices/virtual/net/lo/features', 0o644, b'0x13865\n')
14454f('sys/devices/virtual/net/lo/iflink', 0o644, b'1\n')
14455f('sys/devices/virtual/net/lo/dormant', 0o644, b'0\n')
14456f('sys/devices/virtual/net/lo/dev_id', 0o644, b'0x0\n')
14457f('sys/devices/virtual/net/lo/type', 0o644, b'772\n')
14458f('sys/devices/virtual/net/lo/operstate', 0o644, b'unknown\n')
14459f('sys/devices/virtual/net/lo/carrier', 0o644, b'1\n')
14460f('sys/devices/virtual/net/lo/link_mode', 0o644, b'0\n')
14461f('sys/devices/virtual/net/lo/tx_queue_len', 0o644, b'0\n')
14462f('sys/devices/virtual/net/lo/flags', 0o644, b'0x9\n')
14463f('sys/devices/virtual/net/lo/addr_len', 0o644, b'6\n')
14464f('sys/devices/virtual/net/lo/address', 0o644, b'00:00:00:00:00:00\n')
14465f('sys/devices/virtual/net/lo/uevent', 0o644, b'''INTERFACE=lo
14466IFINDEX=1
14467''')
14468f('sys/devices/virtual/net/lo/mtu', 0o644, b'16436\n')
14469f('sys/devices/virtual/net/lo/broadcast', 0o644, b'00:00:00:00:00:00\n')
14470d('sys/devices/virtual/net/lo/statistics', 0o755)
14471f('sys/devices/virtual/net/lo/statistics/tx_aborted_errors', 0o644, b'0\n')
14472f('sys/devices/virtual/net/lo/statistics/rx_crc_errors', 0o644, b'0\n')
14473f('sys/devices/virtual/net/lo/statistics/rx_bytes', 0o644, b'3380\n')
14474f('sys/devices/virtual/net/lo/statistics/rx_errors', 0o644, b'0\n')
14475f('sys/devices/virtual/net/lo/statistics/tx_packets', 0o644, b'46\n')
14476f('sys/devices/virtual/net/lo/statistics/tx_carrier_errors', 0o644, b'0\n')
14477f('sys/devices/virtual/net/lo/statistics/tx_errors', 0o644, b'0\n')
14478f('sys/devices/virtual/net/lo/statistics/rx_dropped', 0o644, b'0\n')
14479f('sys/devices/virtual/net/lo/statistics/tx_fifo_errors', 0o644, b'0\n')
14480f('sys/devices/virtual/net/lo/statistics/rx_length_errors', 0o644, b'0\n')
14481f('sys/devices/virtual/net/lo/statistics/tx_dropped', 0o644, b'0\n')
14482f('sys/devices/virtual/net/lo/statistics/rx_fifo_errors', 0o644, b'0\n')
14483f('sys/devices/virtual/net/lo/statistics/rx_missed_errors', 0o644, b'0\n')
14484f('sys/devices/virtual/net/lo/statistics/tx_window_errors', 0o644, b'0\n')
14485f('sys/devices/virtual/net/lo/statistics/collisions', 0o644, b'0\n')
14486f('sys/devices/virtual/net/lo/statistics/rx_frame_errors', 0o644, b'0\n')
14487f('sys/devices/virtual/net/lo/statistics/rx_packets', 0o644, b'46\n')
14488f('sys/devices/virtual/net/lo/statistics/rx_compressed', 0o644, b'0\n')
14489f('sys/devices/virtual/net/lo/statistics/tx_compressed', 0o644, b'0\n')
14490f('sys/devices/virtual/net/lo/statistics/multicast', 0o644, b'0\n')
14491f('sys/devices/virtual/net/lo/statistics/rx_over_errors', 0o644, b'0\n')
14492f('sys/devices/virtual/net/lo/statistics/tx_bytes', 0o644, b'3380\n')
14493f('sys/devices/virtual/net/lo/statistics/tx_heartbeat_errors', 0o644, b'0\n')
14494d('sys/devices/virtual/net/lo/power', 0o755)
14495f('sys/devices/virtual/net/lo/power/wakeup', 0o644, b'\n')
14496d('sys/devices/virtual/dmi', 0o755)
14497d('sys/devices/virtual/dmi/id', 0o755)
14498l('sys/devices/virtual/dmi/id/subsystem', '../../../../class/dmi')
14499f('sys/devices/virtual/dmi/id/product_name', 0o644, b'8741C4G\n')
14500f('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')
14501f('sys/devices/virtual/dmi/id/chassis_serial', 0o644, b'Not Available\n')
14502f('sys/devices/virtual/dmi/id/board_version', 0o644, b'Not Available\n')
14503f('sys/devices/virtual/dmi/id/board_serial', 0o644, b'VF0UV72C10X\n')
14504f('sys/devices/virtual/dmi/id/chassis_type', 0o644, b'10\n')
14505f('sys/devices/virtual/dmi/id/chassis_asset_tag', 0o644, b'No Asset Information\n')
14506f('sys/devices/virtual/dmi/id/product_uuid', 0o644, b'82161681-492E-11CB-BCCA-A7FDE26F414B\n')
14507f('sys/devices/virtual/dmi/id/board_name', 0o644, b'8741C4G\n')
14508f('sys/devices/virtual/dmi/id/board_asset_tag', 0o644, b'\n')
14509f('sys/devices/virtual/dmi/id/bios_date', 0o644, b'09/19/2007\n')
14510f('sys/devices/virtual/dmi/id/bios_version', 0o644, b'7IET31WW (1.12 )\n')
14511f('sys/devices/virtual/dmi/id/product_serial', 0o644, b'L3AK195\n')
14512f('sys/devices/virtual/dmi/id/chassis_version', 0o644, b'Not Available\n')
14513f('sys/devices/virtual/dmi/id/chassis_vendor', 0o644, b'LENOVO\n')
14514f('sys/devices/virtual/dmi/id/product_version', 0o644, b'ThinkPad T60p\n')
14515f('sys/devices/virtual/dmi/id/board_vendor', 0o644, b'LENOVO\n')
14516f('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')
14517f('sys/devices/virtual/dmi/id/sys_vendor', 0o644, b'LENOVO\n')
14518f('sys/devices/virtual/dmi/id/bios_vendor', 0o644, b'LENOVO\n')
14519d('sys/devices/virtual/dmi/id/power', 0o755)
14520f('sys/devices/virtual/dmi/id/power/wakeup', 0o644, b'\n')
14521d('sys/devices/virtual/bdi', 0o755)
14522d('sys/devices/virtual/bdi/7:1', 0o755)
14523l('sys/devices/virtual/bdi/7:1/subsystem', '../../../../class/bdi')
14524f('sys/devices/virtual/bdi/7:1/read_ahead_kb', 0o644, b'0\n')
14525f('sys/devices/virtual/bdi/7:1/uevent', 0o644, b'')
14526f('sys/devices/virtual/bdi/7:1/max_ratio', 0o644, b'100\n')
14527f('sys/devices/virtual/bdi/7:1/min_ratio', 0o644, b'0\n')
14528d('sys/devices/virtual/bdi/7:1/power', 0o755)
14529f('sys/devices/virtual/bdi/7:1/power/wakeup', 0o644, b'\n')
14530d('sys/devices/virtual/bdi/7:0', 0o755)
14531l('sys/devices/virtual/bdi/7:0/subsystem', '../../../../class/bdi')
14532f('sys/devices/virtual/bdi/7:0/read_ahead_kb', 0o644, b'0\n')
14533f('sys/devices/virtual/bdi/7:0/uevent', 0o644, b'')
14534f('sys/devices/virtual/bdi/7:0/max_ratio', 0o644, b'100\n')
14535f('sys/devices/virtual/bdi/7:0/min_ratio', 0o644, b'0\n')
14536d('sys/devices/virtual/bdi/7:0/power', 0o755)
14537f('sys/devices/virtual/bdi/7:0/power/wakeup', 0o644, b'\n')
14538d('sys/devices/virtual/bdi/7:2', 0o755)
14539l('sys/devices/virtual/bdi/7:2/subsystem', '../../../../class/bdi')
14540f('sys/devices/virtual/bdi/7:2/read_ahead_kb', 0o644, b'0\n')
14541f('sys/devices/virtual/bdi/7:2/uevent', 0o644, b'')
14542f('sys/devices/virtual/bdi/7:2/max_ratio', 0o644, b'100\n')
14543f('sys/devices/virtual/bdi/7:2/min_ratio', 0o644, b'0\n')
14544d('sys/devices/virtual/bdi/7:2/power', 0o755)
14545f('sys/devices/virtual/bdi/7:2/power/wakeup', 0o644, b'\n')
14546d('sys/devices/virtual/bdi/7:4', 0o755)
14547l('sys/devices/virtual/bdi/7:4/subsystem', '../../../../class/bdi')
14548f('sys/devices/virtual/bdi/7:4/read_ahead_kb', 0o644, b'0\n')
14549f('sys/devices/virtual/bdi/7:4/uevent', 0o644, b'')
14550f('sys/devices/virtual/bdi/7:4/max_ratio', 0o644, b'100\n')
14551f('sys/devices/virtual/bdi/7:4/min_ratio', 0o644, b'0\n')
14552d('sys/devices/virtual/bdi/7:4/power', 0o755)
14553f('sys/devices/virtual/bdi/7:4/power/wakeup', 0o644, b'\n')
14554d('sys/devices/virtual/bdi/7:3', 0o755)
14555l('sys/devices/virtual/bdi/7:3/subsystem', '../../../../class/bdi')
14556f('sys/devices/virtual/bdi/7:3/read_ahead_kb', 0o644, b'0\n')
14557f('sys/devices/virtual/bdi/7:3/uevent', 0o644, b'')
14558f('sys/devices/virtual/bdi/7:3/max_ratio', 0o644, b'100\n')
14559f('sys/devices/virtual/bdi/7:3/min_ratio', 0o644, b'0\n')
14560d('sys/devices/virtual/bdi/7:3/power', 0o755)
14561f('sys/devices/virtual/bdi/7:3/power/wakeup', 0o644, b'\n')
14562d('sys/devices/virtual/bdi/11:0', 0o755)
14563l('sys/devices/virtual/bdi/11:0/subsystem', '../../../../class/bdi')
14564f('sys/devices/virtual/bdi/11:0/read_ahead_kb', 0o644, b'128\n')
14565f('sys/devices/virtual/bdi/11:0/uevent', 0o644, b'')
14566f('sys/devices/virtual/bdi/11:0/max_ratio', 0o644, b'100\n')
14567f('sys/devices/virtual/bdi/11:0/min_ratio', 0o644, b'0\n')
14568d('sys/devices/virtual/bdi/11:0/power', 0o755)
14569f('sys/devices/virtual/bdi/11:0/power/wakeup', 0o644, b'\n')
14570d('sys/devices/virtual/bdi/7:5', 0o755)
14571l('sys/devices/virtual/bdi/7:5/subsystem', '../../../../class/bdi')
14572f('sys/devices/virtual/bdi/7:5/read_ahead_kb', 0o644, b'0\n')
14573f('sys/devices/virtual/bdi/7:5/uevent', 0o644, b'')
14574f('sys/devices/virtual/bdi/7:5/max_ratio', 0o644, b'100\n')
14575f('sys/devices/virtual/bdi/7:5/min_ratio', 0o644, b'0\n')
14576d('sys/devices/virtual/bdi/7:5/power', 0o755)
14577f('sys/devices/virtual/bdi/7:5/power/wakeup', 0o644, b'\n')
14578d('sys/devices/virtual/bdi/8:0', 0o755)
14579l('sys/devices/virtual/bdi/8:0/subsystem', '../../../../class/bdi')
14580f('sys/devices/virtual/bdi/8:0/read_ahead_kb', 0o644, b'128\n')
14581f('sys/devices/virtual/bdi/8:0/uevent', 0o644, b'')
14582f('sys/devices/virtual/bdi/8:0/max_ratio', 0o644, b'100\n')
14583f('sys/devices/virtual/bdi/8:0/min_ratio', 0o644, b'0\n')
14584d('sys/devices/virtual/bdi/8:0/power', 0o755)
14585f('sys/devices/virtual/bdi/8:0/power/wakeup', 0o644, b'\n')
14586d('sys/devices/virtual/bdi/default', 0o755)
14587l('sys/devices/virtual/bdi/default/subsystem', '../../../../class/bdi')
14588f('sys/devices/virtual/bdi/default/read_ahead_kb', 0o644, b'128\n')
14589f('sys/devices/virtual/bdi/default/uevent', 0o644, b'')
14590f('sys/devices/virtual/bdi/default/max_ratio', 0o644, b'100\n')
14591f('sys/devices/virtual/bdi/default/min_ratio', 0o644, b'0\n')
14592d('sys/devices/virtual/bdi/default/power', 0o755)
14593f('sys/devices/virtual/bdi/default/power/wakeup', 0o644, b'\n')
14594d('sys/devices/virtual/bdi/0:16', 0o755)
14595l('sys/devices/virtual/bdi/0:16/subsystem', '../../../../class/bdi')
14596f('sys/devices/virtual/bdi/0:16/read_ahead_kb', 0o644, b'128\n')
14597f('sys/devices/virtual/bdi/0:16/uevent', 0o644, b'')
14598f('sys/devices/virtual/bdi/0:16/max_ratio', 0o644, b'1\n')
14599f('sys/devices/virtual/bdi/0:16/min_ratio', 0o644, b'0\n')
14600d('sys/devices/virtual/bdi/0:16/power', 0o755)
14601f('sys/devices/virtual/bdi/0:16/power/wakeup', 0o644, b'\n')
14602d('sys/devices/virtual/bdi/8:16', 0o755)
14603l('sys/devices/virtual/bdi/8:16/subsystem', '../../../../class/bdi')
14604f('sys/devices/virtual/bdi/8:16/read_ahead_kb', 0o644, b'128\n')
14605f('sys/devices/virtual/bdi/8:16/uevent', 0o644, b'')
14606f('sys/devices/virtual/bdi/8:16/max_ratio', 0o644, b'100\n')
14607f('sys/devices/virtual/bdi/8:16/min_ratio', 0o644, b'0\n')
14608d('sys/devices/virtual/bdi/8:16/power', 0o755)
14609f('sys/devices/virtual/bdi/8:16/power/wakeup', 0o644, b'\n')
14610d('sys/devices/virtual/bdi/9:0', 0o755)
14611l('sys/devices/virtual/bdi/9:0/subsystem', '../../../../class/bdi')
14612f('sys/devices/virtual/bdi/9:0/read_ahead_kb', 0o644, b'128\n')
14613f('sys/devices/virtual/bdi/9:0/uevent', 0o644, b'')
14614f('sys/devices/virtual/bdi/9:0/max_ratio', 0o644, b'100\n')
14615f('sys/devices/virtual/bdi/9:0/min_ratio', 0o644, b'0\n')
14616d('sys/devices/virtual/bdi/9:0/power', 0o755)
14617f('sys/devices/virtual/bdi/9:0/power/wakeup', 0o644, b'\n')
14618d('sys/devices/virtual/bdi/7:7', 0o755)
14619l('sys/devices/virtual/bdi/7:7/subsystem', '../../../../class/bdi')
14620f('sys/devices/virtual/bdi/7:7/read_ahead_kb', 0o644, b'0\n')
14621f('sys/devices/virtual/bdi/7:7/uevent', 0o644, b'')
14622f('sys/devices/virtual/bdi/7:7/max_ratio', 0o644, b'100\n')
14623f('sys/devices/virtual/bdi/7:7/min_ratio', 0o644, b'0\n')
14624d('sys/devices/virtual/bdi/7:7/power', 0o755)
14625f('sys/devices/virtual/bdi/7:7/power/wakeup', 0o644, b'\n')
14626d('sys/devices/virtual/bdi/7:6', 0o755)
14627l('sys/devices/virtual/bdi/7:6/subsystem', '../../../../class/bdi')
14628f('sys/devices/virtual/bdi/7:6/read_ahead_kb', 0o644, b'0\n')
14629f('sys/devices/virtual/bdi/7:6/uevent', 0o644, b'')
14630f('sys/devices/virtual/bdi/7:6/max_ratio', 0o644, b'100\n')
14631f('sys/devices/virtual/bdi/7:6/min_ratio', 0o644, b'0\n')
14632d('sys/devices/virtual/bdi/7:6/power', 0o755)
14633f('sys/devices/virtual/bdi/7:6/power/wakeup', 0o644, b'\n')
14634d('sys/devices/virtual/sound', 0o755)
14635d('sys/devices/virtual/sound/timer', 0o755)
14636l('sys/devices/virtual/sound/timer/subsystem', '../../../../class/sound')
14637f('sys/devices/virtual/sound/timer/dev', 0o644, b'116:33\n')
14638f('sys/devices/virtual/sound/timer/uevent', 0o644, b'''MAJOR=116
14639MINOR=33
14640''')
14641d('sys/devices/virtual/sound/timer/power', 0o755)
14642f('sys/devices/virtual/sound/timer/power/wakeup', 0o644, b'\n')
14643d('sys/devices/virtual/sound/seq', 0o755)
14644l('sys/devices/virtual/sound/seq/subsystem', '../../../../class/sound')
14645f('sys/devices/virtual/sound/seq/dev', 0o644, b'116:1\n')
14646f('sys/devices/virtual/sound/seq/uevent', 0o644, b'''MAJOR=116
14647MINOR=1
14648''')
14649d('sys/devices/virtual/sound/seq/power', 0o755)
14650f('sys/devices/virtual/sound/seq/power/wakeup', 0o644, b'\n')
14651d('sys/devices/virtual/misc', 0o755)
14652d('sys/devices/virtual/misc/misc-fake89999', 0o755)
14653l('sys/devices/virtual/misc/misc-fake89999/subsystem', '../../../../class/misc')
14654f('sys/devices/virtual/misc/misc-fake89999/dev', 0o644, b'4095:89999\n')
14655f('sys/devices/virtual/misc/misc-fake89999/uevent', 0o644, b'''MAJOR=4095
14656MINOR=89999
14657DEVNAME=misc-fake89999
14658''')
14659d('sys/devices/virtual/misc/misc-fake89999/power', 0o755)
14660f('sys/devices/virtual/misc/misc-fake89999/power/wakeup', 0o644, b'\n')
14661d('sys/devices/virtual/misc/uinput', 0o755)
14662l('sys/devices/virtual/misc/uinput/subsystem', '../../../../class/misc')
14663f('sys/devices/virtual/misc/uinput/dev', 0o644, b'10:223\n')
14664f('sys/devices/virtual/misc/uinput/uevent', 0o644, b'''MAJOR=10
14665MINOR=223
14666''')
14667d('sys/devices/virtual/misc/uinput/power', 0o755)
14668f('sys/devices/virtual/misc/uinput/power/wakeup', 0o644, b'\n')
14669d('sys/devices/virtual/misc/fuse', 0o755)
14670l('sys/devices/virtual/misc/fuse/subsystem', '../../../../class/misc')
14671f('sys/devices/virtual/misc/fuse/dev', 0o644, b'10:229\n')
14672f('sys/devices/virtual/misc/fuse/uevent', 0o644, b'''MAJOR=10
14673MINOR=229
14674''')
14675d('sys/devices/virtual/misc/fuse/power', 0o755)
14676f('sys/devices/virtual/misc/fuse/power/wakeup', 0o644, b'\n')
14677d('sys/devices/virtual/misc/hpet', 0o755)
14678l('sys/devices/virtual/misc/hpet/subsystem', '../../../../class/misc')
14679f('sys/devices/virtual/misc/hpet/dev', 0o644, b'10:228\n')
14680f('sys/devices/virtual/misc/hpet/uevent', 0o644, b'''MAJOR=10
14681MINOR=228
14682''')
14683d('sys/devices/virtual/misc/hpet/power', 0o755)
14684f('sys/devices/virtual/misc/hpet/power/wakeup', 0o644, b'\n')
14685d('sys/devices/virtual/misc/cpu_dma_latency', 0o755)
14686l('sys/devices/virtual/misc/cpu_dma_latency/subsystem', '../../../../class/misc')
14687f('sys/devices/virtual/misc/cpu_dma_latency/dev', 0o644, b'10:63\n')
14688f('sys/devices/virtual/misc/cpu_dma_latency/uevent', 0o644, b'''MAJOR=10
14689MINOR=63
14690''')
14691d('sys/devices/virtual/misc/cpu_dma_latency/power', 0o755)
14692f('sys/devices/virtual/misc/cpu_dma_latency/power/wakeup', 0o644, b'\n')
14693d('sys/devices/virtual/misc/mcelog', 0o755)
14694l('sys/devices/virtual/misc/mcelog/subsystem', '../../../../class/misc')
14695f('sys/devices/virtual/misc/mcelog/dev', 0o644, b'10:227\n')
14696f('sys/devices/virtual/misc/mcelog/uevent', 0o644, b'''MAJOR=10
14697MINOR=227
14698''')
14699d('sys/devices/virtual/misc/mcelog/power', 0o755)
14700f('sys/devices/virtual/misc/mcelog/power/wakeup', 0o644, b'\n')
14701d('sys/devices/virtual/misc/device-mapper', 0o755)
14702l('sys/devices/virtual/misc/device-mapper/subsystem', '../../../../class/misc')
14703f('sys/devices/virtual/misc/device-mapper/dev', 0o644, b'10:60\n')
14704f('sys/devices/virtual/misc/device-mapper/uevent', 0o644, b'''MAJOR=10
14705MINOR=60
14706''')
14707d('sys/devices/virtual/misc/device-mapper/power', 0o755)
14708f('sys/devices/virtual/misc/device-mapper/power/wakeup', 0o644, b'\n')
14709d('sys/devices/virtual/misc/psaux', 0o755)
14710l('sys/devices/virtual/misc/psaux/subsystem', '../../../../class/misc')
14711f('sys/devices/virtual/misc/psaux/dev', 0o644, b'10:1\n')
14712f('sys/devices/virtual/misc/psaux/uevent', 0o644, b'''MAJOR=10
14713MINOR=1
14714''')
14715d('sys/devices/virtual/misc/psaux/power', 0o755)
14716f('sys/devices/virtual/misc/psaux/power/wakeup', 0o644, b'\n')
14717d('sys/devices/virtual/misc/misc-fake1', 0o755)
14718l('sys/devices/virtual/misc/misc-fake1/subsystem', '../../../../class/misc')
14719f('sys/devices/virtual/misc/misc-fake1/dev', 0o644, b'4095:1\n')
14720f('sys/devices/virtual/misc/misc-fake1/uevent', 0o644, b'''MAJOR=4095
14721MINOR=1
14722DEVNAME=misc-fake1
14723
14724''')
14725d('sys/devices/virtual/misc/misc-fake1/power', 0o755)
14726f('sys/devices/virtual/misc/misc-fake1/power/wakeup', 0o644, b'\n')
14727d('sys/devices/virtual/misc/nvram', 0o755)
14728l('sys/devices/virtual/misc/nvram/subsystem', '../../../../class/misc')
14729f('sys/devices/virtual/misc/nvram/dev', 0o644, b'10:144\n')
14730f('sys/devices/virtual/misc/nvram/uevent', 0o644, b'''MAJOR=10
14731MINOR=144
14732''')
14733d('sys/devices/virtual/misc/nvram/power', 0o755)
14734f('sys/devices/virtual/misc/nvram/power/wakeup', 0o644, b'\n')
14735d('sys/devices/virtual/misc/network_latency', 0o755)
14736l('sys/devices/virtual/misc/network_latency/subsystem', '../../../../class/misc')
14737f('sys/devices/virtual/misc/network_latency/dev', 0o644, b'10:62\n')
14738f('sys/devices/virtual/misc/network_latency/uevent', 0o644, b'''MAJOR=10
14739MINOR=62
14740''')
14741d('sys/devices/virtual/misc/network_latency/power', 0o755)
14742f('sys/devices/virtual/misc/network_latency/power/wakeup', 0o644, b'\n')
14743d('sys/devices/virtual/misc/network_throughput', 0o755)
14744l('sys/devices/virtual/misc/network_throughput/subsystem', '../../../../class/misc')
14745f('sys/devices/virtual/misc/network_throughput/dev', 0o644, b'10:61\n')
14746f('sys/devices/virtual/misc/network_throughput/uevent', 0o644, b'''MAJOR=10
14747MINOR=61
14748''')
14749d('sys/devices/virtual/misc/network_throughput/power', 0o755)
14750f('sys/devices/virtual/misc/network_throughput/power/wakeup', 0o644, b'\n')
14751d('sys/devices/virtual/misc/microcode', 0o755)
14752l('sys/devices/virtual/misc/microcode/subsystem', '../../../../class/misc')
14753f('sys/devices/virtual/misc/microcode/dev', 0o644, b'10:184\n')
14754f('sys/devices/virtual/misc/microcode/uevent', 0o644, b'''MAJOR=10
14755MINOR=184
14756''')
14757d('sys/devices/virtual/misc/microcode/power', 0o755)
14758f('sys/devices/virtual/misc/microcode/power/wakeup', 0o644, b'\n')
14759d('sys/devices/virtual/vtconsole', 0o755)
14760d('sys/devices/virtual/vtconsole/vtcon1', 0o755)
14761l('sys/devices/virtual/vtconsole/vtcon1/subsystem', '../../../../class/vtconsole')
14762f('sys/devices/virtual/vtconsole/vtcon1/bind', 0o644, b'1\n')
14763f('sys/devices/virtual/vtconsole/vtcon1/name', 0o644, b'(M) frame buffer device\n')
14764f('sys/devices/virtual/vtconsole/vtcon1/uevent', 0o644, b'')
14765d('sys/devices/virtual/vtconsole/vtcon1/power', 0o755)
14766f('sys/devices/virtual/vtconsole/vtcon1/power/wakeup', 0o644, b'\n')
14767d('sys/devices/virtual/vtconsole/vtcon0', 0o755)
14768l('sys/devices/virtual/vtconsole/vtcon0/subsystem', '../../../../class/vtconsole')
14769f('sys/devices/virtual/vtconsole/vtcon0/bind', 0o644, b'0\n')
14770f('sys/devices/virtual/vtconsole/vtcon0/name', 0o644, b'(S) dummy device\n')
14771f('sys/devices/virtual/vtconsole/vtcon0/uevent', 0o644, b'')
14772d('sys/devices/virtual/vtconsole/vtcon0/power', 0o755)
14773f('sys/devices/virtual/vtconsole/vtcon0/power/wakeup', 0o644, b'\n')
14774d('sys/devices/virtual/input', 0o755)
14775d('sys/devices/virtual/input/mice', 0o755)
14776l('sys/devices/virtual/input/mice/subsystem', '../../../../class/input')
14777f('sys/devices/virtual/input/mice/dev', 0o644, b'13:63\n')
14778f('sys/devices/virtual/input/mice/uevent', 0o644, b'''MAJOR=13
14779MINOR=63
14780''')
14781d('sys/devices/virtual/input/mice/power', 0o755)
14782f('sys/devices/virtual/input/mice/power/wakeup', 0o644, b'\n')
14783d('sys/devices/virtual/input/input6', 0o755)
14784l('sys/devices/virtual/input/input6/subsystem', '../../../../class/input')
14785f('sys/devices/virtual/input/input6/uniq', 0o644, b'\n')
14786f('sys/devices/virtual/input/input6/phys', 0o644, b'thinkpad_acpi/input0\n')
14787f('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')
14788f('sys/devices/virtual/input/input6/name', 0o644, b'ThinkPad Extra Buttons\n')
14789f('sys/devices/virtual/input/input6/uevent', 0o644, b'''PRODUCT=19/17aa/5054/4101
14790NAME="ThinkPad Extra Buttons"
14791PHYS="thinkpad_acpi/input0"
14792EV==33
14793KEY==18840000 2 10010000000000 0 1101b00002005 1004000 e000000000000 0
14794MSC==10
14795SW==8
14796MODALIAS=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,
14797''')
14798d('sys/devices/virtual/input/input6/id', 0o755)
14799f('sys/devices/virtual/input/input6/id/version', 0o644, b'4101\n')
14800f('sys/devices/virtual/input/input6/id/product', 0o644, b'5054\n')
14801f('sys/devices/virtual/input/input6/id/vendor', 0o644, b'17aa\n')
14802f('sys/devices/virtual/input/input6/id/bustype', 0o644, b'0019\n')
14803d('sys/devices/virtual/input/input6/power', 0o755)
14804f('sys/devices/virtual/input/input6/power/wakeup', 0o644, b'\n')
14805d('sys/devices/virtual/input/input6/event6', 0o755)
14806l('sys/devices/virtual/input/input6/event6/subsystem', '../../../../../class/input')
14807l('sys/devices/virtual/input/input6/event6/device', '../../input6')
14808f('sys/devices/virtual/input/input6/event6/dev', 0o644, b'13:70\n')
14809f('sys/devices/virtual/input/input6/event6/uevent', 0o644, b'''MAJOR=13
14810MINOR=70
14811''')
14812d('sys/devices/virtual/input/input6/event6/power', 0o755)
14813f('sys/devices/virtual/input/input6/event6/power/wakeup', 0o644, b'\n')
14814d('sys/devices/virtual/input/input6/capabilities', 0o755)
14815f('sys/devices/virtual/input/input6/capabilities/msc', 0o644, b'10\n')
14816f('sys/devices/virtual/input/input6/capabilities/abs', 0o644, b'0\n')
14817f('sys/devices/virtual/input/input6/capabilities/snd', 0o644, b'0\n')
14818f('sys/devices/virtual/input/input6/capabilities/ff', 0o644, b'0\n')
14819f('sys/devices/virtual/input/input6/capabilities/key', 0o644, b'18840000 2 10010000000000 0 1101b00002005 1004000 e000000000000 0\n')
14820f('sys/devices/virtual/input/input6/capabilities/rel', 0o644, b'0\n')
14821f('sys/devices/virtual/input/input6/capabilities/sw', 0o644, b'8\n')
14822f('sys/devices/virtual/input/input6/capabilities/ev', 0o644, b'33\n')
14823f('sys/devices/virtual/input/input6/capabilities/led', 0o644, b'0\n')
14824d('sys/devices/virtual/thermal', 0o755)
14825d('sys/devices/virtual/thermal/thermal_zone1', 0o755)
14826l('sys/devices/virtual/thermal/thermal_zone1/subsystem', '../../../../class/thermal')
14827l('sys/devices/virtual/thermal/thermal_zone1/cdev1', '../cooling_device0')
14828l('sys/devices/virtual/thermal/thermal_zone1/cdev0', '../cooling_device1')
14829l('sys/devices/virtual/thermal/thermal_zone1/device', '../../../LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02')
14830f('sys/devices/virtual/thermal/thermal_zone1/trip_point_0_type', 0o644, b'critical\n')
14831f('sys/devices/virtual/thermal/thermal_zone1/trip_point_0_temp', 0o644, b'100000\n')
14832f('sys/devices/virtual/thermal/thermal_zone1/trip_point_1_temp', 0o644, b'95500\n')
14833f('sys/devices/virtual/thermal/thermal_zone1/type', 0o644, b'acpitz\n')
14834f('sys/devices/virtual/thermal/thermal_zone1/cdev1_trip_point', 0o644, b'1\n')
14835f('sys/devices/virtual/thermal/thermal_zone1/mode', 0o644, b'kernel\n')
14836f('sys/devices/virtual/thermal/thermal_zone1/temp', 0o644, b'47000\n')
14837f('sys/devices/virtual/thermal/thermal_zone1/cdev0_trip_point', 0o644, b'1\n')
14838f('sys/devices/virtual/thermal/thermal_zone1/uevent', 0o644, b'')
14839f('sys/devices/virtual/thermal/thermal_zone1/trip_point_1_type', 0o644, b'passive\n')
14840d('sys/devices/virtual/thermal/thermal_zone1/power', 0o755)
14841f('sys/devices/virtual/thermal/thermal_zone1/power/wakeup', 0o644, b'\n')
14842d('sys/devices/virtual/thermal/cooling_device1', 0o755)
14843l('sys/devices/virtual/thermal/cooling_device1/subsystem', '../../../../class/thermal')
14844l('sys/devices/virtual/thermal/cooling_device1/device', '../../../LNXSYSTM:00/ACPI0007:01')
14845f('sys/devices/virtual/thermal/cooling_device1/type', 0o644, b'Processor\n')
14846f('sys/devices/virtual/thermal/cooling_device1/max_state', 0o644, b'10\n')
14847f('sys/devices/virtual/thermal/cooling_device1/cur_state', 0o644, b'0\n')
14848f('sys/devices/virtual/thermal/cooling_device1/uevent', 0o644, b'')
14849d('sys/devices/virtual/thermal/cooling_device1/power', 0o755)
14850f('sys/devices/virtual/thermal/cooling_device1/power/wakeup', 0o644, b'\n')
14851d('sys/devices/virtual/thermal/cooling_device0', 0o755)
14852l('sys/devices/virtual/thermal/cooling_device0/subsystem', '../../../../class/thermal')
14853l('sys/devices/virtual/thermal/cooling_device0/device', '../../../LNXSYSTM:00/ACPI0007:00')
14854f('sys/devices/virtual/thermal/cooling_device0/type', 0o644, b'Processor\n')
14855f('sys/devices/virtual/thermal/cooling_device0/max_state', 0o644, b'10\n')
14856f('sys/devices/virtual/thermal/cooling_device0/cur_state', 0o644, b'0\n')
14857f('sys/devices/virtual/thermal/cooling_device0/uevent', 0o644, b'')
14858d('sys/devices/virtual/thermal/cooling_device0/power', 0o755)
14859f('sys/devices/virtual/thermal/cooling_device0/power/wakeup', 0o644, b'\n')
14860d('sys/devices/virtual/thermal/thermal_zone0', 0o755)
14861l('sys/devices/virtual/thermal/thermal_zone0/subsystem', '../../../../class/thermal')
14862l('sys/devices/virtual/thermal/thermal_zone0/device', '../../../LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01')
14863f('sys/devices/virtual/thermal/thermal_zone0/trip_point_0_type', 0o644, b'critical\n')
14864f('sys/devices/virtual/thermal/thermal_zone0/trip_point_0_temp', 0o644, b'127000\n')
14865f('sys/devices/virtual/thermal/thermal_zone0/type', 0o644, b'acpitz\n')
14866f('sys/devices/virtual/thermal/thermal_zone0/mode', 0o644, b'kernel\n')
14867f('sys/devices/virtual/thermal/thermal_zone0/temp', 0o644, b'46000\n')
14868f('sys/devices/virtual/thermal/thermal_zone0/uevent', 0o644, b'')
14869d('sys/devices/virtual/thermal/thermal_zone0/power', 0o755)
14870f('sys/devices/virtual/thermal/thermal_zone0/power/wakeup', 0o644, b'\n')
14871d('sys/devices/virtual/block', 0o755)
14872d('sys/devices/virtual/block/loop1', 0o755)
14873l('sys/devices/virtual/block/loop1/subsystem', '../../../../class/block')
14874l('sys/devices/virtual/block/loop1/bdi', '../../bdi/7:1')
14875f('sys/devices/virtual/block/loop1/capability', 0o644, b'10\n')
14876f('sys/devices/virtual/block/loop1/ro', 0o644, b'0\n')
14877f('sys/devices/virtual/block/loop1/make-it-fail', 0o644, b'0\n')
14878f('sys/devices/virtual/block/loop1/size', 0o644, b'0\n')
14879f('sys/devices/virtual/block/loop1/dev', 0o644, b'7:1\n')
14880f('sys/devices/virtual/block/loop1/range', 0o644, b'1\n')
14881f('sys/devices/virtual/block/loop1/removable', 0o644, b'0\n')
14882f('sys/devices/virtual/block/loop1/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14883f('sys/devices/virtual/block/loop1/uevent', 0o644, b'''MAJOR=7
14884MINOR=1
14885DEVTYPE=disk
14886''')
14887d('sys/devices/virtual/block/loop1/power', 0o755)
14888f('sys/devices/virtual/block/loop1/power/wakeup', 0o644, b'\n')
14889d('sys/devices/virtual/block/loop7', 0o755)
14890l('sys/devices/virtual/block/loop7/subsystem', '../../../../class/block')
14891l('sys/devices/virtual/block/loop7/bdi', '../../bdi/7:7')
14892f('sys/devices/virtual/block/loop7/capability', 0o644, b'10\n')
14893f('sys/devices/virtual/block/loop7/ro', 0o644, b'0\n')
14894f('sys/devices/virtual/block/loop7/make-it-fail', 0o644, b'0\n')
14895f('sys/devices/virtual/block/loop7/size', 0o644, b'0\n')
14896f('sys/devices/virtual/block/loop7/dev', 0o644, b'7:7\n')
14897f('sys/devices/virtual/block/loop7/range', 0o644, b'1\n')
14898f('sys/devices/virtual/block/loop7/removable', 0o644, b'0\n')
14899f('sys/devices/virtual/block/loop7/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14900f('sys/devices/virtual/block/loop7/uevent', 0o644, b'''MAJOR=7
14901MINOR=7
14902DEVTYPE=disk
14903''')
14904d('sys/devices/virtual/block/loop7/power', 0o755)
14905f('sys/devices/virtual/block/loop7/power/wakeup', 0o644, b'\n')
14906d('sys/devices/virtual/block/loop0', 0o755)
14907l('sys/devices/virtual/block/loop0/subsystem', '../../../../class/block')
14908l('sys/devices/virtual/block/loop0/bdi', '../../bdi/7:0')
14909f('sys/devices/virtual/block/loop0/capability', 0o644, b'10\n')
14910f('sys/devices/virtual/block/loop0/ro', 0o644, b'0\n')
14911f('sys/devices/virtual/block/loop0/make-it-fail', 0o644, b'0\n')
14912f('sys/devices/virtual/block/loop0/size', 0o644, b'0\n')
14913f('sys/devices/virtual/block/loop0/dev', 0o644, b'7:0\n')
14914f('sys/devices/virtual/block/loop0/range', 0o644, b'1\n')
14915f('sys/devices/virtual/block/loop0/removable', 0o644, b'0\n')
14916f('sys/devices/virtual/block/loop0/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14917f('sys/devices/virtual/block/loop0/uevent', 0o644, b'''MAJOR=7
14918MINOR=0
14919DEVTYPE=disk
14920''')
14921d('sys/devices/virtual/block/loop0/power', 0o755)
14922f('sys/devices/virtual/block/loop0/power/wakeup', 0o644, b'\n')
14923d('sys/devices/virtual/block/loop5', 0o755)
14924l('sys/devices/virtual/block/loop5/subsystem', '../../../../class/block')
14925l('sys/devices/virtual/block/loop5/bdi', '../../bdi/7:5')
14926f('sys/devices/virtual/block/loop5/capability', 0o644, b'10\n')
14927f('sys/devices/virtual/block/loop5/ro', 0o644, b'0\n')
14928f('sys/devices/virtual/block/loop5/make-it-fail', 0o644, b'0\n')
14929f('sys/devices/virtual/block/loop5/size', 0o644, b'0\n')
14930f('sys/devices/virtual/block/loop5/dev', 0o644, b'7:5\n')
14931f('sys/devices/virtual/block/loop5/range', 0o644, b'1\n')
14932f('sys/devices/virtual/block/loop5/removable', 0o644, b'0\n')
14933f('sys/devices/virtual/block/loop5/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14934f('sys/devices/virtual/block/loop5/uevent', 0o644, b'''MAJOR=7
14935MINOR=5
14936DEVTYPE=disk
14937''')
14938d('sys/devices/virtual/block/loop5/power', 0o755)
14939f('sys/devices/virtual/block/loop5/power/wakeup', 0o644, b'\n')
14940d('sys/devices/virtual/block/loop3', 0o755)
14941l('sys/devices/virtual/block/loop3/subsystem', '../../../../class/block')
14942l('sys/devices/virtual/block/loop3/bdi', '../../bdi/7:3')
14943f('sys/devices/virtual/block/loop3/capability', 0o644, b'10\n')
14944f('sys/devices/virtual/block/loop3/ro', 0o644, b'0\n')
14945f('sys/devices/virtual/block/loop3/make-it-fail', 0o644, b'0\n')
14946f('sys/devices/virtual/block/loop3/size', 0o644, b'0\n')
14947f('sys/devices/virtual/block/loop3/dev', 0o644, b'7:3\n')
14948f('sys/devices/virtual/block/loop3/range', 0o644, b'1\n')
14949f('sys/devices/virtual/block/loop3/removable', 0o644, b'0\n')
14950f('sys/devices/virtual/block/loop3/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14951f('sys/devices/virtual/block/loop3/uevent', 0o644, b'''MAJOR=7
14952MINOR=3
14953DEVTYPE=disk
14954''')
14955d('sys/devices/virtual/block/loop3/power', 0o755)
14956f('sys/devices/virtual/block/loop3/power/wakeup', 0o644, b'\n')
14957d('sys/devices/virtual/block/loop6', 0o755)
14958l('sys/devices/virtual/block/loop6/subsystem', '../../../../class/block')
14959l('sys/devices/virtual/block/loop6/bdi', '../../bdi/7:6')
14960f('sys/devices/virtual/block/loop6/capability', 0o644, b'10\n')
14961f('sys/devices/virtual/block/loop6/ro', 0o644, b'0\n')
14962f('sys/devices/virtual/block/loop6/make-it-fail', 0o644, b'0\n')
14963f('sys/devices/virtual/block/loop6/size', 0o644, b'0\n')
14964f('sys/devices/virtual/block/loop6/dev', 0o644, b'7:6\n')
14965f('sys/devices/virtual/block/loop6/range', 0o644, b'1\n')
14966f('sys/devices/virtual/block/loop6/removable', 0o644, b'0\n')
14967f('sys/devices/virtual/block/loop6/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14968f('sys/devices/virtual/block/loop6/uevent', 0o644, b'''MAJOR=7
14969MINOR=6
14970DEVTYPE=disk
14971''')
14972d('sys/devices/virtual/block/loop6/power', 0o755)
14973f('sys/devices/virtual/block/loop6/power/wakeup', 0o644, b'\n')
14974d('sys/devices/virtual/block/loop2', 0o755)
14975l('sys/devices/virtual/block/loop2/subsystem', '../../../../class/block')
14976l('sys/devices/virtual/block/loop2/bdi', '../../bdi/7:2')
14977f('sys/devices/virtual/block/loop2/capability', 0o644, b'10\n')
14978f('sys/devices/virtual/block/loop2/ro', 0o644, b'0\n')
14979f('sys/devices/virtual/block/loop2/make-it-fail', 0o644, b'0\n')
14980f('sys/devices/virtual/block/loop2/size', 0o644, b'0\n')
14981f('sys/devices/virtual/block/loop2/dev', 0o644, b'7:2\n')
14982f('sys/devices/virtual/block/loop2/range', 0o644, b'1\n')
14983f('sys/devices/virtual/block/loop2/removable', 0o644, b'0\n')
14984f('sys/devices/virtual/block/loop2/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
14985f('sys/devices/virtual/block/loop2/uevent', 0o644, b'''MAJOR=7
14986MINOR=2
14987DEVTYPE=disk
14988''')
14989d('sys/devices/virtual/block/loop2/power', 0o755)
14990f('sys/devices/virtual/block/loop2/power/wakeup', 0o644, b'\n')
14991d('sys/devices/virtual/block/fake!blockdev0', 0o755)
14992l('sys/devices/virtual/block/fake!blockdev0/subsystem', '../../../../class/block')
14993f('sys/devices/virtual/block/fake!blockdev0/capability', 0o644, b'10\n')
14994f('sys/devices/virtual/block/fake!blockdev0/ro', 0o644, b'0\n')
14995f('sys/devices/virtual/block/fake!blockdev0/size', 0o644, b'0\n')
14996f('sys/devices/virtual/block/fake!blockdev0/dev', 0o644, b'711:0\n')
14997f('sys/devices/virtual/block/fake!blockdev0/range', 0o644, b'1\n')
14998f('sys/devices/virtual/block/fake!blockdev0/removable', 0o644, b'0\n')
14999f('sys/devices/virtual/block/fake!blockdev0/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
15000f('sys/devices/virtual/block/fake!blockdev0/uevent', 0o644, b'''MAJOR=7
15001MINOR=0
15002DEVTYPE=disk
15003DEVNAME=fake/blockdev0
15004''')
15005d('sys/devices/virtual/block/loop4', 0o755)
15006l('sys/devices/virtual/block/loop4/subsystem', '../../../../class/block')
15007l('sys/devices/virtual/block/loop4/bdi', '../../bdi/7:4')
15008f('sys/devices/virtual/block/loop4/capability', 0o644, b'10\n')
15009f('sys/devices/virtual/block/loop4/ro', 0o644, b'0\n')
15010f('sys/devices/virtual/block/loop4/make-it-fail', 0o644, b'0\n')
15011f('sys/devices/virtual/block/loop4/size', 0o644, b'0\n')
15012f('sys/devices/virtual/block/loop4/dev', 0o644, b'7:4\n')
15013f('sys/devices/virtual/block/loop4/range', 0o644, b'1\n')
15014f('sys/devices/virtual/block/loop4/removable', 0o644, b'0\n')
15015f('sys/devices/virtual/block/loop4/stat', 0o644, b' 0 0 0 0 0 0 0 0 0 0 0\n')
15016f('sys/devices/virtual/block/loop4/uevent', 0o644, b'''MAJOR=7
15017MINOR=4
15018DEVTYPE=disk
15019''')
15020d('sys/devices/virtual/block/loop4/power', 0o755)
15021f('sys/devices/virtual/block/loop4/power/wakeup', 0o644, b'\n')
15022d('sys/devices/virtual/block/md0', 0o755)
15023l('sys/devices/virtual/block/md0/subsystem', '../../../../class/block')
15024l('sys/devices/virtual/block/md0/bdi', '../../bdi/9:0')
15025f('sys/devices/virtual/block/md0/capability', 0o644, b'10\n')
15026f('sys/devices/virtual/block/md0/ro', 0o644, b'0\n')
15027f('sys/devices/virtual/block/md0/make-it-fail', 0o644, b'0\n')
15028f('sys/devices/virtual/block/md0/size', 0o644, b'19534848\n')
15029f('sys/devices/virtual/block/md0/dev', 0o644, b'9:0\n')
15030f('sys/devices/virtual/block/md0/range', 0o644, b'1\n')
15031f('sys/devices/virtual/block/md0/removable', 0o644, b'0\n')
15032f('sys/devices/virtual/block/md0/stat', 0o644, b' 60 0 480 0 0 0 0 0 0 0 0\n')
15033f('sys/devices/virtual/block/md0/uevent', 0o644, b'''MAJOR=9
15034MINOR=0
15035DEVTYPE=disk
15036''')
15037d('sys/devices/virtual/block/md0/power', 0o755)
15038f('sys/devices/virtual/block/md0/power/wakeup', 0o644, b'\n')
15039d('sys/devices/virtual/block/md0/md', 0o755)
15040l('sys/devices/virtual/block/md0/md/rd1', 'dev-sda9')
15041f('sys/devices/virtual/block/md0/md/chunk_size', 0o644, b'0\n')
15042f('sys/devices/virtual/block/md0/md/sync_action', 0o644, b'idle\n')
15043f('sys/devices/virtual/block/md0/md/sync_speed_min', 0o644, b'1000 (system)\n')
15044f('sys/devices/virtual/block/md0/md/sync_force_parallel', 0o644, b'0\n')
15045f('sys/devices/virtual/block/md0/md/sync_min', 0o644, b'0\n')
15046f('sys/devices/virtual/block/md0/md/mismatch_cnt', 0o644, b'0\n')
15047f('sys/devices/virtual/block/md0/md/suspend_hi', 0o644, b'0\n')
15048f('sys/devices/virtual/block/md0/md/sync_completed', 0o644, b'0 / 19534848\n')
15049f('sys/devices/virtual/block/md0/md/sync_max', 0o644, b'max\n')
15050f('sys/devices/virtual/block/md0/md/safe_mode_delay', 0o644, b'0.201\n')
15051f('sys/devices/virtual/block/md0/md/degraded', 0o644, b'1\n')
15052f('sys/devices/virtual/block/md0/md/component_size', 0o644, b'9767424\n')
15053f('sys/devices/virtual/block/md0/md/suspend_lo', 0o644, b'0\n')
15054f('sys/devices/virtual/block/md0/md/resync_start', 0o644, b'18446744073709551615\n')
15055f('sys/devices/virtual/block/md0/md/sync_speed', 0o644, b'0\n')
15056f('sys/devices/virtual/block/md0/md/reshape_position', 0o644, b'none\n')
15057f('sys/devices/virtual/block/md0/md/array_state', 0o644, b'clean\n')
15058f('sys/devices/virtual/block/md0/md/sync_speed_max', 0o644, b'200000 (system)\n')
15059f('sys/devices/virtual/block/md0/md/level', 0o644, b'raid1\n')
15060f('sys/devices/virtual/block/md0/md/layout', 0o644, b'0\n')
15061f('sys/devices/virtual/block/md0/md/raid_disks', 0o644, b'2\n')
15062f('sys/devices/virtual/block/md0/md/metadata_version', 0o644, b'0.90\n')
15063d('sys/devices/virtual/block/md0/md/dev-sda9', 0o755)
15064l('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')
15065f('sys/devices/virtual/block/md0/md/dev-sda9/slot', 0o644, b'1\n')
15066f('sys/devices/virtual/block/md0/md/dev-sda9/size', 0o644, b'23438720\n')
15067f('sys/devices/virtual/block/md0/md/dev-sda9/state', 0o644, b'in_sync\n')
15068f('sys/devices/virtual/block/md0/md/dev-sda9/errors', 0o644, b'0\n')
15069f('sys/devices/virtual/block/md0/md/dev-sda9/offset', 0o644, b'0\n')
15070d('sys/devices/virtual/block/md0/slaves', 0o755)
15071l('sys/devices/virtual/block/md0/slaves/sda9', '../../../../pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda9')
15072d('sys/devices/virtual/graphics', 0o755)
15073d('sys/devices/virtual/graphics/fbcon', 0o755)
15074l('sys/devices/virtual/graphics/fbcon/subsystem', '../../../../class/graphics')
15075f('sys/devices/virtual/graphics/fbcon/cursor_blink', 0o644, b'0\n')
15076f('sys/devices/virtual/graphics/fbcon/rotate', 0o644, b'0\n')
15077f('sys/devices/virtual/graphics/fbcon/uevent', 0o644, b'')
15078d('sys/devices/virtual/graphics/fbcon/power', 0o755)
15079f('sys/devices/virtual/graphics/fbcon/power/wakeup', 0o644, b'\n')
15080d('sys/devices/virtual/tty', 0o755)
15081d('sys/devices/virtual/tty/tty51', 0o755)
15082l('sys/devices/virtual/tty/tty51/subsystem', '../../../../class/tty')
15083f('sys/devices/virtual/tty/tty51/dev', 0o644, b'4:51\n')
15084f('sys/devices/virtual/tty/tty51/uevent', 0o644, b'''MAJOR=4
15085MINOR=51
15086''')
15087d('sys/devices/virtual/tty/tty51/power', 0o755)
15088f('sys/devices/virtual/tty/tty51/power/wakeup', 0o644, b'\n')
15089d('sys/devices/virtual/tty/tty24', 0o755)
15090l('sys/devices/virtual/tty/tty24/subsystem', '../../../../class/tty')
15091f('sys/devices/virtual/tty/tty24/dev', 0o644, b'4:24\n')
15092f('sys/devices/virtual/tty/tty24/uevent', 0o644, b'''MAJOR=4
15093MINOR=24
15094''')
15095d('sys/devices/virtual/tty/tty24/power', 0o755)
15096f('sys/devices/virtual/tty/tty24/power/wakeup', 0o644, b'\n')
15097d('sys/devices/virtual/tty/tty61', 0o755)
15098l('sys/devices/virtual/tty/tty61/subsystem', '../../../../class/tty')
15099f('sys/devices/virtual/tty/tty61/dev', 0o644, b'4:61\n')
15100f('sys/devices/virtual/tty/tty61/uevent', 0o644, b'''MAJOR=4
15101MINOR=61
15102''')
15103d('sys/devices/virtual/tty/tty61/power', 0o755)
15104f('sys/devices/virtual/tty/tty61/power/wakeup', 0o644, b'\n')
15105d('sys/devices/virtual/tty/tty40', 0o755)
15106l('sys/devices/virtual/tty/tty40/subsystem', '../../../../class/tty')
15107f('sys/devices/virtual/tty/tty40/dev', 0o644, b'4:40\n')
15108f('sys/devices/virtual/tty/tty40/uevent', 0o644, b'''MAJOR=4
15109MINOR=40
15110''')
15111d('sys/devices/virtual/tty/tty40/power', 0o755)
15112f('sys/devices/virtual/tty/tty40/power/wakeup', 0o644, b'\n')
15113d('sys/devices/virtual/tty/tty60', 0o755)
15114l('sys/devices/virtual/tty/tty60/subsystem', '../../../../class/tty')
15115f('sys/devices/virtual/tty/tty60/dev', 0o644, b'4:60\n')
15116f('sys/devices/virtual/tty/tty60/uevent', 0o644, b'''MAJOR=4
15117MINOR=60
15118''')
15119d('sys/devices/virtual/tty/tty60/power', 0o755)
15120f('sys/devices/virtual/tty/tty60/power/wakeup', 0o644, b'\n')
15121d('sys/devices/virtual/tty/tty15', 0o755)
15122l('sys/devices/virtual/tty/tty15/subsystem', '../../../../class/tty')
15123f('sys/devices/virtual/tty/tty15/dev', 0o644, b'4:15\n')
15124f('sys/devices/virtual/tty/tty15/uevent', 0o644, b'''MAJOR=4
15125MINOR=15
15126''')
15127d('sys/devices/virtual/tty/tty15/power', 0o755)
15128f('sys/devices/virtual/tty/tty15/power/wakeup', 0o644, b'\n')
15129d('sys/devices/virtual/tty/tty27', 0o755)
15130l('sys/devices/virtual/tty/tty27/subsystem', '../../../../class/tty')
15131f('sys/devices/virtual/tty/tty27/dev', 0o644, b'4:27\n')
15132f('sys/devices/virtual/tty/tty27/uevent', 0o644, b'''MAJOR=4
15133MINOR=27
15134''')
15135d('sys/devices/virtual/tty/tty27/power', 0o755)
15136f('sys/devices/virtual/tty/tty27/power/wakeup', 0o644, b'\n')
15137d('sys/devices/virtual/tty/tty7', 0o755)
15138l('sys/devices/virtual/tty/tty7/subsystem', '../../../../class/tty')
15139f('sys/devices/virtual/tty/tty7/dev', 0o644, b'4:7\n')
15140f('sys/devices/virtual/tty/tty7/uevent', 0o644, b'''MAJOR=4
15141MINOR=7
15142''')
15143d('sys/devices/virtual/tty/tty7/power', 0o755)
15144f('sys/devices/virtual/tty/tty7/power/wakeup', 0o644, b'\n')
15145d('sys/devices/virtual/tty/tty43', 0o755)
15146l('sys/devices/virtual/tty/tty43/subsystem', '../../../../class/tty')
15147f('sys/devices/virtual/tty/tty43/dev', 0o644, b'4:43\n')
15148f('sys/devices/virtual/tty/tty43/uevent', 0o644, b'''MAJOR=4
15149MINOR=43
15150''')
15151d('sys/devices/virtual/tty/tty43/power', 0o755)
15152f('sys/devices/virtual/tty/tty43/power/wakeup', 0o644, b'\n')
15153d('sys/devices/virtual/tty/tty23', 0o755)
15154l('sys/devices/virtual/tty/tty23/subsystem', '../../../../class/tty')
15155f('sys/devices/virtual/tty/tty23/dev', 0o644, b'4:23\n')
15156f('sys/devices/virtual/tty/tty23/uevent', 0o644, b'''MAJOR=4
15157MINOR=23
15158''')
15159d('sys/devices/virtual/tty/tty23/power', 0o755)
15160f('sys/devices/virtual/tty/tty23/power/wakeup', 0o644, b'\n')
15161d('sys/devices/virtual/tty/tty14', 0o755)
15162l('sys/devices/virtual/tty/tty14/subsystem', '../../../../class/tty')
15163f('sys/devices/virtual/tty/tty14/dev', 0o644, b'4:14\n')
15164f('sys/devices/virtual/tty/tty14/uevent', 0o644, b'''MAJOR=4
15165MINOR=14
15166''')
15167d('sys/devices/virtual/tty/tty14/power', 0o755)
15168f('sys/devices/virtual/tty/tty14/power/wakeup', 0o644, b'\n')
15169d('sys/devices/virtual/tty/tty56', 0o755)
15170l('sys/devices/virtual/tty/tty56/subsystem', '../../../../class/tty')
15171f('sys/devices/virtual/tty/tty56/dev', 0o644, b'4:56\n')
15172f('sys/devices/virtual/tty/tty56/uevent', 0o644, b'''MAJOR=4
15173MINOR=56
15174''')
15175d('sys/devices/virtual/tty/tty56/power', 0o755)
15176f('sys/devices/virtual/tty/tty56/power/wakeup', 0o644, b'\n')
15177d('sys/devices/virtual/tty/tty3', 0o755)
15178l('sys/devices/virtual/tty/tty3/subsystem', '../../../../class/tty')
15179f('sys/devices/virtual/tty/tty3/dev', 0o644, b'4:3\n')
15180f('sys/devices/virtual/tty/tty3/uevent', 0o644, b'''MAJOR=4
15181MINOR=3
15182''')
15183d('sys/devices/virtual/tty/tty3/power', 0o755)
15184f('sys/devices/virtual/tty/tty3/power/wakeup', 0o644, b'\n')
15185d('sys/devices/virtual/tty/tty49', 0o755)
15186l('sys/devices/virtual/tty/tty49/subsystem', '../../../../class/tty')
15187f('sys/devices/virtual/tty/tty49/dev', 0o644, b'4:49\n')
15188f('sys/devices/virtual/tty/tty49/uevent', 0o644, b'''MAJOR=4
15189MINOR=49
15190''')
15191d('sys/devices/virtual/tty/tty49/power', 0o755)
15192f('sys/devices/virtual/tty/tty49/power/wakeup', 0o644, b'\n')
15193d('sys/devices/virtual/tty/tty47', 0o755)
15194l('sys/devices/virtual/tty/tty47/subsystem', '../../../../class/tty')
15195f('sys/devices/virtual/tty/tty47/dev', 0o644, b'4:47\n')
15196f('sys/devices/virtual/tty/tty47/uevent', 0o644, b'''MAJOR=4
15197MINOR=47
15198''')
15199d('sys/devices/virtual/tty/tty47/power', 0o755)
15200f('sys/devices/virtual/tty/tty47/power/wakeup', 0o644, b'\n')
15201d('sys/devices/virtual/tty/tty57', 0o755)
15202l('sys/devices/virtual/tty/tty57/subsystem', '../../../../class/tty')
15203f('sys/devices/virtual/tty/tty57/dev', 0o644, b'4:57\n')
15204f('sys/devices/virtual/tty/tty57/uevent', 0o644, b'''MAJOR=4
15205MINOR=57
15206''')
15207d('sys/devices/virtual/tty/tty57/power', 0o755)
15208f('sys/devices/virtual/tty/tty57/power/wakeup', 0o644, b'\n')
15209d('sys/devices/virtual/tty/tty30', 0o755)
15210l('sys/devices/virtual/tty/tty30/subsystem', '../../../../class/tty')
15211f('sys/devices/virtual/tty/tty30/dev', 0o644, b'4:30\n')
15212f('sys/devices/virtual/tty/tty30/uevent', 0o644, b'''MAJOR=4
15213MINOR=30
15214''')
15215d('sys/devices/virtual/tty/tty30/power', 0o755)
15216f('sys/devices/virtual/tty/tty30/power/wakeup', 0o644, b'\n')
15217d('sys/devices/virtual/tty/tty45', 0o755)
15218l('sys/devices/virtual/tty/tty45/subsystem', '../../../../class/tty')
15219f('sys/devices/virtual/tty/tty45/dev', 0o644, b'4:45\n')
15220f('sys/devices/virtual/tty/tty45/uevent', 0o644, b'''MAJOR=4
15221MINOR=45
15222''')
15223d('sys/devices/virtual/tty/tty45/power', 0o755)
15224f('sys/devices/virtual/tty/tty45/power/wakeup', 0o644, b'\n')
15225d('sys/devices/virtual/tty/tty22', 0o755)
15226l('sys/devices/virtual/tty/tty22/subsystem', '../../../../class/tty')
15227f('sys/devices/virtual/tty/tty22/dev', 0o644, b'4:22\n')
15228f('sys/devices/virtual/tty/tty22/uevent', 0o644, b'''MAJOR=4
15229MINOR=22
15230''')
15231d('sys/devices/virtual/tty/tty22/power', 0o755)
15232f('sys/devices/virtual/tty/tty22/power/wakeup', 0o644, b'\n')
15233d('sys/devices/virtual/tty/tty55', 0o755)
15234l('sys/devices/virtual/tty/tty55/subsystem', '../../../../class/tty')
15235f('sys/devices/virtual/tty/tty55/dev', 0o644, b'4:55\n')
15236f('sys/devices/virtual/tty/tty55/uevent', 0o644, b'''MAJOR=4
15237MINOR=55
15238''')
15239d('sys/devices/virtual/tty/tty55/power', 0o755)
15240f('sys/devices/virtual/tty/tty55/power/wakeup', 0o644, b'\n')
15241d('sys/devices/virtual/tty/tty11', 0o755)
15242l('sys/devices/virtual/tty/tty11/subsystem', '../../../../class/tty')
15243f('sys/devices/virtual/tty/tty11/dev', 0o644, b'4:11\n')
15244f('sys/devices/virtual/tty/tty11/uevent', 0o644, b'''MAJOR=4
15245MINOR=11
15246''')
15247d('sys/devices/virtual/tty/tty11/power', 0o755)
15248f('sys/devices/virtual/tty/tty11/power/wakeup', 0o644, b'\n')
15249d('sys/devices/virtual/tty/tty53', 0o755)
15250l('sys/devices/virtual/tty/tty53/subsystem', '../../../../class/tty')
15251f('sys/devices/virtual/tty/tty53/dev', 0o644, b'4:53\n')
15252f('sys/devices/virtual/tty/tty53/uevent', 0o644, b'''MAJOR=4
15253MINOR=53
15254''')
15255d('sys/devices/virtual/tty/tty53/power', 0o755)
15256f('sys/devices/virtual/tty/tty53/power/wakeup', 0o644, b'\n')
15257d('sys/devices/virtual/tty/tty12', 0o755)
15258l('sys/devices/virtual/tty/tty12/subsystem', '../../../../class/tty')
15259f('sys/devices/virtual/tty/tty12/dev', 0o644, b'4:12\n')
15260f('sys/devices/virtual/tty/tty12/uevent', 0o644, b'''MAJOR=4
15261MINOR=12
15262''')
15263d('sys/devices/virtual/tty/tty12/power', 0o755)
15264f('sys/devices/virtual/tty/tty12/power/wakeup', 0o644, b'\n')
15265d('sys/devices/virtual/tty/tty28', 0o755)
15266l('sys/devices/virtual/tty/tty28/subsystem', '../../../../class/tty')
15267f('sys/devices/virtual/tty/tty28/dev', 0o644, b'4:28\n')
15268f('sys/devices/virtual/tty/tty28/uevent', 0o644, b'''MAJOR=4
15269MINOR=28
15270''')
15271d('sys/devices/virtual/tty/tty28/power', 0o755)
15272f('sys/devices/virtual/tty/tty28/power/wakeup', 0o644, b'\n')
15273d('sys/devices/virtual/tty/tty58', 0o755)
15274l('sys/devices/virtual/tty/tty58/subsystem', '../../../../class/tty')
15275f('sys/devices/virtual/tty/tty58/dev', 0o644, b'4:58\n')
15276f('sys/devices/virtual/tty/tty58/uevent', 0o644, b'''MAJOR=4
15277MINOR=58
15278''')
15279d('sys/devices/virtual/tty/tty58/power', 0o755)
15280f('sys/devices/virtual/tty/tty58/power/wakeup', 0o644, b'\n')
15281d('sys/devices/virtual/tty/tty32', 0o755)
15282l('sys/devices/virtual/tty/tty32/subsystem', '../../../../class/tty')
15283f('sys/devices/virtual/tty/tty32/dev', 0o644, b'4:32\n')
15284f('sys/devices/virtual/tty/tty32/uevent', 0o644, b'''MAJOR=4
15285MINOR=32
15286''')
15287d('sys/devices/virtual/tty/tty32/power', 0o755)
15288f('sys/devices/virtual/tty/tty32/power/wakeup', 0o644, b'\n')
15289d('sys/devices/virtual/tty/tty44', 0o755)
15290l('sys/devices/virtual/tty/tty44/subsystem', '../../../../class/tty')
15291f('sys/devices/virtual/tty/tty44/dev', 0o644, b'4:44\n')
15292f('sys/devices/virtual/tty/tty44/uevent', 0o644, b'''MAJOR=4
15293MINOR=44
15294''')
15295d('sys/devices/virtual/tty/tty44/power', 0o755)
15296f('sys/devices/virtual/tty/tty44/power/wakeup', 0o644, b'\n')
15297d('sys/devices/virtual/tty/tty6', 0o755)
15298l('sys/devices/virtual/tty/tty6/subsystem', '../../../../class/tty')
15299f('sys/devices/virtual/tty/tty6/dev', 0o644, b'4:6\n')
15300f('sys/devices/virtual/tty/tty6/uevent', 0o644, b'''MAJOR=4
15301MINOR=6
15302''')
15303d('sys/devices/virtual/tty/tty6/power', 0o755)
15304f('sys/devices/virtual/tty/tty6/power/wakeup', 0o644, b'\n')
15305d('sys/devices/virtual/tty/tty9', 0o755)
15306l('sys/devices/virtual/tty/tty9/subsystem', '../../../../class/tty')
15307f('sys/devices/virtual/tty/tty9/dev', 0o644, b'4:9\n')
15308f('sys/devices/virtual/tty/tty9/uevent', 0o644, b'''MAJOR=4
15309MINOR=9
15310''')
15311d('sys/devices/virtual/tty/tty9/power', 0o755)
15312f('sys/devices/virtual/tty/tty9/power/wakeup', 0o644, b'\n')
15313d('sys/devices/virtual/tty/tty26', 0o755)
15314l('sys/devices/virtual/tty/tty26/subsystem', '../../../../class/tty')
15315f('sys/devices/virtual/tty/tty26/dev', 0o644, b'4:26\n')
15316f('sys/devices/virtual/tty/tty26/uevent', 0o644, b'''MAJOR=4
15317MINOR=26
15318''')
15319d('sys/devices/virtual/tty/tty26/power', 0o755)
15320f('sys/devices/virtual/tty/tty26/power/wakeup', 0o644, b'\n')
15321d('sys/devices/virtual/tty/tty10', 0o755)
15322l('sys/devices/virtual/tty/tty10/subsystem', '../../../../class/tty')
15323f('sys/devices/virtual/tty/tty10/dev', 0o644, b'4:10\n')
15324f('sys/devices/virtual/tty/tty10/uevent', 0o644, b'''MAJOR=4
15325MINOR=10
15326''')
15327d('sys/devices/virtual/tty/tty10/power', 0o755)
15328f('sys/devices/virtual/tty/tty10/power/wakeup', 0o644, b'\n')
15329d('sys/devices/virtual/tty/tty39', 0o755)
15330l('sys/devices/virtual/tty/tty39/subsystem', '../../../../class/tty')
15331f('sys/devices/virtual/tty/tty39/dev', 0o644, b'4:39\n')
15332f('sys/devices/virtual/tty/tty39/uevent', 0o644, b'''MAJOR=4
15333MINOR=39
15334''')
15335d('sys/devices/virtual/tty/tty39/power', 0o755)
15336f('sys/devices/virtual/tty/tty39/power/wakeup', 0o644, b'\n')
15337d('sys/devices/virtual/tty/tty0', 0o755)
15338l('sys/devices/virtual/tty/tty0/subsystem', '../../../../class/tty')
15339f('sys/devices/virtual/tty/tty0/dev', 0o644, b'4:0\n')
15340f('sys/devices/virtual/tty/tty0/uevent', 0o644, b'''MAJOR=4
15341MINOR=0
15342DEVNAME=tty0
15343''')
15344d('sys/devices/virtual/tty/tty0/power', 0o755)
15345f('sys/devices/virtual/tty/tty0/power/wakeup', 0o644, b'\n')
15346d('sys/devices/virtual/tty/tty36', 0o755)
15347l('sys/devices/virtual/tty/tty36/subsystem', '../../../../class/tty')
15348f('sys/devices/virtual/tty/tty36/dev', 0o644, b'4:36\n')
15349f('sys/devices/virtual/tty/tty36/uevent', 0o644, b'''MAJOR=4
15350MINOR=36
15351''')
15352d('sys/devices/virtual/tty/tty36/power', 0o755)
15353f('sys/devices/virtual/tty/tty36/power/wakeup', 0o644, b'\n')
15354d('sys/devices/virtual/tty/tty34', 0o755)
15355l('sys/devices/virtual/tty/tty34/subsystem', '../../../../class/tty')
15356f('sys/devices/virtual/tty/tty34/dev', 0o644, b'4:34\n')
15357f('sys/devices/virtual/tty/tty34/uevent', 0o644, b'''MAJOR=4
15358MINOR=34
15359''')
15360d('sys/devices/virtual/tty/tty34/power', 0o755)
15361f('sys/devices/virtual/tty/tty34/power/wakeup', 0o644, b'\n')
15362d('sys/devices/virtual/tty/tty16', 0o755)
15363l('sys/devices/virtual/tty/tty16/subsystem', '../../../../class/tty')
15364f('sys/devices/virtual/tty/tty16/dev', 0o644, b'4:16\n')
15365f('sys/devices/virtual/tty/tty16/uevent', 0o644, b'''MAJOR=4
15366MINOR=16
15367''')
15368d('sys/devices/virtual/tty/tty16/power', 0o755)
15369f('sys/devices/virtual/tty/tty16/power/wakeup', 0o644, b'\n')
15370d('sys/devices/virtual/tty/tty25', 0o755)
15371l('sys/devices/virtual/tty/tty25/subsystem', '../../../../class/tty')
15372f('sys/devices/virtual/tty/tty25/dev', 0o644, b'4:25\n')
15373f('sys/devices/virtual/tty/tty25/uevent', 0o644, b'''MAJOR=4
15374MINOR=25
15375''')
15376d('sys/devices/virtual/tty/tty25/power', 0o755)
15377f('sys/devices/virtual/tty/tty25/power/wakeup', 0o644, b'\n')
15378d('sys/devices/virtual/tty/tty13', 0o755)
15379l('sys/devices/virtual/tty/tty13/subsystem', '../../../../class/tty')
15380f('sys/devices/virtual/tty/tty13/dev', 0o644, b'4:13\n')
15381f('sys/devices/virtual/tty/tty13/uevent', 0o644, b'''MAJOR=4
15382MINOR=13
15383''')
15384d('sys/devices/virtual/tty/tty13/power', 0o755)
15385f('sys/devices/virtual/tty/tty13/power/wakeup', 0o644, b'\n')
15386d('sys/devices/virtual/tty/tty52', 0o755)
15387l('sys/devices/virtual/tty/tty52/subsystem', '../../../../class/tty')
15388f('sys/devices/virtual/tty/tty52/dev', 0o644, b'4:52\n')
15389f('sys/devices/virtual/tty/tty52/uevent', 0o644, b'''MAJOR=4
15390MINOR=52
15391''')
15392d('sys/devices/virtual/tty/tty52/power', 0o755)
15393f('sys/devices/virtual/tty/tty52/power/wakeup', 0o644, b'\n')
15394d('sys/devices/virtual/tty/tty31', 0o755)
15395l('sys/devices/virtual/tty/tty31/subsystem', '../../../../class/tty')
15396f('sys/devices/virtual/tty/tty31/dev', 0o644, b'4:31\n')
15397f('sys/devices/virtual/tty/tty31/uevent', 0o644, b'''MAJOR=4
15398MINOR=31
15399''')
15400d('sys/devices/virtual/tty/tty31/power', 0o755)
15401f('sys/devices/virtual/tty/tty31/power/wakeup', 0o644, b'\n')
15402d('sys/devices/virtual/tty/tty35', 0o755)
15403l('sys/devices/virtual/tty/tty35/subsystem', '../../../../class/tty')
15404f('sys/devices/virtual/tty/tty35/dev', 0o644, b'4:35\n')
15405f('sys/devices/virtual/tty/tty35/uevent', 0o644, b'''MAJOR=4
15406MINOR=35
15407''')
15408d('sys/devices/virtual/tty/tty35/power', 0o755)
15409f('sys/devices/virtual/tty/tty35/power/wakeup', 0o644, b'\n')
15410d('sys/devices/virtual/tty/tty54', 0o755)
15411l('sys/devices/virtual/tty/tty54/subsystem', '../../../../class/tty')
15412f('sys/devices/virtual/tty/tty54/dev', 0o644, b'4:54\n')
15413f('sys/devices/virtual/tty/tty54/uevent', 0o644, b'''MAJOR=4
15414MINOR=54
15415''')
15416d('sys/devices/virtual/tty/tty54/power', 0o755)
15417f('sys/devices/virtual/tty/tty54/power/wakeup', 0o644, b'\n')
15418d('sys/devices/virtual/tty/tty63', 0o755)
15419l('sys/devices/virtual/tty/tty63/subsystem', '../../../../class/tty')
15420f('sys/devices/virtual/tty/tty63/dev', 0o644, b'4:63\n')
15421f('sys/devices/virtual/tty/tty63/uevent', 0o644, b'''MAJOR=4
15422MINOR=63
15423''')
15424d('sys/devices/virtual/tty/tty63/power', 0o755)
15425f('sys/devices/virtual/tty/tty63/power/wakeup', 0o644, b'\n')
15426d('sys/devices/virtual/tty/tty1', 0o755)
15427l('sys/devices/virtual/tty/tty1/subsystem', '../../../../class/tty')
15428f('sys/devices/virtual/tty/tty1/dev', 0o644, b'4:1\n')
15429f('sys/devices/virtual/tty/tty1/uevent', 0o644, b'''MAJOR=4
15430MINOR=1
15431''')
15432d('sys/devices/virtual/tty/tty1/power', 0o755)
15433f('sys/devices/virtual/tty/tty1/power/wakeup', 0o644, b'\n')
15434d('sys/devices/virtual/tty/tty33', 0o755)
15435l('sys/devices/virtual/tty/tty33/subsystem', '../../../../class/tty')
15436f('sys/devices/virtual/tty/tty33/dev', 0o644, b'4:33\n')
15437f('sys/devices/virtual/tty/tty33/uevent', 0o644, b'''MAJOR=4
15438MINOR=33
15439DEVNAME=tty33
15440''')
15441d('sys/devices/virtual/tty/tty33/power', 0o755)
15442f('sys/devices/virtual/tty/tty33/power/wakeup', 0o644, b'\n')
15443d('sys/devices/virtual/tty/tty18', 0o755)
15444l('sys/devices/virtual/tty/tty18/subsystem', '../../../../class/tty')
15445f('sys/devices/virtual/tty/tty18/dev', 0o644, b'4:18\n')
15446f('sys/devices/virtual/tty/tty18/uevent', 0o644, b'''MAJOR=4
15447MINOR=18
15448''')
15449d('sys/devices/virtual/tty/tty18/power', 0o755)
15450f('sys/devices/virtual/tty/tty18/power/wakeup', 0o644, b'\n')
15451d('sys/devices/virtual/tty/tty42', 0o755)
15452l('sys/devices/virtual/tty/tty42/subsystem', '../../../../class/tty')
15453f('sys/devices/virtual/tty/tty42/dev', 0o644, b'4:42\n')
15454f('sys/devices/virtual/tty/tty42/uevent', 0o644, b'''MAJOR=4
15455MINOR=42
15456''')
15457d('sys/devices/virtual/tty/tty42/power', 0o755)
15458f('sys/devices/virtual/tty/tty42/power/wakeup', 0o644, b'\n')
15459d('sys/devices/virtual/tty/tty8', 0o755)
15460l('sys/devices/virtual/tty/tty8/subsystem', '../../../../class/tty')
15461f('sys/devices/virtual/tty/tty8/dev', 0o644, b'4:8\n')
15462f('sys/devices/virtual/tty/tty8/uevent', 0o644, b'''MAJOR=4
15463MINOR=8
15464''')
15465d('sys/devices/virtual/tty/tty8/power', 0o755)
15466f('sys/devices/virtual/tty/tty8/power/wakeup', 0o644, b'\n')
15467d('sys/devices/virtual/tty/tty37', 0o755)
15468l('sys/devices/virtual/tty/tty37/subsystem', '../../../../class/tty')
15469f('sys/devices/virtual/tty/tty37/dev', 0o644, b'4:37\n')
15470f('sys/devices/virtual/tty/tty37/uevent', 0o644, b'''MAJOR=4
15471MINOR=37
15472''')
15473d('sys/devices/virtual/tty/tty37/power', 0o755)
15474f('sys/devices/virtual/tty/tty37/power/wakeup', 0o644, b'\n')
15475d('sys/devices/virtual/tty/tty5', 0o755)
15476l('sys/devices/virtual/tty/tty5/subsystem', '../../../../class/tty')
15477f('sys/devices/virtual/tty/tty5/dev', 0o644, b'4:5\n')
15478f('sys/devices/virtual/tty/tty5/uevent', 0o644, b'''MAJOR=4
15479MINOR=5
15480''')
15481d('sys/devices/virtual/tty/tty5/power', 0o755)
15482f('sys/devices/virtual/tty/tty5/power/wakeup', 0o644, b'\n')
15483d('sys/devices/virtual/tty/tty48', 0o755)
15484l('sys/devices/virtual/tty/tty48/subsystem', '../../../../class/tty')
15485f('sys/devices/virtual/tty/tty48/dev', 0o644, b'4:48\n')
15486f('sys/devices/virtual/tty/tty48/uevent', 0o644, b'''MAJOR=4
15487MINOR=48
15488''')
15489d('sys/devices/virtual/tty/tty48/power', 0o755)
15490f('sys/devices/virtual/tty/tty48/power/wakeup', 0o644, b'\n')
15491d('sys/devices/virtual/tty/tty17', 0o755)
15492l('sys/devices/virtual/tty/tty17/subsystem', '../../../../class/tty')
15493f('sys/devices/virtual/tty/tty17/dev', 0o644, b'4:17\n')
15494f('sys/devices/virtual/tty/tty17/uevent', 0o644, b'''MAJOR=4
15495MINOR=17
15496''')
15497d('sys/devices/virtual/tty/tty17/power', 0o755)
15498f('sys/devices/virtual/tty/tty17/power/wakeup', 0o644, b'\n')
15499d('sys/devices/virtual/tty/tty62', 0o755)
15500l('sys/devices/virtual/tty/tty62/subsystem', '../../../../class/tty')
15501f('sys/devices/virtual/tty/tty62/dev', 0o644, b'4:62\n')
15502f('sys/devices/virtual/tty/tty62/uevent', 0o644, b'''MAJOR=4
15503MINOR=62
15504''')
15505d('sys/devices/virtual/tty/tty62/power', 0o755)
15506f('sys/devices/virtual/tty/tty62/power/wakeup', 0o644, b'\n')
15507d('sys/devices/virtual/tty/tty59', 0o755)
15508l('sys/devices/virtual/tty/tty59/subsystem', '../../../../class/tty')
15509f('sys/devices/virtual/tty/tty59/dev', 0o644, b'4:59\n')
15510f('sys/devices/virtual/tty/tty59/uevent', 0o644, b'''MAJOR=4
15511MINOR=59
15512''')
15513d('sys/devices/virtual/tty/tty59/power', 0o755)
15514f('sys/devices/virtual/tty/tty59/power/wakeup', 0o644, b'\n')
15515d('sys/devices/virtual/tty/tty50', 0o755)
15516l('sys/devices/virtual/tty/tty50/subsystem', '../../../../class/tty')
15517f('sys/devices/virtual/tty/tty50/dev', 0o644, b'4:50\n')
15518f('sys/devices/virtual/tty/tty50/uevent', 0o644, b'''MAJOR=4
15519MINOR=50
15520''')
15521d('sys/devices/virtual/tty/tty50/power', 0o755)
15522f('sys/devices/virtual/tty/tty50/power/wakeup', 0o644, b'\n')
15523d('sys/devices/virtual/tty/tty21', 0o755)
15524l('sys/devices/virtual/tty/tty21/subsystem', '../../../../class/tty')
15525f('sys/devices/virtual/tty/tty21/dev', 0o644, b'4:21\n')
15526f('sys/devices/virtual/tty/tty21/uevent', 0o644, b'''MAJOR=4
15527MINOR=21
15528''')
15529d('sys/devices/virtual/tty/tty21/power', 0o755)
15530f('sys/devices/virtual/tty/tty21/power/wakeup', 0o644, b'\n')
15531d('sys/devices/virtual/tty/tty19', 0o755)
15532l('sys/devices/virtual/tty/tty19/subsystem', '../../../../class/tty')
15533f('sys/devices/virtual/tty/tty19/dev', 0o644, b'4:19\n')
15534f('sys/devices/virtual/tty/tty19/uevent', 0o644, b'''MAJOR=4
15535MINOR=19
15536''')
15537d('sys/devices/virtual/tty/tty19/power', 0o755)
15538f('sys/devices/virtual/tty/tty19/power/wakeup', 0o644, b'\n')
15539d('sys/devices/virtual/tty/ptmx', 0o755)
15540l('sys/devices/virtual/tty/ptmx/subsystem', '../../../../class/tty')
15541f('sys/devices/virtual/tty/ptmx/dev', 0o644, b'5:2\n')
15542f('sys/devices/virtual/tty/ptmx/uevent', 0o644, b'''MAJOR=5
15543MINOR=2
15544''')
15545d('sys/devices/virtual/tty/ptmx/power', 0o755)
15546f('sys/devices/virtual/tty/ptmx/power/wakeup', 0o644, b'\n')
15547d('sys/devices/virtual/tty/tty46', 0o755)
15548l('sys/devices/virtual/tty/tty46/subsystem', '../../../../class/tty')
15549f('sys/devices/virtual/tty/tty46/dev', 0o644, b'4:46\n')
15550f('sys/devices/virtual/tty/tty46/uevent', 0o644, b'''MAJOR=4
15551MINOR=46
15552''')
15553d('sys/devices/virtual/tty/tty46/power', 0o755)
15554f('sys/devices/virtual/tty/tty46/power/wakeup', 0o644, b'\n')
15555d('sys/devices/virtual/tty/tty2', 0o755)
15556l('sys/devices/virtual/tty/tty2/subsystem', '../../../../class/tty')
15557f('sys/devices/virtual/tty/tty2/dev', 0o644, b'4:2\n')
15558f('sys/devices/virtual/tty/tty2/uevent', 0o644, b'''MAJOR=4
15559MINOR=2
15560''')
15561d('sys/devices/virtual/tty/tty2/power', 0o755)
15562f('sys/devices/virtual/tty/tty2/power/wakeup', 0o644, b'\n')
15563d('sys/devices/virtual/tty/console', 0o755)
15564l('sys/devices/virtual/tty/console/subsystem', '../../../../class/tty')
15565f('sys/devices/virtual/tty/console/dev', 0o644, b'5:1\n')
15566f('sys/devices/virtual/tty/console/uevent', 0o644, b'''MAJOR=5
15567MINOR=1
15568DEVNAME=console
15569''')
15570d('sys/devices/virtual/tty/console/power', 0o755)
15571f('sys/devices/virtual/tty/console/power/wakeup', 0o644, b'\n')
15572d('sys/devices/virtual/tty/tty41', 0o755)
15573l('sys/devices/virtual/tty/tty41/subsystem', '../../../../class/tty')
15574f('sys/devices/virtual/tty/tty41/dev', 0o644, b'4:41\n')
15575f('sys/devices/virtual/tty/tty41/uevent', 0o644, b'''MAJOR=4
15576MINOR=41
15577''')
15578d('sys/devices/virtual/tty/tty41/power', 0o755)
15579f('sys/devices/virtual/tty/tty41/power/wakeup', 0o644, b'\n')
15580d('sys/devices/virtual/tty/tty4', 0o755)
15581l('sys/devices/virtual/tty/tty4/subsystem', '../../../../class/tty')
15582f('sys/devices/virtual/tty/tty4/dev', 0o644, b'4:4\n')
15583f('sys/devices/virtual/tty/tty4/uevent', 0o644, b'''MAJOR=4
15584MINOR=4
15585''')
15586d('sys/devices/virtual/tty/tty4/power', 0o755)
15587f('sys/devices/virtual/tty/tty4/power/wakeup', 0o644, b'\n')
15588d('sys/devices/virtual/tty/tty29', 0o755)
15589l('sys/devices/virtual/tty/tty29/subsystem', '../../../../class/tty')
15590f('sys/devices/virtual/tty/tty29/dev', 0o644, b'4:29\n')
15591f('sys/devices/virtual/tty/tty29/uevent', 0o644, b'''MAJOR=4
15592MINOR=29
15593''')
15594d('sys/devices/virtual/tty/tty29/power', 0o755)
15595f('sys/devices/virtual/tty/tty29/power/wakeup', 0o644, b'\n')
15596d('sys/devices/virtual/tty/tty', 0o755)
15597l('sys/devices/virtual/tty/tty/subsystem', '../../../../class/tty')
15598f('sys/devices/virtual/tty/tty/dev', 0o644, b'5:0\n')
15599f('sys/devices/virtual/tty/tty/uevent', 0o644, b'''MAJOR=5
15600MINOR=0
15601''')
15602d('sys/devices/virtual/tty/tty/power', 0o755)
15603f('sys/devices/virtual/tty/tty/power/wakeup', 0o644, b'\n')
15604d('sys/devices/virtual/tty/tty38', 0o755)
15605l('sys/devices/virtual/tty/tty38/subsystem', '../../../../class/tty')
15606f('sys/devices/virtual/tty/tty38/dev', 0o644, b'4:38\n')
15607f('sys/devices/virtual/tty/tty38/uevent', 0o644, b'''MAJOR=4
15608MINOR=38
15609''')
15610d('sys/devices/virtual/tty/tty38/power', 0o755)
15611f('sys/devices/virtual/tty/tty38/power/wakeup', 0o644, b'\n')
15612d('sys/devices/virtual/tty/tty20', 0o755)
15613l('sys/devices/virtual/tty/tty20/subsystem', '../../../../class/tty')
15614f('sys/devices/virtual/tty/tty20/dev', 0o644, b'4:20\n')
15615f('sys/devices/virtual/tty/tty20/uevent', 0o644, b'''MAJOR=4
15616MINOR=20
15617''')
15618d('sys/devices/virtual/tty/tty20/power', 0o755)
15619f('sys/devices/virtual/tty/tty20/power/wakeup', 0o644, b'\n')
15620d('sys/devices/LNXSYSTM:00', 0o755)
15621l('sys/devices/LNXSYSTM:00/subsystem', '../../bus/acpi')
15622f('sys/devices/LNXSYSTM:00/hid', 0o644, b'LNXSYSTM\n')
15623f('sys/devices/LNXSYSTM:00/modalias', 0o644, b'acpi:LNXSYSTM:\n')
15624f('sys/devices/LNXSYSTM:00/path', 0o644, b'\\\n')
15625f('sys/devices/LNXSYSTM:00/uevent', 0o644, b'MODALIAS=acpi:LNXSYSTM:\n')
15626d('sys/devices/LNXSYSTM:00/power', 0o755)
15627f('sys/devices/LNXSYSTM:00/power/wakeup', 0o644, b'\n')
15628d('sys/devices/LNXSYSTM:00/ACPI0007:01', 0o755)
15629l('sys/devices/LNXSYSTM:00/ACPI0007:01/thermal_cooling', '../../virtual/thermal/cooling_device1')
15630l('sys/devices/LNXSYSTM:00/ACPI0007:01/subsystem', '../../../bus/acpi')
15631l('sys/devices/LNXSYSTM:00/ACPI0007:01/sysdev', '../../system/cpu/cpu1')
15632l('sys/devices/LNXSYSTM:00/ACPI0007:01/driver', '../../../bus/acpi/drivers/processor')
15633f('sys/devices/LNXSYSTM:00/ACPI0007:01/hid', 0o644, b'ACPI0007\n')
15634f('sys/devices/LNXSYSTM:00/ACPI0007:01/modalias', 0o644, b'acpi:ACPI0007:\n')
15635f('sys/devices/LNXSYSTM:00/ACPI0007:01/path', 0o644, b'\\_PR_.CPU1\n')
15636f('sys/devices/LNXSYSTM:00/ACPI0007:01/uevent', 0o644, b'''DRIVER=processor
15637MODALIAS=acpi:ACPI0007:
15638''')
15639d('sys/devices/LNXSYSTM:00/ACPI0007:01/power', 0o755)
15640f('sys/devices/LNXSYSTM:00/ACPI0007:01/power/wakeup', 0o644, b'\n')
15641d('sys/devices/LNXSYSTM:00/LNXTHERM:00', 0o755)
15642l('sys/devices/LNXSYSTM:00/LNXTHERM:00/subsystem', '../../../bus/acpi')
15643f('sys/devices/LNXSYSTM:00/LNXTHERM:00/hid', 0o644, b'LNXTHERM\n')
15644f('sys/devices/LNXSYSTM:00/LNXTHERM:00/modalias', 0o644, b'acpi:LNXTHERM:\n')
15645f('sys/devices/LNXSYSTM:00/LNXTHERM:00/path', 0o644, b'\\_TZ_\n')
15646f('sys/devices/LNXSYSTM:00/LNXTHERM:00/uevent', 0o644, b'MODALIAS=acpi:LNXTHERM:\n')
15647d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01', 0o755)
15648l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/subsystem', '../../../../bus/acpi')
15649l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/thermal_zone', '../../../virtual/thermal/thermal_zone0')
15650l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/driver', '../../../../bus/acpi/drivers/thermal')
15651f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/hid', 0o644, b'LNXTHERM\n')
15652f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/modalias', 0o644, b'acpi:LNXTHERM:\n')
15653f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/path', 0o644, b'\\_TZ_.THM0\n')
15654f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/uevent', 0o644, b'''DRIVER=thermal
15655MODALIAS=acpi:LNXTHERM:
15656''')
15657d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/power', 0o755)
15658f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01/power/wakeup', 0o644, b'\n')
15659d('sys/devices/LNXSYSTM:00/LNXTHERM:00/power', 0o755)
15660f('sys/devices/LNXSYSTM:00/LNXTHERM:00/power/wakeup', 0o644, b'\n')
15661d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02', 0o755)
15662l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/subsystem', '../../../../bus/acpi')
15663l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/thermal_zone', '../../../virtual/thermal/thermal_zone1')
15664l('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/driver', '../../../../bus/acpi/drivers/thermal')
15665f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/hid', 0o644, b'LNXTHERM\n')
15666f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/modalias', 0o644, b'acpi:LNXTHERM:\n')
15667f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/path', 0o644, b'\\_TZ_.THM1\n')
15668f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/uevent', 0o644, b'''DRIVER=thermal
15669MODALIAS=acpi:LNXTHERM:
15670''')
15671d('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/power', 0o755)
15672f('sys/devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02/power/wakeup', 0o644, b'\n')
15673d('sys/devices/LNXSYSTM:00/device:00', 0o755)
15674l('sys/devices/LNXSYSTM:00/device:00/subsystem', '../../../bus/acpi')
15675f('sys/devices/LNXSYSTM:00/device:00/path', 0o644, b'\\_SB_\n')
15676f('sys/devices/LNXSYSTM:00/device:00/uevent', 0o644, b'')
15677d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05', 0o755)
15678l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/subsystem', '../../../../bus/acpi')
15679l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/driver', '../../../../bus/acpi/drivers/pci_link')
15680f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/hid', 0o644, b'PNP0C0F\n')
15681f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/modalias', 0o644, b'acpi:PNP0C0F:\n')
15682f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/path', 0o644, b'\\_SB_.LNKF\n')
15683f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/uevent', 0o644, b'''DRIVER=pci_link
15684MODALIAS=acpi:PNP0C0F:
15685''')
15686d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/power', 0o755)
15687f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:05/power/wakeup', 0o644, b'\n')
15688d('sys/devices/LNXSYSTM:00/device:00/power', 0o755)
15689f('sys/devices/LNXSYSTM:00/device:00/power/wakeup', 0o644, b'\n')
15690d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00', 0o755)
15691l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/subsystem', '../../../../bus/acpi')
15692l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/driver', '../../../../bus/acpi/drivers/button')
15693f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/hid', 0o644, b'PNP0C0E\n')
15694f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/modalias', 0o644, b'acpi:PNP0C0E:\n')
15695f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/path', 0o644, b'\\_SB_.SLPB\n')
15696f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/uevent', 0o644, b'''DRIVER=button
15697MODALIAS=acpi:PNP0C0E:
15698''')
15699d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/power', 0o755)
15700f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/power/wakeup', 0o644, b'\n')
15701d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input', 0o755)
15702d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5', 0o755)
15703l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/subsystem', '../../../../../../class/input')
15704l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/device', '../../../PNP0C0E:00')
15705f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/uniq', 0o644, b'\n')
15706f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/phys', 0o644, b'PNP0C0E/button/input0\n')
15707f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/modalias', 0o644, b'input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw\n')
15708f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/name', 0o644, b'Sleep Button (CM)\n')
15709f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/uevent', 0o644, b'''PRODUCT=19/0/3/0
15710NAME="Sleep Button (CM)"
15711PHYS="PNP0C0E/button/input0"
15712EV==3
15713KEY==4000 0 0
15714MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
15715''')
15716d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id', 0o755)
15717f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/version', 0o644, b'0000\n')
15718f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/product', 0o644, b'0003\n')
15719f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/vendor', 0o644, b'0000\n')
15720f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/id/bustype', 0o644, b'0019\n')
15721d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/power', 0o755)
15722f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/power/wakeup', 0o644, b'\n')
15723d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5', 0o755)
15724l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/subsystem', '../../../../../../../class/input')
15725l('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/device', '../../input5')
15726f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/dev', 0o644, b'13:69\n')
15727f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/uevent', 0o644, b'''MAJOR=13
15728MINOR=69
15729''')
15730d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/power', 0o755)
15731f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5/power/wakeup', 0o644, b'\n')
15732d('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities', 0o755)
15733f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/msc', 0o644, b'0\n')
15734f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/abs', 0o644, b'0\n')
15735f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/snd', 0o644, b'0\n')
15736f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/ff', 0o644, b'0\n')
15737f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/key', 0o644, b'4000 0 0\n')
15738f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/rel', 0o644, b'0\n')
15739f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/sw', 0o644, b'0\n')
15740f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/ev', 0o644, b'3\n')
15741f('sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/capabilities/led', 0o644, b'0\n')
15742d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00', 0o755)
15743l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/subsystem', '../../../../bus/acpi')
15744l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/physical_node', '../../../pci0000:00')
15745l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/driver', '../../../../bus/acpi/drivers/pci_root')
15746f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/hid', 0o644, b'PNP0A08\n')
15747f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/modalias', 0o644, b'acpi:PNP0A08:PNP0A03:\n')
15748f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/path', 0o644, b'\\_SB_.PCI0\n')
15749f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/uevent', 0o644, b'''DRIVER=pci_root
15750MODALIAS=acpi:PNP0A08:PNP0A03:
15751''')
15752d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11', 0o755)
15753l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/subsystem', '../../../../../bus/acpi')
15754l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/physical_node', '../../../../pci0000:00/0000:00:1e.0')
15755f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/path', 0o644, b'\\_SB_.PCI0.PCI1\n')
15756f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/uevent', 0o644, b'')
15757d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/power', 0o755)
15758f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/power/wakeup', 0o644, b'\n')
15759d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12', 0o755)
15760l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/subsystem', '../../../../../../bus/acpi')
15761l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/physical_node', '../../../../../pci0000:00/0000:00:1e.0/0000:15:00.0')
15762f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/path', 0o644, b'\\_SB_.PCI0.PCI1.CDBS\n')
15763f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/uevent', 0o644, b'')
15764d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/power', 0o755)
15765f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/power/wakeup', 0o644, b'\n')
15766d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21', 0o755)
15767l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/subsystem', '../../../../../bus/acpi')
15768l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/physical_node', '../../../../pci0000:00/0000:00:1d.7')
15769f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/path', 0o644, b'\\_SB_.PCI0.USB7\n')
15770f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/uevent', 0o644, b'')
15771d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/power', 0o755)
15772f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/power/wakeup', 0o644, b'\n')
15773d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22', 0o755)
15774l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/subsystem', '../../../../../../bus/acpi')
15775f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/path', 0o644, b'\\_SB_.PCI0.USB7.URTH\n')
15776f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/uevent', 0o644, b'')
15777d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/power', 0o755)
15778f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/power/wakeup', 0o644, b'\n')
15779d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23', 0o755)
15780l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/subsystem', '../../../../../../../bus/acpi')
15781f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/path', 0o644, b'\\_SB_.PCI0.USB7.URTH.UPDK\n')
15782f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/uevent', 0o644, b'')
15783d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/power', 0o755)
15784f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:23/power/wakeup', 0o644, b'\n')
15785d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24', 0o755)
15786l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/subsystem', '../../../../../../../bus/acpi')
15787f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/path', 0o644, b'\\_SB_.PCI0.USB7.URTH.UPEX\n')
15788f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/uevent', 0o644, b'')
15789d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/power', 0o755)
15790f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:21/device:22/device:24/power/wakeup', 0o644, b'\n')
15791d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b', 0o755)
15792l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/subsystem', '../../../../../bus/acpi')
15793l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/physical_node', '../../../../pci0000:00/0000:00:1c.0')
15794f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/path', 0o644, b'\\_SB_.PCI0.EXP0\n')
15795f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/uevent', 0o644, b'')
15796d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/power', 0o755)
15797f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/power/wakeup', 0o644, b'\n')
15798d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06', 0o755)
15799l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/subsystem', '../../../../../bus/acpi')
15800l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/physical_node', '../../../../pci0000:00/0000:00:01.0')
15801f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/path', 0o644, b'\\_SB_.PCI0.AGP_\n')
15802f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/uevent', 0o644, b'')
15803d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/power', 0o755)
15804f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/power/wakeup', 0o644, b'\n')
15805d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07', 0o755)
15806l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/subsystem', '../../../../../../bus/acpi')
15807l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/physical_node', '../../../../../pci0000:00/0000:00:01.0/0000:01:00.0')
15808f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/modalias', 0o644, b'acpi:LNXVIDEO:\n')
15809f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_\n')
15810f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/uevent', 0o644, b'MODALIAS=acpi:LNXVIDEO:\n')
15811d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08', 0o755)
15812l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/subsystem', '../../../../../../../bus/acpi')
15813f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.LCD0\n')
15814f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/uevent', 0o644, b'')
15815d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/power', 0o755)
15816f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:08/power/wakeup', 0o644, b'\n')
15817d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/power', 0o755)
15818f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/power/wakeup', 0o644, b'\n')
15819d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09', 0o755)
15820l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/subsystem', '../../../../../../../bus/acpi')
15821f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.CRT0\n')
15822f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/uevent', 0o644, b'')
15823d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/power', 0o755)
15824f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:09/power/wakeup', 0o644, b'\n')
15825d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a', 0o755)
15826l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/subsystem', '../../../../../../../bus/acpi')
15827f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/path', 0o644, b'\\_SB_.PCI0.AGP_.VID_.DVI0\n')
15828f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/uevent', 0o644, b'')
15829d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/power', 0o755)
15830f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/device:07/device:0a/power/wakeup', 0o644, b'\n')
15831d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18', 0o755)
15832l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/subsystem', '../../../../../bus/acpi')
15833l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/physical_node', '../../../../pci0000:00/0000:00:1f.3')
15834f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/path', 0o644, b'\\_SB_.PCI0.SMBU\n')
15835f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/uevent', 0o644, b'')
15836d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/power', 0o755)
15837f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:18/power/wakeup', 0o644, b'\n')
15838d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c', 0o755)
15839l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/subsystem', '../../../../../bus/acpi')
15840l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/physical_node', '../../../../pci0000:00/0000:00:1c.1')
15841f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/path', 0o644, b'\\_SB_.PCI0.EXP1\n')
15842f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/uevent', 0o644, b'')
15843d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/power', 0o755)
15844f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0c/power/wakeup', 0o644, b'\n')
15845d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02', 0o755)
15846l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/subsystem', '../../../../../bus/acpi')
15847f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/modalias', 0o644, b'acpi:LNXVIDEO:\n')
15848f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/path', 0o644, b'\\_SB_.PCI0.VID_\n')
15849f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/uevent', 0o644, b'MODALIAS=acpi:LNXVIDEO:\n')
15850d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/power', 0o755)
15851f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/power/wakeup', 0o644, b'\n')
15852d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04', 0o755)
15853l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/subsystem', '../../../../../../bus/acpi')
15854f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/path', 0o644, b'\\_SB_.PCI0.VID_.CRT0\n')
15855f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/uevent', 0o644, b'')
15856d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/power', 0o755)
15857f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:04/power/wakeup', 0o644, b'\n')
15858d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05', 0o755)
15859l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/subsystem', '../../../../../../bus/acpi')
15860f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/path', 0o644, b'\\_SB_.PCI0.VID_.DVI0\n')
15861f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/uevent', 0o644, b'')
15862d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/power', 0o755)
15863f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:05/power/wakeup', 0o644, b'\n')
15864d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03', 0o755)
15865l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/subsystem', '../../../../../../bus/acpi')
15866f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/path', 0o644, b'\\_SB_.PCI0.VID_.LCD0\n')
15867f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/uevent', 0o644, b'')
15868d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/power', 0o755)
15869f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/power/wakeup', 0o644, b'\n')
15870d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/power', 0o755)
15871f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/power/wakeup', 0o644, b'\n')
15872d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13', 0o755)
15873l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/subsystem', '../../../../../bus/acpi')
15874l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/physical_node', '../../../../pci0000:00/0000:00:1f.1')
15875f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/path', 0o644, b'\\_SB_.PCI0.IDE0\n')
15876f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/uevent', 0o644, b'')
15877d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/power', 0o755)
15878f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/power/wakeup', 0o644, b'\n')
15879d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14', 0o755)
15880l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/subsystem', '../../../../../../bus/acpi')
15881f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/path', 0o644, b'\\_SB_.PCI0.IDE0.PRIM\n')
15882f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/uevent', 0o644, b'')
15883d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/power', 0o755)
15884f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/power/wakeup', 0o644, b'\n')
15885d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15', 0o755)
15886l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/subsystem', '../../../../../../../bus/acpi')
15887f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/modalias', 0o644, b'acpi:LNXIOBAY:\n')
15888f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/path', 0o644, b'\\_SB_.PCI0.IDE0.PRIM.MSTR\n')
15889f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/uevent', 0o644, b'MODALIAS=acpi:LNXIOBAY:\n')
15890d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/power', 0o755)
15891f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:13/device:14/device:15/power/wakeup', 0o644, b'\n')
15892d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d', 0o755)
15893l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/subsystem', '../../../../../bus/acpi')
15894l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/physical_node', '../../../../pci0000:00/0000:00:1d.2')
15895f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/path', 0o644, b'\\_SB_.PCI0.USB2\n')
15896f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/uevent', 0o644, b'')
15897d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/power', 0o755)
15898f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/power/wakeup', 0o644, b'\n')
15899d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e', 0o755)
15900l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/subsystem', '../../../../../../bus/acpi')
15901f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/path', 0o644, b'\\_SB_.PCI0.USB2.URTH\n')
15902f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/uevent', 0o644, b'')
15903d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f', 0o755)
15904l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/subsystem', '../../../../../../../bus/acpi')
15905f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/path', 0o644, b'\\_SB_.PCI0.USB2.URTH.UPDK\n')
15906f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/uevent', 0o644, b'')
15907d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/power', 0o755)
15908f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/device:1f/power/wakeup', 0o644, b'\n')
15909d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/power', 0o755)
15910f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/device:1e/power/wakeup', 0o644, b'\n')
15911d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19', 0o755)
15912l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/subsystem', '../../../../../bus/acpi')
15913l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/physical_node', '../../../../pci0000:00/0000:00:1d.0')
15914f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/path', 0o644, b'\\_SB_.PCI0.USB0\n')
15915f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/uevent', 0o644, b'')
15916d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/power', 0o755)
15917f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/power/wakeup', 0o644, b'\n')
15918d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a', 0o755)
15919l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/subsystem', '../../../../../bus/acpi')
15920l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/physical_node', '../../../../pci0000:00/0000:00:1d.1')
15921f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/path', 0o644, b'\\_SB_.PCI0.USB1\n')
15922f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/uevent', 0o644, b'')
15923d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/power', 0o755)
15924f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/power/wakeup', 0o644, b'\n')
15925d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b', 0o755)
15926l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/subsystem', '../../../../../../bus/acpi')
15927f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/path', 0o644, b'\\_SB_.PCI0.USB1.URTH\n')
15928f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/uevent', 0o644, b'')
15929d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c', 0o755)
15930l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/subsystem', '../../../../../../../bus/acpi')
15931f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/path', 0o644, b'\\_SB_.PCI0.USB1.URTH.UPEX\n')
15932f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/uevent', 0o644, b'')
15933d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/power', 0o755)
15934f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/device:1c/power/wakeup', 0o644, b'\n')
15935d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/power', 0o755)
15936f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/device:1b/power/wakeup', 0o644, b'\n')
15937d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d', 0o755)
15938l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/subsystem', '../../../../../bus/acpi')
15939l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/physical_node', '../../../../pci0000:00/0000:00:1c.2')
15940f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/path', 0o644, b'\\_SB_.PCI0.EXP2\n')
15941f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/uevent', 0o644, b'')
15942d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e', 0o755)
15943l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/subsystem', '../../../../../../bus/acpi')
15944f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/path', 0o644, b'\\_SB_.PCI0.EXP2.EXUP\n')
15945f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/uevent', 0o644, b'')
15946d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/power', 0o755)
15947f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/device:0e/power/wakeup', 0o644, b'\n')
15948d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/power', 0o755)
15949f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0d/power/wakeup', 0o644, b'\n')
15950d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25', 0o755)
15951l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/subsystem', '../../../../../bus/acpi')
15952l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/physical_node', '../../../../pci0000:00/0000:00:1b.0')
15953f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/path', 0o644, b'\\_SB_.PCI0.HDEF\n')
15954f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/uevent', 0o644, b'')
15955d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/power', 0o755)
15956f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:25/power/wakeup', 0o644, b'\n')
15957d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01', 0o755)
15958l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/subsystem', '../../../../../bus/acpi')
15959l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/physical_node', '../../../../pci0000:00/0000:00:1f.0')
15960f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/path', 0o644, b'\\_SB_.PCI0.LPC_\n')
15961f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/uevent', 0o644, b'')
15962d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00', 0o755)
15963l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/subsystem', '../../../../../../bus/acpi')
15964f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/hid', 0o644, b'PNP0000\n')
15965f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/modalias', 0o644, b'acpi:PNP0000:\n')
15966f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/path', 0o644, b'\\_SB_.PCI0.LPC_.PIC_\n')
15967f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/uevent', 0o644, b'MODALIAS=acpi:PNP0000:\n')
15968d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/power', 0o755)
15969f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0000:00/power/wakeup', 0o644, b'\n')
15970d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00', 0o755)
15971l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/subsystem', '../../../../../../bus/acpi')
15972l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/physical_node', '../../../../../pnp0/00:03')
15973f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/hid', 0o644, b'PNP0103\n')
15974f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/modalias', 0o644, b'acpi:PNP0103:\n')
15975f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/path', 0o644, b'\\_SB_.PCI0.LPC_.HPET\n')
15976f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/uevent', 0o644, b'MODALIAS=acpi:PNP0103:\n')
15977d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/power', 0o755)
15978f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0103:00/power/wakeup', 0o644, b'\n')
15979d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00', 0o755)
15980l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/subsystem', '../../../../../../bus/acpi')
15981l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/physical_node', '../../../../../pnp0/00:0a')
15982f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/hid', 0o644, b'ATM1200\n')
15983f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/modalias', 0o644, b'acpi:ATM1200:PNP0C31:\n')
15984f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/path', 0o644, b'\\_SB_.PCI0.LPC_.TPM_\n')
15985f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/uevent', 0o644, b'MODALIAS=acpi:ATM1200:PNP0C31:\n')
15986d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/power', 0o755)
15987f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/ATM1200:00/power/wakeup', 0o644, b'\n')
15988d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00', 0o755)
15989l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/subsystem', '../../../../../../bus/acpi')
15990l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/physical_node', '../../../../../pnp0/00:08')
15991f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/hid', 0o644, b'PNP0303\n')
15992f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/modalias', 0o644, b'acpi:PNP0303:\n')
15993f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/path', 0o644, b'\\_SB_.PCI0.LPC_.KBD_\n')
15994f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/uevent', 0o644, b'MODALIAS=acpi:PNP0303:\n')
15995d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/power', 0o755)
15996f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00/power/wakeup', 0o644, b'\n')
15997d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/power', 0o755)
15998f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/power/wakeup', 0o644, b'\n')
15999d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00', 0o755)
16000l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/subsystem', '../../../../../../bus/acpi')
16001l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/physical_node', '../../../../../pnp0/00:06')
16002f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/hid', 0o644, b'PNP0C04\n')
16003f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/modalias', 0o644, b'acpi:PNP0C04:\n')
16004f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/path', 0o644, b'\\_SB_.PCI0.LPC_.FPU_\n')
16005f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C04:\n')
16006d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/power', 0o755)
16007f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C04:00/power/wakeup', 0o644, b'\n')
16008d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00', 0o755)
16009l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/subsystem', '../../../../../../bus/acpi')
16010l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/physical_node', '../../../../../pnp0/00:05')
16011f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/hid', 0o644, b'PNP0800\n')
16012f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/modalias', 0o644, b'acpi:PNP0800:\n')
16013f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/path', 0o644, b'\\_SB_.PCI0.LPC_.SPKR\n')
16014f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/uevent', 0o644, b'MODALIAS=acpi:PNP0800:\n')
16015d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/power', 0o755)
16016f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0800:00/power/wakeup', 0o644, b'\n')
16017d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00', 0o755)
16018l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/subsystem', '../../../../../../bus/acpi')
16019l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/physical_node', '../../../../../pnp0/00:02')
16020f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/hid', 0o644, b'PNP0C02\n')
16021f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/modalias', 0o644, b'acpi:PNP0C02:\n')
16022f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/path', 0o644, b'\\_SB_.PCI0.LPC_.SIO_\n')
16023f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C02:\n')
16024d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/power', 0o755)
16025f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C02:00/power/wakeup', 0o644, b'\n')
16026d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00', 0o755)
16027l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/subsystem', '../../../../../../bus/acpi')
16028f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/hid', 0o644, b'PNP0100\n')
16029f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/modalias', 0o644, b'acpi:PNP0100:\n')
16030f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/path', 0o644, b'\\_SB_.PCI0.LPC_.TIMR\n')
16031f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/uevent', 0o644, b'MODALIAS=acpi:PNP0100:\n')
16032d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/power', 0o755)
16033f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0100:00/power/wakeup', 0o644, b'\n')
16034d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00', 0o755)
16035l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/subsystem', '../../../../../../bus/acpi')
16036l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/driver', '../../../../../../bus/acpi/drivers/ec')
16037f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/hid', 0o644, b'PNP0C09\n')
16038f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/modalias', 0o644, b'acpi:PNP0C09:\n')
16039f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__\n')
16040f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/uevent', 0o644, b'''DRIVER=ec
16041MODALIAS=acpi:PNP0C09:
16042''')
16043d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00', 0o755)
16044l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/subsystem', '../../../../../../../bus/acpi')
16045l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/driver', '../../../../../../../bus/acpi/drivers/power')
16046f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/hid', 0o644, b'LNXPOWER\n')
16047f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/modalias', 0o644, b'acpi:LNXPOWER:\n')
16048f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.PUBS\n')
16049f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/uevent', 0o644, b'''DRIVER=power
16050MODALIAS=acpi:LNXPOWER:
16051''')
16052d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/power', 0o755)
16053f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/LNXPOWER:00/power/wakeup', 0o644, b'\n')
16054d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00', 0o755)
16055l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/subsystem', '../../../../../../../bus/acpi')
16056l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/driver', '../../../../../../../bus/acpi/drivers/ac')
16057f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/hid', 0o644, b'ACPI0003\n')
16058f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/modalias', 0o644, b'acpi:ACPI0003:\n')
16059f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.AC__\n')
16060f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/uevent', 0o644, b'''DRIVER=ac
16061MODALIAS=acpi:ACPI0003:
16062''')
16063d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power', 0o755)
16064f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power/wakeup', 0o644, b'\n')
16065d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply', 0o755)
16066d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC', 0o755)
16067l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/subsystem', '../../../../../../../../../class/power_supply')
16068l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/device', '../../../ACPI0003:00')
16069f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/type', 0o644, b'Mains\n')
16070f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/online', 0o644, b'0\n')
16071f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/uevent', 0o644, b'''POWER_SUPPLY_NAME=AC
16072POWER_SUPPLY_TYPE=Mains
16073POWER_SUPPLY_ONLINE=0
16074''')
16075d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/power', 0o755)
16076f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/ACPI0003:00/power_supply/AC/power/wakeup', 0o644, b'\n')
16077d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00', 0o755)
16078l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/subsystem', '../../../../../../../bus/acpi')
16079l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/driver', '../../../../../../../bus/acpi/drivers/battery')
16080f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/hid', 0o644, b'PNP0C0A\n')
16081f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/modalias', 0o644, b'acpi:PNP0C0A:\n')
16082f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.BAT0\n')
16083f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/uevent', 0o644, b'''DRIVER=battery
16084MODALIAS=acpi:PNP0C0A:
16085''')
16086d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power', 0o755)
16087f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power/wakeup', 0o644, b'\n')
16088d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply', 0o755)
16089d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0', 0o755)
16090l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/subsystem', '../../../../../../../../../class/power_supply')
16091l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/device', '../../../PNP0C0A:00')
16092f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/model_name', 0o644, b'42T5245\n')
16093f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/voltage_min_design', 0o644, b'10800000\n')
16094f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/type', 0o644, b'Battery\n')
16095f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/current_now', 0o644, b'25830000\n')
16096f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_now', 0o644, b'59980000\n')
16097f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/technology', 0o644, b'Li-ion\n')
16098f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/voltage_now', 0o644, b'12207000\n')
16099f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_full_design', 0o644, b'84240000\n')
16100f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/serial_number', 0o644, b' 6463\n')
16101f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/present', 0o644, b'1\n')
16102f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/alarm', 0o644, b'3075000\n')
16103f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/uevent', 0o644, b'''POWER_SUPPLY_NAME=BAT0
16104POWER_SUPPLY_TYPE=Battery
16105POWER_SUPPLY_STATUS=Discharging
16106POWER_SUPPLY_PRESENT=1
16107POWER_SUPPLY_TECHNOLOGY=Li-ion
16108POWER_SUPPLY_VOLTAGE_MIN_DESIGN=10800000
16109POWER_SUPPLY_VOLTAGE_NOW=12207000
16110POWER_SUPPLY_CURRENT_NOW=25830000
16111POWER_SUPPLY_ENERGY_FULL_DESIGN=84240000
16112POWER_SUPPLY_ENERGY_FULL=61510000
16113POWER_SUPPLY_ENERGY_NOW=59980000
16114POWER_SUPPLY_MODEL_NAME=42T5245
16115POWER_SUPPLY_MANUFACTURER=SANYO
16116POWER_SUPPLY_SERIAL_NUMBER= 6463
16117''')
16118f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/manufacturer', 0o644, b'SANYO\n')
16119f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/energy_full', 0o644, b'61510000\n')
16120f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/status', 0o644, b'Discharging\n')
16121d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/power', 0o755)
16122f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/power/wakeup', 0o644, b'\n')
16123d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/power', 0o755)
16124f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/power/wakeup', 0o644, b'\n')
16125d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00', 0o755)
16126l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/subsystem', '../../../../../../../bus/acpi')
16127l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/driver', '../../../../../../../bus/acpi/drivers/thinkpad_hotkey')
16128f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/hid', 0o644, b'IBM0068\n')
16129f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/modalias', 0o644, b'acpi:IBM0068:\n')
16130f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/path', 0o644, b'\\_SB_.PCI0.LPC_.EC__.HKEY\n')
16131f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/uevent', 0o644, b'''DRIVER=thinkpad_hotkey
16132MODALIAS=acpi:IBM0068:
16133''')
16134d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/power', 0o755)
16135f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0C09:00/IBM0068:00/power/wakeup', 0o644, b'\n')
16136d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00', 0o755)
16137l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/subsystem', '../../../../../../bus/acpi')
16138l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/physical_node', '../../../../../pnp0/00:04')
16139f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/hid', 0o644, b'PNP0200\n')
16140f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/modalias', 0o644, b'acpi:PNP0200:\n')
16141f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/path', 0o644, b'\\_SB_.PCI0.LPC_.DMAC\n')
16142f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/uevent', 0o644, b'MODALIAS=acpi:PNP0200:\n')
16143d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/power', 0o755)
16144f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0200:00/power/wakeup', 0o644, b'\n')
16145d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00', 0o755)
16146l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/subsystem', '../../../../../../bus/acpi')
16147l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/physical_node', '../../../../../pnp0/00:09')
16148f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/hid', 0o644, b'IBM0057\n')
16149f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/modalias', 0o644, b'acpi:IBM0057:PNP0F13:\n')
16150f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/path', 0o644, b'\\_SB_.PCI0.LPC_.MOU_\n')
16151f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/uevent', 0o644, b'MODALIAS=acpi:IBM0057:PNP0F13:\n')
16152d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/power', 0o755)
16153f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/IBM0057:00/power/wakeup', 0o644, b'\n')
16154d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00', 0o755)
16155l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/subsystem', '../../../../../../bus/acpi')
16156l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/physical_node', '../../../../../pnp0/00:07')
16157f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/hid', 0o644, b'PNP0B00\n')
16158f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/modalias', 0o644, b'acpi:PNP0B00:\n')
16159f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/path', 0o644, b'\\_SB_.PCI0.LPC_.RTC_\n')
16160f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/uevent', 0o644, b'MODALIAS=acpi:PNP0B00:\n')
16161d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/power', 0o755)
16162f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0B00:00/power/wakeup', 0o644, b'\n')
16163d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20', 0o755)
16164l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/subsystem', '../../../../../bus/acpi')
16165l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/physical_node', '../../../../pci0000:00/0000:00:1d.3')
16166f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/path', 0o644, b'\\_SB_.PCI0.USB3\n')
16167f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/uevent', 0o644, b'')
16168d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/power', 0o755)
16169f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:20/power/wakeup', 0o644, b'\n')
16170d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f', 0o755)
16171l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/subsystem', '../../../../../bus/acpi')
16172l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/physical_node', '../../../../pci0000:00/0000:00:1c.3')
16173f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/path', 0o644, b'\\_SB_.PCI0.EXP3\n')
16174f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/uevent', 0o644, b'')
16175d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/power', 0o755)
16176f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/power/wakeup', 0o644, b'\n')
16177d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10', 0o755)
16178l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/subsystem', '../../../../../../bus/acpi')
16179f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/path', 0o644, b'\\_SB_.PCI0.EXP3.EXPD\n')
16180f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/uevent', 0o644, b'')
16181d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/power', 0o755)
16182f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0f/device:10/power/wakeup', 0o644, b'\n')
16183d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16', 0o755)
16184l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/subsystem', '../../../../../bus/acpi')
16185l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/physical_node', '../../../../pci0000:00/0000:00:1f.2')
16186f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/path', 0o644, b'\\_SB_.PCI0.SATA\n')
16187f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/uevent', 0o644, b'')
16188d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17', 0o755)
16189l('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/subsystem', '../../../../../../bus/acpi')
16190f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/path', 0o644, b'\\_SB_.PCI0.SATA.PRT0\n')
16191f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/uevent', 0o644, b'')
16192d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/power', 0o755)
16193f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/device:17/power/wakeup', 0o644, b'\n')
16194d('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/power', 0o755)
16195f('sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/power/wakeup', 0o644, b'\n')
16196d('sys/devices/LNXSYSTM:00/device:00/IBM0079:00', 0o755)
16197l('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/subsystem', '../../../../bus/acpi')
16198f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/hid', 0o644, b'IBM0079\n')
16199f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/modalias', 0o644, b'acpi:IBM0079:PNP0C15:LNXDOCK:\n')
16200f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/path', 0o644, b'\\_SB_.GDCK\n')
16201f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/uevent', 0o644, b'MODALIAS=acpi:IBM0079:PNP0C15:LNXDOCK:\n')
16202d('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/power', 0o755)
16203f('sys/devices/LNXSYSTM:00/device:00/IBM0079:00/power/wakeup', 0o644, b'\n')
16204d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00', 0o755)
16205l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/subsystem', '../../../../bus/acpi')
16206l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/driver', '../../../../bus/acpi/drivers/button')
16207f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/hid', 0o644, b'PNP0C0D\n')
16208f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/modalias', 0o644, b'acpi:PNP0C0D:\n')
16209f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/path', 0o644, b'\\_SB_.LID_\n')
16210f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/uevent', 0o644, b'''DRIVER=button
16211MODALIAS=acpi:PNP0C0D:
16212''')
16213d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/power', 0o755)
16214f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/power/wakeup', 0o644, b'\n')
16215d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input', 0o755)
16216d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4', 0o755)
16217l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/subsystem', '../../../../../../class/input')
16218l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/device', '../../../PNP0C0D:00')
16219f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/uniq', 0o644, b'\n')
16220f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/phys', 0o644, b'PNP0C0D/button/input0\n')
16221f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/modalias', 0o644, b'input:b0019v0000p0005e0000-e0,5,kramlsfw0,\n')
16222f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/name', 0o644, b'Lid Switch\n')
16223f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/uevent', 0o644, b'''PRODUCT=19/0/5/0
16224NAME="Lid Switch"
16225PHYS="PNP0C0D/button/input0"
16226EV==21
16227SW==1
16228MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
16229''')
16230d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4', 0o755)
16231l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/subsystem', '../../../../../../../class/input')
16232l('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/device', '../../input4')
16233f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/dev', 0o644, b'13:68\n')
16234f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/uevent', 0o644, b'''MAJOR=13
16235MINOR=68
16236''')
16237d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/power', 0o755)
16238f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4/power/wakeup', 0o644, b'\n')
16239d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id', 0o755)
16240f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/version', 0o644, b'0000\n')
16241f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/product', 0o644, b'0005\n')
16242f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/vendor', 0o644, b'0000\n')
16243f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/id/bustype', 0o644, b'0019\n')
16244d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/power', 0o755)
16245f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/power/wakeup', 0o644, b'\n')
16246d('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities', 0o755)
16247f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/msc', 0o644, b'0\n')
16248f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/abs', 0o644, b'0\n')
16249f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/snd', 0o644, b'0\n')
16250f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/ff', 0o644, b'0\n')
16251f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/key', 0o644, b'0\n')
16252f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/rel', 0o644, b'0\n')
16253f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/sw', 0o644, b'1\n')
16254f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/ev', 0o644, b'21\n')
16255f('sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/capabilities/led', 0o644, b'0\n')
16256d('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00', 0o755)
16257l('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/subsystem', '../../../../bus/acpi')
16258l('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/physical_node', '../../../pnp0/00:00')
16259f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/hid', 0o644, b'PNP0C01\n')
16260f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/modalias', 0o644, b'acpi:PNP0C01:\n')
16261f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/path', 0o644, b'\\_SB_.MEM_\n')
16262f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/uevent', 0o644, b'MODALIAS=acpi:PNP0C01:\n')
16263d('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/power', 0o755)
16264f('sys/devices/LNXSYSTM:00/device:00/PNP0C01:00/power/wakeup', 0o644, b'\n')
16265d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07', 0o755)
16266l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/subsystem', '../../../../bus/acpi')
16267l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/driver', '../../../../bus/acpi/drivers/pci_link')
16268f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/hid', 0o644, b'PNP0C0F\n')
16269f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/modalias', 0o644, b'acpi:PNP0C0F:\n')
16270f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/path', 0o644, b'\\_SB_.LNKH\n')
16271f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/uevent', 0o644, b'''DRIVER=pci_link
16272MODALIAS=acpi:PNP0C0F:
16273''')
16274d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/power', 0o755)
16275f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:07/power/wakeup', 0o644, b'\n')
16276d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04', 0o755)
16277l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/subsystem', '../../../../bus/acpi')
16278l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/driver', '../../../../bus/acpi/drivers/pci_link')
16279f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/hid', 0o644, b'PNP0C0F\n')
16280f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/modalias', 0o644, b'acpi:PNP0C0F:\n')
16281f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/path', 0o644, b'\\_SB_.LNKE\n')
16282f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/uevent', 0o644, b'''DRIVER=pci_link
16283MODALIAS=acpi:PNP0C0F:
16284''')
16285d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/power', 0o755)
16286f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:04/power/wakeup', 0o644, b'\n')
16287d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02', 0o755)
16288l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/subsystem', '../../../../bus/acpi')
16289l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/driver', '../../../../bus/acpi/drivers/pci_link')
16290f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/hid', 0o644, b'PNP0C0F\n')
16291f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/modalias', 0o644, b'acpi:PNP0C0F:\n')
16292f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/path', 0o644, b'\\_SB_.LNKC\n')
16293f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/uevent', 0o644, b'''DRIVER=pci_link
16294MODALIAS=acpi:PNP0C0F:
16295''')
16296d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/power', 0o755)
16297f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:02/power/wakeup', 0o644, b'\n')
16298d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00', 0o755)
16299l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/subsystem', '../../../../bus/acpi')
16300l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/driver', '../../../../bus/acpi/drivers/pci_link')
16301f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/hid', 0o644, b'PNP0C0F\n')
16302f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/modalias', 0o644, b'acpi:PNP0C0F:\n')
16303f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/path', 0o644, b'\\_SB_.LNKA\n')
16304f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/uevent', 0o644, b'''DRIVER=pci_link
16305MODALIAS=acpi:PNP0C0F:
16306''')
16307d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/power', 0o755)
16308f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:00/power/wakeup', 0o644, b'\n')
16309d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01', 0o755)
16310l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/subsystem', '../../../../bus/acpi')
16311l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/driver', '../../../../bus/acpi/drivers/pci_link')
16312f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/hid', 0o644, b'PNP0C0F\n')
16313f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/modalias', 0o644, b'acpi:PNP0C0F:\n')
16314f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/path', 0o644, b'\\_SB_.LNKB\n')
16315f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/uevent', 0o644, b'''DRIVER=pci_link
16316MODALIAS=acpi:PNP0C0F:
16317''')
16318d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/power', 0o755)
16319f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:01/power/wakeup', 0o644, b'\n')
16320d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06', 0o755)
16321l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/subsystem', '../../../../bus/acpi')
16322l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/driver', '../../../../bus/acpi/drivers/pci_link')
16323f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/hid', 0o644, b'PNP0C0F\n')
16324f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/modalias', 0o644, b'acpi:PNP0C0F:\n')
16325f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/path', 0o644, b'\\_SB_.LNKG\n')
16326f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/uevent', 0o644, b'''DRIVER=pci_link
16327MODALIAS=acpi:PNP0C0F:
16328''')
16329d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/power', 0o755)
16330f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:06/power/wakeup', 0o644, b'\n')
16331d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03', 0o755)
16332l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/subsystem', '../../../../bus/acpi')
16333l('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/driver', '../../../../bus/acpi/drivers/pci_link')
16334f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/hid', 0o644, b'PNP0C0F\n')
16335f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/modalias', 0o644, b'acpi:PNP0C0F:\n')
16336f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/path', 0o644, b'\\_SB_.LNKD\n')
16337f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/uevent', 0o644, b'''DRIVER=pci_link
16338MODALIAS=acpi:PNP0C0F:
16339''')
16340d('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/power', 0o755)
16341f('sys/devices/LNXSYSTM:00/device:00/PNP0C0F:03/power/wakeup', 0o644, b'\n')
16342d('sys/devices/LNXSYSTM:00/ACPI0007:00', 0o755)
16343l('sys/devices/LNXSYSTM:00/ACPI0007:00/thermal_cooling', '../../virtual/thermal/cooling_device0')
16344l('sys/devices/LNXSYSTM:00/ACPI0007:00/subsystem', '../../../bus/acpi')
16345l('sys/devices/LNXSYSTM:00/ACPI0007:00/sysdev', '../../system/cpu/cpu0')
16346l('sys/devices/LNXSYSTM:00/ACPI0007:00/driver', '../../../bus/acpi/drivers/processor')
16347f('sys/devices/LNXSYSTM:00/ACPI0007:00/hid', 0o644, b'ACPI0007\n')
16348f('sys/devices/LNXSYSTM:00/ACPI0007:00/modalias', 0o644, b'acpi:ACPI0007:\n')
16349f('sys/devices/LNXSYSTM:00/ACPI0007:00/path', 0o644, b'\\_PR_.CPU0\n')
16350f('sys/devices/LNXSYSTM:00/ACPI0007:00/uevent', 0o644, b'''DRIVER=processor
16351MODALIAS=acpi:ACPI0007:
16352''')
16353d('sys/devices/LNXSYSTM:00/ACPI0007:00/power', 0o755)
16354f('sys/devices/LNXSYSTM:00/ACPI0007:00/power/wakeup', 0o644, b'\n')
16355d('sys/devices/LNXSYSTM:00/LNXPWRBN:00', 0o755)
16356l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/subsystem', '../../../bus/acpi')
16357l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/driver', '../../../bus/acpi/drivers/button')
16358f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/hid', 0o644, b'LNXPWRBN\n')
16359f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/modalias', 0o644, b'acpi:LNXPWRBN:\n')
16360f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/uevent', 0o644, b'''DRIVER=button
16361MODALIAS=acpi:LNXPWRBN:
16362''')
16363d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/power', 0o755)
16364f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/power/wakeup', 0o644, b'\n')
16365d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input', 0o755)
16366d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3', 0o755)
16367l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/subsystem', '../../../../../class/input')
16368l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/device', '../../../LNXPWRBN:00')
16369f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/uniq', 0o644, b'\n')
16370f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/phys', 0o644, b'LNXPWRBN/button/input0\n')
16371f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/modalias', 0o644, b'input:b0019v0000p0002e0000-e0,1,k74,ramlsfw\n')
16372f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/name', 0o644, b'Power Button (FF)\n')
16373f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/uevent', 0o644, b'''PRODUCT=19/0/2/0
16374NAME="Power Button (FF)"
16375PHYS="LNXPWRBN/button/input0"
16376EV==3
16377KEY==10000000000000 0
16378MODALIAS=input:b0019v0000p0002e0000-e0,1,k74,ramlsfw
16379''')
16380d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id', 0o755)
16381f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/version', 0o644, b'0000\n')
16382f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/product', 0o644, b'0002\n')
16383f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/vendor', 0o644, b'0000\n')
16384f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/id/bustype', 0o644, b'0019\n')
16385d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/power', 0o755)
16386f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/power/wakeup', 0o644, b'\n')
16387d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3', 0o755)
16388l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/subsystem', '../../../../../../class/input')
16389l('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/device', '../../input3')
16390f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/dev', 0o644, b'13:67\n')
16391f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/uevent', 0o644, b'''MAJOR=13
16392MINOR=67
16393''')
16394d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/power', 0o755)
16395f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3/power/wakeup', 0o644, b'\n')
16396d('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities', 0o755)
16397f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/msc', 0o644, b'0\n')
16398f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/abs', 0o644, b'0\n')
16399f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/snd', 0o644, b'0\n')
16400f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/ff', 0o644, b'0\n')
16401f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/key', 0o644, b'10000000000000 0\n')
16402f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/rel', 0o644, b'0\n')
16403f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/sw', 0o644, b'0\n')
16404f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/ev', 0o644, b'3\n')
16405f('sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/capabilities/led', 0o644, b'0\n')
16406d('sys/devices/platform', 0o755)
16407f('sys/devices/platform/uevent', 0o644, b'')
16408d('sys/devices/platform/pcspkr', 0o755)
16409l('sys/devices/platform/pcspkr/subsystem', '../../../bus/platform')
16410l('sys/devices/platform/pcspkr/driver', '../../../bus/platform/drivers/pcspkr')
16411f('sys/devices/platform/pcspkr/modalias', 0o644, b'platform:pcspkr\n')
16412f('sys/devices/platform/pcspkr/uevent', 0o644, b'''DRIVER=pcspkr
16413MODALIAS=platform:pcspkr
16414''')
16415d('sys/devices/platform/pcspkr/power', 0o755)
16416f('sys/devices/platform/pcspkr/power/wakeup', 0o644, b'\n')
16417d('sys/devices/platform/pcspkr/input', 0o755)
16418d('sys/devices/platform/pcspkr/input/input2', 0o755)
16419l('sys/devices/platform/pcspkr/input/input2/subsystem', '../../../../../class/input')
16420l('sys/devices/platform/pcspkr/input/input2/device', '../../../pcspkr')
16421f('sys/devices/platform/pcspkr/input/input2/uniq', 0o644, b'\n')
16422f('sys/devices/platform/pcspkr/input/input2/phys', 0o644, b'isa0061/input0\n')
16423f('sys/devices/platform/pcspkr/input/input2/modalias', 0o644, b'input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw\n')
16424f('sys/devices/platform/pcspkr/input/input2/name', 0o644, b'PC Speaker\n')
16425f('sys/devices/platform/pcspkr/input/input2/uevent', 0o644, b'''PRODUCT=10/1f/1/100
16426NAME="PC Speaker"
16427PHYS="isa0061/input0"
16428EV==40001
16429SND==6
16430MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
16431''')
16432d('sys/devices/platform/pcspkr/input/input2/event2', 0o755)
16433l('sys/devices/platform/pcspkr/input/input2/event2/subsystem', '../../../../../../class/input')
16434l('sys/devices/platform/pcspkr/input/input2/event2/device', '../../input2')
16435f('sys/devices/platform/pcspkr/input/input2/event2/dev', 0o644, b'13:66\n')
16436f('sys/devices/platform/pcspkr/input/input2/event2/uevent', 0o644, b'''MAJOR=13
16437MINOR=66
16438''')
16439d('sys/devices/platform/pcspkr/input/input2/event2/power', 0o755)
16440f('sys/devices/platform/pcspkr/input/input2/event2/power/wakeup', 0o644, b'\n')
16441d('sys/devices/platform/pcspkr/input/input2/id', 0o755)
16442f('sys/devices/platform/pcspkr/input/input2/id/version', 0o644, b'0100\n')
16443f('sys/devices/platform/pcspkr/input/input2/id/product', 0o644, b'0001\n')
16444f('sys/devices/platform/pcspkr/input/input2/id/vendor', 0o644, b'001f\n')
16445f('sys/devices/platform/pcspkr/input/input2/id/bustype', 0o644, b'0010\n')
16446d('sys/devices/platform/pcspkr/input/input2/power', 0o755)
16447f('sys/devices/platform/pcspkr/input/input2/power/wakeup', 0o644, b'\n')
16448d('sys/devices/platform/pcspkr/input/input2/capabilities', 0o755)
16449f('sys/devices/platform/pcspkr/input/input2/capabilities/msc', 0o644, b'0\n')
16450f('sys/devices/platform/pcspkr/input/input2/capabilities/abs', 0o644, b'0\n')
16451f('sys/devices/platform/pcspkr/input/input2/capabilities/snd', 0o644, b'6\n')
16452f('sys/devices/platform/pcspkr/input/input2/capabilities/ff', 0o644, b'0\n')
16453f('sys/devices/platform/pcspkr/input/input2/capabilities/key', 0o644, b'0\n')
16454f('sys/devices/platform/pcspkr/input/input2/capabilities/rel', 0o644, b'0\n')
16455f('sys/devices/platform/pcspkr/input/input2/capabilities/sw', 0o644, b'0\n')
16456f('sys/devices/platform/pcspkr/input/input2/capabilities/ev', 0o644, b'40001\n')
16457f('sys/devices/platform/pcspkr/input/input2/capabilities/led', 0o644, b'0\n')
16458d('sys/devices/platform/power', 0o755)
16459f('sys/devices/platform/power/wakeup', 0o644, b'\n')
16460d('sys/devices/platform/vesafb.0', 0o755)
16461l('sys/devices/platform/vesafb.0/subsystem', '../../../bus/platform')
16462l('sys/devices/platform/vesafb.0/driver', '../../../bus/platform/drivers/vesafb')
16463f('sys/devices/platform/vesafb.0/modalias', 0o644, b'platform:vesafb\n')
16464f('sys/devices/platform/vesafb.0/uevent', 0o644, b'''DRIVER=vesafb
16465MODALIAS=platform:vesafb
16466''')
16467d('sys/devices/platform/vesafb.0/power', 0o755)
16468f('sys/devices/platform/vesafb.0/power/wakeup', 0o644, b'\n')
16469d('sys/devices/platform/vesafb.0/graphics', 0o755)
16470d('sys/devices/platform/vesafb.0/graphics/fb0', 0o755)
16471l('sys/devices/platform/vesafb.0/graphics/fb0/subsystem', '../../../../../class/graphics')
16472l('sys/devices/platform/vesafb.0/graphics/fb0/device', '../../../vesafb.0')
16473f('sys/devices/platform/vesafb.0/graphics/fb0/pan', 0o644, b'0,0\n')
16474f('sys/devices/platform/vesafb.0/graphics/fb0/rotate', 0o644, b'0\n')
16475f('sys/devices/platform/vesafb.0/graphics/fb0/mode', 0o644, b'')
16476f('sys/devices/platform/vesafb.0/graphics/fb0/virtual_size', 0o644, b'800,600\n')
16477f('sys/devices/platform/vesafb.0/graphics/fb0/dev', 0o644, b'29:0\n')
16478f('sys/devices/platform/vesafb.0/graphics/fb0/state', 0o644, b'0\n')
16479f('sys/devices/platform/vesafb.0/graphics/fb0/blank', 0o644, b'')
16480f('sys/devices/platform/vesafb.0/graphics/fb0/bits_per_pixel', 0o644, b'16\n')
16481f('sys/devices/platform/vesafb.0/graphics/fb0/stride', 0o644, b'1600\n')
16482f('sys/devices/platform/vesafb.0/graphics/fb0/name', 0o644, b'VESA VGA\n')
16483f('sys/devices/platform/vesafb.0/graphics/fb0/modes', 0o644, b'U:800x600p-75\n')
16484f('sys/devices/platform/vesafb.0/graphics/fb0/cursor', 0o644, b'')
16485f('sys/devices/platform/vesafb.0/graphics/fb0/uevent', 0o644, b'''MAJOR=29
16486MINOR=0
16487''')
16488f('sys/devices/platform/vesafb.0/graphics/fb0/console', 0o644, b'')
16489d('sys/devices/platform/vesafb.0/graphics/fb0/power', 0o755)
16490f('sys/devices/platform/vesafb.0/graphics/fb0/power/wakeup', 0o644, b'\n')
16491d('sys/devices/platform/dock.0', 0o755)
16492l('sys/devices/platform/dock.0/subsystem', '../../../bus/platform')
16493f('sys/devices/platform/dock.0/modalias', 0o644, b'platform:dock\n')
16494f('sys/devices/platform/dock.0/uid', 0o644, b'0\n')
16495f('sys/devices/platform/dock.0/flags', 0o644, b'0\n')
16496f('sys/devices/platform/dock.0/docked', 0o644, b'0\n')
16497f('sys/devices/platform/dock.0/uevent', 0o644, b'MODALIAS=platform:dock\n')
16498d('sys/devices/platform/dock.0/power', 0o755)
16499f('sys/devices/platform/dock.0/power/wakeup', 0o644, b'\n')
16500d('sys/devices/platform/serial8250', 0o755)
16501l('sys/devices/platform/serial8250/subsystem', '../../../bus/platform')
16502l('sys/devices/platform/serial8250/driver', '../../../bus/platform/drivers/serial8250')
16503f('sys/devices/platform/serial8250/modalias', 0o644, b'platform:serial8250\n')
16504f('sys/devices/platform/serial8250/uevent', 0o644, b'''DRIVER=serial8250
16505MODALIAS=platform:serial8250
16506''')
16507d('sys/devices/platform/serial8250/power', 0o755)
16508f('sys/devices/platform/serial8250/power/wakeup', 0o644, b'\n')
16509d('sys/devices/platform/serial8250/tty', 0o755)
16510d('sys/devices/platform/serial8250/tty/ttyS1', 0o755)
16511l('sys/devices/platform/serial8250/tty/ttyS1/subsystem', '../../../../../class/tty')
16512l('sys/devices/platform/serial8250/tty/ttyS1/device', '../../../serial8250')
16513f('sys/devices/platform/serial8250/tty/ttyS1/dev', 0o644, b'4:65\n')
16514f('sys/devices/platform/serial8250/tty/ttyS1/uevent', 0o644, b'''MAJOR=4
16515MINOR=65
16516''')
16517d('sys/devices/platform/serial8250/tty/ttyS1/power', 0o755)
16518f('sys/devices/platform/serial8250/tty/ttyS1/power/wakeup', 0o644, b'disabled\n')
16519d('sys/devices/platform/serial8250/tty/ttyS3', 0o755)
16520l('sys/devices/platform/serial8250/tty/ttyS3/subsystem', '../../../../../class/tty')
16521l('sys/devices/platform/serial8250/tty/ttyS3/device', '../../../serial8250')
16522f('sys/devices/platform/serial8250/tty/ttyS3/dev', 0o644, b'4:67\n')
16523f('sys/devices/platform/serial8250/tty/ttyS3/uevent', 0o644, b'''MAJOR=4
16524MINOR=67
16525''')
16526d('sys/devices/platform/serial8250/tty/ttyS3/power', 0o755)
16527f('sys/devices/platform/serial8250/tty/ttyS3/power/wakeup', 0o644, b'disabled\n')
16528d('sys/devices/platform/serial8250/tty/ttyS0', 0o755)
16529l('sys/devices/platform/serial8250/tty/ttyS0/subsystem', '../../../../../class/tty')
16530l('sys/devices/platform/serial8250/tty/ttyS0/device', '../../../serial8250')
16531f('sys/devices/platform/serial8250/tty/ttyS0/dev', 0o644, b'4:64\n')
16532f('sys/devices/platform/serial8250/tty/ttyS0/uevent', 0o644, b'''MAJOR=4
16533MINOR=64
16534''')
16535d('sys/devices/platform/serial8250/tty/ttyS0/power', 0o755)
16536f('sys/devices/platform/serial8250/tty/ttyS0/power/wakeup', 0o644, b'disabled\n')
16537d('sys/devices/platform/serial8250/tty/ttyS2', 0o755)
16538l('sys/devices/platform/serial8250/tty/ttyS2/subsystem', '../../../../../class/tty')
16539l('sys/devices/platform/serial8250/tty/ttyS2/device', '../../../serial8250')
16540f('sys/devices/platform/serial8250/tty/ttyS2/dev', 0o644, b'4:66\n')
16541f('sys/devices/platform/serial8250/tty/ttyS2/uevent', 0o644, b'''MAJOR=4
16542MINOR=66
16543''')
16544d('sys/devices/platform/serial8250/tty/ttyS2/power', 0o755)
16545f('sys/devices/platform/serial8250/tty/ttyS2/power/wakeup', 0o644, b'disabled\n')
16546d('sys/devices/platform/thinkpad_acpi', 0o755)
16547l('sys/devices/platform/thinkpad_acpi/subsystem', '../../../bus/platform')
16548l('sys/devices/platform/thinkpad_acpi/driver', '../../../bus/platform/drivers/thinkpad_acpi')
16549f('sys/devices/platform/thinkpad_acpi/modalias', 0o644, b'platform:thinkpad_acpi\n')
16550f('sys/devices/platform/thinkpad_acpi/hotkey_all_mask', 0o644, b'0x00ffffff\n')
16551f('sys/devices/platform/thinkpad_acpi/hotkey_poll_freq', 0o644, b'10\n')
16552f('sys/devices/platform/thinkpad_acpi/hotkey_bios_enabled', 0o644, b'0\n')
16553f('sys/devices/platform/thinkpad_acpi/hotkey_recommended_mask', 0o644, b'0x008c7fff\n')
16554f('sys/devices/platform/thinkpad_acpi/hotkey_bios_mask', 0o644, b'0x0000080c\n')
16555f('sys/devices/platform/thinkpad_acpi/hotkey_mask', 0o644, b'0x00ffffff\n')
16556f('sys/devices/platform/thinkpad_acpi/wakeup_hotunplug_complete', 0o644, b'0\n')
16557f('sys/devices/platform/thinkpad_acpi/hotkey_source_mask', 0o644, b'0x00000000\n')
16558f('sys/devices/platform/thinkpad_acpi/hotkey_report_mode', 0o644, b'1\n')
16559f('sys/devices/platform/thinkpad_acpi/hotkey_radio_sw', 0o644, b'1\n')
16560f('sys/devices/platform/thinkpad_acpi/hotkey_enable', 0o644, b'1\n')
16561f('sys/devices/platform/thinkpad_acpi/uevent', 0o644, b'''DRIVER=thinkpad_acpi
16562MODALIAS=platform:thinkpad_acpi
16563''')
16564f('sys/devices/platform/thinkpad_acpi/bluetooth_enable', 0o644, b'1\n')
16565f('sys/devices/platform/thinkpad_acpi/wakeup_reason', 0o644, b'0\n')
16566d('sys/devices/platform/thinkpad_acpi/rfkill', 0o755)
16567d('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0', 0o755)
16568l('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/subsystem', '../../../../../class/rfkill')
16569l('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/device', '../../../thinkpad_acpi')
16570f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/type', 0o644, b'bluetooth\n')
16571f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/state', 0o644, b'1\n')
16572f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/name', 0o644, b'tpacpi_bluetooth_sw\n')
16573f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/uevent', 0o644, b'''RFKILL_NAME=tpacpi_bluetooth_sw
16574RFKILL_TYPE=bluetooth
16575RFKILL_STATE=1
16576''')
16577f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/claim', 0o644, b'0\n')
16578d('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/power', 0o755)
16579f('sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/power/wakeup', 0o644, b'\n')
16580d('sys/devices/platform/thinkpad_acpi/power', 0o755)
16581f('sys/devices/platform/thinkpad_acpi/power/wakeup', 0o644, b'\n')
16582d('sys/devices/platform/thinkpad_acpi/leds', 0o755)
16583d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active', 0o755)
16584l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/subsystem', '../../../../../class/leds')
16585l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/device', '../../../thinkpad_acpi')
16586f('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')
16587f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/brightness', 0o644, b'0\n\x00')
16588f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/uevent', 0o644, b'')
16589d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/power', 0o755)
16590f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::bay_active/power/wakeup', 0o644, b'\n')
16591d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt', 0o755)
16592l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/subsystem', '../../../../../class/leds')
16593l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/device', '../../../thinkpad_acpi')
16594f('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')
16595f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/brightness', 0o644, b'0\n\x00')
16596f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/uevent', 0o644, b'')
16597d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/power', 0o755)
16598f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:orange:batt/power/wakeup', 0o644, b'\n')
16599d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active', 0o755)
16600l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/subsystem', '../../../../../class/leds')
16601l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/device', '../../../thinkpad_acpi')
16602f('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')
16603f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/brightness', 0o644, b'0\n\x00')
16604f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/uevent', 0o644, b'')
16605d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/power', 0o755)
16606f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_active/power/wakeup', 0o644, b'\n')
16607d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led', 0o755)
16608l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/subsystem', '../../../../../class/leds')
16609l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/device', '../../../thinkpad_acpi')
16610f('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')
16611f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/brightness', 0o644, b'0\n\x00')
16612f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/uevent', 0o644, b'')
16613d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/power', 0o755)
16614f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::unknown_led/power/wakeup', 0o644, b'\n')
16615d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt', 0o755)
16616l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/subsystem', '../../../../../class/leds')
16617l('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/device', '../../../thinkpad_acpi')
16618f('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')
16619f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/brightness', 0o644, b'0\n\x00')
16620f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/uevent', 0o644, b'')
16621d('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/power', 0o755)
16622f('sys/devices/platform/thinkpad_acpi/leds/tpacpi:green:batt/power/wakeup', 0o644, b'\n')
16623d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt', 0o755)
16624l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/subsystem', '../../../../../class/leds')
16625l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/device', '../../../thinkpad_acpi')
16626f('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')
16627f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/brightness', 0o644, b'0\n\x00')
16628f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/uevent', 0o644, b'')
16629d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/power', 0o755)
16630f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::dock_batt/power/wakeup', 0o644, b'\n')
16631d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight', 0o755)
16632l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/subsystem', '../../../../../class/leds')
16633l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/device', '../../../thinkpad_acpi')
16634f('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')
16635f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/brightness', 0o644, b'255\n\x00')
16636f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/uevent', 0o644, b'')
16637d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/power', 0o755)
16638f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/power/wakeup', 0o644, b'\n')
16639d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power', 0o755)
16640l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/subsystem', '../../../../../class/leds')
16641l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/device', '../../../thinkpad_acpi')
16642f('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')
16643f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/brightness', 0o644, b'0\n\x00')
16644f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/uevent', 0o644, b'')
16645d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/power', 0o755)
16646f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/power/wakeup', 0o644, b'\n')
16647d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby', 0o755)
16648l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/subsystem', '../../../../../class/leds')
16649l('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/device', '../../../thinkpad_acpi')
16650f('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')
16651f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/brightness', 0o644, b'0\n\x00')
16652f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/uevent', 0o644, b'')
16653d('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/power', 0o755)
16654f('sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/power/wakeup', 0o644, b'\n')
16655d('sys/devices/platform/thinkpad_hwmon', 0o755)
16656l('sys/devices/platform/thinkpad_hwmon/subsystem', '../../../bus/platform')
16657l('sys/devices/platform/thinkpad_hwmon/driver', '../../../bus/platform/drivers/thinkpad_hwmon')
16658f('sys/devices/platform/thinkpad_hwmon/fan1_input', 0o644, b'3446\n')
16659f('sys/devices/platform/thinkpad_hwmon/temp4_input', 0o644, b'63000\n')
16660f('sys/devices/platform/thinkpad_hwmon/pwm1', 0o644, b'255\n')
16661f('sys/devices/platform/thinkpad_hwmon/temp11_input', 0o644, b'43000\n')
16662f('sys/devices/platform/thinkpad_hwmon/modalias', 0o644, b'platform:thinkpad_hwmon\n')
16663f('sys/devices/platform/thinkpad_hwmon/temp15_input', 0o644, b'')
16664f('sys/devices/platform/thinkpad_hwmon/temp2_input', 0o644, b'41000\n')
16665f('sys/devices/platform/thinkpad_hwmon/temp1_input', 0o644, b'46000\n')
16666f('sys/devices/platform/thinkpad_hwmon/temp5_input', 0o644, b'35000\n')
16667f('sys/devices/platform/thinkpad_hwmon/temp13_input', 0o644, b'')
16668f('sys/devices/platform/thinkpad_hwmon/temp6_input', 0o644, b'')
16669f('sys/devices/platform/thinkpad_hwmon/temp8_input', 0o644, b'')
16670f('sys/devices/platform/thinkpad_hwmon/pwm1_enable', 0o644, b'2\n')
16671f('sys/devices/platform/thinkpad_hwmon/temp10_input', 0o644, b'49000\n')
16672f('sys/devices/platform/thinkpad_hwmon/temp3_input', 0o644, b'33000\n')
16673f('sys/devices/platform/thinkpad_hwmon/temp9_input', 0o644, b'35000\n')
16674f('sys/devices/platform/thinkpad_hwmon/name', 0o644, b'thinkpad\n')
16675f('sys/devices/platform/thinkpad_hwmon/temp12_input', 0o644, b'')
16676f('sys/devices/platform/thinkpad_hwmon/uevent', 0o644, b'''DRIVER=thinkpad_hwmon
16677MODALIAS=platform:thinkpad_hwmon
16678''')
16679f('sys/devices/platform/thinkpad_hwmon/temp7_input', 0o644, b'33000\n')
16680f('sys/devices/platform/thinkpad_hwmon/temp16_input', 0o644, b'')
16681f('sys/devices/platform/thinkpad_hwmon/temp14_input', 0o644, b'')
16682d('sys/devices/platform/thinkpad_hwmon/hwmon', 0o755)
16683d('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0', 0o755)
16684l('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/subsystem', '../../../../../class/hwmon')
16685l('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/device', '../../../thinkpad_hwmon')
16686f('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/uevent', 0o644, b'')
16687d('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/power', 0o755)
16688f('sys/devices/platform/thinkpad_hwmon/hwmon/hwmon0/power/wakeup', 0o644, b'\n')
16689d('sys/devices/platform/thinkpad_hwmon/power', 0o755)
16690f('sys/devices/platform/thinkpad_hwmon/power/wakeup', 0o644, b'\n')
16691d('sys/devices/platform/microcode', 0o755)
16692l('sys/devices/platform/microcode/subsystem', '../../../bus/platform')
16693f('sys/devices/platform/microcode/modalias', 0o644, b'platform:microcode\n')
16694f('sys/devices/platform/microcode/uevent', 0o644, b'MODALIAS=platform:microcode\n')
16695d('sys/devices/platform/microcode/power', 0o755)
16696f('sys/devices/platform/microcode/power/wakeup', 0o644, b'\n')
16697d('sys/devices/platform/i8042', 0o755)
16698l('sys/devices/platform/i8042/subsystem', '../../../bus/platform')
16699l('sys/devices/platform/i8042/driver', '../../../bus/platform/drivers/i8042')
16700f('sys/devices/platform/i8042/modalias', 0o644, b'platform:i8042\n')
16701f('sys/devices/platform/i8042/uevent', 0o644, b'''DRIVER=i8042
16702MODALIAS=platform:i8042
16703''')
16704d('sys/devices/platform/i8042/power', 0o755)
16705f('sys/devices/platform/i8042/power/wakeup', 0o644, b'\n')
16706d('sys/devices/platform/i8042/serio0', 0o755)
16707l('sys/devices/platform/i8042/serio0/subsystem', '../../../../bus/serio')
16708l('sys/devices/platform/i8042/serio0/driver', '../../../../bus/serio/drivers/atkbd')
16709f('sys/devices/platform/i8042/serio0/modalias', 0o644, b'serio:ty06pr00id00ex00\n')
16710f('sys/devices/platform/i8042/serio0/set', 0o644, b'2\n')
16711f('sys/devices/platform/i8042/serio0/bind_mode', 0o644, b'auto\n')
16712f('sys/devices/platform/i8042/serio0/description', 0o644, b'i8042 KBD port\n')
16713f('sys/devices/platform/i8042/serio0/softrepeat', 0o644, b'0\n')
16714f('sys/devices/platform/i8042/serio0/scroll', 0o644, b'0\n')
16715f('sys/devices/platform/i8042/serio0/softraw', 0o644, b'1\n')
16716f('sys/devices/platform/i8042/serio0/err_count', 0o644, b'0\n')
16717f('sys/devices/platform/i8042/serio0/extra', 0o644, b'0\n')
16718f('sys/devices/platform/i8042/serio0/uevent', 0o644, b'''DRIVER=atkbd
16719SERIO_TYPE=06
16720SERIO_PROTO=00
16721SERIO_ID=00
16722SERIO_EXTRA=00
16723MODALIAS=serio:ty06pr00id00ex00
16724''')
16725d('sys/devices/platform/i8042/serio0/id', 0o755)
16726f('sys/devices/platform/i8042/serio0/id/proto', 0o644, b'00\n')
16727f('sys/devices/platform/i8042/serio0/id/id', 0o644, b'00\n')
16728f('sys/devices/platform/i8042/serio0/id/type', 0o644, b'06\n')
16729f('sys/devices/platform/i8042/serio0/id/extra', 0o644, b'00\n')
16730d('sys/devices/platform/i8042/serio0/power', 0o755)
16731f('sys/devices/platform/i8042/serio0/power/wakeup', 0o644, b'\n')
16732d('sys/devices/platform/i8042/serio0/input', 0o755)
16733d('sys/devices/platform/i8042/serio0/input/input0', 0o755)
16734l('sys/devices/platform/i8042/serio0/input/input0/subsystem', '../../../../../../class/input')
16735l('sys/devices/platform/i8042/serio0/input/input0/device', '../../../serio0')
16736f('sys/devices/platform/i8042/serio0/input/input0/uniq', 0o644, b'\n')
16737f('sys/devices/platform/i8042/serio0/input/input0/phys', 0o644, b'isa0060/serio0/input0\n')
16738f('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')
16739f('sys/devices/platform/i8042/serio0/input/input0/name', 0o644, b'AT Translated Set 2 keyboard\n')
16740f('sys/devices/platform/i8042/serio0/input/input0/uevent', 0o644, b'''PRODUCT=11/1/1/ab54
16741NAME="AT Translated Set 2 keyboard"
16742PHYS="isa0060/serio0/input0"
16743EV==120013
16744KEY==402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
16745MSC==10
16746LED==7
16747MODALIAS=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
16748''')
16749d('sys/devices/platform/i8042/serio0/input/input0/event0', 0o755)
16750l('sys/devices/platform/i8042/serio0/input/input0/event0/subsystem', '../../../../../../../class/input')
16751l('sys/devices/platform/i8042/serio0/input/input0/event0/device', '../../input0')
16752f('sys/devices/platform/i8042/serio0/input/input0/event0/dev', 0o644, b'13:64\n')
16753f('sys/devices/platform/i8042/serio0/input/input0/event0/uevent', 0o644, b'''MAJOR=13
16754MINOR=64
16755''')
16756d('sys/devices/platform/i8042/serio0/input/input0/event0/power', 0o755)
16757f('sys/devices/platform/i8042/serio0/input/input0/event0/power/wakeup', 0o644, b'\n')
16758d('sys/devices/platform/i8042/serio0/input/input0/id', 0o755)
16759f('sys/devices/platform/i8042/serio0/input/input0/id/version', 0o644, b'ab54\n')
16760f('sys/devices/platform/i8042/serio0/input/input0/id/product', 0o644, b'0001\n')
16761f('sys/devices/platform/i8042/serio0/input/input0/id/vendor', 0o644, b'0001\n')
16762f('sys/devices/platform/i8042/serio0/input/input0/id/bustype', 0o644, b'0011\n')
16763d('sys/devices/platform/i8042/serio0/input/input0/power', 0o755)
16764f('sys/devices/platform/i8042/serio0/input/input0/power/wakeup', 0o644, b'\n')
16765d('sys/devices/platform/i8042/serio0/input/input0/capabilities', 0o755)
16766f('sys/devices/platform/i8042/serio0/input/input0/capabilities/msc', 0o644, b'10\n')
16767f('sys/devices/platform/i8042/serio0/input/input0/capabilities/abs', 0o644, b'0\n')
16768f('sys/devices/platform/i8042/serio0/input/input0/capabilities/snd', 0o644, b'0\n')
16769f('sys/devices/platform/i8042/serio0/input/input0/capabilities/ff', 0o644, b'0\n')
16770f('sys/devices/platform/i8042/serio0/input/input0/capabilities/key', 0o644, b'402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe\n')
16771f('sys/devices/platform/i8042/serio0/input/input0/capabilities/rel', 0o644, b'0\n')
16772f('sys/devices/platform/i8042/serio0/input/input0/capabilities/sw', 0o644, b'0\n')
16773f('sys/devices/platform/i8042/serio0/input/input0/capabilities/ev', 0o644, b'120013\n')
16774f('sys/devices/platform/i8042/serio0/input/input0/capabilities/led', 0o644, b'7\n')
16775d('sys/devices/platform/i8042/serio1', 0o755)
16776l('sys/devices/platform/i8042/serio1/subsystem', '../../../../bus/serio')
16777l('sys/devices/platform/i8042/serio1/driver', '../../../../bus/serio/drivers/psmouse')
16778f('sys/devices/platform/i8042/serio1/upthresh', 0o644, b'255\n')
16779f('sys/devices/platform/i8042/serio1/modalias', 0o644, b'serio:ty01pr00id00ex00\n')
16780f('sys/devices/platform/i8042/serio1/resync_time', 0o644, b'0\n')
16781f('sys/devices/platform/i8042/serio1/skipback', 0o644, b'0\n')
16782f('sys/devices/platform/i8042/serio1/draghys', 0o644, b'255\n')
16783f('sys/devices/platform/i8042/serio1/ext_dev', 0o644, b'1\n')
16784f('sys/devices/platform/i8042/serio1/bind_mode', 0o644, b'auto\n')
16785f('sys/devices/platform/i8042/serio1/resolution', 0o644, b'200\n')
16786f('sys/devices/platform/i8042/serio1/resetafter', 0o644, b'5\n')
16787f('sys/devices/platform/i8042/serio1/sensitivity', 0o644, b'128\n')
16788f('sys/devices/platform/i8042/serio1/rate', 0o644, b'100\n')
16789f('sys/devices/platform/i8042/serio1/inertia', 0o644, b'6\n')
16790f('sys/devices/platform/i8042/serio1/mindrag', 0o644, b'20\n')
16791f('sys/devices/platform/i8042/serio1/reach', 0o644, b'10\n')
16792f('sys/devices/platform/i8042/serio1/description', 0o644, b'i8042 AUX port\n')
16793f('sys/devices/platform/i8042/serio1/press_to_select', 0o644, b'0\n')
16794f('sys/devices/platform/i8042/serio1/ztime', 0o644, b'38\n')
16795f('sys/devices/platform/i8042/serio1/speed', 0o644, b'97\n')
16796f('sys/devices/platform/i8042/serio1/thresh', 0o644, b'8\n')
16797f('sys/devices/platform/i8042/serio1/jenks', 0o644, b'135\n')
16798f('sys/devices/platform/i8042/serio1/uevent', 0o644, b'''DRIVER=psmouse
16799SERIO_TYPE=01
16800SERIO_PROTO=00
16801SERIO_ID=00
16802SERIO_EXTRA=00
16803MODALIAS=serio:ty01pr00id00ex00
16804''')
16805f('sys/devices/platform/i8042/serio1/protocol', 0o644, b'TPPS/2\n')
16806d('sys/devices/platform/i8042/serio1/id', 0o755)
16807f('sys/devices/platform/i8042/serio1/id/proto', 0o644, b'00\n')
16808f('sys/devices/platform/i8042/serio1/id/id', 0o644, b'00\n')
16809f('sys/devices/platform/i8042/serio1/id/type', 0o644, b'01\n')
16810f('sys/devices/platform/i8042/serio1/id/extra', 0o644, b'00\n')
16811d('sys/devices/platform/i8042/serio1/power', 0o755)
16812f('sys/devices/platform/i8042/serio1/power/wakeup', 0o644, b'\n')
16813d('sys/devices/platform/i8042/serio1/input', 0o755)
16814d('sys/devices/platform/i8042/serio1/input/input1', 0o755)
16815l('sys/devices/platform/i8042/serio1/input/input1/subsystem', '../../../../../../class/input')
16816l('sys/devices/platform/i8042/serio1/input/input1/device', '../../../serio1')
16817f('sys/devices/platform/i8042/serio1/input/input1/uniq', 0o644, b'\n')
16818f('sys/devices/platform/i8042/serio1/input/input1/phys', 0o644, b'isa0060/serio1/input0\n')
16819f('sys/devices/platform/i8042/serio1/input/input1/modalias', 0o644, b'input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw\n')
16820f('sys/devices/platform/i8042/serio1/input/input1/name', 0o644, b'TPPS/2 IBM TrackPoint\n')
16821f('sys/devices/platform/i8042/serio1/input/input1/uevent', 0o644, b'''PRODUCT=11/2/a/0
16822NAME="TPPS/2 IBM TrackPoint"
16823PHYS="isa0060/serio1/input0"
16824EV==7
16825KEY==70000 0 0 0 0
16826REL==3
16827MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw
16828''')
16829d('sys/devices/platform/i8042/serio1/input/input1/mouse0', 0o755)
16830l('sys/devices/platform/i8042/serio1/input/input1/mouse0/subsystem', '../../../../../../../class/input')
16831l('sys/devices/platform/i8042/serio1/input/input1/mouse0/device', '../../input1')
16832f('sys/devices/platform/i8042/serio1/input/input1/mouse0/dev', 0o644, b'13:32\n')
16833f('sys/devices/platform/i8042/serio1/input/input1/mouse0/uevent', 0o644, b'''MAJOR=13
16834MINOR=32
16835''')
16836d('sys/devices/platform/i8042/serio1/input/input1/mouse0/power', 0o755)
16837f('sys/devices/platform/i8042/serio1/input/input1/mouse0/power/wakeup', 0o644, b'\n')
16838d('sys/devices/platform/i8042/serio1/input/input1/id', 0o755)
16839f('sys/devices/platform/i8042/serio1/input/input1/id/version', 0o644, b'0000\n')
16840f('sys/devices/platform/i8042/serio1/input/input1/id/product', 0o644, b'000a\n')
16841f('sys/devices/platform/i8042/serio1/input/input1/id/vendor', 0o644, b'0002\n')
16842f('sys/devices/platform/i8042/serio1/input/input1/id/bustype', 0o644, b'0011\n')
16843d('sys/devices/platform/i8042/serio1/input/input1/power', 0o755)
16844f('sys/devices/platform/i8042/serio1/input/input1/power/wakeup', 0o644, b'\n')
16845d('sys/devices/platform/i8042/serio1/input/input1/event1', 0o755)
16846l('sys/devices/platform/i8042/serio1/input/input1/event1/subsystem', '../../../../../../../class/input')
16847l('sys/devices/platform/i8042/serio1/input/input1/event1/device', '../../input1')
16848f('sys/devices/platform/i8042/serio1/input/input1/event1/dev', 0o644, b'13:65\n')
16849f('sys/devices/platform/i8042/serio1/input/input1/event1/uevent', 0o644, b'''MAJOR=13
16850MINOR=65
16851''')
16852d('sys/devices/platform/i8042/serio1/input/input1/event1/power', 0o755)
16853f('sys/devices/platform/i8042/serio1/input/input1/event1/power/wakeup', 0o644, b'\n')
16854d('sys/devices/platform/i8042/serio1/input/input1/capabilities', 0o755)
16855f('sys/devices/platform/i8042/serio1/input/input1/capabilities/msc', 0o644, b'0\n')
16856f('sys/devices/platform/i8042/serio1/input/input1/capabilities/abs', 0o644, b'0\n')
16857f('sys/devices/platform/i8042/serio1/input/input1/capabilities/snd', 0o644, b'0\n')
16858f('sys/devices/platform/i8042/serio1/input/input1/capabilities/ff', 0o644, b'0\n')
16859f('sys/devices/platform/i8042/serio1/input/input1/capabilities/key', 0o644, b'70000 0 0 0 0\n')
16860f('sys/devices/platform/i8042/serio1/input/input1/capabilities/rel', 0o644, b'3\n')
16861f('sys/devices/platform/i8042/serio1/input/input1/capabilities/sw', 0o644, b'0\n')
16862f('sys/devices/platform/i8042/serio1/input/input1/capabilities/ev', 0o644, b'7\n')
16863f('sys/devices/platform/i8042/serio1/input/input1/capabilities/led', 0o644, b'0\n')