Searched refs:profile_len (Results 1 – 1 of 1) sorted by relevance
1024 int profile_len = sizeof(struct dn_profile) - in copy_profile() local1029 if (have < profile_len) { in copy_profile()1030 D("error have %d need %d", have, profile_len); in copy_profile()1033 memcpy(*a->start, p, profile_len); in copy_profile()1034 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()1035 *a->start += profile_len; in copy_profile()