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

/freebsd-10-stable/bin/sh/
H A Dexpand.c97 static struct ifsregion ifsfirst; /* first struct in list of ifs regions */ variable in typeref:struct:ifsregion
165 ifsfirst.next = NULL;
186 while (ifsfirst.next != NULL) {
189 ifsp = ifsfirst.next->next;
190 ckfree(ifsfirst.next);
191 ifsfirst.next = ifsp;
345 if (ifsfirst.endoff > endoff) {
346 while (ifsfirst.next != NULL) {
349 ifsp = ifsfirst.next->next;
350 ckfree(ifsfirst
[all...]

Completed in 100 milliseconds