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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.ipl1.d31 * To print ipl and make sure it succeeds
40 printf("The interrupt priority level = %u\n", ipl);
H A Dtst.ipl.d31 * To print variable ipl
44 printf("The interrupt priority level = %u\n", ipl);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c539 iplog_t *ipl; local
569 ipl = (iplog_t *)buf;
570 ipl->ipl_magic = softl->ipl_magic[unit];
571 ipl->ipl_count = 1;
572 ipl->ipl_seqnum = softl->ipl_counter[unit];
573 ipl->ipl_next = NULL;
574 ipl->ipl_dsize = len;
576 GETKTIME(&ipl->ipl_sec);
578 ipl->ipl_sec = 0;
579 ipl
671 iplog_t *ipl; local
793 iplog_t *ipl; local
[all...]
H A Dip_pool.c1474 ip_pool_t *ipl; local
1479 for (ipl = softp->ipf_pool_list[i]; ipl != NULL;
1480 ipl = ipl->ipo_next)
1481 printpool(ipl, bcopywrap, NULL, opts, NULL);
H A Dip_compat.h54 # define IPL_EXTERN(ep) ipl##ep
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c647 iplog_t *ipl; local
654 ipl = (iplog_t *)buf;
655 if (ipl->ipl_seqnum != seqnum) {
659 ipl->ipl_seqnum - seqnum, seqnum,
660 ipl->ipl_seqnum);
664 ipl->ipl_seqnum - seqnum, seqnum,
665 ipl->ipl_seqnum);
668 seqnum = ipl->ipl_seqnum + ipl->ipl_count;
670 nl = (struct natlog *)((char *)ipl
837 iplog_t *ipl; local
989 iplog_t *ipl; local
1056 iplog_t *ipl; local
[all...]
H A Dipmon_y.y443 iplog_t *ipl;
449 ipl = (iplog_t *)buf;
450 ipf = (ipflog_t *)(ipl +1);
454 msg.imm_data = ipl;
455 msg.imm_dsize = ipl->ipl_dsize;
456 msg.imm_when = ipl->ipl_time.tv_sec;
477 if ((a->ac_type != 0) && (a->ac_type != ipl->ipl_magic)) {
/freebsd-11-stable/contrib/ipfilter/
H A Dmlfk_rule.c23 #include <netinet/ipl.h>
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile30 tst.ipl.d \
/freebsd-11-stable/sbin/ipf/ipf/
H A DMakefile6 MAN= ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
/freebsd-11-stable/sys/modules/ipfilter/
H A DMakefile5 KMOD= ipl
/freebsd-11-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c81 u_char ipl[IPLSIZE]; variable
190 n = read(fd1, ipl, IPLSIZE);
208 memcpy(boot0buf, ipl, IPLSIZE);
317 " [-f ipl.bak][-F menu.bak] disk\n");
/freebsd-11-stable/sys/dev/en/
H A Dmidwayvar.h203 uint32_t ipl; /* sbus interrupt lvl (1 on pci?) */ member in struct:en_softc
H A Dif_en_pci.c244 sc->ipl = 1; /* XXX (required to enable interrupt on midway) */
H A Dmidway.c1509 en_write(sc, MID_MAST_CSR, MID_SETIPL(sc->ipl) | MID_MCSR_ENDMA |
/freebsd-11-stable/contrib/ipfilter/man/
H A DMakefile17 $(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c807 struct info_peer_list ipl; local
818 if (item_sz != sizeof(ipl)) {
825 ZERO(ipl);
826 memcpy(&ipl, datap, item_sz);
828 NSRCPORT(&addr) = ipl.port;
829 if (client_v6_capable && ipl.v6_flag) {
831 SOCK_ADDR6(&addr) = ipl.addr6;
834 NSRCADR(&addr) = ipl.addr;
951 struct info_peer_list ipl; local
960 if (item_sz > sizeof(ipl)) {
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A DMakefile173 $(DEST)/checkrev.o: $(LIBSRC)/checkrev.c $(INCDEP) $(TOP)/ipl.h
423 $(DEST)/save_execute.o: $(LIBSRC)/save_execute.c $(TOP)/ipl.h
425 $(DEST)/save_file.o: $(LIBSRC)/save_file.c $(TOP)/ipl.h
427 $(DEST)/save_nothing.o: $(LIBSRC)/save_nothing.c $(TOP)/ipl.h
429 $(DEST)/save_syslog.o: $(LIBSRC)/save_syslog.c $(TOP)/ipl.h
433 $(DEST)/save_v1trap.o: $(LIBSRC)/save_v1trap.c $(TOP)/ipl.h
435 $(DEST)/save_v2trap.o: $(LIBSRC)/save_v2trap.c $(TOP)/ipl.h
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usie.c781 uint16_t ipl; local
857 ipl = (len - pad - ETHER_HDR_LEN);
858 if (ipl >= len) {
863 diff = sizeof(struct usie_desc) + ipl + pad;
894 m->m_pkthdr.len = m->m_len = ipl;
908 m_copydata(m, sizeof(struct usie_desc) + pad, ipl, mtod(m0, caddr_t));
910 m0->m_pkthdr.len = m0->m_len = ipl;
/freebsd-11-stable/sys/sys/
H A Dsystm.h393 static __inline void splx(intrmask_t ipl __unused) { return; }

Completed in 157 milliseconds