projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bring forward the modern shiny scripts.
[akaros.git]
/
scripts
/
spatch
/
typedef.cocci
1
@@
2
typedef Ipifc;
3
@@
4
-Ipifc
5
+struct ipifc
6
7
@@
8
typedef Iplifc;
9
@@
10
-Iplifc
11
+struct iplifc
12
13
@@
14
typedef Ipv6rp;
15
@@
16
-Ipv6rp
17
+struct ipv6rp
18
19
@@
20
typedef Ip6hdr;
21
@@
22
-Ip6hdr
23
+struct ip6hdr
24
25
@@
26
typedef Icmp6hdr;
27
@@
28
-Icmp6hdr
29
+struct icmp6hdr
30
31
@@
32
typedef Udphdr;
33
@@
34
-Udphdr
35
+struct udphdr
36
37
@@
38
typedef Conv;
39
@@
40
-Conv
41
+struct conv
42
43
@@
44
typedef Fragment4;
45
@@
46
-Fragment4
47
+struct fragment4
48
49
@@
50
typedef Fragment6;
51
@@
52
-Fragment6
53
+struct fragment6
54
55
@@
56
typedef Fraghdr6;
57
@@
58
-Fraghdr6
59
+struct fraghdr6
60
61
@@
62
typedef Fs;
63
@@
64
-Fs
65
+struct fs
66
67
@@
68
typedef Hwaddr;
69
@@
70
-Hwaddr
71
+struct hwaddr
72
73
@@
74
typedef IP;
75
@@
76
-IP
77
+struct IP
78
79
@@
80
typedef IPaux;
81
@@
82
-IPaux
83
+struct IPaux
84
85
@@
86
typedef Ip4hdr;
87
@@
88
-Ip4hdr
89
+struct Ip4hdr
90
91
@@
92
typedef Ipfrag;
93
@@
94
-Ipfrag
95
+struct Ipfrag
96
97
@@
98
typedef Ipself;
99
@@
100
-Ipself
101
+struct Ipself
102
103
@@
104
typedef Ipselftab;
105
@@
106
-Ipselftab
107
+struct Ipselftab
108
109
@@
110
typedef Iplink;
111
@@
112
-Iplink
113
+struct Iplink
114
115
@@
116
typedef Ipmulti;
117
@@
118
-Ipmulti
119
+struct Ipmulti
120
121
@@
122
typedef Iphash;
123
@@
124
-Iphash
125
+struct iphash
126
127
@@
128
typedef Ipht;
129
@@
130
-Ipht
131
+struct Ipht
132
133
@@
134
typedef Netlog;
135
@@
136
-Netlog
137
+struct netlog
138
139
@@
140
typedef Medium;
141
@@
142
-Medium
143
+struct medium
144
145
@@
146
typedef Proto;
147
@@
148
-Proto
149
+struct proto
150
151
@@
152
typedef Arpent;
153
@@
154
-Arpent
155
+struct arpent
156
157
@@
158
typedef Arp;
159
@@
160
-Arp
161
+struct arp
162
163
@@
164
typedef Route;
165
@@
166
-Route
167
+struct route
168
169
@@
170
typedef Routerparams;
171
@@
172
-Routerparams
173
+struct routerparams
174
175
@@
176
typedef Hostparams;
177
@@
178
-Hostparams
179
+struct hostparams
180
181
@@
182
typedef v6router;
183
@@
184
-v6router
185
+struct v6router
186
187
@@
188
typedef v6params;
189
@@
190
-v6params
191
+struct v6params
192
193
@@
194
typedef RouteTree;
195
@@
196
-RouteTree
197
+struct RouteTree
198
199
@@
200
typedef Routewalk;
201
@@
202
-Routewalk
203
+struct routewalk
204
205
@@
206
typedef Queue;
207
@@
208
-Queue
209
+struct queue
210
211
@@
212
typedef V4route;
213
@@
214
-V4route
215
+struct V4route
216
217
@@
218
typedef V6route;
219
@@
220
-V6route
221
+struct V6route
222
223
224
@@
225
typedef Block;
226
@@
227
-Block
228
+struct block
229
230
@@
231
typedef Ctlr;
232
@@
233
-Ctlr
234
+struct ctlr
235
236
@@
237
typedef Ether;
238
@@
239
-Ether
240
+struct ether
241
242
@@
243
typedef Etherpkt;
244
@@
245
-Etherpkt
246
+struct etherpkt
247
248
@@
249
typedef Chan;
250
@@
251
-Chan
252
+struct chan
253
254
@@
255
typedef Dirtab;
256
@@
257
-Dirtab
258
+struct dirtab
259
260
@@
261
typedef Dirlist;
262
@@
263
-Dirlist
264
+struct dirlist
265
266
@@
267
typedef Dir;
268
@@
269
-Dir
270
+struct dir
271
272
@@
273
typedef Fgrp;
274
@@
275
-Fgrp
276
+struct fgrp
277
278
@@
279
typedef Qid;
280
@@
281
-Qid
282
+struct qid
283
284
@@
285
typedef Waitqid;
286
@@
287
-Waitqid
288
+struct waitqid
289
290
@@
291
typedef Mount;
292
@@
293
-Mount
294
+struct mount
295
296
@@
297
typedef Mhead;
298
@@
299
-Mhead
300
+struct mhead
301
302
@@
303
typedef Path;
304
@@
305
-Path
306
+struct path
307
308
@@
309
typedef Proc;
310
@@
311
-Proc
312
+struct proc
313
314
@@
315
typedef Pgrp;
316
@@
317
-Pgrp
318
+struct pgrp
319
320
@@
321
typedef Dev;
322
@@
323
-Dev
324
+struct dev
325
326
@@
327
typedef QLock;
328
typedef qlock_t;
329
@@
330
-QLock
331
+qlock_t
332
333
@@
334
typedef RWLock;
335
typedef rwlock_t;
336
@@
337
-RWLock
338
+rwlock_t
339
340
@@
341
typedef Lock;
342
typedef spinlock_t;
343
@@
344
-Lock
345
+spinlock_t
346
347
@@
348
typedef Ref;
349
@@
350
-Ref
351
+struct kref
352
353
@@
354
typedef Walkqid;
355
@@
356
-Walkqid
357
+struct walkqid
358
359
@@
360
typedef Cmdbuf;
361
@@
362
-Cmdbuf
363
+struct cmdbuf
364
365
@@
366
typedef Cmdtab;
367
@@
368
-Cmdtab
369
+struct cmdtab
370
371
@@
372
typedef Tcppriv;
373
@@
374
-Tcppriv
375
+struct tcppriv
376
377
@@
378
typedef Mnt;
379
@@
380
-Mnt
381
+struct mnt
382
383
@@
384
typedef Mntwalk;
385
@@
386
-Mntwalk
387
+struct mntwalk
388
389
@@
390
typedef Mntrpc;
391
@@
392
-Mntrpc
393
+struct mntrpc
394
395
@@
396
typedef Fcall;
397
@@
398
-Fcall
399
+struct fcall
400
401
@@
402
typedef Srv;
403
@@
404
-Srv
405
+struct srv
406
407
@@
408
typedef Mii;
409
@@
410
-Mii
411
+struct mii
412
413
@@
414
typedef MiiPhy;
415
@@
416
-MiiPhy
417
+struct miiphy
418
419
@@
420
typedef Rendez;
421
@@
422
-Rendez
423
+struct rendez
424
425
@@
426
typedef SDunit;
427
@@
428
-SDunit
429
+struct sdunit
430
431
@@
432
typedef SDev;
433
@@
434
-SDev
435
+struct sdev
436
437
@@
438
typedef SDifc;
439
@@
440
-SDifc
441
+struct sdifc
442
443
@@
444
typedef SDpart;
445
@@
446
-SDpart
447
+struct sdpart
448
449
@@
450
typedef SDperm;
451
@@
452
-SDperm
453
+struct sdperm
454
455
@@
456
typedef SDreq;
457
@@
458
-SDreq
459
+struct sdreq
460
461