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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dipl.c802 int i, lp_len; local
805 lp_len = len;
807 lp_len--;
809 if ((lp_len > LOADPARM_LEN) || ((lp_len > 0) && (buf[0] == ' ')))
812 for (i = 0; i < lp_len; i++) {
821 memcpy(ipb->ipl_info.ccw.load_parm, buf, lp_len);

Completed in 114 milliseconds