Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_exec.c1488 const struct execsw **es, **xs, **newexecsw; local
1494 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK);
1495 if (newexecsw == NULL)
1497 xs = newexecsw;
1505 execsw = newexecsw;
1513 const struct execsw **es, **xs, **newexecsw; local
1528 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK);
1529 if (newexecsw == NULL)
1531 xs = newexecsw;
1538 execsw = newexecsw;