| /src/sys/external/bsd/ipf/netinet/ |
| ip_log.c | 156 iplog_t **iplh[IPL_LOGSIZE]; member in struct:ipf_log_softc_s 267 softl->iplh[i] = &softl->iplt[i]; 323 WAKEUP(softl->iplh, i); 644 *softl->iplh[unit] = ipl; 645 softl->iplh[unit] = &ipl->ipl_next; 658 WAKEUP(softl->iplh, unit); 747 l = get_sleep_lock(&softl->iplh[unit]); 748 error = sleep(&softl->iplh[unit], PZERO+1); 752 error = mpsleep(&softl->iplh[unit], PSUSP|PCATCH, "ipfread", 0, 757 error = SLEEP(unit + softl->iplh, "ipl sleep") [all...] |
| ip_log.c | 156 iplog_t **iplh[IPL_LOGSIZE]; member in struct:ipf_log_softc_s 267 softl->iplh[i] = &softl->iplt[i]; 323 WAKEUP(softl->iplh, i); 644 *softl->iplh[unit] = ipl; 645 softl->iplh[unit] = &ipl->ipl_next; 658 WAKEUP(softl->iplh, unit); 747 l = get_sleep_lock(&softl->iplh[unit]); 748 error = sleep(&softl->iplh[unit], PZERO+1); 752 error = mpsleep(&softl->iplh[unit], PSUSP|PCATCH, "ipfread", 0, 757 error = SLEEP(unit + softl->iplh, "ipl sleep") [all...] |