BP_FILE_LEN
char bp_file[BP_FILE_LEN]; /* boot file name */
strncpy(bp->bp_file, clntpath, BP_FILE_LEN);
strncpy(bp->bp_file, bp_file, BP_FILE_LEN);