Lines Matching defs:data

68  * Every streams message consists of one or more mblks, a dblk, and data.
70 * The dblk and data come in several flavors, depending on how the
74 * fixed-size dblk/data caches. For message sizes that are multiples of
77 * For all other message sizes, dblk and its associated data is allocated
79 * Objects in these caches consist of a dblk plus its associated data.
84 * kmem_alloc()'ing a buffer for the data and supplying that
536 * in which case data queued in TCP would be from different
599 * in which case data queued in TCP would be from different
672 * If the old data is wanted (copy), leave b_wptr at the end of the data,
694 * If the data is wanted and it will fit where it is, no
1400 * Copy data from message and data block to newly allocated message and
1401 * data block. Returns new message block pointer, or NULL if error.
1457 * So we should inherit the FT data. On the other hand,
1458 * a user might be interested only in alloc to free data.
1473 * Copy data from message to newly allocated message using new
1474 * data blocks. Returns a pointer to the new message, or NULL if error.
1554 * After the pullup, mp points to the pulled up data.
1787 * get number of data bytes in message
1807 * someone when data becomes available)
1845 * contain one byte of data and, for the purpose of
1878 * Calculate number of data bytes in a single data message block taking
1966 * 1) Too much data in the first message:
1969 * 2) Not enough data in the first message:
1971 * 3) Exactly the right amount of data contained within
2011 * Either there is not enough data in the first
2012 * message or there is no excess data to deal
2044 * duplicate/copy a data block. In these cases we
2593 * Add appropriate weighted data block sizes to queue count.
4203 * str_ftfree() - Free flow-trace data
4208 * ftblk_cache - pointer to the kmem cache for trace data blocks.
4215 str_ftevent(fthdr_t *hp, void *p, ushort_t evnt, ushort_t data)
4243 /* free up all flow data? */
4311 ep->data = data;
4313 hp->hash += (evnt << 16) | data;
4318 * Free flow-trace data.