Searched refs:listsize (Results 1 – 3 of 3) sorted by relevance
180 unsigned int listsize;191 &listsize);193 (listsize == 0))205 /* Note that by passing values between 0 and listsize here, you
1870 unsigned int listsize; in detaillogr() local2114 listsize = le32_to_cpu(logr->client_data_length) in detaillogr()2117 if (listsize > 8*SHOWLISTS) in detaillogr()2118 listsize = 8*SHOWLISTS; in detaillogr()2119 for (i=0; 8*i<listsize; i++) in detaillogr()
1556 unsigned int listsize;1567 &listsize);1569 (listsize == 0))1581 /* Note that by passing values between 0 and listsize here, you