Searched refs:proflen (Results 1 – 1 of 1) sorted by relevance
855 int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument868 LASSERT(proflen == (strlen(prof) + 1)); in class_add_profile()869 OBD_ALLOC(lprof->lp_profile, proflen); in class_add_profile()874 memcpy(lprof->lp_profile, prof, proflen); in class_add_profile()903 OBD_FREE(lprof->lp_profile, proflen); in class_add_profile()