Searched refs:vmalloc (Results 26 - 50 of 54) sorted by relevance

123

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dipsec_doi.c447 val = vmalloc(len);
616 if ((sa->gssid = vmalloc(len)) == NULL) {
648 if ((sa->gssid = vmalloc(len / 2)) == NULL) {
1450 newsa = vmalloc(newtlen);
1600 newsa = vmalloc(newtlen);
2614 mysa = vmalloc(sablen);
2914 p = vmalloc(sizeof(*prop) + sizeof(pr->spi));
3129 iph2->sa = vmalloc(sizeof(*sab));
3720 ident = vmalloc(l);
3735 ret = vmalloc(sizeo
[all...]
H A Dlocalconf.c272 key = vmalloc(keylen);
H A Ddebugrm.c218 p = vmalloc(size);
H A Disakmp_unity.c280 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {
H A Devt.c206 if ((buf = vmalloc(evtdump->len)) == NULL) {
H A Dcfparse.y1649 $$ = vmalloc(sizeof(*id_b) + $2->l);
1678 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l);
2052 cur_rmconf->peerscert = vmalloc(1);
2081 cur_rmconf->peerscert = vmalloc(1);
2403 cur_rmconf->mycert = vmalloc(1);
2883 if ((new->gssid = vmalloc(strlen(gssid))) == NULL) {
H A Dnattraversal.c157 if ((buf = vmalloc (buf_size)) == NULL)
H A Disakmp.c302 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
327 if ((buf = vmalloc(len - extralen)) == NULL) {
1444 result = vmalloc(sizeof(struct isakmp_parse_t) * 5);
1781 if ((vbuf = vmalloc (sbuf->l + extralen)) == NULL) {
2468 buf = vmalloc(tlen);
2501 buf = vmalloc(tlen);
2560 buf = vmalloc(blen);
2626 *buf = vmalloc(ntohs(gen->len) - sizeof(*gen));
3046 buf = vmalloc(tlen);
H A Dracoonctl.c368 buf = vmalloc(sizeof(struct admin_com) + len);
898 buf = vmalloc(sizeof(*ci));
H A Dprivsep.c930 if ((privkey = vmalloc(len - sizeof(*msg))) == NULL)
1095 if ((psk = vmalloc(len - sizeof(*msg))) == NULL)
H A Dremoteconf.c1106 if ((new_path = vmalloc(len)) == NULL) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nv84_fence.c150 priv->suspend = vmalloc(array_size(sizeof(u32), drm->chan.nr));
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfirmware.c237 mem = vmalloc(info->mmio_size);
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_gart.c35 #include <linux/vmalloc.h>
534 rdev->gart.pages_entry = vmalloc(array_size(sizeof(uint64_t),
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fifo.c118 fifo->static_buffer = vmalloc(fifo->static_buffer_size);
420 fifo_state->dynamic_buffer = vmalloc(bytes);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_shrinker.c19 #include <linux/vmalloc.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
H A Dnouveau_nvkm_engine_falcon.c126 void *p = vmalloc(len);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vgem/
H A Dvgem_drv.c42 #include <linux/vmalloc.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_psp_v11_0.c31 #include <linux/vmalloc.h>
1054 buf = vmalloc(sz);
H A Damdgpu_gart.c35 #include <linux/vmalloc.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_vm.c44 #include <linux/vmalloc.h>
/netbsd-current/external/bsd/iscsi/dist/src/osd/
H A Dosdfs.c189 if ((*entries=vmalloc(*size+1))==NULL) {
190 iscsi_err("vmalloc() failed\n");
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo_util.c44 #include <linux/vmalloc.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_dmablit.c45 #include <linux/vmalloc.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/selftests/
H A Dtest-drm_mm.c17 #include <linux/vmalloc.h>
588 nodes = vmalloc(array_size(count, sizeof(*nodes)));

Completed in 299 milliseconds

123