Searched refs:autoload (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dstart-po.el1 ;;; start-po.el -- autoload definitions for viewing and editing PO files
24 ;; This file provides a minimal amount of definitions that will autoload
34 (autoload 'po-mode "po-mode"
50 (autoload 'po-find-file-coding-system "po-compat"
/netbsd-6-1-5-RELEASE/tests/fs/
H A Dh_funcs.subr39 local autoload
48 autoload=$(sysctl -n kern.module.autoload)
49 [ "${autoload}" = "1" ] && return 0
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_module_vfs.c62 module_load_vfs(const char *name, int flags, bool autoload, argument
79 if (!autoload) {
87 if (autoload || (error == ENOENT)) {
99 " error=%d", autoload ? "auto" : "", name, error);
106 if (((flags & MODCTL_NO_PROP) == 0 && filedictp) || autoload) {
113 } else if (autoload) {
H A Dkern_syscall.c58 } const autoload[] = { local
213 * Try to autoload a module to satisfy the request. If it
219 for (i = 0; i < __arraycount(autoload); i++) {
220 if (autoload[i].al_code != code) {
223 if (module_autoload(autoload[i].al_module,
H A Dkern_module.c150 if ((uintptr_t)arg2 != 0) /* autoload */
421 CTLTYPE_BOOL, "autoload",
811 bool autoload)
866 if (!autoload) {
913 error = module_load_vfs_vec(name, flags, autoload, mod,
1081 if (autoload) {
809 module_do_load(const char *name, bool isdep, int flags, prop_dictionary_t props, module_t **modp, modclass_t class, bool autoload) argument
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timer.c258 timer_init(geminitmr_softc_t *sc, int schz, boolean_t autoload, boolean_t intr) argument
263 timer_factors(sc, schz, autoload);
367 boolean_t autoload)
392 if (autoload)
364 timer_factors( geminitmr_softc_t *sc, int ints_per_sec, boolean_t autoload) argument

Completed in 171 milliseconds