Searched defs:br (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-12-stable/sys/kern/
H A Dsubr_bufring.c44 struct buf_ring *br; local
64 buf_ring_free(struct buf_ring *br, struct malloc_type *type) argument
[all...]
/freebsd-12-stable/sys/dev/aac/
H A Daac_debug.c219 struct aac_blockread *br; local
/freebsd-12-stable/sys/dev/uart/
H A Duart_cpu_arm64.c90 int br, err; local
H A Duart_cpu_fdt.c82 int br, err; local
H A Duart_bus_fdt.c185 pcell_t br, clk, shift, iowidth; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
H A DObjCContainersASTChecker.cpp73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
H A DLLVMConventionsChecker.cpp121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br, argument
221 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, argument
H A DDeadStoresChecker.cpp147 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, argument
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_box.c63 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_brlock.h65 ck_brlock_init(struct ck_brlock *br) argument
75 ck_brlock_write_lock(struct ck_brlock *br) argument
99 ck_brlock_write_unlock(struct ck_brlock *br) argument
108 ck_brlock_write_trylock(struct ck_brlock *br, unsigne argument
142 ck_brlock_read_register(struct ck_brlock *br, struct ck_brlock_reader *reader) argument
161 ck_brlock_read_unregister(struct ck_brlock *br, struct ck_brlock_reader *reader) argument
179 ck_brlock_read_lock(struct ck_brlock *br, struct ck_brlock_reader *reader) argument
220 ck_brlock_read_trylock(struct ck_brlock *br, struct ck_brlock_reader *reader, unsigned int factor) argument
[all...]
/freebsd-12-stable/sys/dev/xilinx/
H A Dif_xaevar.h74 struct buf_ring *br; member in struct:xae_softc
H A Dif_xae.c267 struct buf_ring *br; local
[all...]
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid_debug.c132 struct aac_blockread *br; local
H A Daacraid_cam.c468 struct aac_blockread *br; local
490 struct aac_blockread64 *br; local
[all...]
/freebsd-12-stable/sys/sys/
H A Dbuf_ring.h63 buf_ring_enqueue(struct buf_ring *br, void *buf) argument
120 buf_ring_dequeue_mc(struct buf_ring *br) argument
160 buf_ring_dequeue_sc(struct buf_ring *br) argument
237 buf_ring_advance_sc(struct buf_ring *br) argument
272 buf_ring_putback_sc(struct buf_ring *br, void *new) argument
285 buf_ring_peek(struct buf_ring *br) argument
305 buf_ring_peek_clear_sc(struct buf_ring *br) argument
345 buf_ring_full(struct buf_ring *br) argument
352 buf_ring_empty(struct buf_ring *br) argument
359 buf_ring_count(struct buf_ring *br) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c137 OCSP_BASICRESP *br = NULL; local
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h225 bhndb_dw_all_free(struct bhndb_resources *br) argument
238 bhndb_dw_next_free(struct bhndb_resources *br) argument
262 bhndb_dw_is_free(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa) argument
[all...]
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c54 const struct vmbus_br *br = arg1; local
83 const struct vmbus_br *br = arg1; local
100 vmbus_br_sysctl_create(struct sysctl_ctx_list *ctx, struct sysctl_oid *br_tree, struct vmbus_br *br, const char *name) argument
157 vmbus_br_setup(struct vmbus_br *br, void *buf, int blen) argument
[all...]
/freebsd-12-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c87 struct buf_ring *br; member in struct:ntb_net_queue
/freebsd-12-stable/sys/net/
H A Difq.h319 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) argument
339 drbr_putback(struct ifnet *ifp, struct buf_ring *br, struct mbuf *new) argument
359 drbr_peek(struct ifnet *ifp, struct buf_ring *br) argument
378 drbr_flush(struct ifnet *ifp, struct buf_ring *br) argument
391 drbr_free(struct buf_ring *br, struct malloc_type *type) argument
399 drbr_dequeue(struct ifnet *ifp, struct buf_ring *br) argument
413 drbr_advance(struct ifnet *ifp, struct buf_ring *br) argument
425 drbr_dequeue_cond(struct ifnet *ifp, struct buf_ring *br, int (*func) (struct mbuf *, void *), void *arg) argument
450 drbr_empty(struct ifnet *ifp, struct buf_ring *br) argument
460 drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br) argument
470 drbr_inuse(struct ifnet *ifp, struct buf_ring *br) argument
[all...]
/freebsd-12-stable/contrib/less/
H A Dregexp.c305 register char *br; local
[all...]
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_iq.h158 struct buf_ring *br; member in struct:lio_instr_queue
/freebsd-12-stable/sys/dev/altera/atse/
H A Dif_atse.c307 struct buf_ring *br; local
343 struct buf_ring *br; local
[all...]

Completed in 250 milliseconds

123