Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-full-cmdline.bb5 SUMMARY = "Standard full-featured Linux system"
6 DESCRIPTION = "Package group bringing in packages needed for a more traditional full-featured Linux…
11 packagegroup-core-full-cmdline \
12 packagegroup-core-full-cmdline-utils \
13 packagegroup-core-full-cmdline-extended \
14 packagegroup-core-full-cmdline-dev-utils \
15 packagegroup-core-full-cmdline-multiuser \
16 packagegroup-core-full-cmdline-initscripts \
17 packagegroup-core-full-cmdline-sys-services \
20 RDEPENDS:packagegroup-core-full-cmdline = "\
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D106.out12 --- create_mode=off growth_mode=full ---
24 --- create_mode=falloc growth_mode=full ---
28 --- create_mode=full growth_mode=off ---
29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
32 --- create_mode=full growth_mode=falloc ---
33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
36 --- create_mode=full growth_mode=full ---
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
45 --- growth_mode=full ---
57 --- growth_mode=full ---
H A D10651 for create_mode in off falloc full; do
52 for growth_mode in off falloc full; do
87 for growth_mode in falloc full off; do
96 for growth_mode in falloc full; do
119 rm -f $seq.full
H A D125.out26 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---
58 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=full ---
90 --- cluster_size=512 growth_size=16 create_mode=falloc growth_mode=full ---
98 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=off ---
99 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
106 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=metadata ---
107 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
114 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=falloc ---
115 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=full
122 --- cluster_size=512 growth_size=16 create_mode=full growth_mode=full ---
[all …]
H A D24349 for mode in off metadata falloc full; do
66 for mode in off metadata falloc full; do
90 rm -f $seq.full
H A D125118 for create_mode in off metadata falloc full; do
119 for growth_mode in off metadata falloc full; do
177 for prealloc in metadata full; do
202 rm -f $seq.full
H A D243.out21 === preallocation=full ===
23 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=full
51 === External data file: preallocation=full ===
53 …g 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data preallocation=full
H A D256.out45 "sync": "full",
46 "target": "img0-full"
54 "sync": "full",
55 "target": "img1-full"
H A D175.out11 == creating image with preallocation full ==
12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=full
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/
H A D0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch5 test-full.proto in protobuf-c-native
7 Those code was auto generated by protoc command with test-full.proto, those code are not compatible
9 the test-full.proto with latest version protobuf.
49 - t/test-full.pb-c.c \
69 - t/test-full.pb.cc \
71 -$(t_generated_code2_cxx_generate_packed_data_OBJECTS): t/test-full.pb.h
84 -t/test-full.pb-c.c t/test-full.pb-c.h: $(top_builddir)/protoc-gen-c/protoc-gen-c$(EXEEXT) $(top_sr…
85 …gen-c/protoc-gen-c$(EXEEXT) -I$(top_srcdir) --c_out=$(top_builddir) $(top_srcdir)/t/test-full.proto
87 -t/test-full.pb.cc t/test-full.pb.h: @PROTOC@ $(top_srcdir)/t/test-full.proto
88 - $(AM_V_GEN)@PROTOC@ -I$(top_srcdir) --cpp_out=$(top_builddir) $(top_srcdir)/t/test-full.proto
[all …]
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c72 static int get_physical_address(CPUSPARCState *env, CPUTLBEntryFull *full, in get_physical_address() argument
87 full->lg_page_size = TARGET_PAGE_BITS; in get_physical_address()
90 full->phys_addr = env->prom_addr | (address & 0x7ffffULL); in get_physical_address()
91 full->prot = PAGE_READ | PAGE_EXEC; in get_physical_address()
94 full->phys_addr = address; in get_physical_address()
95 full->prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_physical_address()
100 full->phys_addr = 0xffffffffffff0000ULL; in get_physical_address()
164 full->lg_page_size = TARGET_PAGE_BITS; in get_physical_address()
168 full->lg_page_size = 18; in get_physical_address()
173 full->lg_page_size = 24; in get_physical_address()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_sensor.c226 print_thresh_setting(struct sdr_record_full_sensor *full, in print_thresh_setting() argument
238 if (full && !UNITS_ARE_DISCRETE(&full->cmn)) { in print_thresh_setting()
239 printf(analog_fmt, sdr_convert_sensor_reading (full, setting)); in print_thresh_setting()
291 if (thresh_available && sr->full) { in ipmi_sensor_print_fc_threshold()
293 print_thresh_setting(sr->full, rsp->data[0] & (bit), \ in ipmi_sensor_print_fc_threshold()
323 if (sr->full) { in ipmi_sensor_print_fc_threshold()
324 uint16_t raw_tol = __TO_TOL(sr->full->mtol); in ipmi_sensor_print_fc_threshold()
327 sdr_convert_sensor_tolerance(sr->full, in ipmi_sensor_print_fc_threshold()
348 if (sr->full) { in ipmi_sensor_print_fc_threshold()
350 print_thresh_setting(sr->full, rsp->data[0] & (bit), \ in ipmi_sensor_print_fc_threshold()
[all …]
H A Dipmi_sdr.c125 if (!sr->full) { in sdr_sensor_has_analog_reading()
144 if ( UNITS_ARE_DISCRETE(&sr->full->cmn) ) { in sdr_sensor_has_analog_reading()
147 if ( !IS_THRESHOLD_SENSOR(&sr->full->cmn) ) { in sdr_sensor_has_analog_reading()
150 if ( (sr->full->cmn.unit.pct | sr->full->cmn.unit.modifier | in sdr_sensor_has_analog_reading()
151 sr->full->cmn.unit.type.base | in sdr_sensor_has_analog_reading()
152 sr->full->cmn.unit.type.modifier)) { in sdr_sensor_has_analog_reading()
166 if (sr->full->linearization >= SDR_SENSOR_L_NONLINEAR && in sdr_sensor_has_analog_reading()
167 sr->full->linearization <= 0x7F) { in sdr_sensor_has_analog_reading()
168 if (ipmi_sensor_get_sensor_reading_factors(intf, sr->full, sr->s_reading) < 0){ in sdr_sensor_has_analog_reading()
1298 struct sdr_record_full_sensor *full, in ipmi_sdr_print_sensor_hysteresis() argument
[all …]
/openbmc/qemu/util/
H A Dpath.c53 char *full = g_build_filename(base, name, NULL); in path() local
56 if (access(full, F_OK) == 0) { in path()
58 g_hash_table_insert(hash, save, full); in path()
59 ret = full; in path()
62 g_free(full); in path()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse107 actual=full
120 do_test full ignore off full
121 do_test full unmap off sparse
122 do_test full unmap unmap sparse
128 rm -f $seq.full
/openbmc/qemu/accel/tcg/
H A Dcputlb.c890 static void tlb_reset_dirty_range_locked(CPUTLBEntryFull *full, CPUTLBEntry *ent, in tlb_reset_dirty_range_locked() argument
894 int flags = addr | full->slow_flags[MMU_DATA_STORE]; in tlb_reset_dirty_range_locked()
999 static inline void tlb_set_compare(CPUTLBEntryFull *full, CPUTLBEntry *ent, in tlb_set_compare() argument
1014 full->slow_flags[access_type] = flags; in tlb_set_compare()
1026 vaddr addr, CPUTLBEntryFull *full) in tlb_set_page_full() argument
1041 if (full->lg_page_size <= TARGET_PAGE_BITS) { in tlb_set_page_full()
1044 sz = (hwaddr)1 << full->lg_page_size; in tlb_set_page_full()
1048 paddr_page = full->phys_addr & TARGET_PAGE_MASK; in tlb_set_page_full()
1050 prot = full->prot; in tlb_set_page_full()
1051 asidx = cpu_asidx_from_attrs(cpu, full->attrs); in tlb_set_page_full()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-Remove-fcf-protection-full.patch4 Subject: [PATCH] Remove -fcf-protection=full
8 | cc1: error: '-fcf-protection=full' is not supported for this target
25 - -fstack-clash-protection -fcf-protection=full
36 - -fstack-clash-protection -fcf-protection=full
47 - -fstack-clash-protection -fcf-protection=full
58 -LIB_CFLAGS += $(CFLAGS) -D_REENTRANT -fcf-protection=full
59 -LLT_CFLAGS += $(CFLAGS) -fcf-protection=full
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dno-gplv3.inc8 # Settings for full-cmdline
9 RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk gr…
10 RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch"
11 RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip"
22 IMAGE_FEATURES:remove:pn-core-image-full-cmdline = "package-management"
23 CORE_IMAGE_EXTRA_INSTALL:pn-core-image-full-cmdline += "rpm"
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dfixed-link.txt14 * 'full-duplex' (boolean, optional), to indicate that full duplex is
27 full-duplex;
/openbmc/sdbusplus/tools/sdbusplus/
H A Dmethod.py34 def returns_as_list(self, interface, full=False): argument
36 [r.cppTypeParam(interface.name, full=full) for r in self.returns]
65 lambda p: p.cppTypeParam(interface.name, full=True)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/
H A D0003-do-not-hardcode-the-full-path-of-dpkg.patch4 Subject: [PATCH] do not hardcode the full path of dpkg
7 the full path calling will fail
9 Do not hardcode the full path of dpkg, then then sdk's dpkg will be used.
/openbmc/openbmc/poky/meta/recipes-extended/images/
H A Dcore-image-full-cmdline.bb1 SUMMARY = "A console-only image with more full-featured Linux system \
8 packagegroup-core-full-cmdline \
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend4 SRC_URI:append:olympus-nuvoton = " file://fan-full-speed.sh"
8 FILES:${PN}:append:olympus-nuvoton = " ${bindir}/fan-full-speed.sh"
18 install -m 0755 ${UNPACKDIR}/fan-full-speed.sh ${D}/${bindir}
/openbmc/qemu/python/
H A Davocado.cfg9 # Don't show the full debug.log output; only select stdout/stderr.
12 # Show full stdout/stderr only on tests that FAIL
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A Dfix_reproducibility.patch17 nobody builds in /home/debug:full/
36 - ("cc_has_debug", ".*(O0|Od|ggdb|coverage|debug:full).*", ""),
37 + ("cc_has_debug", ".*debug:full.*", ""),

12345678910>>...40