Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/openbmc/openbmc/poky/meta/lib/oe/
H A Ddistro_check.py7 def create_socket(url, d): argument
14 def get_links_from_url(url, d): argument
25 def find_latest_numeric_release(url, d): argument
52 def get_source_package_list_from_url(url, section, d): argument
65 def get_source_package_list_from_url_by_letter(url, section, d): argument
77 def get_latest_released_fedora_source_package_list(d): argument
84 def get_latest_released_opensuse_source_package_list(d): argument
92 def get_latest_released_clear_source_package_list(d): argument
97 def find_latest_debian_release(url, d): argument
109 def get_debian_style_source_package_list(url, section, d): argument
[all …]
H A Dpackagedata.py15 def packaged(pkg, d): argument
37 def get_subpkgedata_fn(pkg, d): argument
40 def has_subpkgdata(pkg, d): argument
43 def read_subpkgdata(pkg, d): argument
46 def has_pkgdata(pn, d): argument
50 def read_pkgdata(pn, d): argument
57 def read_subpkgdata_dict(pkg, d): argument
67 def read_subpkgdata_extended(pkg, d): argument
79 def _pkgmap(d): argument
103 def pkgmap(d): argument
[all …]
H A Dreproducible.py61 def get_source_date_epoch_from_known_files(d, sourcedir): argument
77 def find_git_folder(d, sourcedir): argument
103 def get_source_date_epoch_from_git(d, sourcedir): argument
123 def get_source_date_epoch_from_youngest_file(d, sourcedir): argument
151 def fixed_source_date_epoch(d): argument
159 def get_source_date_epoch(d, sourcedir): argument
166 def epochfile_read(epochfile, d): argument
190 def epochfile_write(source_date_epoch, epochfile, d): argument
H A Dspdx_common.py40 def is_work_shared_spdx(d): argument
44 def load_spdx_license_data(d): argument
53 def process_sources(d): argument
87 def collect_direct_deps(d, dep_task): argument
115 def get_spdx_deps(d): argument
128 def collect_package_providers(d): argument
168 def get_patched_src(d): argument
224 def has_task(d, task): argument
H A Dspdx30_tasks.py26 def set_timestamp_now(d, o, prop): argument
35 def add_license_expression(d, objset, license_expression, license_data): argument
136 def add_package_files( argument
209 def get_package_sources_from_debug( argument
286 def collect_dep_objsets(d, build): argument
350 def add_download_files(d, objset): argument
434 def set_purposes(d, element, *var_names, force_purposes=[]): argument
455 def create_spdx(d): argument
812 def create_package_spdx(d): argument
910 def write_bitbake_spdx(d): argument
[all …]
H A Dpackagegroup.py9 def is_optional(feature, d): argument
12 def packages(features, d): argument
18 def required_packages(features, d): argument
22 def optional_packages(features, d): argument
26 def active_packages(features, d): argument
30 def active_recipes(features, d): argument
H A Dutils.py29 def conditional(variable, checkvalue, truevalue, falsevalue, d): argument
35 def vartrue(var, iftrue, iffalse, d): argument
42 def less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
48 def version_less_or_equal(variable, checkvalue, truevalue, falsevalue, d): argument
55 def both_contain(variable1, variable2, checkvalue, d): argument
69 def set_intersect(variable1, variable2, d): argument
84 def prune_suffix(var, suffixes, d): argument
97 def str_filter(f, str, d): argument
101 def str_filter_out(f, str, d): argument
109 def inherits(d, *classes): argument
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddata.c23 void data_free(struct data d) in data_free()
39 struct data data_grow_for(struct data d, int xlen) in data_grow_for()
61 struct data d; in data_copy_mem() local
74 struct data d; in data_copy_escape_string() local
95 struct data d = empty_data; in data_copy_file() local
120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data()
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
156 struct data d; in data_merge() local
171 struct data data_append_integer(struct data d, uint64_t value, int bits) in data_append_integer()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py90 def __init__(self, d): argument
133 def init(self, d): argument
136 def supports(self, ud, d): argument
148 def urldata_init(self, ud, d): argument
308 def localpath(self, ud, d): argument
311 def need_update(self, ud, d): argument
317 def clonedir_need_update(self, ud, d): argument
326 def lfs_need_update(self, ud, d): argument
337 def clonedir_need_shallow_revs(self, ud, d): argument
358 def try_premirror(self, ud, d): argument
[all …]
H A Dnpmsw.py64 def supports(self, ud, d): argument
68 def urldata_init(self, ud, d): argument
219 def verify_donestamp(self, ud, d): argument
221 def _handle(m, ud, d): argument
225 def update_donestamp(self, ud, d): argument
227 def _handle(m, ud, d): argument
231 def need_update(self, ud, d): argument
233 def _handle(m, ud, d): argument
237 def try_mirrors(self, fetch, ud, d, mirrors): argument
239 def _handle(m, ud, d): argument
[all …]
H A Dhg.py26 def supports(self, ud, d): argument
39 def urldata_init(self, ud, d): argument
77 def need_update(self, ud, d): argument
85 def try_premirror(self, ud, d): argument
94 def _buildhgcommand(self, ud, d, command): argument
150 def download(self, ud, d): argument
196 def clean(self, ud, d): argument
206 def _latest_revision(self, ud, d, name): argument
214 def _build_revision(self, ud, d, name): argument
217 def _revision_key(self, ud, d, name): argument
[all …]
H A Dnpm.py75 def npm_unpack(tarball, destdir, d): argument
90 def __init__(self, d, configs=[], npmrc=None): argument
112 def _home_npmrc(self, d): argument
151 def supports(self, ud, d): argument
155 def urldata_init(self, ud, d): argument
200 def _resolve_proxy_url(self, ud, d): argument
261 def _setup_proxy(self, ud, d): argument
275 def _get_proxy_method(self, ud, d): argument
283 def verify_donestamp(self, ud, d): argument
288 def update_donestamp(self, ud, d): argument
[all …]
H A Dlocal.py24 def supports(self, urldata, d): argument
30 def urldata_init(self, ud, d): argument
39 def localpath(self, urldata, d): argument
45 def localfile_searchpaths(self, urldata, d): argument
63 def need_update(self, ud, d): argument
68 def download(self, urldata, d): argument
81 def checkstatus(self, fetch, urldata, d): argument
89 def clean(self, urldata, d): argument
H A Dperforce.py43 def __init__(self, d, num_files): argument
66 def supports(self, ud, d): argument
70 def urldata_init(self, ud, d): argument
139 def _buildp4command(self, ud, d, command, depot_filename=None): argument
192 def _p4listfiles(self, ud, d): argument
218 def download(self, ud, d): argument
236 def clean(self, ud, d): argument
244 def _revision_key(self, ud, d, name): argument
248 def _latest_revision(self, ud, d, name): argument
261 def sortable_revision(self, ud, d, name): argument
[all …]
H A Dgitsm.py31 def supports(self, ud, d): argument
37 def process_submodules(self, ud, workdir, function, d): argument
149 def call_process_submodules(self, ud, d, extra_check, subfunc): argument
165 def need_update(self, ud, d): argument
170 def need_update_submodule(ud, url, module, modpath, workdir, d): argument
190 def download(self, ud, d): argument
191 def download_submodule(ud, url, module, modpath, workdir, d): argument
207 def unpack(self, ud, destdir, d): argument
208 def unpack_submodules(ud, url, module, modpath, workdir, d): argument
253 def clean(self, ud, d): argument
[all …]
H A Dsvn.py24 def supports(self, ud, d): argument
30 def urldata_init(self, ud, d): argument
67 def _buildsvncommand(self, ud, d, command): argument
122 def download(self, ud, d): argument
174 def clean(self, ud, d): argument
184 def _revision_key(self, ud, d, name): argument
190 def _latest_revision(self, ud, d, name): argument
204 def sortable_revision(self, ud, d, name): argument
211 def _build_revision(self, ud, d): argument
H A Dclearcase.py63 def init(self, d): argument
66 def supports(self, ud, d): argument
75 def urldata_init(self, ud, d): argument
167 def _write_configspec(self, ud, d): argument
187 def _remove_view(self, ud, d): argument
195 def need_update(self, ud, d): argument
206 def sortable_revision(self, ud, d, name): argument
209 def download(self, ud, d): argument
243 def clean(self, ud, d): argument
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.c19 static uint8_t qvirtio_mmio_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readb()
25 static uint16_t qvirtio_mmio_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readw()
31 static uint32_t qvirtio_mmio_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readl()
37 static uint64_t qvirtio_mmio_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readq()
43 static uint64_t qvirtio_mmio_get_features(QVirtioDevice *d) in qvirtio_mmio_get_features()
60 static void qvirtio_mmio_set_features(QVirtioDevice *d, uint64_t features) in qvirtio_mmio_set_features()
74 static uint64_t qvirtio_mmio_get_guest_features(QVirtioDevice *d) in qvirtio_mmio_get_guest_features()
80 static uint8_t qvirtio_mmio_get_status(QVirtioDevice *d) in qvirtio_mmio_get_status()
86 static void qvirtio_mmio_set_status(QVirtioDevice *d, uint8_t status) in qvirtio_mmio_set_status()
92 static bool qvirtio_mmio_get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in qvirtio_mmio_get_queue_isr_status()
[all …]
H A Dvirtio-pci.c42 static uint8_t qvirtio_pci_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readb()
55 static uint16_t qvirtio_pci_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readw()
67 static uint32_t qvirtio_pci_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readl()
79 static uint64_t qvirtio_pci_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_pci_config_readq()
92 static uint64_t qvirtio_pci_get_features(QVirtioDevice *d) in qvirtio_pci_get_features()
98 static void qvirtio_pci_set_features(QVirtioDevice *d, uint64_t features) in qvirtio_pci_set_features()
104 static uint64_t qvirtio_pci_get_guest_features(QVirtioDevice *d) in qvirtio_pci_get_guest_features()
110 static uint8_t qvirtio_pci_get_status(QVirtioDevice *d) in qvirtio_pci_get_status()
116 static void qvirtio_pci_set_status(QVirtioDevice *d, uint8_t status) in qvirtio_pci_set_status()
122 static bool qvirtio_pci_get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in qvirtio_pci_get_queue_isr_status()
[all …]
H A Dvirtio.c26 static uint16_t qvirtio_readw(QVirtioDevice *d, QTestState *qts, uint64_t addr) in qvirtio_readw()
40 static uint32_t qvirtio_readl(QVirtioDevice *d, QTestState *qts, uint64_t addr) in qvirtio_readl()
54 static void qvirtio_writew(QVirtioDevice *d, QTestState *qts, in qvirtio_writew()
65 static void qvirtio_writel(QVirtioDevice *d, QTestState *qts, in qvirtio_writel()
76 static void qvirtio_writeq(QVirtioDevice *d, QTestState *qts, in qvirtio_writeq()
87 uint8_t qvirtio_config_readb(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readb()
93 uint16_t qvirtio_config_readw(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readw()
99 uint32_t qvirtio_config_readl(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readl()
105 uint64_t qvirtio_config_readq(QVirtioDevice *d, uint64_t addr) in qvirtio_config_readq()
111 uint64_t qvirtio_get_features(QVirtioDevice *d) in qvirtio_get_features()
[all …]
H A Dvirtio-pci-modern.c16 static uint8_t config_readb(QVirtioDevice *d, uint64_t addr) in config_readb()
22 static uint16_t config_readw(QVirtioDevice *d, uint64_t addr) in config_readw()
28 static uint32_t config_readl(QVirtioDevice *d, uint64_t addr) in config_readl()
34 static uint64_t config_readq(QVirtioDevice *d, uint64_t addr) in config_readq()
40 static uint64_t get_features(QVirtioDevice *d) in get_features()
62 static void set_features(QVirtioDevice *d, uint64_t features) in set_features()
87 static uint64_t get_guest_features(QVirtioDevice *d) in get_guest_features()
109 static uint8_t get_status(QVirtioDevice *d) in get_status()
118 static void set_status(QVirtioDevice *d, uint8_t status) in set_status()
148 static bool get_queue_isr_status(QVirtioDevice *d, QVirtQueue *vq) in get_queue_isr_status()
[all …]
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dprim_ops.c182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain()
194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain()
210 u16 aaa_word(u16 d) in aaa_word()
231 u16 aas_word(u16 d) in aas_word()
252 u16 aad_word(u16 d) in aad_word()
269 u16 aam_word(u8 d) in aam_word()
285 u8 adc_byte(u8 d, u8 s) in adc_byte()
302 u16 adc_word(u16 d, u16 s) in adc_word()
320 u32 adc_long(u32 d, u32 s) in adc_long()
348 u8 add_byte(u8 d, u8 s) in add_byte()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py62 def initVar(var, d): argument
66 def keys(d): argument
70 def expand(s, d, varname = None): argument
99 def inheritFromOS(d, savedenv, permitted): argument
111 def emit_var(var, o=sys.__stdout__, d = init(), all=False): argument
179 def emit_env(o=sys.__stdout__, d = init(), all=False): argument
189 def exported_keys(d): argument
194 def exported_vars(d): argument
206 def emit_func(func, o=sys.__stdout__, d = init()): argument
233 def emit_func_python(func, o=sys.__stdout__, d = init()): argument
[all …]
/openbmc/qemu/hw/net/
H A Dvmware_utils.h29 vmw_shmem_read(PCIDevice *d, hwaddr addr, void *buf, int len) in vmw_shmem_read()
36 vmw_shmem_write(PCIDevice *d, hwaddr addr, void *buf, int len) in vmw_shmem_write()
43 vmw_shmem_rw(PCIDevice *d, hwaddr addr, void *buf, int len, int is_write) in vmw_shmem_rw()
55 vmw_shmem_set(PCIDevice *d, hwaddr addr, uint8_t val, int len) in vmw_shmem_set()
66 vmw_shmem_ld8(PCIDevice *d, hwaddr addr) in vmw_shmem_ld8()
75 vmw_shmem_st8(PCIDevice *d, hwaddr addr, uint8_t value) in vmw_shmem_st8()
82 vmw_shmem_ld16(PCIDevice *d, hwaddr addr) in vmw_shmem_ld16()
92 vmw_shmem_st16(PCIDevice *d, hwaddr addr, uint16_t value) in vmw_shmem_st16()
100 vmw_shmem_ld32(PCIDevice *d, hwaddr addr) in vmw_shmem_ld32()
110 vmw_shmem_st32(PCIDevice *d, hwaddr addr, uint32_t value) in vmw_shmem_st32()
[all …]
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c47 static void xen_host_pci_fill_local_addr(XenHostPCIDevice *d, Error **errp) in xen_host_pci_fill_local_addr()
97 static void xen_host_pci_sysfs_path(const XenHostPCIDevice *d, in xen_host_pci_sysfs_path()
111 static void xen_host_pci_get_resource(XenHostPCIDevice *d, Error **errp) in xen_host_pci_get_resource()
199 static void xen_host_pci_get_value(XenHostPCIDevice *d, const char *name, in xen_host_pci_get_value()
237 static inline void xen_host_pci_get_hex_value(XenHostPCIDevice *d, in xen_host_pci_get_hex_value()
245 static inline void xen_host_pci_get_dec_value(XenHostPCIDevice *d, in xen_host_pci_get_dec_value()
253 static bool xen_host_pci_dev_is_virtfn(XenHostPCIDevice *d) in xen_host_pci_dev_is_virtfn()
263 static void xen_host_pci_config_open(XenHostPCIDevice *d, Error **errp) in xen_host_pci_config_open()
275 static int xen_host_pci_config_read(XenHostPCIDevice *d, in xen_host_pci_config_read()
289 static int xen_host_pci_config_write(XenHostPCIDevice *d, in xen_host_pci_config_write()
[all …]

12345678910>>...32