Home
last modified time | relevance | path

Searched full:done (Results 1 – 25 of 3198) sorted by relevance

12345678910>>...128

/openbmc/phosphor-networkd/test/
H A Dtest_netlink.cpp34 bool done = true; in TEST() local
35 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
38 EXPECT_TRUE(done); in TEST()
49 bool done = true; in TEST() local
50 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
53 EXPECT_TRUE(done); in TEST()
64 bool done = true; in TEST() local
65 EXPECT_THROW(processMsg(data, done, cb), std::runtime_error); in TEST()
68 EXPECT_TRUE(done); in TEST()
80 bool done = true; in TEST() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/
H A Duse-no-name-option-for-gzip.patch23 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
24 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
26 - for i in $(PCF) ; do gzip -c $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
27 + for i in $(PCF) ; do gzip -c -n $$i > $(DESTDIR)$(x11dir)/$$i.gz ; done
30 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
35 - for i in $(PSF) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
36 + for i in $(PSF) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
39 for i in $(PSF) ; do rm -f $(DESTDIR)$(psfdir)/$$i.gz ; done
44 - for i in $(PSF_VGAW) ; do gzip -c $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
45 + for i in $(PSF_VGAW) ; do gzip -c -n $$i > $(DESTDIR)$(psfdir)/$$i.gz ; done
[all …]
/openbmc/u-boot/board/keymile/km83xx/
H A DREADME.kmeter159 done
66 ..... done
69 ..... done
71 Copy to Flash... done
72 ..... done
76 . done
78 . done
81 . done
83 Writing to Flash... done
84 . done
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D02366 done
68 done
83 done
85 done
96 done
98 done
112 done
114 done
116 # success, all done
117 echo "*** done"
H A D026117 done
118 done
119 done
120 done
121 done
162 done
163 done
164 done
165 done
166 done
[all …]
H A D08368 done
95 done
116 done
123 done
128 done
133 done
138 done
141 done
146 done
147 done
[all …]
H A D01359 done
61 done
77 done
79 done
90 done
92 done
94 # success, all done
95 echo "*** done"
H A D01461 done
70 done
72 done
73 done
75 # success, all done
76 echo "*** done"
/openbmc/u-boot/env/
H A Dsf.c104 goto done; in env_sf_save()
109 goto done; in env_sf_save()
118 goto done; in env_sf_save()
125 goto done; in env_sf_save()
131 goto done; in env_sf_save()
137 goto done; in env_sf_save()
139 puts("done\n"); in env_sf_save()
145 done: in env_sf_save()
208 goto done; in env_sf_save()
213 goto done; in env_sf_save()
[all …]
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/fans/phosphor-pid-control/
H A Dfan-setup.service7 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x03 0x55; done'
9 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x08 0x28; done'
11 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x0a 0x3c; done'
13 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x0c 0x32; done'
15 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x10 0x83; done'
17 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x11 0x01; done'
19 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x13 0x83; done'
21 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x22 0xff; done'
23 …R in $(ls /sys/bus/i2c/drivers/max6639/|grep 2e); do i2cset -f -y $${ADDR/-00/ 0x} 0x24 0x40; done'
/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/
H A Dfix-rs6000-crt0.patch22 …{MVME_BSP} ${MVME_SCRIPTS}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
23 …_BSP} ${MVME_SCRIPTS}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/mvme-$$x; done
31 …E_CRT0} ${YELLOWKNIFE_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
32 …LLOWKNIFE_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/yellowknife-$$x; done
33 …OWKNIFE_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
37 … in ${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
38 …${ADS_CRT0} ${ADS_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/ads-$$x; done
39 …n ${ADS_SCRIPTS}; do ${INSTALL_DATA} $(srcdir)/$$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
43 … in ${MBX_CRT0} ${MBX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/$$x; done
44 …${MBX_CRT0} ${MBX_BSP}; do ${INSTALL_DATA} $$x $(DESTDIR)${tooldir}/lib${MULTISUBDIR}/mbx-$$x; done
[all …]
/openbmc/phosphor-networkd/src/
H A Dnetlink.cpp26 void processMsg(std::string_view& msgs, bool& done, ReceiveCallback cb) in processMsg() argument
49 done = false; in processMsg()
57 if (done) in processMsg()
59 throw std::runtime_error("Got done for non-multi msg"); in processMsg()
61 done = true; in processMsg()
74 if (!done && !(hdr.nlmsg_flags & NLM_F_MULTI)) in processMsg()
76 throw std::runtime_error("Got non-multi msg before done"); in processMsg()
149 bool done = true; in receive() local
161 if (!done) in receive()
171 detail::processMsg(msgs, done, cb); in receive()
[all …]
/openbmc/u-boot/drivers/mtd/
H A Dmw_eeprom.c154 int done; in mw_eeprom_write() local
156 done = 0; in mw_eeprom_write()
166 done++; in mw_eeprom_write()
174 done+=2; in mw_eeprom_write()
186 done++; in mw_eeprom_write()
189 return done; in mw_eeprom_write()
195 int done; in mw_eeprom_read() local
197 done = 0; in mw_eeprom_read()
205 done++; in mw_eeprom_read()
213 done+=2; in mw_eeprom_read()
[all …]
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Ddedup_variant.hpp33 * @tparam Done - The types which have already been deduplicated.
41 * Check for First in Done and recursively create the variant type as
42 * appropriate (add First if First not in Done, skip otherwise).
44 template <typename... Done, typename First, typename... Rest>
45 struct dedup_variant<std::variant<Done...>, First, Rest...> :
47 (std::is_same_v<First, Done> || ...),
48 dedup_variant<std::variant<Done...>, Rest...>,
49 dedup_variant<std::variant<Done..., First>, Rest...>>
/openbmc/entity-manager/src/fru_device/
H A Dfru_reader.cpp10 size_t done = 0; in read() local
13 while (done < len) in read()
42 return done != 0U ? done : ret; in read()
71 memcpy(outbuf + done, blkData + blkOffset, toCopy); in read()
73 done += toCopy; in read()
77 return done; in read()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-state-manager-systemd-links.inc50 done
51 done
62 done
63 done
74 done
75 done
84 done
85 done
95 done
103 done
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0007-configure.ac-avoid-searching-host-for-postgresql.patch31 - done
45 - done
52 - done
60 - done
67 - done
78 - done
79 - done
90 - done
91 - done
92 - done
[all …]
/openbmc/google-misc/subprojects/dhcp-done/
H A Dmeson.build16 'dhcp-done',
35 'dhcp-done',
36 'dhcp-done.cpp',
58 configuration: {'BIN': libexecdir / 'dhcp-done'},
59 input: 'dhcp-done.service.in',
60 output: 'dhcp-done.service',
/openbmc/openpower-dbus-interfaces/
H A Dgenerate_makefile.sh24 done
44 done
50 done
54 done
61 done
65 done
83 done
/openbmc/ibm-dbus-interfaces/
H A Dgenerate_makefile.sh24 done
44 done
50 done
54 done
61 done
65 done
83 done
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing.out5 Done
9 Done
69 Done
74 Done
78 Done
139 Done
144 Done
148 Done
211 Done
216 Done
[all …]
/openbmc/u-boot/drivers/dfu/
H A Ddfu_tftp.c24 goto done; in dfu_tftp_write()
29 * Any implicit modification (i.e. done by strsep()) will corrupt in dfu_tftp_write()
36 goto done; in dfu_tftp_write()
48 goto done; in dfu_tftp_write()
55 goto done; in dfu_tftp_write()
60 done: in dfu_tftp_write()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common35 done
54 done
58 echo -n "done. "
74 done
79 done
84 echo -n "done. "
111 done
115 echo -n "done. "
153 done
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/
H A Dampere_platform_init.sh17 done
21 done
25 done
33 done
37 done
41 done
/openbmc/openbmc-tools/pldm/
H A Dpdrdump.sh5 done=0
6 while [ $done -eq 0 ]
12 if [ $i -eq 0 ]; then done=1; fi
13 done

12345678910>>...128