modctl
int modctl(int, void *);
.op_modctl = modctl,
#define prog_modctl modctl
.op_modctl = modctl,
#define prog_modctl modctl
.op_modctl = modctl,
#define prog_modctl modctl
__weak_alias(modctl,rump___sysimpl_modctl);
int modctl(int, void *);
RL(modctl(MODCTL_STAT, &iov));
err = modctl(MODCTL_EXISTS, 0);
if (modctl(MODCTL_STAT, &iov) != 0) {
rv = modctl(MODCTL_LOAD, &ml);
(void)modctl(MODCTL_UNLOAD, shortname);
if (modctl(MODCTL_STAT, &iov) != 0) {
if (modctl(MODCTL_LOAD, &ml) == -1) {
if (modctl(MODCTL_UNLOAD, __UNCONST(name)) == -1) {
(void)modctl(MODCTL_UNLOAD, __UNCONST(name));
err = modctl(MODCTL_EXISTS, 0);
if (modctl(MODCTL_LOAD, ¶ms) != 0) {
if (modctl(MODCTL_UNLOAD, module_name) != 0) {
if (modctl(MODCTL_LOAD, ¶ms) != 0)
if (modctl(MODCTL_UNLOAD, module_name) != 0)
if (modctl(MODCTL_LOAD, ¶ms) != 0) {
if (modctl(MODCTL_UNLOAD, module_name) != 0) {
error = modctl(MODCTL_LOAD, &args);
if (modctl(MODCTL_LOAD, &args) != 0 && errno != EEXIST) {