Lines Matching refs:iplt
157 iplog_t *iplt[IPL_LOGSIZE];
265 softl->iplt[i] = NULL;
267 softl->iplh[i] = &softl->iplt[i];
724 while (softl->ipl_log_init == 1 && softl->iplt[unit] == NULL) {
782 for (copied = 0; (ipl = softl->iplt[unit]) != NULL; copied += dlen) {
789 softl->iplt[unit] = ipl->ipl_next;
798 ipl->ipl_next = softl->iplt[unit];
799 softl->iplt[unit] = ipl;
807 if (!softl->iplt[unit]) {
809 softl->iplh[unit] = &softl->iplt[unit];
838 while ((ipl = softl->iplt[unit]) != NULL) {
839 softl->iplt[unit] = ipl->ipl_next;
842 softl->iplh[unit] = &softl->iplt[unit];
867 return softl->iplt[unit] != NULL;