Searched refs:bufsize (Results 51 - 63 of 63) sorted by relevance

123

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dprocedure.c137 int bufsize = StreamSize(nst); local
142 StreamSize(nst) = bufsize;
H A Dworker.c1872 void wm_set_worker_info(wid, infotype, bufsize, buf)
1875 int bufsize;
1890 size = sizeof(worker_info_msg_t) + bufsize;
1905 winfo_mess->size = bufsize;
1906 bcopy((char *) buf, (char *) (winfo_mess + 1), bufsize);
1920 wm_get_worker_info( wid, infotype, bufsize, buf)
1923 int bufsize;
1944 worker_info_bufsize = bufsize;
1953 send_worker_info(recwid,infotype,bufsize,buf)
1956 int bufsize;
[all...]
H A Dsch_util.c182 int i, bufsize = sizeof(scheduler_t); local
185 wm_get_worker_info((int) v_wid.nint, 1, bufsize, (void_ptr) scheduler_data);
H A Dwrite.c806 int bufsize = 1 + (ExternalClass(val.ptr)->string_size)(ExternalData(val.ptr), idwrite&QUOTED?1:0); local
807 char *buf = (char *) hp_alloc_size(bufsize);
810 hp_free_size((generic_ptr) buf, bufsize);
2337 int bufsize = 1 + tag_desc[TagType(elem->tag)].string_size(elem->val, elem->tag, radix); local
2338 char *buf = (char *) hp_alloc_size(bufsize);
2346 hp_free_size((generic_ptr) buf, bufsize);
H A Dwm.c2665 send_worker_info(reqwid, bufsize, buf)
2666 int reqwid, bufsize;
2678 size = sizeof(worker_info_msg_t) + bufsize;
2687 worker_info_msg->size = bufsize;
2688 memcpy((void_ptr) ((worker_info_msg_t *) msg_data + 1), buf, bufsize);
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dmem.c272 size_t bufsize = MEM_SIZE_ALIGNED + (2 * SIZEOF_STRUCT_MEM) + MEM_ALIGNMENT; local
276 // (2*SIZEOF_STRUCT_MEM) + MEM_ALIGNMENT, bufsize, TX_BUFFER_ID);
279 ram_heap = mem_barrelfish_alloc(TX_BUFFER_ID, bufsize);
301 mem_barrelfish_register_buf(TX_BUFFER_ID, bufsize);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_server.c252 static int bufsize=BUFSIZZ; variable
1775 if ((buf=OPENSSL_malloc(bufsize)) == NULL)
1965 i=raw_read_stdin(buf, bufsize/2);
1984 i=raw_read_stdin(buf,bufsize);
2094 i=SSL_read(con,(char *)buf,bufsize);
2138 OPENSSL_cleanse(buf,bufsize);
2262 buf=OPENSSL_malloc(bufsize);
2281 if (!BIO_set_write_buffer_size(io,bufsize)) goto err;
2357 i=BIO_gets(io,buf,bufsize-1);
2419 p=SSL_get_shared_ciphers(con,buf,bufsize);
[all...]
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_esdb.c62 _citrus_esdb_alias(const char *esname, char *buf, size_t bufsize) argument
65 return (_lookup_alias(_PATH_ESDB "/" ESDB_ALIAS, esname, buf, bufsize,
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_client.c152 pds_uint32 bufsize; \
178 bufsize = (pds_uint32) xdr_getpos(&xdrs); \
182 nret = nsrv_send_sock(nsrv_msg_sock,buffer,bufsize); \
187 nret = nsrv_receive_sock(nsrv_msg_sock,buffer,&bufsize); \
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c166 size_t bufsize = SINGLE_SLOT_ALLOC_BUFLEN(L2_CNODE_SLOTS); local
167 void *buf = malloc(bufsize);
172 buf, bufsize);
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_transfer.c48 .bufsize = 1024,
65 .bufsize = sizeof(struct usb_device_request),
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c44 .bufsize = 0,
/barrelfish-2018-10-04/tools/harness/tests/
H A Dwebserver.py449 self.proc = self._launchssh(cmd, stdout=subprocess.PIPE, bufsize=0)

Completed in 214 milliseconds

123