HomeSort by relevance Sort by last modified time
    Searched refs:vmalloc (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/ipsec-tools/src/racoon/
isakmp_unity.c 277 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {
nattraversal.c 152 if ((buf = vmalloc (buf_size)) == NULL)
isakmp.c 310 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
335 if ((buf = vmalloc(len - extralen)) == NULL) {
    [all...]
privsep.c 736 if ((privkey = vmalloc(len - sizeof(*msg))) == NULL)
932 if ((psk = vmalloc(len - sizeof(*msg))) == NULL)
remoteconf.c 650 if ((new_path = vmalloc(len)) == NULL) {
cfparse.y 1316 $$ = vmalloc(sizeof(*id_b) + $2->l);
1345 cur_sainfo->id_i = vmalloc(sizeof(*id_b) + idv->l);
    [all...]
handler.c 230 buf = vmalloc(cnt * sizeof(struct ph1dump));
  /external/squashfs-tools/kernel/fs/squashfs/
cache.c 32 * To avoid out of memory and fragmentation isssues with vmalloc the cache
50 #include <linux/vmalloc.h>
230 * size block_size. To avoid vmalloc fragmentation issues each entry
  /external/lzma/xz-embedded/
xz_dec_lzma2.c 1115 s->dict.buf = vmalloc(dict_max);
1146 s->dict.buf = vmalloc(s->dict.size);
  /external/ipsec-tools/
setup.c 342 vchar_t *vchar = string ? vmalloc(strlen(string) + 1) : NULL;
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 38 #include <linux/vmalloc.h>
inode.c 37 #include <linux/vmalloc.h>
938 if (!(msblk->stream.workspace = vmalloc(zlib_inflate_workspacesize()))) {
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 32 #define SQUASHFS_ALLOC(a) vmalloc(a)
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 412 vgdb_threads = vmalloc(vg_n_threads * sizeof vgdb_threads[0]);
    [all...]

Completed in 1787 milliseconds

1 2 3 45