Searched refs:apply_file (Results 1 - 2 of 2) sorted by relevance

/systemd/src/binfmt/
H A Dbinfmt.c72 static int apply_file(const char *path, bool ignore_enoent) { function
177 k = apply_file(argv[i], false);
195 k = apply_file(*f, true);
/systemd/src/modules-load/
H A Dmodules-load.c128 static int apply_file(struct kmod_ctx *ctx, const char *path, bool ignore_enoent) { function
248 k = apply_file(ctx, argv[i], false);
272 k = apply_file(ctx, *fn, true);

Completed in 1396 milliseconds