HelenOS sources

fmgt_progress_t    49 uspace/app/copy/copy.c static void copy_progress(void *, fmgt_progress_t *);
fmgt_progress_t   111 uspace/app/copy/copy.c static void copy_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t    66 uspace/app/nav/copy.c static void copy_progress(void *, fmgt_progress_t *);
fmgt_progress_t   264 uspace/app/nav/copy.c static void copy_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t   274 uspace/app/nav/dlg/progress.c     fmgt_progress_t *progress)
fmgt_progress_t    49 uspace/app/nav/dlg/progress.h extern errno_t progress_dlg_set_progress(progress_dlg_t *, fmgt_progress_t *);
fmgt_progress_t    67 uspace/app/nav/newfile.c static void new_file_progress(void *, fmgt_progress_t *);
fmgt_progress_t   258 uspace/app/nav/newfile.c static void new_file_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t   104 uspace/app/nav/test/dlg/progress.c 	fmgt_progress_t progress;
fmgt_progress_t    65 uspace/app/nav/verify.c static void verify_progress(void *, fmgt_progress_t *);
fmgt_progress_t   239 uspace/app/nav/verify.c static void verify_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t    50 uspace/app/newfile/newfile.c static void newfile_progress(void *, fmgt_progress_t *);
fmgt_progress_t   114 uspace/app/newfile/newfile.c static void newfile_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t    49 uspace/app/verify/verify.c static void verify_progress(void *, fmgt_progress_t *);
fmgt_progress_t   111 uspace/app/verify/verify.c static void verify_progress(void *arg, fmgt_progress_t *progress)
fmgt_progress_t    96 uspace/lib/fmgt/include/types/fmgt.h 	void (*progress)(void *, fmgt_progress_t *);
fmgt_progress_t   164 uspace/lib/fmgt/src/fmgt.c static void fmgt_get_progress(fmgt_t *fmgt, fmgt_progress_t *progress)
fmgt_progress_t   191 uspace/lib/fmgt/src/fmgt.c 	fmgt_progress_t progress;
fmgt_progress_t    41 uspace/lib/fmgt/test/newfile.c static void test_fmgt_progress(void *, fmgt_progress_t *);
fmgt_progress_t   274 uspace/lib/fmgt/test/newfile.c static void test_fmgt_progress(void *arg, fmgt_progress_t *progress)
HelenOS homepage, sources at GitHub