Home
last modified time | relevance | path

Searched refs:d (Results 201 – 225 of 8514) sorted by relevance

12345678910>>...341

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dconfsearch.diff22 `ls -d /usr/local/lib 2>/dev/null` \
24 `ls -d /usr/pkg/lib 2>/dev/null` \
27 `ls -d /usr/lib 2>/dev/null` \
28 `ls -d /usr/lib64 2>/dev/null` \
34 `ls -d /usr/local/lib 2>/dev/null` \
36 `ls -d /usr/pkg/lib 2>/dev/null` \
39 `ls -d /usr/lib 2>/dev/null` \
40 `ls -d /usr/lib64 2>/dev/null` \
44 `ls -d /usr/pkg/lib 2>/dev/null` \
47 `ls -d /usr/lib 2>/dev/null` \
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py22 self.d = d
94 True, False, self.d):
235 True, False, self.d):
242 if self.d.getVar('USE_DEVFS') != "1":
254 if self.d.getVar('USE_DEPMOD') != "0":
312 if self.d.getVar('LDCONFIGDEPEND'):
397 def variable_depends(d, manifest_dir=None): argument
398 img_type = d.getVar('IMAGE_PKGTYPE')
405 img_type = d.getVar('IMAGE_PKGTYPE')
419 rootfs_dir = d.getVar('IMAGE_ROOTFS')
[all …]
H A Dreproducible.py77 def find_git_folder(d, sourcedir): argument
80 workdir = d.getVar('WORKDIR')
95 dirs[:] = [d for d in dirs if d not in exclude]
102 def get_source_date_epoch_from_git(d, sourcedir): argument
103 if not "git://" in d.getVar('SRC_URI') and not "gitsm://" in d.getVar('SRC_URI'):
106 gitpath = find_git_folder(d, sourcedir)
123 if sourcedir == d.getVar('WORKDIR'):
150 def fixed_source_date_epoch(d): argument
158 def get_source_date_epoch(d, sourcedir): argument
165 def epochfile_read(epochfile, d): argument
[all …]
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-systemd.bbclass109 def check_sd_unit(d, unit):
180 d,
217 pn = d.getVar('PN', True)
243 def make_subs(d):
267 def install_envs(d):
289 def install_links(d):
302 def install_overrides(d):
325 install_links(d)
326 install_envs(d)
327 install_overrides(d)
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c45 mutex_lock(&d->usb_mutex); in dvbsky_usb_generic_rw()
110 dev_err(&d->udev->dev, in dvbsky_i2c_xfer()
294 &d->i2c_adap, in dvbsky_s960_attach()
397 &d->i2c_adap, in dvbsky_s960c_attach()
419 sp2_config.priv = d; in dvbsky_s960c_attach()
423 &d->i2c_adap, in dvbsky_s960c_attach()
462 &d->i2c_adap, in dvbsky_t680c_attach()
481 sp2_config.priv = d; in dvbsky_t680c_attach()
485 &d->i2c_adap, in dvbsky_t680c_attach()
512 &d->i2c_adap, in dvbsky_t330_attach()
[all …]
H A Dgl861.c33 struct gl861 *ctx = d_to_priv(d); in gl861_ctrl_msg()
34 struct usb_interface *intf = d->intf; in gl861_ctrl_msg()
39 mutex_lock(&d->usb_mutex); in gl861_ctrl_msg()
46 pipe = usb_sndctrlpipe(d->udev, 0); in gl861_ctrl_msg()
50 pipe = usb_rcvctrlpipe(d->udev, 0); in gl861_ctrl_msg()
71 mutex_unlock(&d->usb_mutex); in gl861_ctrl_msg()
76 mutex_unlock(&d->usb_mutex); in gl861_ctrl_msg()
92 struct gl861 *ctx = d_to_priv(d); in gl861_i2c_master_xfer()
416 struct dvb_usb_device *d; in friio_frontend_attach() local
423 d = adap_to_d(adap); in friio_frontend_attach()
[all …]
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h173 DO_MSA__WD__WS(NLOC_D, nloc.d)
178 DO_MSA__WD__WS(NLZC_D, nlzc.d)
183 DO_MSA__WD__WS(PCNT_D, pcnt.d)
236 DO_MSA__WD__WS_WT(BCLR_D, bclr.d)
241 DO_MSA__WD__WS_WT(BSET_D, bset.d)
246 DO_MSA__WD__WS_WT(BNEG_D, bneg.d)
295 DO_MSA__WD__WS_WT(FMAX_D, fmax.d)
380 DO_MSA__WD__WS_WT(CEQ_D, ceq.d)
709 DO_MSA__WD__WS_WT(SLL_D, sll.d)
714 DO_MSA__WD__WS_WT(SRA_D, sra.d)
[all …]
/openbmc/qemu/hw/intc/
H A Dtrace-events5 pic_set_irq(bool master, int irq, int level) "master %d irq %d level %d"
6 pic_interrupt(int irq, int intno) "irq %d intno %d"
15 apic_local_deliver(int vector, uint32_t lvt) "vector %d delivery mode %d"
16 …int8_t vector_num, uint8_t trigger_mode) "dest %d dest_mode %d delivery_mode %d vector %d trigger_…
27 ioapic_set_irq(int vector, int level) "vector: %d level: %d"
45 …t_irq(uint32_t target_cpu, int irq, uint32_t pil, int level) "Set cpu %d irq %d -> pil %d level %d"
77 aspeed_vic_set_irq(int irq, int level) "Enabling IRQ %d: %d"
87 …t priority_mask, int running_priority) "%s %d irq %d priority %d cpu priority mask %d cpu running …
217 nvic_set_prio(int irq, bool secure, uint8_t prio) "NVIC set irq %d secure-bank %d priority %d"
221 …int en, int prio) "NVIC set pending irq %d secure-bank %d targets_secure %d derived %d (enabled: %
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage.bbclass71 for var in d:
125 d.setVarFlag(var, 'vardeps', d.getVar(var))
128 def rootfs_variables(d):
250 pn = d.getVar('PN')
256 create_manifest(d)
297 sstate_setscene(d)
336 sstate_setscene(d)
524 def get_rootfs_size(d):
553 bb.debug(1, '%d = aligned(%d)' % (base_size, base_size_saved))
648 install -d $root${exec_prefix}/$d
[all …]
H A Dlinuxloader.bbclass7 def get_musl_loader_arch(d):
11 targetarch = d.getVar("TARGET_ARCH")
34 def get_musl_loader(d):
38 def get_glibc_loader(d):
42 targetarch = d.getVar("TARGET_ARCH")
64 …dynamic_loader = "${base_libdir}/ld-linux-riscv64-lp64${@['d', ''][d.getVar('TARGET_FPU') == 'soft…
66 …dynamic_loader = "${base_libdir}/ld-linux-riscv32-ilp32${@['d', ''][d.getVar('TARGET_FPU') == 'sof…
69 def get_linuxloader(d):
70 overrides = d.getVar("OVERRIDES").split(":")
76 dynamic_loader = get_musl_loader(d)
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c200 struct l2t_entry *e = &d->l2tab[l2t_idx - d->l2t_start]; in do_l2t_write_rpl()
272 for (e = d->rover, end = &d->l2tab[d->l2t_size]; e != end; ++e) in alloc_l2e()
279 d->rover = e + 1; in alloc_l2e()
304 for (e = &d->l2tab[0], end = &d->l2tab[d->l2t_size]; e != end; ++e) { in find_or_alloc_l2e()
443 l2t_hold(d, e); in cxgb4_l2t_get()
450 e = alloc_l2e(d); in cxgb4_l2t_get()
642 d = kvzalloc(struct_size(d, l2tab, l2t_size), GFP_KERNEL); in t4_init_l2t()
643 if (!d) in t4_init_l2t()
649 d->rover = d->l2tab; in t4_init_l2t()
660 return d; in t4_init_l2t()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c145 struct bonding *bond = to_bond(d); in bonding_sysfs_store_option()
168 struct bonding *bond = to_bond(d); in bonding_show_slaves()
201 struct bonding *bond = to_bond(d); in bonding_show_mode()
215 struct bonding *bond = to_bond(d); in bonding_show_xmit_hash()
230 struct bonding *bond = to_bond(d); in bonding_show_arp_validate()
246 struct bonding *bond = to_bond(d); in bonding_show_arp_all_targets()
262 struct bonding *bond = to_bond(d); in bonding_show_fail_over_mac()
278 struct bonding *bond = to_bond(d); in bonding_show_arp_interval()
290 struct bonding *bond = to_bond(d); in bonding_show_arp_targets()
311 struct bonding *bond = to_bond(d); in bonding_show_missed_max()
[all …]
/openbmc/rest-dbus/resources/
H A Djstree.min.js2d=!1,e=!1,f=!1,g=[],h=a("script:last").attr("src"),i=window.document,j=i.createElement("LI"),k,l;j… argument
3d){if(g=f.parent!==a.jstree.root?a("#"+f.parent.replace(a.jstree.idregex,"\\$&"),this.element)[0]:… argument
4d){var e,f,g,h;if(a.isArray(c)){for(c=c.slice(),e=0,f=c.length;f>e;e++)this.set_icon(c[e],d);retur… argument
5d=this.is_selected(c)&&this.settings.dnd.drag_selection?this.get_top_selected().length:1,e=d>1?d+"… argument
/openbmc/qemu/accel/kvm/
H A Dtrace-events7 kvm_run_exit(int cpu_index, uint32_t reason) "cpu_index %d, reason %d"
8 kvm_device_ioctl(int fd, int type, void *arg) "dev fd %d, type 0x%x, arg %p"
13 kvm_irqchip_add_msi_route(char *name, int vector, int virq) "dev %s vector %d virq %d"
14 kvm_irqchip_update_msi_route(int virq) "Updating MSI route virq=%d"
15 kvm_irqchip_release_virq(int virq) "virq %d"
16 …ool assign, uint32_t size, bool datamatch) "fd: %d @0x%" PRIx64 " val=0x%x assign: %d size: %d mat…
17 …l, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val=0x%x assign: %d size: %d match: %
20 kvm_resample_fd_notify(int gsi) "gsi %d"
21 kvm_dirty_ring_full(int id) "vcpu %d"
22 kvm_dirty_ring_reap_vcpu(int id) "vcpu %d"
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py16 def __init__(self, d, manifest_dir=None): argument
17 super(PkgSdk, self).__init__(d, manifest_dir)
25 self.host_manifest = PkgManifest(d, self.manifest_dir,
29 if "sdk_ext" in d.getVar("BB_RUNTASK"):
32 self.target_pm = DpkgPM(d, self.sdk_target_sysroot,
34 self.d.getVar("DPKG_ARCH"),
38 self.host_pm = DpkgPM(d, self.sdk_host_sysroot,
40 self.d.getVar("DEB_SDK_ARCH"),
63 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_PRE_TARGET_COMMAND"))
79 execute_pre_post_process(self.d, self.d.getVar("POPULATE_SDK_POST_TARGET_COMMAND"))
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py31 def supports(self, ud, d): argument
134 ld = d.createCopy()
143 ld.setVar('SRCPV', d.getVar('SRCPV'))
150 def need_update(self, ud, d): argument
151 if Git.need_update(self, ud, d):
183 def download(self, ud, d): argument
197 Git.download(self, ud, d)
209 def unpack(self, ud, destdir, d): argument
245 Git.unpack(self, ud, destdir, d)
257 def implicit_urldata(self, ud, d): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py24 def __init__(self, d, logger): argument
28 self.datetime = d.getVar('DATETIME')
29 self.testdir = d.getVar("TEST_LOG_DIR")
30 self.pn = d.getVar("PN")
65 def get_image_fstype(self, d): argument
101 if d.getVar('FIND_ROOTFS') == '1':
103 …self.rootfs = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("IMAGE_LINK_NAME") + '.' + self…
104 …self.kernel = os.path.join(d.getVar("DEPLOY_DIR_IMAGE"), d.getVar("KERNEL_IMAGETYPE", False) + '-'…
110 use_kvm = oe.types.qemu_use_kvm(d.getVar('QEMU_USE_KVM'), d.getVar('TARGET_ARCH'))
121 if d.getVar("DISTRO") == "poky-tiny":
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dio_32.h10 #define memset_io(d,c,sz) _memset_io(d,c,sz) argument
11 #define memcpy_fromio(d,s,sz) _memcpy_fromio(d,s,sz) argument
12 #define memcpy_toio(d,s,sz) _memcpy_toio(d,s,sz) argument
29 writeb(c, d); in _memset_io()
30 d++; in _memset_io()
37 char *d = dst; in _memcpy_fromio() local
41 *d++ = tmp; in _memcpy_fromio()
55 d++; in _memcpy_toio()
108 char *d = dst; in sbus_memcpy_fromio() local
112 *d++ = tmp; in sbus_memcpy_fromio()
[all …]
/openbmc/qemu/hw/net/can/
H A Dctucan_pci.c86 CtuCanPCIState *d = CTUCAN_PCI_DEV(dev); in ctucan_pci_reset() local
118 CtuCanPCIState *d = opaque; in ctucan_pci_cores_io_read() local
126 s = &d->ctucan_state[core_num]; in ctucan_pci_cores_io_read()
134 CtuCanPCIState *d = opaque; in ctucan_pci_cores_io_write() local
142 s = &d->ctucan_state[core_num]; in ctucan_pci_cores_io_write()
176 d->irq = pci_allocate_irq(&d->dev); in ctucan_pci_realize()
179 ctucan_init(&d->ctucan_state[i], d->irq); in ctucan_pci_realize()
183 if (ctucan_connect_to_bus(&d->ctucan_state[i], d->canbus[i]) < 0) { in ctucan_pci_realize()
189 memory_region_init_io(&d->ctucan_io[0], OBJECT(d), in ctucan_pci_realize()
192 memory_region_init_io(&d->ctucan_io[1], OBJECT(d), in ctucan_pci_realize()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c227 for (e = d->rover, end = &d->l2tab[d->nentries]; e != end; ++e) in alloc_l2e()
233 d->rover = e + 1; in alloc_l2e()
308 struct l2t_data *d; in t3_l2t_get() local
327 d = L2DATA(cdev); in t3_l2t_get()
328 if (!d) in t3_l2t_get()
337 l2t_hold(d, e); in t3_l2t_get()
344 e = alloc_l2e(d); in t3_l2t_get()
448 d = kvzalloc(struct_size(d, l2tab, l2t_capacity), GFP_KERNEL); in t3_init_l2t()
449 if (!d) in t3_init_l2t()
453 d->rover = &d->l2tab[1]; /* entry 0 is not used */ in t3_init_l2t()
[all …]
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c354 unsigned char *d = dst; in copy_image_block_Y() local
361 d = dst + bytes_per_line; in copy_image_block_Y()
367 d = dst + bytes_per_line*2; in copy_image_block_Y()
373 d = dst + bytes_per_line*3; in copy_image_block_Y()
381 unsigned char *d = dst; in copy_image_block_Y()
385 d = dst + bytes_per_line; in copy_image_block_Y()
389 d = dst + bytes_per_line*2; in copy_image_block_Y()
409 unsigned char *d = dst; in copy_image_block_CrCb() local
420 d = dst + bytes_per_line; in copy_image_block_CrCb()
433 unsigned char *d = dst; in copy_image_block_CrCb()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8d(a){for(var b in a)if(void 0!==f.style[b])return a[b]}var e=function(d,f,g){g=g||{};var h=a.defer… class in AnonymousFunctionb0c64dd72f00.d
9d={};this.options=function(a){angular.extend(d,a)},this.setTriggers=function(a){angular.extend(c,a… function
H A Dui-bootstrap-tpls-0.11.0.min.js8d(a){for(var b in a)if(void 0!==f.style[b])return a[b]}var e=function(d,f,g){g=g||{};var h=a.defer… class in AnonymousFunction2adf09a93100
9d={};this.options=function(a){angular.extend(d,a)},this.setTriggers=function(a){angular.extend(c,a… argument
/openbmc/linux/drivers/irqchip/
H A Dirq-xtensa-mx.c30 struct irq_chip *irq_chip = d->host_data; in xtensa_mx_irq_map()
37 return xtensa_irq_map(d, irq, hw); in xtensa_mx_irq_map()
70 static void xtensa_mx_irq_mask(struct irq_data *d) in xtensa_mx_irq_mask() argument
72 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_mask()
90 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_unmask()
108 xtensa_mx_irq_unmask(d); in xtensa_mx_irq_enable()
113 xtensa_mx_irq_mask(d); in xtensa_mx_irq_disable()
116 static void xtensa_mx_irq_ack(struct irq_data *d) in xtensa_mx_irq_ack() argument
118 xtensa_set_sr(1 << d->hwirq, intclear); in xtensa_mx_irq_ack()
123 unsigned int mask = 1u << d->hwirq; in xtensa_mx_irq_retrigger()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.c21 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readb()
43 static uint64_t qvirtio_mmio_get_features(QVirtioDevice *d) in qvirtio_mmio_get_features() argument
74 static uint64_t qvirtio_mmio_get_guest_features(QVirtioDevice *d) in qvirtio_mmio_get_guest_features() argument
80 static uint8_t qvirtio_mmio_get_status(QVirtioDevice *d) in qvirtio_mmio_get_status() argument
106 static bool qvirtio_mmio_get_config_isr_status(QVirtioDevice *d) in qvirtio_mmio_get_config_isr_status() argument
129 } while (!qvirtio_mmio_get_config_isr_status(d)); in qvirtio_mmio_wait_config_isr_status()
140 static uint16_t qvirtio_mmio_get_queue_size(QVirtioDevice *d) in qvirtio_mmio_get_queue_size() argument
162 vq->vdev = d; in qvirtio_mmio_virtqueue_setup()
163 qvirtio_mmio_queue_select(d, index); in qvirtio_mmio_virtqueue_setup()
167 vq->size = qvirtio_mmio_get_queue_size(d); in qvirtio_mmio_virtqueue_setup()
[all …]

12345678910>>...341