Home
last modified time | relevance | path

Searched full:bd (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/freebsd-src/stand/i386/libi386/
H A Dbiosdisk.c211 bdinfo_t *bd = NULL; in bd_get_bdinfo() local
216 return (bd); in bd_get_bdinfo()
219 STAILQ_FOREACH(bd, bdi, bd_link) { in bd_get_bdinfo()
221 return (bd); in bd_get_bdinfo()
224 return (bd); in bd_get_bdinfo()
234 bdinfo_t *bd; in bd_bios2unit() local
240 STAILQ_FOREACH(bd, bdi[i], bd_link) { in bd_bios2unit()
241 if (bd->bd_unit == biosdev) { in bd_bios2unit()
242 DPRINTF("bd unit %d is BIOS device 0x%x", unit, in bd_bios2unit()
243 bd->bd_unit); in bd_bios2unit()
[all …]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h71 #define bl_get_data(bd) (bd)->data argument
75 void linux_backlight_device_unregister(struct backlight_device *bd);
78 #define backlight_device_unregister(bd) linux_backlight_device_unregister(bd) argument
81 backlight_update_status(struct backlight_device *bd) in backlight_update_status() argument
83 return (bd->ops->update_status(bd)); in backlight_update_status()
87 backlight_force_update(struct backlight_device *bd, int reason) in backlight_force_update() argument
89 bd->props.brightness = bd->ops->get_brightness(bd); in backlight_force_update()
93 backlight_get_brightness(struct backlight_device *bd) in backlight_get_brightness() argument
96 return (bd->props.brightness); in backlight_get_brightness()
100 backlight_device_set_brightness(struct backlight_device *bd, int brightness) in backlight_device_set_brightness() argument
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp87 BugDriver &BD; member in llvm::ReducePassList
90 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() argument
108 if (BD.runPasses(BD.getProgram(), Prefix, PrefixOutput)) in doTest()
111 OrigProgram = std::move(BD.Program); in doTest()
113 BD.Program = parseInputFile(PrefixOutput, BD.getContext()); in doTest()
114 if (BD in doTest()
141 BugDriver &BD; global() member in __anone61211a90211::ReduceCrashingGlobalInitializers
145 ReduceCrashingGlobalInitializers(BugDriver & bd,BugTester testFn) ReduceCrashingGlobalInitializers() argument
208 BugDriver &BD; global() member in __anone61211a90311::ReduceCrashingFunctions
212 ReduceCrashingFunctions(BugDriver & bd,BugTester testFn) ReduceCrashingFunctions() argument
339 BugDriver &BD; global() member in __anone61211a90411::ReduceCrashingFunctionAttributes
344 ReduceCrashingFunctionAttributes(BugDriver & bd,const std::string & FnName,BugTester testFn) ReduceCrashingFunctionAttributes() argument
447 BugDriver &BD; global() member in __anone61211a90511::ReduceCrashingBlocks
451 ReduceCrashingBlocks(BugDriver & BD,BugTester testFn) ReduceCrashingBlocks() argument
558 BugDriver &BD; global() member in __anone61211a90611::ReduceCrashingConditionals
563 ReduceCrashingConditionals(BugDriver & bd,BugTester testFn,bool Direction) ReduceCrashingConditionals() argument
657 BugDriver &BD; global() member in __anone61211a90711::ReduceSimplifyCFG
662 ReduceSimplifyCFG(BugDriver & bd,BugTester testFn) ReduceSimplifyCFG() argument
743 BugDriver &BD; global() member in __anone61211a90811::ReduceCrashingInstructions
747 ReduceCrashingInstructions(BugDriver & bd,BugTester testFn) ReduceCrashingInstructions() argument
817 BugDriver &BD; global() member in __anone61211a90911::ReduceCrashingMetadata
821 ReduceCrashingMetadata(BugDriver & bd,BugTester testFn) ReduceCrashingMetadata() argument
886 BugDriver &BD; global() member in __anone61211a90a11::ReduceCrashingNamedMD
890 ReduceCrashingNamedMD(BugDriver & bd,BugTester testFn) ReduceCrashingNamedMD() argument
951 BugDriver &BD; global() member in __anone61211a90b11::ReduceCrashingNamedMDOps
955 ReduceCrashingNamedMDOps(BugDriver & bd,BugTester testFn) ReduceCrashingNamedMDOps() argument
1019 ReduceGlobalInitializers(BugDriver & BD,BugTester TestFn) ReduceGlobalInitializers() argument
1074 ReduceInsts(BugDriver & BD,BugTester TestFn) ReduceInsts() argument
1176 DebugACrash(BugDriver & BD,BugTester TestFn) DebugACrash() argument
1355 TestForOptimizerCrash(const BugDriver & BD,Module * M) TestForOptimizerCrash() argument
1396 TestForCodeGenCrash(const BugDriver & BD,Module * M) TestForCodeGenCrash() argument
[all...]
H A DMiscompilation.cpp47 BugDriver &BD; member in __anond926ea7b0111::ReduceMiscompilingPasses
50 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} in ReduceMiscompilingPasses() argument
69 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false /*delete*/, in doTest()
73 BD.setPassesToRun(Suffix); in doTest()
74 BD.EmitProgressBitcode(BD.getProgram(), "pass-error", false); in doTest()
76 if (Error E = BD in doTest()
187 BugDriver &BD; global() member in __anond926ea7b0211::ReduceMiscompilingFunctions
192 ReduceMiscompilingFunctions(BugDriver & bd,Expected<bool> (* F)(BugDriver &,std::unique_ptr<Module>,std::unique_ptr<Module>)) ReduceMiscompilingFunctions() argument
227 testMergedProgram(const BugDriver & BD,const Module & M1,const Module & M2,bool & Broken) testMergedProgram() argument
306 ExtractLoops(BugDriver & BD,Expected<bool> (* TestFn)(BugDriver &,std::unique_ptr<Module>,std::unique_ptr<Module>),std::vector<Function * > & MiscompiledFunctions) ExtractLoops() argument
447 BugDriver &BD; global() member in __anond926ea7b0311::ReduceMiscompiledBlocks
453 ReduceMiscompiledBlocks(BugDriver & bd,Expected<bool> (* F)(BugDriver &,std::unique_ptr<Module>,std::unique_ptr<Module>),const std::vector<Function * > & Fns) ReduceMiscompiledBlocks() argument
538 ExtractBlocks(BugDriver & BD,Expected<bool> (* TestFn)(BugDriver &,std::unique_ptr<Module>,std::unique_ptr<Module>),std::vector<Function * > & MiscompiledFunctions) ExtractBlocks() argument
616 DebugAMiscompilation(BugDriver & BD,Expected<bool> (* TestFn)(BugDriver &,std::unique_ptr<Module>,std::unique_ptr<Module>)) DebugAMiscompilation() argument
701 TestOptimizer(BugDriver & BD,std::unique_ptr<Module> Test,std::unique_ptr<Module> Safe) TestOptimizer() argument
782 CleanupAndPrepareModules(BugDriver & BD,std::unique_ptr<Module> Test,Module * Safe) CleanupAndPrepareModules() argument
945 TestCodeGenerator(BugDriver & BD,std::unique_ptr<Module> Test,std::unique_ptr<Module> Safe) TestCodeGenerator() argument
[all...]
/freebsd-src/usr.bin/netstat/
H A Dbpf.c76 bpf_flags(struct xbpf_d *bd, char *flagbuf)
79 *flagbuf++ = bd->bd_promisc ? 'p' : '-'; in bpf_flags()
80 *flagbuf++ = bd->bd_immediate ? 'i' : '-'; in bpf_flags()
81 *flagbuf++ = bd->bd_hdrcmplt ? '-' : 'f'; in bpf_flags()
82 *flagbuf++ = (bd->bd_direction == BPF_D_IN) ? '-' : in bpf_flags()
83 ((bd->bd_direction == BPF_D_OUT) ? 'o' : 's'); in bpf_flags()
84 *flagbuf++ = bd->bd_feedback ? 'b' : '-'; in bpf_flags()
85 *flagbuf++ = bd->bd_async ? 'a' : '-'; in bpf_flags()
86 *flagbuf++ = bd->bd_locked ? 'l' : '-'; in bpf_flags()
89 if (bd in bpf_flags()
77 bpf_flags(struct xbpf_d * bd,char * flagbuf) bpf_flags() argument
109 struct xbpf_d *d, *bd, zerostat; bpf_stats() local
[all...]
/freebsd-src/sys/netinet/
H A Din_fib_algo.c98 const struct bsearch4_data *bd = (const struct bsearch4_data *)algo_data; in bsearch4_lookup() local
103 int end = bd->num_items; in bsearch4_lookup()
108 br = &bd->br[i]; in bsearch4_lookup()
123 return (bd->br[start].nh); in bsearch4_lookup()
148 struct bsearch4_data *bd; in bsearch4_init() local
164 bd = (struct bsearch4_data *)roundup2((uintptr_t)mem, CACHE_LINE_SIZE); in bsearch4_init()
165 bd->mem = mem; in bsearch4_init()
166 bd->alloc_items = count; in bsearch4_init()
167 bd->fd = fd; in bsearch4_init()
169 *_data = bd; in bsearch4_init()
[all …]
/freebsd-src/sys/kern/
H A Dvfs_bio.c144 #define BD_LOCKPTR(bd) (&(bd)->bd_cleanq->bq_lock) argument
145 #define BD_LOCK(bd) mtx_lock(BD_LOCKPTR((bd))) argument
146 #define BD_UNLOCK(bd) mtx_unlock(BD_LOCKPTR((bd))) argument
147 #define BD_ASSERT_LOCKED(bd) mtx_assert(BD_LOCKPTR((bd)), MA_OWNED) argument
148 #define BD_RUN_LOCKPTR(bd) (&(bd) argument
149 BD_RUN_LOCK(bd) global() argument
150 BD_RUN_UNLOCK(bd) global() argument
151 BD_DOMAIN(bd) global() argument
543 bd_clear(struct bufdomain * bd) bd_clear() argument
561 bd_set(struct bufdomain * bd) bd_set() argument
581 struct bufdomain *bd; bdirtysub() local
601 struct bufdomain *bd; bdirtyadd() local
622 bufspace_daemon_wakeup(struct bufdomain * bd) bufspace_daemon_wakeup() argument
645 struct bufdomain *bd; bufspace_adjust() local
672 bufspace_reserve(struct bufdomain * bd,int size,bool metadata) bufspace_reserve() argument
701 bufspace_release(struct bufdomain * bd,int size) bufspace_release() argument
715 bufspace_wait(struct bufdomain * bd,struct vnode * vp,int gbflags,int slpflag,int slptimeo) bufspace_wait() argument
769 struct bufdomain *bd = arg; bufspace_daemon_shutdown() local
795 struct bufdomain *bd = arg; bufspace_daemon() local
1319 struct bufdomain *bd; bufinit() local
1595 struct bufdomain *bd; binsfree() local
1715 buf_alloc(struct bufdomain * bd) buf_alloc() argument
1790 buf_recycle(struct bufdomain * bd,bool kva) buf_recycle() argument
1926 bd_init(struct bufdomain * bd) bd_init() argument
1972 bd_flush(struct bufdomain * bd,struct bufqueue * bq) bd_flush() argument
1997 bd_flushall(struct bufdomain * bd) bd_flushall() argument
2022 struct bufdomain *bd; bq_insert() local
2398 struct bufdomain *bd; bufbdflush() local
3351 struct bufdomain *bd; getnewbuf() local
3415 buf_flush(struct vnode * vp,struct bufdomain * bd,int target) buf_flush() argument
3454 struct bufdomain *bd; buf_daemon() local
3567 flushbufqueues(struct vnode * lvp,struct bufdomain * bd,int target,int flushdeps) flushbufqueues() argument
5538 struct bufdomain *bd; DB_SHOW_COMMAND_FLAGS() local
[all...]
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dcore.c140 void ath12k_core_free_bdf(struct ath12k_base *ab, struct ath12k_board_data *bd) in ath12k_core_free_bdf() argument
142 if (!IS_ERR(bd->fw)) in ath12k_core_free_bdf()
143 release_firmware(bd->fw); in ath12k_core_free_bdf()
145 memset(bd, 0, sizeof(*bd)); in ath12k_core_free_bdf()
149 struct ath12k_board_data *bd, in ath12k_core_parse_bd_ie_board() argument
212 bd->data = board_ie_data; in ath12k_core_parse_bd_ie_board()
213 bd->len = board_ie_len; in ath12k_core_parse_bd_ie_board()
238 struct ath12k_board_data *bd, in ath12k_core_fetch_board_data_api_n() argument
254 if (!bd->fw) in ath12k_core_fetch_board_data_api_n()
255 bd->fw = ath12k_core_firmware_request(ab, filename); in ath12k_core_fetch_board_data_api_n()
[all …]
/freebsd-src/tools/bus_space/examples/
H A Dam79c900_diag.py249 bd = bufdesc.from_address(addr_rxdesc + ctypes.sizeof(bufdesc) * i) variable
250 bd.buffer = busaddr + (addr_rxbufs - cpuaddr) + bufsize * i
251 bd.flags = (1 << 31) | (15 << 12) | (-bufsize & 0xfff)
252 bd.length = 0
253 bd._pad_ = 0
256 bd = bufdesc.from_address(addr_txdesc + ctypes.sizeof(bufdesc) * i) variable
257 bd.buffer = busaddr + (addr_txbufs - cpuaddr) + bufsize * i
258 bd.flags = (15 << 12)
259 bd.length = 0
260 bd._pad_ = 0
[all …]
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Deth_common.h131 #define ETH_TX_1ST_BD_FLAGS_START_BD_MASK 0x1 /* Set to 1 in the first BD. (for debug) */
150 * The parsing information data for the first tx bd of a given packet.
167 * The parsing information data for the second tx bd of a given packet.
187 …Set to 1 if Tunnel (outer = encapsulating) header has IPv6 ext. (Note: 3rd BD is required, hence E…
205 struct eth_tx_data_1st_bd data_1st_bd /* Parsing information data from the 1st BD. */;
206 struct eth_tx_data_2nd_bd data_2nd_bd /* Parsing information data from the 2nd BD. */;
261 __le16 len_on_first_bd /* Number of bytes placed on first BD */;
262 u8 placement_offset /* Offset of placement from BD start */;
322 __le16 len_on_first_bd /* Number of bytes placed on first BD */;
323 u8 placement_offset /* Offset of placement from BD start */;
[all …]
H A Dqlnx_def.h85 /* rx_buf is a data buffer that can be placed /consumed from rx bd
88 * buffer on the rx-bd-ring when we receive TPA_START. We don't want
92 * The second purpose is to keep a pointer to the bd buffer during
142 /* Set on the first BD descriptor when there is a split BD */
163 #define BD_UNMAP_ADDR(bd) HILO_U64(le32toh((bd)->addr.hi), \ argument
164 le32toh((bd)->addr.lo))
165 #define BD_UNMAP_LEN(bd) (le16toh((bd)->nbytes)) argument
167 #define BD_SET_UNMAP_ADDR_LEN(bd, maddr, len) \ argument
169 (bd)->addr.hi = htole32(U64_HI(maddr)); \
170 (bd)->addr.lo = htole32(U64_LO(maddr)); \
[all …]
/freebsd-src/sys/arm/freescale/imx/
H A Dimx6_sdma.c84 struct sdma_buffer_descriptor *bd; in sdma_intr() local
107 bd = &channel->bd[j]; in sdma_intr()
108 bd->mode.status |= BD_DONE; in sdma_intr()
109 if (bd->mode.status & BD_RROR) in sdma_intr()
185 channel->bd = kmem_alloc_contig(PAGE_SIZE, M_ZERO, 0, ~0, in sdma_alloc()
202 kmem_free(channel->bd, PAGE_SIZE); in sdma_free()
244 struct sdma_buffer_descriptor *bd; in sdma_configure() local
275 bd = &channel->bd[i]; in sdma_configure()
276 bd->mode.command = conf->command; in sdma_configure()
277 bd->mode.status = BD_DONE | BD_EXTD | BD_CONT | BD_INTR; in sdma_configure()
[all …]
/freebsd-src/sys/net/
H A Dbpfdesc.h115 #define BPFD_LOCK(bd) mtx_lock(&(bd)->bd_lock) argument
116 #define BPFD_UNLOCK(bd) mtx_unlock(&(bd)->bd_lock) argument
117 #define BPFD_LOCK_ASSERT(bd) mtx_assert(&(bd)->bd_lock, MA_OWNED) argument
119 #define BPF_PID_REFRESH(bd, td) (bd)->bd_pid = (td)->td_proc->p_pid argument
120 #define BPF_PID_REFRESH_CUR(bd) (bd)->bd_pid = curthread->td_proc->p_pid argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h39 /// ([bd,An],Xn,od)
40 /// ([bd,An,Xn],od)
47 /// ([bd,PC],Xn,od)
48 /// ([bd,PC,Xn],od)
60 u, // ([bd,An],Xn.L,SCALE,od)
61 U, // ([bd,An],Xn.W,SCALE,od)
62 v, // ([bd,An,Xn.L,SCALE],od)
63 V, // ([bd,An,Xn.W,SCALE],od)
71 x, // ([bd,PC],Xn.L,SCALE,od)
72 X, // ([bd,PC],Xn.W,SCALE,od)
[all …]
/freebsd-src/secure/caroot/untrusted/
H A DAddTrust_External_Root.pem29 a4:29:4c:7d:93:9f:bd:4a:bc:93:ed:03:1a:e3:8f:
48 AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A
54 keyid:AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A
64 14:2d:8e:bd:16:e0:c1:df:46:75:e7:24:ad:ec:f4:42:b4:85:
66 63:d1:e6:bb:a1:c5:2b:c2:36:be:13:0d:e6:bd:63:7e:79:7b:
68 45:f5:9f:a7:62:21:68:15:20:43:3c:99:e7:7c:bd:24:d8:a9:
71 60:0f:c7:f8:bd:17:80:6b:2e:e9:cc:4c:0e:5a:9a:79:0f:20:
H A DGeoTrust_Universal_CA.pem28 be:2b:5b:b5:a4:9e:a1:d9:72:58:bd:00:1b:4c:bf:
46 bd:cf:b4:f3:5c:5d:54:7a:69:09:96:d6:db:11:c1:
48 e1:bd:7d:a7:bd:57:65:0b:e4:fe:25:ed:b6:69:10:
49 dc:28:1a:46:bd:01:1d:d0:97:b5:e1:98:3b:c0:37:
79 5a:08:76:a9:a6:af:77:2f:b7:60:bd:44:46:6a:ef:97:ff:73:
85 10:a8:fb:f5:38:86:f1:db:0a:c6:bd:84:a3:23:41:de:d6:77:
89 dd:09:8e:18:a8:da:40:8d:92:26:11:53:61:73:5d:eb:bd:e7:
94 37:4d:8b:20:59:03:30:19:a1:2c:c8:bd:11:1f:df:ae:c9:4a:
98 3f:a1:14:a7:cf:b5:5d:eb:db:db:1c:c4:76:df:88:b9:bd:45:
/freebsd-src/contrib/kyua/doc/
H A Dresults-files-report-example.mdoc3 .Bd -literal -offset indent
8 .Bd -literal -offset indent
17 .Bd -literal -offset indent
27 .Bd -literal -offset indent
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Dcore.c1087 void ath11k_core_free_bdf(struct ath11k_base *ab, struct ath11k_board_data *bd) in ath11k_core_free_bdf() argument
1089 if (!IS_ERR(bd->fw)) in ath11k_core_free_bdf()
1090 release_firmware(bd->fw); in ath11k_core_free_bdf()
1092 memset(bd, 0, sizeof(*bd)); in ath11k_core_free_bdf()
1096 struct ath11k_board_data *bd, in ath11k_core_parse_bd_ie_board() argument
1163 bd->data = board_ie_data; in ath11k_core_parse_bd_ie_board()
1164 bd->len = board_ie_len; in ath11k_core_parse_bd_ie_board()
1189 struct ath11k_board_data *bd, in ath11k_core_fetch_board_data_api_n() argument
1208 if (!bd->fw) in ath11k_core_fetch_board_data_api_n()
1209 bd->fw = ath11k_core_firmware_request(ab, filename); in ath11k_core_fetch_board_data_api_n()
[all …]
/freebsd-src/sys/arm/ti/cpsw/
H A Dif_cpsw.c425 struct cpsw_cpdma_bd bd; in cpsw_dump_slot() local
429 cpsw_cpdma_read_bd(sc, slot, &bd); in cpsw_dump_slot()
430 printf("BD Addr : 0x%08x Next : 0x%08x\n", in cpsw_dump_slot()
431 cpsw_cpdma_bd_paddr(sc, slot), bd.next); in cpsw_dump_slot()
432 printf(" BufPtr: 0x%08x BufLen: 0x%08x\n", bd.bufptr, bd.buflen); in cpsw_dump_slot()
433 printf(" BufOff: 0x%08x PktLen: 0x%08x\n", bd.bufoff, bd.pktlen); in cpsw_dump_slot()
437 if (bd.flags & (1 << (15 - i))) { in cpsw_dump_slot()
1602 struct cpsw_cpdma_bd bd;
1606 struct cpsw_cpdma_bd bd; cpsw_rx_dequeue() local
1733 struct cpsw_cpdma_bd bd; cpsw_rx_enqueue() local
1844 struct cpsw_cpdma_bd bd; cpswp_tx_enqueue() local
1990 struct cpsw_cpdma_bd bd; cpsw_tx_dequeue() local
[all...]
/freebsd-src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c608 gss_buffer_desc bd; in gss_display_mech_attr() local
609 bd.value = rk_UNCONST(ma->name); in gss_display_mech_attr()
610 bd.length = strlen(ma->name); in gss_display_mech_attr()
611 major = _gss_copy_buffer(minor_status, &bd, name); in gss_display_mech_attr()
617 gss_buffer_desc bd; in gss_display_mech_attr() local
618 bd.value = rk_UNCONST(ma->short_desc); in gss_display_mech_attr()
619 bd.length = strlen(ma->short_desc); in gss_display_mech_attr()
620 major = _gss_copy_buffer(minor_status, &bd, short_desc); in gss_display_mech_attr()
626 gss_buffer_desc bd; in gss_display_mech_attr() local
627 bd.value = rk_UNCONST(ma->long_desc); in gss_display_mech_attr()
[all …]
/freebsd-src/contrib/libxo/libxo/
H A Dadd.man.in7 .Bd -literal -offset indent
13 .Bd -literal -offset indent
20 .Bd -literal -offset indent
/freebsd-src/lib/libxo/
H A Dadd.man7 .Bd -literal -offset indent
13 .Bd -literal -offset indent
20 .Bd -literal -offset indent
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp278 auto GetBaseDesc = [this](const RecordDecl *BD, in getOrCreateRecord()
282 return allocateDescriptor(BD, BR, std::nullopt, /*isConst=*/false, in getOrCreateRecord()
299 const RecordDecl *BD = RT->getDecl(); in getOrCreateRecord()
300 const Record *BR = getOrCreateRecord(BD); in getOrCreateRecord()
302 const Descriptor *Desc = GetBaseDesc(BD, BR); in getOrCreateRecord()
307 Bases.push_back({BD, BaseSize, Desc, BR}); in getOrCreateRecord()
316 const RecordDecl *BD = RT->getDecl(); in createDescriptor()
317 const Record *BR = getOrCreateRecord(BD); in createDescriptor()
319 const Descriptor *Desc = GetBaseDesc(BD, BR); in createDescriptor()
324 VirtBases.push_back({BD, VirtSiz in createDescriptor()
242 __anonafbce71c0102(const RecordDecl *BD, Record *BR) getOrCreateRecord() argument
258 const RecordDecl *BD = Spec.getType()->castAs<RecordType>()->getDecl(); getOrCreateRecord() local
270 const RecordDecl *BD = Spec.getType()->castAs<RecordType>()->getDecl(); getOrCreateRecord() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h174 getReferencedBlockVars(const BlockDecl *BD);
188 const BlockDecl *BD, const void *Data);
356 const BlockDecl *BD; variable
362 const LocationContext *ParentLC, const BlockDecl *BD, in BlockInvocationContext() argument
364 : LocationContext(Block, ADC, ParentLC, ID), BD(BD), Data(Data) {} in BlockInvocationContext()
369 const BlockDecl *getBlockDecl() const { return BD; } in getBlockDecl()
376 const LocationContext *ParentLC, const BlockDecl *BD, in Profile() argument
378 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile()
414 /// \param BD The BlockDecl.
419 const BlockDecl *BD, const void *Data);
/freebsd-src/secure/caroot/trusted/
H A DBaltimore_CyberTrust_Root.pem42 c9:23:53:3f:1f:24:98:21:5c:07:99:29:bd:c6:3a:
43 ec:e7:6e:86:3a:6b:97:74:63:33:bd:68:18:31:f0:
57 bd:f7:64:fd:2d:d7:30:e3:a4:10:17:eb:da:29:29:b6:79:3f:
58 76:f6:19:13:23:b8:10:0a:f9:58:a4:d4:61:70:bd:04:61:6a:
59 12:8a:17:d5:0a:bd:c5:bc:30:7c:d6:e9:0c:25:8d:86:40:4f:
65 1a:63:bd:64:e6:1f:b7:ce:f0:f2:9f:2e:bb:1b:b7:f2:50:88:

12345678910>>...25