Home
last modified time | relevance | path

Searched refs:result_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c751 int result_size, rv; in zfs_get_bootonce() local
757 &result, &result_size)) == 0) { in zfs_get_bootonce()
758 if (result_size == 0) { in zfs_get_bootonce()
762 size = MIN((size_t)result_size + 1, size); in zfs_get_bootonce()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1951 itm_size_t result_size) in map_range_make_result() argument
1958 for (i = range_start, p = i * result_size; in map_range_make_result()
1959 i <= range_end; i++, p += result_size) { in map_range_make_result()
1960 (void) memcpy(table + p, result_data, result_size); in map_range_make_result()
1961 for (j = 0, dp = (uchar_t *)(result_data + result_size - 1); in map_range_make_result()
1962 j < result_size; in map_range_make_result()
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c2748 size_t result_size; in door_results() local
2767 if ((result_size = rlen + dsize) == 0) in door_results()
2780 if (ct->d_args.rbuf == NULL || ct->d_args.rsize < result_size) { in door_results()
2786 if (result_size > door_max_upcall_reply) in door_results()
2788 ct->d_args.rsize = result_size; in door_results()
2789 ct->d_args.rbuf = kmem_alloc(result_size, KM_SLEEP); in door_results()
2796 } else if (result_size > ct->d_args.rsize) { in door_results()