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

/freebsd-9.3-release/bin/sh/
H A Dexpand.c97 static struct ifsregion ifsfirst; /* first struct in list of ifs regions */ variable in typeref:struct:ifsregion
176 ifsfirst.next = NULL;
202 while (ifsfirst.next != NULL) {
205 ifsp = ifsfirst.next->next;
206 ckfree(ifsfirst.next);
207 ifsfirst.next = ifsp;
369 if (ifsfirst.endoff > endoff) {
370 while (ifsfirst.next != NULL) {
373 ifsp = ifsfirst.next->next;
374 ckfree(ifsfirst
[all...]

Completed in 40 milliseconds