Home
last modified time | relevance | path

Searched refs:dpl (Results 1 – 9 of 9) sorted by path

/freebsd/contrib/ntp/ntpd/
H A Drefclock_nmea.c1709 UCC * dpl = (UCC*)field_parse(rd, leapidx); in parse_gpsw() local
1710 rc = _parse_u16 (dpl, &dpl, &leap, 5) in parse_gpsw()
1711 && _parse_eof (dpl, &dpl); in parse_gpsw()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c478 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) in setidt() argument
488 ip->gd_dpl = dpl; in setidt()
/freebsd/sys/amd64/include/
H A Dmd_var.h91 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1088a-ten64.dts322 label = "dpl";
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c282 stdp = &txq->dpl; in sfxge_tx_qdpl_swizzle()
547 stdp = &txq->dpl; in sfxge_tx_qdpl_drain()
611 #define SFXGE_TX_QDPL_PENDING(_txq) ((_txq)->dpl.std_put != 0)
643 stdp = &txq->dpl; in sfxge_tx_qdpl_put_locked()
688 stdp = &txq->dpl; in sfxge_tx_qdpl_put_unlocked()
762 struct sfxge_tx_dpl *stdp = &txq->dpl; in sfxge_tx_qdpl_flush()
1873 stdp = &txq->dpl; in sfxge_tx_qinit()
H A Dsfxge_tx.h202 struct sfxge_tx_dpl dpl; /* Deferred packet list. */ member
/freebsd/sys/i386/i386/
H A Dmachdep.c599 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) in setidt() argument
604 setidt_nodisp(idx, off, typ, dpl, selec); in setidt()
608 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) in setidt_nodisp() argument
618 ip->gd_dpl = dpl; in setidt_nodisp()
/freebsd/sys/i386/include/
H A Dmd_var.h78 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
79 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c314 int cpl, dpl, rpl; in validate_seg_desc() local
398 dpl = usd.sd_dpl; in validate_seg_desc()
400 if (stackseg && (rpl != cpl || dpl != cpl)) { in validate_seg_desc()
407 if ((conforming && (cpl < dpl)) || in validate_seg_desc()
408 (!conforming && (cpl != dpl))) { in validate_seg_desc()
424 if (!conforming && (rpl > dpl || cpl > dpl)) { in validate_seg_desc()