Searched refs:ifsfirst (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Dexpand.c97 static struct ifsregion ifsfirst; /* first struct in list of ifs regions */ variable in typeref:struct:ifsregion
163 ifsfirst.next = NULL;
189 while (ifsfirst.next != NULL) {
192 ifsp = ifsfirst.next->next;
193 ckfree(ifsfirst.next);
194 ifsfirst.next = ifsp;
356 if (ifsfirst.endoff > endoff) {
357 while (ifsfirst.next != NULL) {
360 ifsp = ifsfirst.next->next;
361 ckfree(ifsfirst
[all...]

Completed in 174 milliseconds