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

/u-boot/net/
H A Deth-uclass.c144 const char *startp = NULL; local
152 startp = devname + len;
153 seq = dectoul(startp, &endp);
170 (endp > startp && dev_seq(it) == seq))
/u-boot/cmd/mvebu/
H A Dbubt.c719 u32 *startp = start; local
722 sum += *startp;
723 startp++;

Completed in 45 milliseconds