Searched defs:buf (Results 176 - 200 of 811) sorted by relevance

1234567891011>>

/barrelfish-master/lib/barrelfish/vspace/
H A Dpinned.c106 void *buf = slab_alloc(slab); local
/barrelfish-master/usr/bench/bomp_progress/
H A Dsync.c79 char *buf = malloc(4096*4096); local
/barrelfish-master/usr/bench/shared_mem_clock/
H A Dclock.c52 void *buf; local
/barrelfish-master/kernel/
H A Dlogging.c48 static char buf[256]; local
73 static char buf[256]; local
[all...]
/barrelfish-master/lib/barrelfish/
H A Dump_endpoint.c29 errval_t ump_endpoint_init(struct ump_endpoint *ep, volatile void *buf, argument
/barrelfish-master/lib/posixcompat/
H A Drename.c67 char buf[1024]; local
H A Dstat.c19 void _posixcompat_vfs_info_to_stat(struct vfs_fileinfo *info, struct stat *buf) argument
34 int stat(const char *pathname, struct stat *buf) argument
80 lstat(const char *path, struct stat *buf) argument
[all...]
/barrelfish-master/usr/drivers/virtio/block/
H A Dmain_guest.c72 struct virtio_buffer *buf = virtio_buffer_alloc(blk_dev.alloc); local
/barrelfish-master/usr/skb/
H A Dskb_main.c165 char buf[RESULT_BUF_SIZE]; local
/barrelfish-master/usr/tests/bomptest/
H A Dtest.c92 char *buf = malloc(4096*4096); local
H A Dsync_progress.c77 char buf[64]; local
[all...]
/barrelfish-master/usr/tests/filetests/
H A Dfat_test.c48 char* buf = malloc(info.size); local
/barrelfish-master/usr/tests/large_page/
H A Dmap_test.c27 uint8_t *buf; local
[all...]
/barrelfish-master/usr/tests/nested_paging_test/
H A Dmain.c70 uint8_t *buf = (uint8_t *)base; local
/barrelfish-master/usr/tests/net_tests/nfs_throughput/
H A Dnfs_cat.c51 void *buf = malloc(10485760); local
/barrelfish-master/usr/tests/nkm/
H A Dvspace_dump.c99 struct pmap_dump_info *buf = calloc(BUFSIZE, sizeof(struct pmap_dump_info)); local
/barrelfish-master/lib/libc/gen/
H A Dstatvfs.c138 struct statvfs buf; local
/barrelfish-master/lib/libc/posix1e/
H A Dacl_to_text.c59 char *buf, *tmpbuf; local
[all...]
/barrelfish-master/lib/libc/rpc/
H A Dgetpublickey.c92 char buf[1024]; /* big enough */ local
H A Dsvc_auth_unix.c64 int32_t *buf; local
[all...]
/barrelfish-master/lib/libc/stdio/
H A Dfmemopen.c39 char *buf; /* pointer to the memory region */ member in struct:fmemopen_cookie
53 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) argument
165 fmemopen_read(void *cookie, char *buf, int nbytes) argument
183 fmemopen_write(void *cookie, const char *buf, int nbytes) argument
[all...]
H A Dxprintf_str.c57 char buf[MB_LEN_MAX]; local
171 char buf[MB_CUR_MAX]; local
H A Dxprintf_time.c59 char buf[100]; local
/barrelfish-master/lib/libc/string/
H A Dstrerror.c62 errstr(int num, char *uprefix, char *buf, size_t len) argument
/barrelfish-master/lib/libc/tests/stdio/
H A Dfmemopen2_test.c45 char buf[512]; local
152 char buf[512] = {'\0'}; local
216 char buf[20]; local
258 char buf[] = "Hello"; local
[all...]

Completed in 202 milliseconds

1234567891011>>