This file is indexed.

/usr/include/afs/print.h is in libopenafs-dev 1.6.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
/* Machine generated file -- Do NOT edit */

#ifndef	_RXGEN_PTINT_
#define	_RXGEN_PTINT_

#ifdef	KERNEL
/* The following 'ifndefs' are not a good solution to the vendor's omission of surrounding all system includes with 'ifndef's since it requires that this file is included after the system includes...*/
#include <afsconfig.h>
#include "afs/param.h"
#ifdef	UKERNEL
#include "afs/sysincludes.h"
#include "rx/xdr.h"
#include "rx/rx.h"
#include "rx/rx_globals.h"
#include <ubik.h>
#else	/* UKERNEL */
#include "h/types.h"
#ifndef	SOCK_DGRAM  /* XXXXX */
#include "h/socket.h"
#endif
struct ubik_client;
#ifndef	DTYPE_SOCKET  /* XXXXX */
#ifndef AFS_LINUX22_ENV
#include "h/file.h"
#endif
#endif
#ifndef	S_IFMT  /* XXXXX */
#include "h/stat.h"
#endif
#if defined (AFS_OBSD_ENV) && !defined (MLEN)
#include "sys/mbuf.h"
#endif
#ifndef	IPPROTO_UDP /* XXXXX */
#include "netinet/in.h"
#endif
#ifndef	DST_USA  /* XXXXX */
#include "h/time.h"
#endif
#ifndef AFS_LINUX22_ENV
#include "rpc/types.h"
#endif /* AFS_LINUX22_ENV */
#ifndef	XDR_GETLONG /* XXXXX */
#ifdef AFS_LINUX22_ENV
#ifndef quad_t
#define quad_t __quad_t
#define u_quad_t __u_quad_t
#endif
#endif
#include "rx/xdr.h"
#endif /* XDR_GETLONG */
#endif   /* UKERNEL */
#include "afs/rxgen_consts.h"
#include "afs_osi.h"
#include "rx/rx.h"
#include "rx/rx_globals.h"
#else	/* KERNEL */
#include <afs/param.h>
#include <afs/stds.h>
#include <sys/types.h>
#include <rx/xdr.h>
#include <rx/rx.h>
#include <rx/rx_globals.h>
#include <afs/rxgen_consts.h>
#include <ubik.h>
#endif	/* KERNEL */

#ifdef AFS_NT40_ENV
#ifndef AFS_RXGEN_EXPORT
#define AFS_RXGEN_EXPORT __declspec(dllimport)
#endif /* AFS_RXGEN_EXPORT */
#else /* AFS_NT40_ENV */
#define AFS_RXGEN_EXPORT
#endif /* AFS_NT40_ENV */

#define PR_STATINDEX 8
#define PRSUCCESS 0
#define PR_MAXNAMELEN 64
#define PR_MAXGROUPS 5000
#define PR_MAXLIST 5000
#define PRSIZE 10
#define COSIZE 39

struct prdebugentry {
	afs_int32 flags;
	afs_int32 id;
	afs_int32 cellid;
	afs_int32 next;
	afs_int32 reserved[5];
	afs_int32 entries[PRSIZE];
	afs_int32 nextID;
	afs_int32 nextname;
	afs_int32 owner;
	afs_int32 creator;
	afs_int32 ngroups;
	afs_int32 nusers;
	afs_int32 count;
	afs_int32 instance;
	afs_int32 owned;
	afs_int32 nextOwned;
	afs_int32 parent;
	afs_int32 sibling;
	afs_int32 child;
	char name[PR_MAXNAMELEN];
};
typedef struct prdebugentry prdebugentry;
bool_t xdr_prdebugentry(XDR *xdrs, prdebugentry *objp);


struct prcheckentry {
	afs_int32 flags;
	afs_int32 id;
	afs_int32 owner;
	afs_int32 creator;
	afs_int32 ngroups;
	afs_int32 nusers;
	afs_int32 count;
	afs_int32 reserved[5];
	char name[PR_MAXNAMELEN];
};
typedef struct prcheckentry prcheckentry;
bool_t xdr_prcheckentry(XDR *xdrs, prcheckentry *objp);


struct prlistentries {
	afs_int32 flags;
	afs_int32 id;
	afs_int32 owner;
	afs_int32 creator;
	afs_int32 ngroups;
	afs_int32 nusers;
	afs_int32 count;
	afs_int32 reserved[5];
	char name[PR_MAXNAMELEN];
};
typedef struct prlistentries prlistentries;
bool_t xdr_prlistentries(XDR *xdrs, prlistentries *objp);


