Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1906 const struct execsw **es, **xs, **newexecsw; in exec_register() local1912 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()1913 xs = newexecsw; in exec_register()1921 execsw = newexecsw; in exec_register()1928 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local1943 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()1944 xs = newexecsw; in exec_unregister()1951 execsw = newexecsw; in exec_unregister()