Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
2028 const struct execsw **es, **xs, **newexecsw; in exec_register() local2034 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()2035 xs = newexecsw; in exec_register()2043 execsw = newexecsw; in exec_register()2050 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local2065 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()2066 xs = newexecsw; in exec_unregister()2073 execsw = newexecsw; in exec_unregister()