struct PrUpdateEntry {
	afs_uint32 Mask;
	afs_int32 flags;
	afs_int32 id;
	afs_int32 owner;
	afs_int32 creator;
	afs_int32 ngroups;
	afs_int32 nusers;
	afs_int32 count;
	afs_int32 reserved[5];
	char name[PR_MAXNAMELEN];
};
typedef struct PrUpdateEntry PrUpdateEntry;
bool_t xdr_PrUpdateEntry(XDR *xdrs, PrUpdateEntry *objp);

#define PRUPDATE_NAME 0x0001
#define PRUPDATE_ID 0x0002
#define PRUPDATE_FLAGS 0x0004
#define PRUPDATE_NAMEHASH 0x0008
#define PRUPDATE_IDHASH 0x0010
#define PR_SF_ALLBITS 0xff /* set all access bits */
#define PR_SF_NGROUPS (1<<31) /* set field limiting group creation */
#define PR_SF_NUSERS (1<<30) /*  "  "  foreign users  "  */

typedef char prname[PR_MAXNAMELEN];
bool_t xdr_prname(XDR *xdrs, prname *objp);


typedef struct namelist {
	u_int namelist_len;
	prname *namelist_val;
} namelist;
bool_t xdr_namelist(XDR *xdrs, namelist *objp);


typedef struct idlist {
	u_int idlist_len;
	afs_int32 *idlist_val;
} idlist;
bool_t xdr_idlist(XDR *xdrs, idlist *objp);


typedef struct prlist {
	u_int prlist_len;
	afs_int32 *prlist_val;
} prlist;
bool_t xdr_prlist(XDR *xdrs, prlist *objp);


typedef struct prentries {
	u_int prentries_len;
	prlistentries *prentries_val;
} prentries;
bool_t xdr_prentries(XDR *xdrs, prentries *objp);


extern int PR_INewEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ char * name,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 oid);

extern int ubik_PR_INewEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ char * name,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 oid);

extern afs_int32 SPR_INewEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ char * name,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 oid);

extern int PR_WhereIsIt(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ afs_int32 * ps);

extern int ubik_PR_WhereIsIt(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ afs_int32 * ps);

extern afs_int32 SPR_WhereIsIt(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ afs_int32 * ps);

extern int PR_DumpEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 pos,
	/*OUT*/ struct prdebugentry * entry);

extern int ubik_PR_DumpEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 pos,
	/*OUT*/ struct prdebugentry * entry);

extern afs_int32 SPR_DumpEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 pos,
	/*OUT*/ struct prdebugentry * entry);

extern int PR_AddToGroup(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid);

extern int ubik_PR_AddToGroup(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid);

extern afs_int32 SPR_AddToGroup(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid);

extern int PR_NameToID(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ namelist * nlist,
	/*OUT*/ idlist * ilist);

extern int ubik_PR_NameToID(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ namelist * nlist,
	/*OUT*/ idlist * ilist);

extern afs_int32 SPR_NameToID(
	/*IN */ struct rx_call *z_call,
	/*IN */ namelist * nlist,
	/*OUT*/ idlist * ilist);

extern int PR_IDToName(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ idlist * ilist,
	/*OUT*/ namelist * nlist);

extern int ubik_PR_IDToName(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ idlist * ilist,
	/*OUT*/ namelist * nlist);

extern afs_int32 SPR_IDToName(
	/*IN */ struct rx_call *z_call,
	/*IN */ idlist * ilist,
	/*OUT*/ namelist * nlist);

extern int PR_Delete(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id);

extern int ubik_PR_Delete(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id);

extern afs_int32 SPR_Delete(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id);

extern int PR_RemoveFromGroup(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gid);

extern int ubik_PR_RemoveFromGroup(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gid);

extern afs_int32 SPR_RemoveFromGroup(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gid);

extern int PR_GetCPS(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int ubik_PR_GetCPS(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern afs_int32 SPR_GetCPS(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int PR_NewEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ char * name,
	/*IN */ afs_int32 flag,
	/*IN */ afs_int32 oid,
	/*OUT*/ afs_int32 * id);

extern int ubik_PR_NewEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ char * name,
	/*IN */ afs_int32 flag,
	/*IN */ afs_int32 oid,
	/*OUT*/ afs_int32 * id);

extern afs_int32 SPR_NewEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ char * name,
	/*IN */ afs_int32 flag,
	/*IN */ afs_int32 oid,
	/*OUT*/ afs_int32 * id);

