Searched refs:byteorder_ctx (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/backup/include/ |
H A D | byteorder.h | 44 struct byteorder_ctx { struct 50 extern struct byteorder_ctx *byteorder_create(void); argument 51 extern void byteorder_destroy(struct byteorder_ctx *); 52 extern void byteorder_banner(struct byteorder_ctx *, FILE *); 55 extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int); 56 extern void normdirect(struct byteorder_ctx *, struct direct *); 57 extern void normacls(struct byteorder_ctx *, ufs_acl_t *, int); 59 extern struct byteorder_ctx *byteorder_create();
|
/titanic_44/usr/src/cmd/backup/lib/ |
H A D | byteorder.c | 28 struct byteorder_ctx * 31 struct byteorder_ctx *rc; in byteorder_create() 34 if ((rc = (struct byteorder_ctx *)calloc(1, sizeof (*rc))) == NULL) in byteorder_create() 40 byteorder_destroy(struct byteorder_ctx *ctx) in byteorder_destroy() 47 byteorder_banner(struct byteorder_ctx *ctx, FILE *filep) in byteorder_banner() 109 checksum(struct byteorder_ctx *ctx, int *b, int size) in checksum() 158 normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs, in normspcl() 256 struct byteorder_ctx *ctx; in normdirect() 266 normacls(struct byteorder_ctx *ctx, ufs_acl_t *acl, int n) in normacls()
|
/titanic_44/usr/src/cmd/backup/restore/ |
H A D | restore.h | 66 extern struct byteorder_ctx *byteorder;
|
H A D | main.c | 72 struct byteorder_ctx *byteorder;
|