Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1924 const struct execsw **es, **xs, **newexecsw; in exec_register() local1930 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()1931 xs = newexecsw; in exec_register()1939 execsw = newexecsw; in exec_register()1946 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local1961 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()1962 xs = newexecsw; in exec_unregister()1969 execsw = newexecsw; in exec_unregister()