Searched defs:byteorder_ctx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/backup/include/
H A Dbyteorder.h44 struct byteorder_ctx { struct
50 extern struct byteorder_ctx *byteorder_create(void);
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();

Completed in 54 milliseconds