HomeSort by relevance Sort by last modified time
    Searched refs:caddr_t (Results 126 - 150 of 256) sorted by null

1 2 3 4 56 7 8 91011

  /libcore/ojluni/src/main/native/
MappedByteBuffer.c 81 int result = madvise((caddr_t)a, (size_t)len, MADV_WILLNEED);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 96 caddr_t where;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 82 extern int bootparamprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
rusers.h 116 extern int rusersprog_3_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
yp.h 281 extern int ypprog_2_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
293 extern int yppush_xfrrespprog_1_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
308 extern int ypbindprog_2_freeresult (SVCXPRT *, xdrproc_t, caddr_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 138 caddr_t buf; /* mmap'ed buffer for the entire input file */
148 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
149 if (buf == (caddr_t)(-1)) return Z_ERRNO;
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 233 xisr = (void *)((caddr_t)(void *)xpl + off);
247 xisr = (void *)((caddr_t)(void *)xpl + off);
322 caddr_t p;
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 88 caddr_t data;
89 caddr_t sdata;
148 data = (caddr_t)(fraghdr + 1);
schedule.c 229 caddr_t *buf;
232 caddr_t new;
312 sched_dump((caddr_t *)&scbuf, &len);
racoonctl.c 214 void print_schedule __P((caddr_t, int));
215 void print_evt __P((caddr_t, int));
216 void print_cfg __P((caddr_t, int));
217 void print_err __P((caddr_t, int));
218 void print_ph1down __P((caddr_t, int));
219 void print_ph1up __P((caddr_t, int));
1100 caddr_t p = NULL;
1309 caddr_t buf;
1341 caddr_t buf;
1374 caddr_t buf
    [all...]
ipsec_doi.c 155 static int setph1prop __P((struct isakmpsa *, caddr_t));
156 static int setph1trns __P((struct isakmpsa *, caddr_t));
157 static int setph1attr __P((struct isakmpsa *, caddr_t));
1293 caddr_t bp;
1327 bp = (caddr_t)(sab + 1);
    [all...]
isakmp_inf.c 177 gen = (struct isakmp_gen *)((caddr_t)isakmp + sizeof(struct isakmp));
203 p = (caddr_t) gen + sizeof(struct isakmp_gen);
204 nd = (struct isakmp_gen *) ((caddr_t) gen + ntohs(gen->len));
227 memcpy(payload->v, (caddr_t) nd, ntohs(nd->len));
761 memcpy((caddr_t)(n + 1) + spisiz, data->v, data->l);
823 memcpy((caddr_t)(n + 1) + spisiz, data->v, data->l);
872 memcpy((caddr_t)(n + 1) + pr->spisize, data->v, data->l);
1091 memcpy((caddr_t)(n + 1) + pr->spisize, data->v, data->l);
1141 caddr_t mhp[SADB_EXT_MAX + 1];
1165 next = (struct sadb_msg *)((caddr_t)msg + (msg->sadb_msg_len << 3))
    [all...]
session.c 491 caddr_t mhp[SADB_EXT_MAX + 1];
509 next = (struct sadb_msg *)((caddr_t)msg + PFKEY_UNUNIT64(msg->sadb_msg_len));
569 memset((caddr_t)&sa, 0, sizeof(sa));
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 110 caddr_t mapaddr;
195 == (caddr_t) - 1) {
424 if (msync((caddr_t) paddr, (mappages - randpage) * pagesize,
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
zsysnum_freebsd_amd64.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
zsysnum_freebsd_arm.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_386.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
zsysnum_freebsd_amd64.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
zsysnum_freebsd_arm.go 34 SYS_RECVFROM = 29 // { int recvfrom(int s, caddr_t buf, \
47 SYS_PROFIL = 44 // { int profil(caddr_t samples, size_t size, \
85 SYS_CONNECT = 98 // { int connect(int s, caddr_t name, \
87 SYS_BIND = 104 // { int bind(int s, caddr_t name, \
103 SYS_SENDTO = 133 // { int sendto(int s, caddr_t buf, size_t len, \
131 SYS_FREEBSD6_MMAP = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
288 SYS_SCTP_GENERIC_SENDMSG = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
293 SYS_MMAP = 477 // { caddr_t mmap(caddr_t addr, size_t len,
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 34 typedef void * caddr_t; typedef
263 caddr_t data;
378 caddr_t data;
  /external/kernel-headers/original/uapi/linux/
coda.h 80 typedef void * caddr_t; typedef
380 caddr_t data; /* Place holder for data. */
540 caddr_t data; /* Place holder for data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda.h 80 typedef void * caddr_t; typedef
378 caddr_t data; /* Place holder for data. */
538 caddr_t data; /* Place holder for data. */
  /toolchain/binutils/binutils-2.27/zlib/
minigzip.c 207 caddr_t buf; /* mmap'ed buffer for the entire input file */
217 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
218 if (buf == (caddr_t)(-1)) return Z_ERRNO;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 71 typedef char *caddr_t; /* core address */ typedef

Completed in 383 milliseconds

1 2 3 4 56 7 8 91011