Searched refs:ba_new0 (Results 1 – 2 of 2) sorted by relevance
224 #define ba_new(v, t) ba_new0((void *)(v), (t))225 struct bt_arg *ba_new0(void *, enum bt_argtype);
450 ba_new0(void *val, enum bt_argtype type) in ba_new0() function