Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1923 const struct execsw **es, **xs, **newexecsw; in exec_register() local1929 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()1930 xs = newexecsw; in exec_register()1938 execsw = newexecsw; in exec_register()1945 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local1960 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()1961 xs = newexecsw; in exec_unregister()1968 execsw = newexecsw; in exec_unregister()