Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1903 const struct execsw **es, **xs, **newexecsw; in exec_register() local1909 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()1910 xs = newexecsw; in exec_register()1918 execsw = newexecsw; in exec_register()1925 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local1940 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()1941 xs = newexecsw; in exec_unregister()1948 execsw = newexecsw; in exec_unregister()