OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmalloc
(Results
76 - 90
of
90
) sorted by null
1
2
3
4
/external/ipsec-tools/src/racoon/
gssapi.c
125
*vmbuf =
vmalloc
(gsstoken->length);
461
toks =
vmalloc
(len);
502
toks =
vmalloc
(len);
ipsec_doi.c
600
val =
vmalloc
(len);
764
if ((sa->gssid =
vmalloc
(len)) == NULL) {
796
if ((sa->gssid =
vmalloc
(len / 2)) == NULL) {
[
all
...]
localconf.c
232
key =
vmalloc
(keylen);
cftoken.l
413
yylval.val =
vmalloc
(yyleng + 1);
415
yyerror("
vmalloc
failed");
584
yylval.val =
vmalloc
(yyleng + (yyleng & 1) + 1);
586
yyerror("
vmalloc
failed");
609
yylval.val =
vmalloc
(yyleng - 1);
611
yyerror("
vmalloc
failed");
622
yylval.val =
vmalloc
(yyleng + 1);
624
yyerror("
vmalloc
failed");
isakmp_unity.c
277
if ((buffer =
vmalloc
(sizeof(*attr) + len)) == NULL) {
isakmp.c
306
if ((tmpbuf =
vmalloc
(ntohl(isakmp.len) + extralen)) == NULL) {
331
if ((buf =
vmalloc
(len - extralen)) == NULL) {
[
all
...]
nattraversal.c
152
if ((buf =
vmalloc
(buf_size)) == NULL)
privsep.c
736
if ((privkey =
vmalloc
(len - sizeof(*msg))) == NULL)
932
if ((psk =
vmalloc
(len - sizeof(*msg))) == NULL)
remoteconf.c
652
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/oprofile/module/
oprofile.c
217
mybuf =
vmalloc
(max);
439
note_buffer =
vmalloc
(notebufsize);
461
data->buffer =
vmalloc
(buf_size);
/external/kernel-headers/original/asm-arm/
pgtable.h
23
#include <asm/arch/
vmalloc
.h>
26
* Just any arbitrary offset to the start of the
vmalloc
VM area: the
30
* The
vmalloc
() routines leaves a hole of 4kB between each vmalloced
/external/kernel-headers/original/asm-x86/
io_32.h
49
#include <linux/
vmalloc
.h>
/external/ipsec-tools/
setup.c
327
vchar_t *vchar = string ?
vmalloc
(strlen(string) + 1) : NULL;
Completed in 79 milliseconds
1
2
3
4