Home
last modified time | relevance | path

Searched full:d (Results 1 – 25 of 6310) sorted by relevance

12345678910>>...253

/openbmc/qemu/target/openrisc/
H A Ddisas.c60 INSN(add, "r%d, r%d, r%d", a->d, a->a, a->b)
61 INSN(addc, "r%d, r%d, r%d", a->d, a->a, a->b)
62 INSN(sub, "r%d, r%d, r%d", a->d, a->a, a->b)
63 INSN(and, "r%d, r%d, r%d", a->d, a->a, a->b)
64 INSN(or, "r%d, r%d, r%d", a->d, a->a, a->b)
65 INSN(xor, "r%d, r%d, r%d", a->d, a->a, a->b)
66 INSN(sll, "r%d, r%d, r%d", a->d, a->a, a->b)
67 INSN(srl, "r%d, r%d, r%d", a->d, a->a, a->b)
68 INSN(sra, "r%d, r%d, r%d", a->d, a->a, a->b)
69 INSN(ror, "r%d, r%d, r%d", a->d, a->a, a->b)
[all …]
/openbmc/phosphor-debug-collector/
H A D.shellcheck-ignore2 tools/dreport.d/dreport
3 tools/dreport.d/ibm.d/gendumpheader
4 tools/dreport.d/ibm.d/plugins.d/vpd_data
5 tools/dreport.d/include.d/functions
6 tools/dreport.d/openpower.d/plugins.d/obmcconsole1
7 tools/dreport.d/plugins.d/altfwprintenv
8 tools/dreport.d/plugins.d/bmcstate
9 tools/dreport.d/plugins.d/chassisstate
10 tools/dreport.d/plugins.d/corefile
11 tools/dreport.d/plugins.d/cpuinfo
[all …]
/openbmc/qemu/hw/9pfs/
H A Dtrace-events4 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d"
5 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d"
6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version…
7 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d
8 …int32_t fid, int32_t afid, char* uname, char* aname) "tag %u id %u fid %d afid %d uname %s aname %…
10 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d"
11 …ode, int32_t atime, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d atime %d mtime %d l…
12 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req…
13 …, uint64_t result_mask, uint32_t mode, uint32_t uid, uint32_t gid) "tag %d id %d getattr={result_m…
14 …nt32_t newfid, uint16_t nwnames, const char* wnames) "tag=%d id=%d fid=%d newfid=%d nwnames=%d wna…
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb35 ${@bb.utils.contains('DISTRO_FEATURES','selinux','file://sushell','',d)} \
46 DEPENDS:append = " update-rc.d-native"
47 …DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}"
51 ${@bb.utils.contains('DISTRO_FEATURES','selinux','${PN}-sushell','',d)} \
57 FILES:${PN}-functions = "${sysconfdir}/init.d/functions*"
60 HALTARGS ?= "-d -f"
73 install -d ${D}${sysconfdir}/init.d
74 install -d ${D}${sysconfdir}/rcS.d
75 install -d ${D}${sysconfdir}/rc0.d
76 install -d ${D}${sysconfdir}/rc1.d
[all …]
/openbmc/qemu/tests/qtest/
H A Dtco-test.c51 static void test_end(TestData *d) in test_end() argument
53 g_free(d->dev); in test_end()
54 qpci_free_pc(d->bus); in test_end()
55 qtest_quit(d->qts); in test_end()
58 static void test_init(TestData *d) in test_init() argument
63 d->noreboot ? "-global ICH9-LPC.noreboot=true" : "", in test_init()
64 !d->args ? "" : d->args); in test_init()
67 d->bus = qpci_new_pc(qs, NULL); in test_init()
68 d->dev = qpci_device_find(d->bus, QPCI_DEVFN(0x1f, 0x00)); in test_init()
69 g_assert(d->dev != NULL); in test_init()
[all …]
/openbmc/qemu/hw/usb/
H A Dtrace-events4 …st char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, …
5 …st char *port, int ep, void *p, const char *o, const char *n) "bus %d, port %s, ep %d, packet %p, …
8 usb_port_claim(int bus, const char *port) "bus %d, port %s"
9 usb_port_attach(int bus, const char *port, const char *devspeed, const char *portspeed) "bus %d, po…
10 usb_port_detach(int bus, const char *port) "bus %d, port %s"
11 usb_port_release(int bus, const char *port) "bus %d, port %s"
18 …x next 0x%.8x be 0x%.8x, frame_number 0x%.8x starting_frame 0x%.8x, frame_count 0x%.8x relative %d"
20 usb_ohci_iso_td_relative_frame_number_neg(int rel) "ISO_TD R=%d < 0"
21 usb_ohci_iso_td_relative_frame_number_big(int rel, int count) "ISO_TD R=%d > FC=%d"
22 usb_ohci_iso_td_bad_direction(int dir) "Bad direction %d"
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Ddata.py42 self.d = bb.data.init()
43 self.d["foo"] = "value_of_foo"
44 self.d["bar"] = "value_of_bar"
45 self.d["value_of_foo"] = "value_of_'value_of_foo'"
48 val = self.d.expand("${foo}")
52 val = self.d.expand("${${foo}}")
56 val = self.d.expand("${${foo}} ${bar}")
60 val = self.d.expand("${@5*12}")
64 val = self.d.expand("${@{ 'green': 1, 'blue': 2 }['green']}")
68 self.d.setVar("bar", "${unsetvar}")
[all …]
H A Dparse.py35 self.d = bb.data.init()
36 bb.parse.siggen = bb.siggen.init(self.d)
51 d = bb.parse.handle(f.name, self.d)['']
52 self.assertEqual(d.getVar("A"), "1")
53 self.assertEqual(d.getVar("B"), "2")
54 self.assertEqual(d.getVar("C"), "3")
60 d = bb.parse.handle(f.name, self.d)['']
73 d = bb.parse.handle(f.name, self.d)['']
74 self.assertEqual(d.getVar("A"), None)
75 self.assertEqual(d.getVarFlag("A","flag"), None)
[all …]
/openbmc/qemu/target/avr/
H A Ddisas.c140 INSN(ADD, "r%d, r%d", a->rd, a->rr)
141 INSN(ADC, "r%d, r%d", a->rd, a->rr)
142 INSN(ADIW, "r%d:r%d, %d", a->rd + 1, a->rd, a->imm)
143 INSN(SUB, "r%d, r%d", a->rd, a->rr)
144 INSN(SUBI, "r%d, %d", a->rd, a->imm)
145 INSN(SBC, "r%d, r%d", a->rd, a->rr)
146 INSN(SBCI, "r%d, %d", a->rd, a->imm)
147 INSN(SBIW, "r%d:r%d, %d", a->rd + 1, a->rd, a->imm)
148 INSN(AND, "r%d, r%d", a->rd, a->rr)
149 INSN(ANDI, "r%d, %d", a->rd, a->imm)
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddata.c23 void data_free(struct data d) in data_free() argument
27 m = d.markers; in data_free()
35 if (d.val) in data_free()
36 free(d.val); in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for() argument
45 return d; in data_grow_for()
47 nd = d; in data_grow_for()
51 while ((d.len + xlen) > newsize) in data_grow_for()
54 nd.val = xrealloc(d.val, newsize); in data_grow_for()
61 struct data d; in data_copy_mem() local
[all …]
/openbmc/qemu/hw/display/
H A Dtrace-events8 …nt dx, int dy, int dz, int button_state, int abs_pointer_wanted) "%p x %d y %d z %d bs 0x%x abs %d"
9 xenfb_key_event(void *opaque, int scancode, int button_state) "%p scancode %d bs 0x%x"
10 xenfb_input_connected(void *xendev, int abs_pointer_wanted) "%p abs %d"
17 vmware_value_read(uint32_t index, uint32_t value) "index %d, value 0x%x"
18 vmware_value_write(uint32_t index, uint32_t value) "index %d, value 0x%x"
19 vmware_palette_read(uint32_t index, uint32_t value) "index %d, value 0x%x"
20 vmware_palette_write(uint32_t index, uint32_t value) "index %d, value 0x%x"
21 vmware_scratch_read(uint32_t index, uint32_t value) "index %d, value 0x%x"
22 vmware_scratch_write(uint32_t index, uint32_t value) "index %d, value 0x%x"
23 vmware_setmode(uint32_t w, uint32_t h, uint32_t bpp) "%dx%d @ %d bpp"
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/
H A Dbastille_3.2.1.bb41 install -d ${D}${sbindir}
42 install -d ${D}${libdir}/perl5/site_perl/Curses
44 install -d ${D}${libdir}/Bastille
45 install -d ${D}${libdir}/Bastille/API
46 install -d ${D}${datadir}/Bastille
47 install -d ${D}${datadir}/Bastille/OSMap
48 install -d ${D}${datadir}/Bastille/OSMap/Modules
49 install -d ${D}${datadir}/Bastille/Questions
50 install -d ${D}${datadir}/Bastille/FKL/configs/
51 install -d ${D}${sysconfdir}/Bastille
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch39 static int timed_ioctl(cdrom_drive *d, int fd, int command, void *arg){
42 - int ret1=clock_gettime(d->private->clock,&tv1);
43 + int ret1=clock_gettime(d->priv->clock,&tv1);
45 - int ret3=clock_gettime(d->private->clock,&tv2);
46 + int ret3=clock_gettime(d->priv->clock,&tv2);
48 - d->private->last_milliseconds=-1;
49 + d->priv->last_milliseconds=-1;
51 - d->private->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000…
52 + d->priv->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000000…
60 @@ -39,9 +39,9 @@ int cdda_close(cdrom_drive *d){
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass8 cls = d.getVar("BBEXTENDCURR")
9 variant = d.getVar("BBEXTENDVARIANT")
13 localdata = bb.data.createCopy(d)
15 d.setVar('STAGING_KERNEL_DIR', localdata.getVar('STAGING_KERNEL_DIR'))
19 provides = (d.getVar("PROVIDES") or "").split()
20 non_ml_recipes = d.getVar('NON_MULTILIB_RECIPES').split()
21 bpn = d.getVar("BPN")
23 or bb.data.inherits_class('module-base', d)
27 save_var_name = d.getVar("MULTILIB_SAVE_VARNAME") or ""
29 val = d.getVar(name)
[all …]
H A Drecipe_sanity.bbclass7 def __note(msg, d):
8 bb.note("%s: recipe_sanity: %s" % (d.getVar("P"), msg))
11 def bad_runtime_vars(cfgdata, d):
12 if bb.data.inherits_class("native", d) or \
13 bb.data.inherits_class("cross", d):
16 for var in d.getVar("__recipe_sanity_badruntimevars").split():
17 val = d.getVar(var, False)
19 __note("%s should be %s:${PN}" % (var, var), d)
23 def req_vars(cfgdata, d):
24 for var in d.getVar("__recipe_sanity_reqvars").split():
[all …]
/openbmc/qemu/net/
H A Dstream_data.c21 NetStreamData *d = data; in net_stream_data_writable() local
23 d->ioc_write_tag = 0; in net_stream_data_writable()
25 qemu_flush_queued_packets(&d->nc); in net_stream_data_writable()
30 ssize_t net_stream_data_receive(NetStreamData *d, const uint8_t *buf, in net_stream_data_receive() argument
48 remaining = iov_size(iov, 2) - d->send_index; in net_stream_data_receive()
49 nlocal_iov = iov_copy(local_iov, 2, iov, 2, d->send_index, remaining); in net_stream_data_receive()
50 ret = qio_channel_writev(d->ioc, local_iov, nlocal_iov, NULL); in net_stream_data_receive()
55 d->send_index = 0; in net_stream_data_receive()
59 d->send_index += ret; in net_stream_data_receive()
60 d->ioc_write_tag = qio_channel_add_watch(d->ioc, G_IO_OUT, in net_stream_data_receive()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/
H A Dnikto_2.1.6.bb16 install -d ${D}${bindir}
17 install -d ${D}${datadir}
18 install -d ${D}${datadir}/man/man1
19 install -d ${D}${datadir}/doc/nikto
20 install -d ${D}${sysconfdir}/nikto
21 install -d ${D}${sysconfdir}/nikto/databases
22 install -d ${D}${sysconfdir}/nikto/plugins
23 install -d ${D}${sysconfdir}/nikto/templates
25 install -m 0644 databases/db_404_strings ${D}${sysconfdir}/nikto/databases
26 install -m 0644 databases/db_content_search ${D}${sysconfdir}/nikto/databases
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg4 d-i auto-install/enable boolean true
5 d-i debconf/priority select critical
8 d-i debian-installer/language string en
9 d-i debian-installer/country string GB
10 d-i debian-installer/locale string en_GB.UTF-8
11 d-i keyboard-configuration/xkb-keymap select us
14 d-i clock-setup/utc boolean true
15 d-i time/zone select Europe/London
18 d-i base-installer/install-recommends boolean false
21 d-i passwd/root-login boolean false
[all …]
/openbmc/qemu/ui/
H A Dtrace-events5 console_gfx_reuse(int index) "%d"
6 console_gfx_close(int index) "%d"
7 … esc_param0, int esc_param1, int ch, int nb_esc_params) "escape sequence CSI%d;%d%c, %d parameters"
9 console_txt_new(int w, int h) "%dx%d"
10 console_select(int nr) "%d"
11 console_refresh(int interval) "interval %d ms"
12 displaysurface_create(int w, int h) "%dx%d"
13 displaysurface_create_from(void *display_surface, int w, int h, uint32_t format) "surface=%p, %dx%d
18 ppm_save(int fd, void *image) "fd=%d image=%p"
23 gd_switch(const char *tab, int width, int height) "tab=%s, width=%d, height=%d"
[all …]
/openbmc/qemu/hw/arm/
H A Dtrace-events5 omap1_pwl_backlight(int output) "omap1 PWL: backlight now at %d/256"
15 …uint32_t offset, uint64_t pte) "stage=%d level=%d iova=0x%"PRIx64" subpage_sz=0x%zx baseaddr=0x%"P…
16 … pteaddr, uint32_t offset, uint64_t pte) "stage=%d level=%d base@=0x%"PRIx64" pte@=0x%"PRIx64" off…
17 …_t baseaddr, uint64_t pteaddr, uint64_t pte, uint64_t address) "stage=%d level=%d iova=0x%"PRIx64"…
18 …ze_mb) "stage=%d level=%d base@=0x%"PRIx64" pte@=0x%"PRIx64" pte=0x%"PRIx64" iova=0x%"PRIx64" bloc…
21 smmu_iotlb_inv_asid_vmid(int asid, int vmid) "IOTLB invalidate asid=%d vmid=%d"
22 smmu_iotlb_inv_vmid(int vmid) "IOTLB invalidate vmid=%d"
23 smmu_iotlb_inv_vmid_s1(int vmid) "IOTLB invalidate vmid=%d"
24 smmu_iotlb_inv_iova(int asid, uint64_t addr) "IOTLB invalidate asid=%d addr=0x%"PRIx64
28 …uint32_t miss, uint32_t p) "IOTLB cache HIT asid=%d vmid=%d addr=0x%"PRIx64" hit=%d miss=%d hit ra…
[all …]
/openbmc/qemu/backends/
H A Dtrace-events5 dbus_vmstate_post_load(int version_id) "version_id: %d"
10 iommufd_change_process(int fd, bool ret) "fd=%d (%d)"
11 iommufd_backend_connect(int fd, bool owned, uint32_t users) "fd=%d owned=%d users=%d"
12 iommufd_backend_disconnect(int fd, uint32_t users) "fd=%d users=%d"
13 iommu_backend_set_fd(int fd) "pre-opened /dev/iommu fd=%d"
14 …*vaddr, bool readonly, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"PRIx64" addr=%p rea…
15 …rt, bool readonly, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"PRIx64" fd=%d start=%ld…
16 …size, int ret) " Unmap nonexistent mapping: iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"PRIx64" (…
17 …s, uint64_t iova, uint64_t size, int ret) " iommufd=%d ioas=%d iova=0x%"PRIx64" size=0x%"PRIx64" (…
18 iommufd_backend_alloc_ioas(int iommufd, uint32_t ioas) " iommufd=%d ioas=%d"
[all …]
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_root_port.c21 static void rp_aer_vector_update(PCIDevice *d) in rp_aer_vector_update() argument
23 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(d); in rp_aer_vector_update()
26 pcie_aer_root_set_vector(d, rpc->aer_vector(d)); in rp_aer_vector_update()
30 static void rp_write_config(PCIDevice *d, uint32_t address, in rp_write_config() argument
34 pci_get_long(d->config + d->exp.aer_cap + PCI_ERR_ROOT_COMMAND); in rp_write_config()
37 pcie_cap_slot_get(d, &slt_ctl, &slt_sta); in rp_write_config()
39 pci_bridge_write_config(d, address, val, len); in rp_write_config()
40 rp_aer_vector_update(d); in rp_write_config()
41 pcie_cap_slot_write_config(d, slt_ctl, slt_sta, address, val, len); in rp_write_config()
42 pcie_aer_write_config(d, address, val, len); in rp_write_config()
[all …]
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h46 u16 aaa_word (u16 d);
47 u16 aas_word (u16 d);
48 u16 aad_word (u16 d);
49 u16 aam_word (u8 d);
50 u8 adc_byte (u8 d, u8 s);
51 u16 adc_word (u16 d, u16 s);
52 u32 adc_long (u32 d, u32 s);
53 u8 add_byte (u8 d, u8 s);
54 u16 add_word (u16 d, u16 s);
55 u32 add_long (u32 d, u32 s);
[all …]
/openbmc/openbmc/meta-google/recipes-google/systemd/
H A Dgbmc-systemd-config.bb26 ${systemd_unitdir}/coredump.conf.d/40-gbmc-coredump.conf \
27 ${systemd_unitdir}/resolved.conf.d/40-gbmc-nomdns.conf \
28 ${systemd_unitdir}/timesyncd.conf.d/40-gbmc-time.conf \
29 ${libdir}/sysctl.d/40-gbmc-sysctl.conf \
30 ${libdir}/sysctl.d/40-gbmc-forward.conf \
32 ${systemd_system_unitdir}/systemd-time-wait-sync.service.d/10-gbmc.conf \
33 ${systemd_system_unitdir}/reboot.target.d/10-reboot-timeout.conf \
37 ${libdir}/sysctl.d/40-gbmc-debug.conf \
51 install -d -m 0755 ${D}${systemd_unitdir}/coredump.conf.d
53 >${D}${systemd_unitdir}/coredump.conf.d/40-gbmc-coredump.conf
[all …]
/openbmc/qemu/hw/scsi/
H A Dtrace-events4 scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
5 scsi_req_cancel(int target, int lun, int tag) "target %d lun %d tag %d"
6 scsi_req_data(int target, int lun, int tag, int len) "target %d lun %d tag %d len %d"
7 scsi_req_data_canceled(int target, int lun, int tag, int len) "target %d lun %d tag %d len %d"
8 scsi_req_dequeue(int target, int lun, int tag) "target %d lun %d tag %d"
11 scsi_req_continue(int target, int lun, int tag) "target %d lun %d tag %d"
12 scsi_req_continue_canceled(int target, int lun, int tag) "target %d lun %d tag %d"
13 …nt lun, int tag, int cmd, int mode, int xfer) "target %d lun %d tag %d command %d dir %d length %d"
14 …(int target, int lun, int tag, int cmd, uint64_t lba) "target %d lun %d tag %d command %d lba %"PR…
15 scsi_req_parse_bad(int target, int lun, int tag, int cmd) "target %d lun %d tag %d command %d"
[all …]

12345678910>>...253