Searched refs:newexecsw (Results 1 – 1 of 1) sorted by relevance
1488 const struct execsw **es, **xs, **newexecsw; local1494 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; local1528 newexecsw = malloc(count * sizeof(*es), M_TEMP, M_WAITOK);1529 if (newexecsw == NULL)1531 xs = newexecsw;1538 execsw = newexecsw;