Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1817 const struct execsw **es, **xs, **newexecsw; in exec_register() local1823 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_register()1824 xs = newexecsw; in exec_register()1832 execsw = newexecsw; in exec_register()1839 const struct execsw **es, **xs, **newexecsw; in exec_unregister() local1854 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()1855 xs = newexecsw; in exec_unregister()1862 execsw = newexecsw; in exec_unregister()