Home
last modified time | relevance | path

Searched refs:buffers (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_buffers.c59 tlm_buffers_t *buffers = ndmp_malloc(sizeof (tlm_buffers_t)); in tlm_allocate_buffers() local
62 if (buffers == 0) in tlm_allocate_buffers()
66 buffers->tbs_buffer[buf].tb_buffer_data = in tlm_allocate_buffers()
68 if (buffers->tbs_buffer[buf].tb_buffer_data == 0) { in tlm_allocate_buffers()
73 free(buffers->tbs_buffer[i].tb_buffer_data); in tlm_allocate_buffers()
75 free(buffers); in tlm_allocate_buffers()
78 buffers->tbs_buffer[buf].tb_buffer_size = (write) in tlm_allocate_buffers()
80 buffers->tbs_buffer[buf].tb_full = FALSE; in tlm_allocate_buffers()
81 buffers->tbs_buffer[buf].tb_eof = FALSE; in tlm_allocate_buffers()
82 buffers->tbs_buffer[buf].tb_eot = FALSE; in tlm_allocate_buffers()
[all …]
H A Dtlm_lib.c85 tlm_buffers_t *buffers, int zero) in tlm_get_write_buffer() argument
87 int buf = buffers->tbs_buffer_in; in tlm_get_write_buffer()
88 tlm_buffer_t *buffer = &buffers->tbs_buffer[buf]; in tlm_get_write_buffer()
117 tlm_buffer_release_in_buf(buffers); in tlm_get_write_buffer()
119 buffer = tlm_buffer_advance_in_idx(buffers); in tlm_get_write_buffer()
122 buffer = tlm_buffer_in_buf(buffers, NULL); in tlm_get_write_buffer()
128 tlm_buffer_out_buf_timed_wait(buffers, 500); in tlm_get_write_buffer()
131 buffer = tlm_buffer_in_buf(buffers, NULL); in tlm_get_write_buffer()
149 buffers->tbs_offset += *actual_size; in tlm_get_write_buffer()
163 tlm_buffers_t *buffers, int *actual_size) in tlm_get_read_buffer() argument
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c75 } buffers; member
108 cq->buffers.head = NULL; in _new_GlCharQueue()
109 cq->buffers.tail = NULL; in _new_GlCharQueue()
233 if(cq->buffers.tail) in _glq_append_chars()
234 cq->buffers.tail->next = node; in _glq_append_chars()
236 cq->buffers.head = node; in _glq_append_chars()
237 cq->buffers.tail = node; in _glq_append_chars()
254 memcpy(cq->buffers.tail->bytes + boff, chars + ndone, nnew); in _glq_append_chars()
280 cq->buffers.head = cq->buffers.tail = NULL; in _glq_empty_queue()
295 return (cq && cq->buffers.head) ? (cq->ntotal - cq->nflush) : 0; in _glq_char_count()
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c804 { static char *buffers[3]; in full_name() local
821 buffers[l] = (char *) realloc(buffers[l], buflen); in full_name()
822 if (buffers[l] == 0) in full_name()
828 p = buffers[whichbuf]; in full_name()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_dump.c193 uchar_t buffers[2][DUMP_MAXWIDTH]; in mdb_dump_internal() local
303 buf = buffers[n]; in mdb_dump_internal()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A DMakefile46 buffers.o \
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.dfl41 # log buffers should be cycled.
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh125 /* We sometimes use pre-allocated 4097 byte buffers for performance critical code but pretend it is…
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design133 There are pre-allocated buffers that exist. There are two specifically
146 libc defines static data for _NFILE worth of pushback buffers which are
148 stdout buffers are all found in 'data.c' in _smbuf, _sibuf, and _sobuf
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c574 #warning Need to implement code to free previously allocated rx buffers in bnx_rxpkts_init error pa… in bnx_rxpkts_init()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S862 ! of their buffers. We pull things out by adding %o3 (which is
864 ! the curent location in the buffers. By incrementing %o3 we walk
865 ! through both buffers without having to bump each buffer's
H A Dniagara_copy.S6566 ! of their buffers. We pull things out by adding %o3 (which is
6568 ! the curent location in the buffers. By incrementing %o3 we walk
6569 ! through both buffers without having to bump each buffer's
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt112 pointers to the start of input and output buffers and their lengths.
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME532 6594676 e1000g should free private dips while no rx buffers are held by upper layer
738 6909097 e1000g specifies incorrect flag when allocating tx DMA buffers
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME532 6594676 e1000g should free private dips while no rx buffers are held by upper layer
738 6909097 e1000g specifies incorrect flag when allocating tx DMA buffers
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c217 static char *buffers; variable
611 buffers = malloc(NBUF * BLKSIZE); in main()
615 bp->blkaddr = buffers + (i * BLKSIZE); in main()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl266 * which can be found in one of the info buffers of the PAC.
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h1239 rcvbuf_t buffers[IP_POOL_BUFFERS]; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2301 uint32_t buffers = 0; in arc_change_state() local
2311 buffers++; in arc_change_state()
2327 ASSERT3U(bufcnt, ==, buffers); in arc_change_state()
2361 uint32_t buffers = 0; in arc_change_state() local
2371 buffers++; in arc_change_state()
2387 ASSERT3U(bufcnt, ==, buffers); in arc_change_state()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S3435 ! of their buffers. We pull things out by adding %o3 (which is
3437 ! the curent location in the buffers. By incrementing %o3 we walk
3438 ! through both buffers without having to bump each buffer's
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1518 …\texttt{ai\_err\_no\_buf} & How FW should handle no buffers error: (DROP, NOTHING, ASSERT). \\ \hl…
1526 \item After establishing the connection, it is possible to post Rx buffers and to send Tx packets.
1535 …here are still buffers in the Rx ring. In this case it will call this function per each buffer, so…
1542 …more than a single buffer, than the address and length of the additional buffers is provided to ec…
1543 …\texttt{num\_of\_bds} is the number of buffers that compose the packet (including the first buffer…
1549 …se it will call this function per each packet, so the upper driver can free the associated buffers.
1556 …n this function is called, ecore checks for non-completed Tx packet / Rx buffers, and calls the \t…
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1583 container = &pkt->buffers[0]; in ql_isp24xx_rcvbuf()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1490 Disassembler: Added support to detect buffers that contain UUIDs and
1553 variable-length buffers based upon the protocol indicated by the field
1768 2) General cleanup of open files and allocated buffers.
2275 size of a couple of the debugger line buffers, and ensure that overflow
2722 while traversing corrupted or ill-formed resource template buffers. Check
3231 Implemented support for complex bit-packed buffers returned from the _PLD
3260 names. This simplifies access to the buffers returned by these predefined
3313 Disassembler: Add support to decode _PLD buffers. The decoded buffer
4170 buffers.
4493 package containing simple data types such as integers, buffers, strings.
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1179 @ MSG_STATS_REL_CACHE " %s: buffers=%d, used=%lld/%lld (%d%%), \
1181 @ MSG_STATS_REL_ACACHE " Aux: buffers=%d, used=%lld/%lld (%d%%), \
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog1191 - increase size of I/O buffers in minigzip.c and gzio.c (not a big gain
1319 - in minigzip.c, use static buffers only for 16-bit systems
1398 - test large buffers and deflateParams in example.c

12