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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c171 ifs->ifs_iplh[i] = &ifs->ifs_iplt[i];
512 *ifs->ifs_iplh[dev] = ipl;
513 ifs->ifs_iplh[dev] = &ipl->ipl_next;
524 WAKEUP(&ifs->ifs_iplh, dev);
602 l = get_sleep_lock(&ifs->ifs_iplh[unit]);
603 error = sleep(&ifs->ifs_iplh[unit], PZERO+1);
607 error = mpsleep(&ifs->ifs_iplh[unit], PSUSP|PCATCH, "iplread", 0,
612 error = SLEEP(&ifs->ifs_iplh[unit], "ipl sleep");
636 ifs->ifs_iplh[unit] = &ifs->ifs_iplt[unit];
649 if (ifs->ifs_iplh[uni
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h192 iplog_t **ifs_iplh[IPL_LOGSIZE]; member in struct:ipf_stack

Completed in 46 milliseconds