HomeSort by relevance Sort by last modified time
    Searched refs:run_install (Results 1 - 2 of 2) sorted by null

  /external/kmod/libkmod/
libkmod.h 178 int (*run_install)(struct kmod_module *m,
libkmod-module.c 988 int (*run_install)(struct kmod_module *m, const char *cmd, void *data); member in struct:probe_insert_cb
1034 if (cb->run_install != NULL)
1035 err = cb->run_install(mod, cmd, cb->data);
1220 * @run_install: function to run when @mod is backed by an install command.
1221 * @data: data to give back to @run_install callback
1229 * If @run_install is NULL, this function will fork and exec by calling
1230 * system(3). Don't pass a NULL argument in @run_install if your binary is
1239 int (*run_install)(struct kmod_module *m,
    [all...]

Completed in 72 milliseconds