Searched refs:profile_len (Results 1 – 1 of 1) sorted by relevance
881 int profile_len = sizeof(struct dn_profile) - in copy_profile() local886 if (have < profile_len) { in copy_profile()887 D("error have %d need %d", have, profile_len); in copy_profile()890 bcopy(p, *a->start, profile_len); in copy_profile()891 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()892 *a->start += profile_len; in copy_profile()