Home
last modified time | relevance | path

Searched refs:byteorder_ctx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/backup/include/
H A Dbyteorder.h42 struct byteorder_ctx { struct
48 extern struct byteorder_ctx *byteorder_create(void); argument
49 extern void byteorder_destroy(struct byteorder_ctx *);
50 extern void byteorder_banner(struct byteorder_ctx *, FILE *);
53 extern int normspcl(struct byteorder_ctx *, struct s_spcl *, int *, int, int);
54 extern void normdirect(struct byteorder_ctx *, struct direct *);
55 extern void normacls(struct byteorder_ctx *, ufs_acl_t *, int);
57 extern struct byteorder_ctx *byteorder_create();
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c26 struct byteorder_ctx *
29 struct byteorder_ctx *rc; in byteorder_create()
32 if ((rc = (struct byteorder_ctx *)calloc(1, sizeof (*rc))) == NULL) in byteorder_create()
38 byteorder_destroy(struct byteorder_ctx *ctx) in byteorder_destroy()
45 byteorder_banner(struct byteorder_ctx *ctx, FILE *filep) in byteorder_banner()
107 checksum(struct byteorder_ctx *ctx, int *b, int size) in checksum()
156 normspcl(struct byteorder_ctx *ctx, struct s_spcl *sp, int *cs, in normspcl()
254 struct byteorder_ctx *ctx; in normdirect()
264 normacls(struct byteorder_ctx *ctx, ufs_acl_t *acl, int n) in normacls()
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h64 extern struct byteorder_ctx *byteorder;
H A Dmain.c70 struct byteorder_ctx *byteorder;