HomeSort by: relevance | last modified time | path
    Searched defs:nlf (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libukfs/
ukfs.c 1193 struct loadfail *lf, *nlf; local in function:ukfs_modload_dir
1249 nlf = LIST_FIRST(&lfs);
1250 while ((lf = nlf) != NULL) {
1251 nlf = LIST_NEXT(lf, entries);
ukfs.c 1193 struct loadfail *lf, *nlf; local in function:ukfs_modload_dir
1249 nlf = LIST_FIRST(&lfs);
1250 while ((lf = nlf) != NULL) {
1251 nlf = LIST_NEXT(lf, entries);

Completed in 26 milliseconds