Searched refs:chunk_size (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 355 ssize_t chunk_size = 0; in ipp_send_initial_request_block() local 361 (void) ipp_write_message(&size_calculate, &chunk_size, request); in ipp_send_initial_request_block() 369 sprintf(length, "%lu", (unsigned long)(file_size + chunk_size)); in ipp_send_initial_request_block() 397 chunk = ptr = calloc(1, chunk_size); in ipp_send_initial_request_block() 400 printf("request: %d (0x%x) bytes\n", chunk_size, chunk_size); in ipp_send_initial_request_block() 401 httpDumpData(stdout, "request:", chunk, chunk_size); in ipp_send_initial_request_block() 405 if (ipp_request_write(svc, chunk, chunk_size) != chunk_size) in ipp_send_initial_request_block()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 863 size_t chunk_size, nelem_read, nelem_to_read; in process_pcsamples() local 882 if ((chunk_size = bufp->bufsize) > PROF_BUFFER_SIZE) in process_pcsamples() 883 chunk_size = PROF_BUFFER_SIZE; in process_pcsamples() 886 pc_samples = (Address *) calloc(chunk_size, sizeof (Address)); in process_pcsamples() 889 whoami, chunk_size); in process_pcsamples() 900 chunk_size * sizeof (Address)); in process_pcsamples() 903 qsort(pc_samples, chunk_size, sizeof (Address), pc_cmp); in process_pcsamples() 912 assign_pcsamples(mi, pc_samples, chunk_size); in process_pcsamples() 915 p += (chunk_size * sizeof (Address)); in process_pcsamples() 916 nelem_read += chunk_size; in process_pcsamples() [all …]
|
/titanic_44/usr/src/lib/libc/port/aio/ |
H A D | aio_alloc.c | 59 size_t chunk_size; /* size of this chunk */ member 78 chp->chunk_size = size; in chunk_alloc() 322 (void) munmap((void *)chp, chp->chunk_size); in postfork1_child_aio()
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script_impl.h | 184 int chunk_size; member
|
H A D | rcm_script.c | 528 int chunk_size, in open_state_file() argument 578 statefd->chunk_size = chunk_size; in open_state_file() 616 max_elements = statefd->chunk_size; in grow_state_file()
|
/titanic_44/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 1094 unsigned int chunk_size, resid; in vs_icap_read_body_chunk() local 1099 (!sscanf(lbuf, "%x", &chunk_size))) { in vs_icap_read_body_chunk() 1104 resid = chunk_size; in vs_icap_read_body_chunk() 1128 return (chunk_size); in vs_icap_read_body_chunk()
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 710 uint32_t offset, chunk_size, block_size, page_size_mask; in nxge_rxbuf_pp_to_vp() local 790 chunk_size = bufinfo[anchor_index].buf_size; in nxge_rxbuf_pp_to_vp() 792 (pktbuf_pp < (dvma_addr + chunk_size))) { in nxge_rxbuf_pp_to_vp() 799 if ((pktbuf_pp + bufsize) >= (dvma_addr + chunk_size)) in nxge_rxbuf_pp_to_vp() 834 chunk_size = bufinfo[anchor_index].buf_size; in nxge_rxbuf_pp_to_vp() 842 chunk_size, in nxge_rxbuf_pp_to_vp() 847 if (pktbuf_pp < (dvma_addr + chunk_size)) in nxge_rxbuf_pp_to_vp() 856 (dvma_addr + chunk_size)) in nxge_rxbuf_pp_to_vp() 4920 uint32_t chunk_size; in nxge_rxdma_databuf_free() local 4947 chunk_size = ring_info->buffer[index].buf_size; in nxge_rxdma_databuf_free() [all …]
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 343 uint32_t offset, chunk_size, block_size, page_size_mask; in hxge_rxbuf_pp_to_vp() local 415 chunk_size = bufinfo[anchor_index].buf_size; in hxge_rxbuf_pp_to_vp() 417 (pktbuf_pp < (dvma_addr + chunk_size))) { in hxge_rxbuf_pp_to_vp() 424 if ((pktbuf_pp + bufsize) >= (dvma_addr + chunk_size)) in hxge_rxbuf_pp_to_vp() 456 chunk_size = bufinfo[anchor_index].buf_size; in hxge_rxbuf_pp_to_vp() 463 chunk_size, dvma_addr)); in hxge_rxbuf_pp_to_vp() 467 if (pktbuf_pp < (dvma_addr + chunk_size)) in hxge_rxbuf_pp_to_vp() 476 (dvma_addr + chunk_size)) in hxge_rxbuf_pp_to_vp()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | README | 748 chunk_size = 1398
|