Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h234 int32_t ud_open_dev(ud_handle_t, char *, uint32_t);
H A Dud_lib.c85 ud_open_dev(ud_handle_t h, char *special, uint32_t flags) in ud_open_dev() function
/titanic_44/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c205 if (ud_open_dev(udh, argv[optind], flags) != 0) { in main()
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c173 if ((fd = ud_open_dev(udh, argv[optind], openflg)) < 0) { in main()