Searched refs:vmalloc (Results 1 - 25 of 42) sorted by relevance

12

/external/ipsec-tools/src/racoon/
H A Dvmbuf.c53 vmalloc(size) function
85 return vmalloc(size); /* zero-fill it? */
98 if ((ptr = vmalloc(size)) == NULL)
131 if ((new = vmalloc(src->l)) == NULL)
H A Dvmbuf.h68 extern vchar_t *vmalloc __P((size_t));
H A Deaytest.c210 ret = vmalloc(len);
212 err(1, "vmalloc");
601 iv = vmalloc(iv_length);
612 buf = vmalloc(data->l + padlen);
752 key = vmalloc(strlen(keyword));
755 data = vmalloc(strlen(object));
756 data1 = vmalloc(strlen(object1));
757 data2 = vmalloc(strlen(object2));
850 buf = vmalloc(strlen(word1));
860 buf = vmalloc(strle
[all...]
H A Ddebugrm.h87 #define vmalloc(sz) \ macro
H A Disakmp_frag.c128 if ((frag = vmalloc(fraglen)) == NULL) {
208 if ((buf = vmalloc(ntohs(frag->len) - sizeof(*frag))) == NULL) {
288 if ((buf = vmalloc(len)) == NULL) {
H A Dcrypto_openssl.c211 ret = vmalloc(i);
253 ret = vmalloc(binlen);
660 name = vmalloc(len);
919 cert = vmalloc(len);
1033 pkey = vmalloc(pkeylen);
1089 pkey = vmalloc(pkeylen);
1148 sig = vmalloc(len);
1174 xbuf = vmalloc(len);
1240 if ((res = vmalloc(data->l)) == NULL)
1376 if ((res = vmalloc(dat
[all...]
H A Ddnssec.c125 cert->pl = vmalloc(res->ci_certlen + 1);
H A Devt.c146 if ((buf = vmalloc(evtdump->len)) == NULL) {
H A Dkmpstat.c162 if ((*combufp = vmalloc(h.ac_len)) == NULL)
H A Disakmp_xauth.c151 if ((buffer = vmalloc(tlen)) == NULL) {
424 if ((buffer = vmalloc(tlen)) == NULL) {
744 xauth_ldap_config.host = vmalloc(tmplen);
751 xauth_ldap_config.attr_user = vmalloc(tmplen);
758 xauth_ldap_config.attr_addr = vmalloc(tmplen);
765 xauth_ldap_config.attr_mask = vmalloc(tmplen);
772 xauth_ldap_config.attr_group = vmalloc(tmplen);
779 xauth_ldap_config.attr_member = vmalloc(tmplen);
1433 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1489 if ((buffer = vmalloc(sizeo
[all...]
H A Dvendorid.c154 all_vendor_ids[i].hash = vmalloc(sizeof(vendorid_dpd_hash));
295 if ((tmp = vmalloc(8)) == NULL) {
H A Disakmp_cfg.c221 if ((payload = vmalloc(plen)) == NULL) {
473 if ((buf = vmalloc(alen)) == NULL) {
503 if ((payload = vmalloc(sizeof(*reply))) == NULL) {
671 if ((payload = vmalloc(sizeof(*reply))) == NULL) {
762 new = vmalloc(s->l + append->l);
926 if ((buffer = vmalloc(sizeof(*attr))) == NULL) {
951 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {
971 if ((buffer = vmalloc(sizeof(*attr))) == NULL) {
996 if ((buffer = vmalloc(sizeof(*attr) + len)) == NULL) {
1032 if ((buffer = vmalloc(sizeo
[all...]
H A Dracoonctl.c404 buf = vmalloc(sizeof(*head));
441 buf = vmalloc(sizeof(*head));
462 buf = vmalloc(sizeof(*head));
491 buf = vmalloc(sizeof(*head));
520 buf = vmalloc(sizeof(*head));
569 buf = vmalloc(sizeof(*head) + index->l);
624 buf = vmalloc(sizeof(*head) + index->l);
703 if ((buf = vmalloc(com_len)) == NULL)
847 buf = vmalloc(sizeof(*head) + userlen);
968 buf = vmalloc(sizeo
[all...]
H A Doakley.c206 tmp = vmalloc(prime->l);
233 if ((*gxy = vmalloc(dh->prime->l)) == NULL) {
494 buf = vmalloc(len);
588 seed = vmalloc(prev->l + buf->l);
700 buf = vmalloc(len);
748 buf = vmalloc(len);
803 buf = vmalloc(len);
879 buf = vmalloc(len);
1022 buf = vmalloc(len);
1059 buf = vmalloc(le
[all...]
H A Dadmin.c199 if ((buf = vmalloc(len)) == NULL)
373 if ((id = vmalloc(acp->id_len)) == NULL) {
382 if ((key = vmalloc(acp->key_len)) == NULL) {
/external/oprofile/module/
H A Dcompat.h67 #define VMALLOC_32(sz) vmalloc(sz)
H A Dop_util.c12 #include <linux/vmalloc.h>
H A Doprofile.h22 #include <linux/vmalloc.h>
H A Dcompat22.h109 #define vmalloc_32 vmalloc
/external/valgrind/main/coregrind/
H A Dvgdb.h68 extern void *vmalloc(size_t size);
H A Dvgdb.c90 void *vmalloc(size_t size) function
130 prefix = vmalloc(strlen(tmpdir) + strlen("/vgdb-pipe") + 1);
526 from_gdb_to_pid = vmalloc (len);
527 to_gdb_from_pid = vmalloc (len);
528 shared_mem = vmalloc (len);
970 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
1149 char *vgdb_dir_name = vmalloc (strlen (vgdb_prefix) + 3);
1154 char *vgdb_format = vmalloc (strlen(vgdb_prefix) + strlen(suffix) + 1);
1311 the last command has been allocated (using vmalloc). */
1377 commands[last_command] = vmalloc (
[all...]
/external/lzma/xz-embedded/
H A Dxz_config.h44 #define vmalloc(size) malloc(size) macro
H A Dxz_private.h20 # include <linux/vmalloc.h>
/external/yaffs2/yaffs2/
H A Dyportenv.h40 #include <linux/vmalloc.h>
59 #define YMALLOC_ALT(x) vmalloc(x)
/external/oprofile/module/x86/
H A Dop_fixmap.c63 virt_apic_base = (ulong)vmalloc(4096);

Completed in 239 milliseconds

12