Home
last modified time | relevance | path

Searched refs:ud_handle_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h227 typedef struct ud_handle *ud_handle_t; typedef
230 int ud_init(int, ud_handle_t *);
231 void ud_fini(ud_handle_t);
232 int32_t ud_open_dev(ud_handle_t, char *, uint32_t);
233 void ud_close_dev(ud_handle_t);
234 int32_t ud_read_dev(ud_handle_t, uint64_t, uint8_t *, uint32_t);
237 int32_t ud_fill_udfs_info(ud_handle_t);
238 int32_t ud_get_num_blks(ud_handle_t, uint32_t *);
240 int32_t ud_verify_tag(ud_handle_t, struct tag *,
243 uint32_t ud_xlate_to_daddr(ud_handle_t, uint16_t, uint32_t);
[all …]
H A Dud_lib.c47 static int32_t ud_get_ecma_ver(ud_handle_t, uint32_t);
63 ud_init(int fd, ud_handle_t *hp) in ud_init()
76 ud_fini(ud_handle_t h) in ud_fini()
83 ud_open_dev(ud_handle_t h, char *special, uint32_t flags) in ud_open_dev()
130 ud_close_dev(ud_handle_t h) in ud_close_dev()
179 ud_fill_udfs_info(ud_handle_t h) in ud_fill_udfs_info()
265 ud_get_ecma_ver(ud_handle_t h, uint32_t offset) in ud_get_ecma_ver()
440 ud_parse_fill_vds(ud_handle_t h, struct vds *v, in ud_parse_fill_vds()
842 ud_get_latest_fsd(ud_handle_t h, uint16_t fsd_prn, in ud_get_latest_fsd()
931 ud_get_num_blks(ud_handle_t h, uint32_t *blkno) in ud_get_num_blks()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c70 static void label(ud_handle_t, uint32_t);
71 static void print_info(struct vds *, char *, ud_handle_t);
72 static void label_vds(struct vds *, uint32_t, ud_handle_t);
96 ud_handle_t udh; in main()
244 label(ud_handle_t udh, uint32_t set_flags) in label()
291 print_info(struct vds *v, char *name, ud_handle_t udh) in print_info()
369 label_vds(struct vds *v, uint32_t set_flags, ud_handle_t udh) in label_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c49 ud_handle_t udh;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c99 ud_handle_t udh;