Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h229 typedef struct ud_handle *ud_handle_t; typedef
232 int ud_init(int, ud_handle_t *);
233 void ud_fini(ud_handle_t);
234 int32_t ud_open_dev(ud_handle_t, char *, uint32_t);
235 void ud_close_dev(ud_handle_t);
236 int32_t ud_read_dev(ud_handle_t, uint64_t, uint8_t *, uint32_t);
237 int32_t ud_write_dev(ud_handle_t, uint64_t, uint8_t *, uint32_t);
239 int32_t ud_fill_udfs_info(ud_handle_t);
240 int32_t ud_get_num_blks(ud_handle_t, uint32_t *);
242 int32_t ud_verify_tag(ud_handle_t, struct tag *,
[all …]
H A Dud_lib.c49 static int32_t ud_get_ecma_ver(ud_handle_t, uint32_t);
50 static int32_t ud_get_fs_bsize(ud_handle_t, uint32_t, uint32_t *);
51 static int32_t ud_parse_fill_vds(ud_handle_t, struct vds *, uint32_t, uint32_t);
52 static int32_t ud_read_and_translate_lvd(ud_handle_t, uint32_t, uint32_t);
53 static int32_t ud_get_latest_lvid(ud_handle_t, uint32_t, uint32_t);
54 static int32_t ud_get_latest_fsd(ud_handle_t, uint16_t, uint32_t, uint32_t);
65 ud_init(int fd, ud_handle_t *hp) in ud_init()
78 ud_fini(ud_handle_t h) in ud_fini()
85 ud_open_dev(ud_handle_t h, char *special, uint32_t flags) in ud_open_dev()
141 ud_close_dev(ud_handle_t h) in ud_close_dev()
[all …]
H A Dfstyp.c51 ud_handle_t udh;
/titanic_41/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c72 static void label(ud_handle_t, uint32_t);
73 static void print_info(struct vds *, char *, ud_handle_t);
74 static void label_vds(struct vds *, uint32_t, ud_handle_t);
98 ud_handle_t udh; in main()
246 label(ud_handle_t udh, uint32_t set_flags) in label()
293 print_info(struct vds *v, char *name, ud_handle_t udh) in print_info()
371 label_vds(struct vds *v, uint32_t set_flags, ud_handle_t udh) in label_vds()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c101 ud_handle_t udh;