Home
last modified time | relevance | path

Searched refs:ud_handle (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h220 struct ud_handle { struct
229 typedef struct ud_handle *ud_handle_t; argument
H A Dud_lib.c67 struct ud_handle *h; in ud_init()
69 if ((h = calloc(1, sizeof (struct ud_handle))) == NULL) { in ud_init()