Home
last modified time | relevance | path

Searched refs:rep_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/tipc/
H A Dnetlink_compat.c57 int rep_size; member
286 msg->rep = tipc_tlv_alloc(msg->rep_size); in tipc_nl_compat_dumpit()
1206 msg->rep_size = MAX_BEARERS * TLV_SPACE(TIPC_MAX_BEARER_NAME); in tipc_nl_compat_handle()
1222 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()
1229 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()
1247 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()
1254 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()
1260 msg->rep_size = MAX_MEDIA * TLV_SPACE(TIPC_MAX_MEDIA_NAME); in tipc_nl_compat_handle()
1265 msg->rep_size = ULTRA_STRING_MAX_LEN; in tipc_nl_compat_handle()
1280 msg->rep_size = sizeof(u32); in tipc_nl_compat_handle()
/openbmc/qemu/block/
H A Dfile-posix.c1323 size_t rep_size; in get_zones_wp() local
1329 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in get_zones_wp()
1332 rep = g_malloc(rep_size); in get_zones_wp()
1335 memset(rep, 0, rep_size); in get_zones_wp()
2094 size_t rep_size; in handle_aiocb_zone_report() local
2100 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone); in handle_aiocb_zone_report()
2102 rep = g_malloc(rep_size); in handle_aiocb_zone_report()
2106 memset(rep, 0, rep_size); in handle_aiocb_zone_report()