Home
last modified time | relevance | path

Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_exec.c1817 const struct execsw **es, **xs, **newexecsw; in exec_register() local
1823 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() local
1854 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK); in exec_unregister()
1855 xs = newexecsw; in exec_unregister()
1862 execsw = newexecsw; in exec_unregister()