Searched refs:namesz (Results 1 – 1 of 1) sorted by relevance
163 size_t namesz = min(strlen(xbe->xbe_name) + 1, IBE_NAME_MAX); in imgact_binmisc_new_entry() local167 ibe->ibe_name = malloc(namesz, M_BINMISC, M_WAITOK|M_ZERO); in imgact_binmisc_new_entry()168 strlcpy(ibe->ibe_name, xbe->xbe_name, namesz); in imgact_binmisc_new_entry()