icb
INDICATOR_CB *icb = get_indicator_callback(libctx);
if (icb != NULL)
icb->cb = cb;
INDICATOR_CB *icb = get_indicator_callback(libctx);
*cb = (icb != NULL ? icb->cb : NULL);
struct long_ad icb;
#define GETICBLEN(ad_type, icb) le32toh(((struct ad_type *)(icb))->len)
udf_getid(struct long_ad *icb)
return (le32toh(icb->loc.lb_num));
id = udf_getid(&fid->icb);
id = udf_getid(&fid->icb);
void *icb;
icb = GETICB(short_ad, fentry,
icblen = GETICBLEN(short_ad, icb);
le32toh(((struct short_ad *)(icb))->pos);
icb = GETICB(long_ad, fentry,
icblen = GETICBLEN(long_ad, icb);
le32toh(((struct long_ad *)(icb))->loc.lb_num);
dir.d_fileno = udf_getid(&fid->icb);
dir.d_fileno = udf_getid(&fid->icb);
stats_v1_blob_iter(struct statsblobv1 *sb, stats_v1_blob_itercb_t icb,
if (icb(sb, v, NULL, &ctx))
if (icb(sb, v, vs, &ctx))
stats_v1_blob_itercb_t icb, void *usrctx, uint32_t flags);
aes_gctr(rijndael_ctx *aes, const uint8_t *icb,
memcpy(cb, icb, AES_BLOCK_LEN);