Lines Matching refs:findname

196 int findname(char *, char *, char **, struct list *);
387 if ((indx = findname(string, "top", &bufp, &toplist)) == -1)
403 if ((indx = findname(string, "second", &bufp, lp)) == -1)
1358 if ((indx = findname(string, "third", bufpp, vfsvars)) == -1)
1397 if ((indx = findname(string, "third", bufpp, lp)) == -1)
1421 if ((indx = findname(string, "third", bufpp, &fslist)) == -1)
1445 if ((indx = findname(string, "third", bufpp, &bioslist)) == -1)
1495 if ((indx = findname(string, "third", bufpp, &swpenclist)) == -1)
1815 if ((indx = findname(string, "third", bufpp, &nchstatslist)) == -1)
1883 if ((indx = findname(string, "third", bufpp, &ttylist)) == -1)
1912 if ((indx = findname(string, "third", bufpp, &forkstatlist)) == -1)
1971 if ((indx = findname(string, "third", bufpp, &kernmalloclist)) == -1)
2080 if ((indx = findname(string, "third", bufpp, &chipsetlist)) == -1)
2134 if ((indx = findname(string, "third", bufpp, &inetlist)) == -1)
2149 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2161 if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
2270 if ((indx = findname(string, "third", bufpp, &inet6list)) == -1)
2285 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2297 if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
2327 if ((indx = findname(string, "third", bufpp, &netunixlist)) == -1)
2341 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2366 if ((indx = findname(string, "third", bufpp, &netlinklist)) == -1)
2381 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2398 if ((indx = findname(string, "third", bufpp, &bpflist)) == -1)
2419 if ((indx = findname(string, "third", bufpp, &mplslist)) == -1)
2431 if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
2451 if ((indx = findname(string, "third", bufpp, &pipexlist)) == -1)
2463 if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
2484 if ((indx = findname(string, "third", bufpp, &semlist)) == -1)
2503 if ((indx = findname(string, "third", bufpp, &shmlist)) == -1)
2523 if ((indx = findname(string, "third", bufpp, &watchdoglist)) == -1)
2543 if ((indx = findname(string, "third", bufpp, &tclist)) == -1)
2884 if ((indx = findname(string, "third", bufpp, &audiolist)) == -1)
2903 if ((indx = findname(string, "third", bufpp, &videolist)) == -1)
2922 if ((indx = findname(string, "third", bufpp, &witnesslist)) == -1)
2942 if ((indx = findname(string, "third", bufpp, &batterylist)) == -1)
2953 findname(char *string, char *level, char **bufp, struct list *namelist)