Home
last modified time | relevance | path

Searched refs:udb (Results 1 – 15 of 15) sorted by relevance

/src/contrib/ofed/libcxgb4/ !
H A Dverbs.c355 qhp->wq.sq.udb = dbva; in create_qp_v0()
366 qhp->wq.rq.udb = dbva; in create_qp_v0()
384 qhp->wq.sq.udb, qhp->wq.sq.queue, in create_qp_v0()
386 qhp->wq.rq.udb, qhp->wq.rq.queue, in create_qp_v0()
401 munmap(MASKED(qhp->wq.rq.udb), c4iw_page_size); in create_qp_v0()
405 munmap(MASKED(qhp->wq.sq.udb), c4iw_page_size); in create_qp_v0()
469 qhp->wq.sq.udb = dbva; in create_qp()
475 qhp->wq.sq.udb += segment_offset / 4; in create_qp()
479 qhp->wq.sq.udb += 2; in create_qp()
492 qhp->wq.rq.udb = dbva; in create_qp()
[all …]
H A Dt4.h316 volatile u32 *udb; member
338 volatile u32 *udb; member
484 copy_wqe_to_udb(wq->sq.udb + 14, wqe); in t4_ring_sq_db()
489 wq->sq.udb); in t4_ring_sq_db()
522 writel(QID_V(wq->sq.qid & wq->qid_mask) | PIDX_V(inc), wq->sq.udb); in t4_ring_sq_db()
533 copy_wqe_to_udb(wq->rq.udb + 14, wqe); in t4_ring_rq_db()
538 wq->rq.udb); in t4_ring_rq_db()
546 writel(QID_V(wq->rq.qid & wq->qid_mask) | PIDX_V(inc), wq->rq.udb); in t4_ring_rq_db()
/src/lib/libc/gen/ !
H A Dgetutxent.c41 static _Thread_local int udb; variable
86 udb = db; in setutxdb()
116 if (udb == UTXDB_LOG) { in getfutxent()
/src/crypto/heimdal/appl/login/ !
H A Dlogin.c407 struct udb *udb; in do_login() local
410 udb = getudbnam(pwd->pw_name); in do_login()
411 if(udb == UDB_NULL) in do_login()
413 t = udb->ue_pcpulim[UDBRC_INTER]; in do_login()
422 t = udb->ue_jcpulim[UDBRC_INTER]; in do_login()
431 nice(udb->ue_nice[UDBRC_INTER]); in do_login()
H A DChangeLog317 * login_locl.h: include udb.h, sys/resource.h, and sys/category.h
/src/sys/dev/cxgbe/ !
H A Dt4_netmap.c472 volatile uint8_t *udb; in alloc_nm_txq_hwq() local
474 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_nm_txq_hwq()
475 udb += (nm_txq->cntxt_id >> s_qpp) << PAGE_SHIFT; in alloc_nm_txq_hwq()
480 udb += nm_txq->udb_qid << UDBS_SEG_SHIFT; in alloc_nm_txq_hwq()
483 nm_txq->udb = (volatile void *)udb; in alloc_nm_txq_hwq()
929 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
944 dst = (volatile void *)((uintptr_t)nm_txq->udb + in ring_nm_txq_db()
954 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
H A Dt4_sge.c3711 volatile uint8_t *udb; in alloc_iq_fl_hwq() local
3713 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_iq_fl_hwq()
3714 udb += (qid >> s_qpp) << PAGE_SHIFT; in alloc_iq_fl_hwq()
3717 udb += qid << UDBS_SEG_SHIFT; in alloc_iq_fl_hwq()
3720 fl->udb = (volatile void *)udb; in alloc_iq_fl_hwq()
4634 volatile uint8_t *udb; in alloc_eq_hwq() local
4636 udb = sc->udbs_base + UDBS_DB_OFFSET; in alloc_eq_hwq()
4637 udb += (eq->cntxt_id >> s_qpp) << PAGE_SHIFT; /* pg offset */ in alloc_eq_hwq()
4642 udb += eq->udb_qid << UDBS_SEG_SHIFT; /* seg offset */ in alloc_eq_hwq()
4645 eq->udb = (volatile void *)udb; in alloc_eq_hwq()
[all …]
H A Dadapter.h510 volatile uint32_t *udb; /* KVA of doorbell (lies within BAR2) */ member
594 volatile uint32_t *udb; member
887 volatile uint32_t *udb; member
/src/usr.sbin/sendmail/ !
H A DMakefile19 timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c
/src/contrib/sendmail/src/ !
H A DMakefile.m49 …solve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c…
H A DTRACEFLAGS38 28 udb.c udbexpand, udbsender
H A DREADME1136 This results in the following warning while compiling map.c and udb.c:
1864 udb.c The user database interface module.
/src/crypto/heimdal/include/ !
H A Dconfig.h.in1145 /* Define to 1 if you have the <udb.h> header file. */
/src/crypto/heimdal/ !
H A Dconfigure25937 udb.h \
/src/contrib/sendmail/ !
H A DRELEASE_NOTES8698 i Do udb rewriting on envelope as well as header
8701 j Do udb rewriting on header recipient addresses.