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

123

/freebsd-11.0-release/sys/kern/
H A Dsubr_bufring.c42 struct buf_ring *br; local
62 buf_ring_free(struct buf_ring *br, struct malloc_type *type) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
H A DCStringSyntaxChecker.cpp85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) argument
H A DObjCContainersASTChecker.cpp74 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
H A DVirtualCallChecker.cpp62 WalkAST(const CheckerBase *checker, BugReporter &br, argument
H A DLLVMConventionsChecker.cpp123 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br, argument
223 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, argument
H A DDeadStoresChecker.cpp138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, argument
H A DCheckSecuritySyntaxOnly.cpp72 WalkAST(BugReporter &br, AnalysisDeclContext* ac, argument
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_sockio.c124 struct ifreq br; local
/freebsd-11.0-release/sys/dev/aac/
H A Daac_debug.c217 struct aac_blockread *br; local
/freebsd-11.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c190 OCSP_BASICRESP *br = NULL; local
/freebsd-11.0-release/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-11.0-release/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-11.0-release/sys/dev/uart/
H A Duart_cpu_fdt.c128 pcell_t shift, br, rclk; local
/freebsd-11.0-release/sys/sys/
H A Dbuf_ring.h65 buf_ring_enqueue(struct buf_ring *br, void *buf) argument
116 buf_ring_dequeue_mc(struct buf_ring *br) argument
156 buf_ring_dequeue_sc(struct buf_ring *br) argument
233 buf_ring_advance_sc(struct buf_ring *br) argument
268 buf_ring_putback_sc(struct buf_ring *br, void *new) argument
281 buf_ring_peek(struct buf_ring *br) argument
301 buf_ring_peek_clear_sc(struct buf_ring *br) argument
332 buf_ring_full(struct buf_ring *br) argument
339 buf_ring_empty(struct buf_ring *br) argument
346 buf_ring_count(struct buf_ring *br) argument
[all...]
/freebsd-11.0-release/sys/dev/aacraid/
H A Daacraid_debug.c131 struct aac_blockread *br; local
H A Daacraid_cam.c466 struct aac_blockread *br; local
488 struct aac_blockread64 *br; local
[all...]
/freebsd-11.0-release/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h199 bhndb_dw_exhausted(struct bhndb_resources *br) argument
210 bhndb_dw_next_free(struct bhndb_resources *br) argument
232 bhndb_dw_is_free(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa) argument
[all...]
H A Dbhndb_subr.c195 bhndb_find_resource_range(struct bhndb_resources *br, rman_res_t start, argument
227 bhndb_find_regwin_resource(struct bhndb_resources *br, argument
487 bhndb_free_resources(struct bhndb_resources *br) argument
543 bhndb_add_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, bhnd_size_t size, bhndb_priority_t priority, const struct bhndb_regwin *static_regwin) argument
583 bhndb_find_resource_limits(struct bhndb_resources *br, struct resource *r, rman_res_t *start, rman_res_t *end) argument
621 bhndb_find_resource_region(struct bhndb_resources *br, bhnd_addr_t addr, bhnd_size_t size) argument
681 bhndb_dw_find_resource(struct bhndb_resources *br, struct resource *r) argument
713 bhndb_dw_find_mapping(struct bhndb_resources *br, bhnd_addr_t addr, bhnd_size_t size) argument
750 bhndb_dw_retain(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa, struct resource *res) argument
783 bhndb_dw_release(struct bhndb_resources *br, struct bhndb_dw_alloc *dwa, struct resource *r) argument
818 bhndb_dw_set_addr(device_t dev, struct bhndb_resources *br, struct bhndb_dw_alloc *dwa, bus_addr_t addr, bus_size_t size) argument
[all...]
/freebsd-11.0-release/usr.bin/checknr/
H A Dchecknr.c93 } br[MAXBR] = { variable in typeref:struct:brstr
[all...]
/freebsd-11.0-release/sys/net/
H A Difq.h317 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) argument
337 drbr_putback(struct ifnet *ifp, struct buf_ring *br, struct mbuf *new) argument
357 drbr_peek(struct ifnet *ifp, struct buf_ring *br) argument
376 drbr_flush(struct ifnet *ifp, struct buf_ring *br) argument
389 drbr_free(struct buf_ring *br, struct malloc_type *type) argument
397 drbr_dequeue(struct ifnet *ifp, struct buf_ring *br) argument
411 drbr_advance(struct ifnet *ifp, struct buf_ring *br) argument
423 drbr_dequeue_cond(struct ifnet *ifp, struct buf_ring *br, int (*func) (struct mbuf *, void *), void *arg) argument
448 drbr_empty(struct ifnet *ifp, struct buf_ring *br) argument
458 drbr_needs_enqueue(struct ifnet *ifp, struct buf_ring *br) argument
468 drbr_inuse(struct ifnet *ifp, struct buf_ring *br) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h530 BugReporterContext(GRBugReporter& br) : BR(br) {} argument
/freebsd-11.0-release/contrib/less/
H A Dregexp.c305 register char *br; local
[all...]
/freebsd-11.0-release/sys/dev/cesa/
H A Dcesa.c1698 uint32_t br, cr, i; local
/freebsd-11.0-release/sys/dev/bhnd/
H A Dbhnd_subr.c1069 struct bhnd_resource *br; local

Completed in 183 milliseconds

123