Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cdrw/
H A Dtrackio.h40 struct trackio_error { struct
80 trackio_error *te);
H A Dutil.h68 void print_trackio_error(struct trackio_error *te);
H A Dutil.c107 print_trackio_error(struct trackio_error *te) in print_trackio_error()
H A Ddevice.c731 struct trackio_error *te; in write_next_track()
760 te = (struct trackio_error *)my_zalloc(sizeof (*te)); in write_next_track()
H A Dtrackio.c262 int (*cb)(int64_t, int64_t), int64_t arg, struct trackio_error *te) in write_track()