Home
last modified time | relevance | path

Searched refs:dest_size (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmtaux.c889 int dest_size; in xge_hal_aux_stats_hal_read() local
962 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_stats_hal_read()
1001 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_stats_hal_read()
1267 int dest_size; in xge_hal_aux_channel_read() local
1285 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_channel_read()
1336 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_channel_read()
1567 int dest_size; in xge_hal_aux_device_config_read() local
1621 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_device_config_read()
1721 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_device_config_read()
1744 dest_size = sizeof(key) - strlen(key); in xge_hal_aux_device_config_read()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_sprintf_overflow.c26 int dest_size; in match_sprintf() local
34 dest_size = get_array_size_bytes(dest); in match_sprintf()
35 if (!dest_size) in match_sprintf()
46 if (dest_size < data_size) in match_sprintf()
48 data_name, data_size, dest_size); in match_sprintf()
H A Dcheck_strcpy_overflow.c26 int dest_size; in match_strcpy() local
31 dest_size = get_array_size_bytes(dest); in match_strcpy()
32 if (!dest_size) in match_strcpy()
42 if (data_size && dest_size >= data_size) in match_strcpy()
50 fn, data_name, dest_name, data_size, dest_size); in match_strcpy()
H A Dcheck_snprintf_overflow.c27 int dest_size; in match_snprintf() local
37 dest_size = get_array_size_bytes(dest); in match_snprintf()
40 if (dest_size > 1 && dest_size < limit_size.value) in match_snprintf()
42 sval_to_str(limit_size), dest_size); in match_snprintf()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c968 uint32_t dest_size; in ioat_cmd_post() local
1044 dest_size = PAGESIZE; in ioat_cmd_post()
1046 dest_size = PAGESIZE - (dest_addr & PAGEOFFSET); in ioat_cmd_post()
1050 xfer_size = MIN(src_size, dest_size); in ioat_cmd_post()
1388 uint32_t dest_size; in ioat_ring_reserve() local
1420 dest_size = PAGESIZE; in ioat_ring_reserve()
1422 dest_size = PAGESIZE - (dest_addr & PAGEOFFSET); in ioat_ring_reserve()
1426 xfer_size = MIN(src_size, dest_size); in ioat_ring_reserve()