Searched refs:inline_size (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_cout.c | 139 if (inline_size == 0) in print_header() 431 if (sizestr == NULL && size < inline_size){ in inline_struct() 489 if (sizestr == NULL && size < inline_size){ in inline_struct() 536 if (inline_size == 0) { in emit_struct() 567 if (size >= inline_size){ in emit_struct() 573 if (size >= inline_size) in emit_struct()
|
H A D | rpc_util.h | 132 extern int inline_size; /* if this is 0, then do not generate inline code */
|
H A D | rpc_main.c | 105 int inline_size = INLINE; variable 1197 inline_size = atoi(argv[i]); in parseargs()
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | riostream.c | 89 static int buffer_size, inline_size = 64; variable 344 rsetsockopt(fd, SOL_RDMA, RDMA_INLINE, &inline_size, in set_options() 345 sizeof inline_size); in set_options() 622 inline_size = atoi(optarg); in main()
|
H A D | rstream.c | 91 static int buffer_size, inline_size = 64; variable 304 rs_setsockopt(fd, SOL_RDMA, RDMA_INLINE, &inline_size, in set_options() 305 sizeof inline_size); in set_options() 648 inline_size = atoi(optarg); in main()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_fm.c | 930 size_t inline_size; in annotate_ecksum() local 989 inline_size = zei_range_total_size(eip); in annotate_ecksum() 990 if (inline_size > ZFM_MAX_INLINE) in annotate_ecksum() 997 if (inline_size == 0 && drop_if_identical) { in annotate_ecksum() 1022 ASSERT3U(offset, <, inline_size); in annotate_ecksum() 1041 inline_size *= sizeof (uint64_t); in annotate_ecksum() 1060 inline_size, (uint8_t *)eip->zei_bits_set, in annotate_ecksum() 1063 inline_size, (uint8_t *)eip->zei_bits_cleared, in annotate_ecksum()
|