extern int PR_ListMax(
	/*IN */ struct rx_connection *z_conn,
	/*OUT*/ afs_int32 * uid,
	/*OUT*/ afs_int32 * gid);

extern int ubik_PR_ListMax(
	struct ubik_client *aclient, afs_int32 aflags,
	/*OUT*/ afs_int32 * uid,
	/*OUT*/ afs_int32 * gid);

extern afs_int32 SPR_ListMax(
	/*IN */ struct rx_call *z_call,
	/*OUT*/ afs_int32 * uid,
	/*OUT*/ afs_int32 * gid);

extern int PR_SetMax(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gflag);

extern int ubik_PR_SetMax(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gflag);

extern afs_int32 SPR_SetMax(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 gflag);

extern int PR_ListEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ struct prcheckentry * entry);

extern int ubik_PR_ListEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ struct prcheckentry * entry);

extern afs_int32 SPR_ListEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ struct prcheckentry * entry);

extern int PR_ChangeEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ afs_int32 oid,
	/*IN */ afs_int32 newid);

extern int ubik_PR_ChangeEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ afs_int32 oid,
	/*IN */ afs_int32 newid);

extern afs_int32 SPR_ChangeEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ afs_int32 oid,
	/*IN */ afs_int32 newid);

extern int PR_ListElements(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int ubik_PR_ListElements(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern afs_int32 SPR_ListElements(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int PR_IsAMemberOf(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid,
	/*OUT*/ afs_int32 * flag);

extern int ubik_PR_IsAMemberOf(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid,
	/*OUT*/ afs_int32 * flag);

extern afs_int32 SPR_IsAMemberOf(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 uid,
	/*IN */ afs_int32 gid,
	/*OUT*/ afs_int32 * flag);

extern int PR_SetFieldsEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 mask,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 ngroups,
	/*IN */ afs_int32 nusers,
	/*IN */ afs_int32 spare1,
	/*IN */ afs_int32 spare2);

extern int ubik_PR_SetFieldsEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 mask,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 ngroups,
	/*IN */ afs_int32 nusers,
	/*IN */ afs_int32 spare1,
	/*IN */ afs_int32 spare2);

extern afs_int32 SPR_SetFieldsEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 mask,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 ngroups,
	/*IN */ afs_int32 nusers,
	/*IN */ afs_int32 spare1,
	/*IN */ afs_int32 spare2);

extern int PR_ListOwned(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*I/O*/ afs_int32 * lastp);

extern int ubik_PR_ListOwned(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*I/O*/ afs_int32 * lastp);

extern afs_int32 SPR_ListOwned(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*I/O*/ afs_int32 * lastp);

extern int PR_GetCPS2(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int ubik_PR_GetCPS2(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern afs_int32 SPR_GetCPS2(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int PR_GetHostCPS(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int ubik_PR_GetHostCPS(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern afs_int32 SPR_GetHostCPS(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 host,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int PR_UpdateEntry(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ PrUpdateEntry * uentry);

extern int ubik_PR_UpdateEntry(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ PrUpdateEntry * uentry);

extern afs_int32 SPR_UpdateEntry(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*IN */ char * name,
	/*IN */ PrUpdateEntry * uentry);

extern int PR_ListEntries(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 startindex,
	/*OUT*/ prentries * bulkentries,
	/*OUT*/ afs_int32 * nextstartindex);

extern int ubik_PR_ListEntries(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 startindex,
	/*OUT*/ prentries * bulkentries,
	/*OUT*/ afs_int32 * nextstartindex);

extern afs_int32 SPR_ListEntries(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 flags,
	/*IN */ afs_int32 startindex,
	/*OUT*/ prentries * bulkentries,
	/*OUT*/ afs_int32 * nextstartindex);

extern int PR_ListSuperGroups(
	/*IN */ struct rx_connection *z_conn,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int ubik_PR_ListSuperGroups(
	struct ubik_client *aclient, afs_int32 aflags,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern afs_int32 SPR_ListSuperGroups(
	/*IN */ struct rx_call *z_call,
	/*IN */ afs_int32 id,
	/*OUT*/ prlist * elist,
	/*OUT*/ afs_int32 * over);

extern int PR_ExecuteRequest(struct rx_call *);

/* Opcode-related useful stats for package: PR_ */
#define PR_LOWEST_OPCODE   500
#define PR_HIGHEST_OPCODE	530
#define PR_NUMBER_OPCODES	23

#define PR_NO_OF_STAT_FUNCS	23

AFS_RXGEN_EXPORT
extern const char *PR_function_names[];

#endif	/* _RXGEN_PTINT_ */