Searched refs:ifs_iplt (Results 1 – 2 of 2) sorted by relevance
174 ifs->ifs_iplt[i] = NULL;176 ifs->ifs_iplh[i] = &ifs->ifs_iplt[i];580 while (ifs->ifs_iplt[unit] == NULL) {631 for (copied = 0; ((ipl = ifs->ifs_iplt[unit]) != NULL); copied += dlen) {638 ifs->ifs_iplt[unit] = ipl->ipl_next;640 if (ifs->ifs_iplt[unit] == NULL) {641 ifs->ifs_iplh[unit] = &ifs->ifs_iplt[unit];651 ipl->ipl_next = ifs->ifs_iplt[unit];652 ifs->ifs_iplt[unit] = ipl;654 if (ifs->ifs_iplh[unit] == &ifs->ifs_iplt[unit]) {[all …]
199 iplog_t *ifs_iplt[IPL_LOGSIZE]; member