Searched refs:section_num (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dnet_utils.c53 int section_num = 7; /* num words the double colon represents */ local
69 if (*s == '.' && section_num >= 2) {
77 section_num -= 2;
92 section_num--;
102 section_num -= xstart;
115 section_num++;
124 i >= xstart && i < xstart + section_num) {

Completed in 60 milliseconds