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

/freebsd-12-stable/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-12-stable/sys/amd64/include/
H A Dmd_var.h86 void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_tx.h206 struct sfxge_tx_dpl dpl; /* Deferred packet list. */ member in struct:sfxge_txq
H A Dsfxge_tx.c287 stdp = &txq->dpl;
552 stdp = &txq->dpl;
616 #define SFXGE_TX_QDPL_PENDING(_txq) ((_txq)->dpl.std_put != 0)
648 stdp = &txq->dpl;
693 stdp = &txq->dpl;
767 struct sfxge_tx_dpl *stdp = &txq->dpl;
1885 stdp = &txq->dpl;
1894 "dpl", CTLFLAG_RD, NULL,
/freebsd-12-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-12-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-12-stable/contrib/gdb/gdb/
H A Dgo32-nat.c1262 unsigned dpl:2 __attribute__((packed)); member in struct:seg_descr
1278 unsigned dpl:2 __attribute__((packed)); member in struct:gate_descr
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c1533 setidt(int idx, inthand_t *func, int typ, int dpl, int selec) argument
1538 setidt_nodisp(idx, off, typ, dpl, selec);
1542 setidt_nodisp(int idx, uintptr_t off, int typ, int dpl, int selec) argument
1552 ip->gd_dpl = dpl;
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c826 setidt(int idx, inthand_t *func, int typ, int dpl, int ist) argument
836 ip->gd_dpl = dpl;

Completed in 117 milliseconds