Searched refs:xmalloc (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openssh/sources/
H A Dkexgssc.c46 #include "xmalloc.h"
267 kbuf = xmalloc(klen);
334 kex->session_id = xmalloc(kex->session_id_len);
H A Dkexgsss.c48 #include "xmalloc.h"
218 kbuf = xmalloc(klen);
268 kex->session_id = xmalloc(kex->session_id_len);
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c1842 *statep = state = xmalloc(sizeof (*state));
1846 xmalloc(state->n_queues * sizeof (*state->queues));
2565 htb = xmalloc(sizeof (*htb));
2744 hcp = xmalloc(sizeof (*hcp));
H A Ddpif-solaris.c1729 flownames = xmalloc(flow_count * sizeof (char *));
1730 physnames = xmalloc(flow_count * sizeof (char *));
1784 *statep = state = xmalloc(sizeof (*state));
1844 *iterp = iter = xmalloc(sizeof (*iter));

Completed in 37 milliseconds