Searched refs:dpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dmd_var.h79 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
80 void setidt_nodisp(int idx, uintptr_t func, int typ, int dpl, int selec);
/freebsd-13-stable/sys/amd64/include/
H A Dmd_var.h87 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_tx.h204 struct sfxge_tx_dpl dpl; /* Deferred packet list. */ member in struct:sfxge_txq
H A Dsfxge_tx.c284 stdp = &txq->dpl;
549 stdp = &txq->dpl;
613 #define SFXGE_TX_QDPL_PENDING(_txq) ((_txq)->dpl.std_put != 0)
645 stdp = &txq->dpl;
690 stdp = &txq->dpl;
764 struct sfxge_tx_dpl *stdp = &txq->dpl;
1878 stdp = &txq->dpl;
1887 "dpl", CTLFLAG_RD | CTLFLAG_MPSAFE, NULL,
/freebsd-13-stable/usr.sbin/bhyve/
H A Dtask_switch.c318 int cpl, dpl, rpl; local
402 dpl = usd.sd_dpl;
404 if (stackseg && (rpl != cpl || dpl != cpl)) {
411 if ((conforming && (cpl < dpl)) ||
412 (!conforming && (cpl != dpl))) {
428 if (!conforming && (rpl > dpl || cpl > dpl)) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1722 UCC * dpl = (UCC*)field_parse(rd, leapidx); local
1723 rc = _parse_u16 (dpl, &dpl, &leap, 5)
1724 && _parse_eof (dpl, &dpl);
/freebsd-13-stable/sys/i386/i386/
H A Dmachdep.c1520 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) argument
1525 setidt_nodisp(idx, off, typ, dpl, selec);
1529 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) argument
1539 ip->gd_dpl = dpl;
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c815 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) argument
825 ip->gd_dpl = dpl;

Completed in 196 milliseconds