HomeSort by relevance Sort by last modified time
    Searched full:syntax_err_cb (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
profile.c 162 static profile_syntax_err_cb_t syntax_err_cb; variable
433 if (syntax_err_cb)
434 (syntax_err_cb)(prf->filespec, retval,
585 if (syntax_err_cb)
586 (syntax_err_cb)(prf->filespec, retval,
616 old = syntax_err_cb;
617 syntax_err_cb = hook;
    [all...]

Completed in 36 milliseconds