Searched refs:lp_len (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dipl.c855 int i, lp_len; local
858 lp_len = len;
860 lp_len--;
862 if ((lp_len > LOADPARM_LEN) || ((lp_len > 0) && (buf[0] == ' ')))
865 for (i = 0; i < lp_len; i++) {
874 memcpy(ipb->common.loadparm, buf, lp_len);

Completed in 186 milliseconds