Searched refs:dfirst (Results 1 – 2 of 2) sorted by relevance
220 static struct dchain *dfirst; /* start of the dir chain */ variable1105 while (dfirst || cdfirst) { in main()1111 dtemp -> dc_next = dfirst; in main()1112 dfirst = dtemp; in main()1115 dtemp = dfirst; in main()1116 dfirst = dfirst->dc_next; in main()1188 dp->dc_next = dfirst; in pdirectory()1189 dfirst = dp; in pdirectory()
1070 boolean_t dfirst = B_TRUE; in elfsize() local1088 if ((lddata != NULL) && dfirst && in elfsize()1091 dfirst = B_FALSE; in elfsize()