Home
last modified time | relevance | path

Searched refs:live (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp36 if (sc->live && !sc->isDWARF()) in markLive()
40 if (c->live) in markLive()
42 c->live = true; in markLive()
50 sym->file->live = true; in markLive()
52 sym->wrappedSym->file->live = sym->wrappedSym->file->thunkLive = true; in markLive()
61 assert(sc->live && "We mark as live when pushing onto the worklist!"); in markLive()
H A DSymbols.cpp83 return r->getChunk()->live; in isLive()
85 return imp->file->live; in isLive()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputSection.h114 bool isLive(uint64_t off) const override { return live; } in isLive()
115 void markLive(uint64_t off) override { live = true; } in markLive()
117 bool shouldOmitFromOutput() const { return !live || isCoalescedWeak(); } in shouldOmitFromOutput()
143 bool live = !config->deadStrip; variable
175 uint32_t live : 1; member
182 : inSecOff(off), live(!config->deadStrip), hash(hash) {} in StringPiece()
205 bool isLive(uint64_t off) const override { return getStringPiece(off).live; } in isLive()
206 void markLive(uint64_t off) override { getStringPiece(off).live = true; } in markLive()
252 return live[off >> power2LiteralSize]; in isLive()
255 live[off >> power2LiteralSize] = true; in markLive()
[all …]
H A DMarkLive.cpp156 assert(isec->live && "We mark as live when pushing onto the worklist!"); in markTransitively()
174 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markTransitively()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh108 void *live, *dead;
111 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
116 (void) dlclose(live);
123 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
128 if ((go = dlsym(live, "go")) == NULL) {
H A Dtst.dlclose3.ksh119 void *live;
121 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
126 (void) dlclose(live);
H A Dtst.dlclose1.ksh114 void *live;
117 if ((live = dlopen("./livelib.so", RTLD_LAZY | RTLD_LOCAL)) == NULL) {
122 (void) dlclose(live);
/freebsd-14.2/usr.bin/netstat/
H A Dmain.c245 int live; /* true if we are examining a live system */ variable
472 live = (nlistf == NULL && memf == NULL); in main()
473 if (!live) { in main()
484 if (!live) in main()
491 if (!live) { in main()
500 if (!live) { in main()
532 if (live) { in main()
628 if (live) { in fetch_stats_internal()
690 if (tp->pr_usesysctl && live) in printproto()
708 if (tp->pr_usesysctl && live) in printproto()
[all …]
H A Dmroute.c274 if (live) { in mroutepr()
338 if (live) { in mroutepr()
421 if ((live && errno == ENOENT) || (!live && mstaddr == 0)) in mrt_stats()
H A Dmbuf.c101 if (live) { in mbpr()
314 if (live && in mbpr()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml31 live audio/video streams from the programmable logic. The Video Rendering
72 dp_vtc_pixel_clk_in is the non-live video clock (from Processing
75 dp_live_video_in_clk is the live video clock (from Programmable
129 description: The live video input from the programmable logic
133 description: The live graphics input from the programmable logic
137 description: The live audio input from the programmable logic
/freebsd-14.2/tools/tools/net80211/w00t/expand/
H A Dexpand.c54 int live; member
121 if (q->live) in enque()
149 q->live = 1; in enque()
308 assert(q->live); in send_queue()
385 if (p->q && p->q->live) { in own()
/freebsd-14.2/tools/tools/net80211/w00t/redir/
H A Dredir.c56 int live; member
162 if (q->live) in enque()
190 q->live = 1; in enque()
324 assert(q->live); in send_queue()
500 if (!q->live) in read_buddy_data()
537 q->live = 0; in read_buddy_data()
554 if (p->q->live) in read_buddy_data()
/freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt114 4. The Device Tree overlay is accepted into the live tree.
136 An FPGA Region that exists in the live Device Tree reflects the current state.
137 If the live tree shows a "firmware-name" property or child nodes under an FPGA
140 FPGA. After reprogramming is successful, the overlay is accepted into the live
176 firmware search path. If this property shows up in a live device tree
207 reenabled and the overlay makes it into the live device tree. The child devices
280 In all cases the live DT must have the FPGA Manager, FPGA Bridges (if any), and
292 applied, the live DT must include the FPGA Manager, FPGA Bridges, and a
319 * The live DT prior to the overlay being added
322 The live Device Tree must contain an FPGA Region, an FPGA Manager, and any FPGA
[all …]
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.h280 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece()
281 : inputOff(off), live(live), hash(hash >> 1) {} in SectionPiece()
284 uint32_t live : 1; member
/freebsd-14.2/contrib/libpcap/doc/
H A DREADME.macos5 On some systems that use BPF, the BPF devices live on the root file
10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
15 On macOS, the BPF devices live on devfs, but the macOS version of devfs
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S10 # floating point, and vector parameters, so that we only spill those live ones.
151 # floating point, and vector parameters, so that we only spill those live ones.
/freebsd-14.2/contrib/file/
H A DTODO1 Most TODOs live in the TODO section of doc/file.man (i.e. file(1)).
3 file, not here. More speculative material can live here.
/freebsd-14.2/crypto/heimdal/
H A Dacinclude.m43 dnl Only put things that for some reason can't live in the `cf'
/freebsd-14.2/contrib/ntp/
H A DREADME.hackers12 We'd like to see *all* system function declarations live in include/l_stdlib.h
/freebsd-14.2/tests/
H A DREADME33 src/lib/libcrypt/ library live in src/lib/libcrypt/tests/. The tests/
45 tools or libraries live next to the source code.
/freebsd-14.2/contrib/sendmail/cf/m4/
H A Dcf.m419 # figure out where the CF files live
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Drc.yaml57 - rc-dntv-live-dvb-t
58 - rc-dntv-live-dvbt-pro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def100 // MACHINE_FUNCTION_ANALYSIS("live-vars", LiveVariablesAnalysis())
102 // MACHINE_FUNCTION_ANALYSIS("live-stacks", LiveStacksPass())
120 // ReachingDefAnalysisAnalysis()) MACHINE_FUNCTION_ANALYSIS("live-reg-matrix",
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dsamsung,s6e63m0.yaml10 - Jonathan Bakker <xc-racer2@live.ca>

1234567