Searched refs:loadtype (Results 1 – 2 of 2) sorted by relevance
214 uintptr_t loadtype; in netbsd32_modctl() local252 loadtype = (uintptr_t)arg; in netbsd32_modctl()253 switch (loadtype) { /* 0 = modload, 1 = autoload */ in netbsd32_modctl()259 (void *)loadtype, NULL); in netbsd32_modctl()
275 uintptr_t loadtype; in sys_modctl() local308 loadtype = (uintptr_t)arg; in sys_modctl()309 switch (loadtype) { /* 0 = modload, 1 = autoload */ in sys_modctl()315 (void *)loadtype, NULL); in sys_modctl()