Home
last modified time | relevance | path

Searched refs:pt (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/pyphosphor/obmc/utils/
H A Dtestpathtree.py7 pt = PathTree()
8 pt['/a'] = 1
11 pt = PathTree()
12 pt['/a/b'] = 2
15 pt = PathTree()
17 pt['/foo']
20 pt = PathTree()
21 pt['/a'] = 1
22 self.assertEqual(1, pt['/a'])
25 pt = PathTree()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c77 static bool get_pt_entry(CPUState *cpu, struct gpt_translation *pt, in get_pt_entry() argument
83 uint64_t gpa = pt->pte[level] & page_mask; in get_pt_entry()
86 gpa = pt->pte[level]; in get_pt_entry()
89 index = gpt_entry(pt->gva, level, pae); in get_pt_entry()
93 pt->pte[level - 1] = pte; in get_pt_entry()
99 static bool test_pt_entry(CPUState *cpu, struct gpt_translation *pt, in test_pt_entry() argument
102 uint64_t pte = pt->pte[level]; in test_pt_entry()
104 if (pt->write_access) { in test_pt_entry()
105 pt->err_code |= MMU_PAGE_WT; in test_pt_entry()
107 if (pt->user_access) { in test_pt_entry()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags1.c25 void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt, in yaffs_pack_tags1() argument
28 pt->chunk_id = t->chunk_id; in yaffs_pack_tags1()
29 pt->serial_number = t->serial_number; in yaffs_pack_tags1()
30 pt->n_bytes = t->n_bytes; in yaffs_pack_tags1()
31 pt->obj_id = t->obj_id; in yaffs_pack_tags1()
32 pt->ecc = 0; in yaffs_pack_tags1()
33 pt->deleted = (t->is_deleted) ? 0 : 1; in yaffs_pack_tags1()
34 pt->unused_stuff = 0; in yaffs_pack_tags1()
35 pt->should_be_ff = 0xffffffff; in yaffs_pack_tags1()
39 const struct yaffs_packed_tags1 *pt) in yaffs_unpack_tags1() argument
[all …]
H A Dyaffs_packedtags2.c48 static void yaffs_dump_packed_tags2(const struct yaffs_packed_tags2 *pt) in yaffs_dump_packed_tags2() argument
50 yaffs_dump_packed_tags2_tags_only(&pt->t); in yaffs_dump_packed_tags2()
111 void yaffs_pack_tags2(struct yaffs_packed_tags2 *pt, in yaffs_pack_tags2() argument
114 yaffs_pack_tags2_tags_only(&pt->t, t); in yaffs_pack_tags2()
117 yaffs_ecc_calc_other((unsigned char *)&pt->t, in yaffs_pack_tags2()
119 &pt->ecc); in yaffs_pack_tags2()
160 void yaffs_unpack_tags2(struct yaffs_ext_tags *t, struct yaffs_packed_tags2 *pt, in yaffs_unpack_tags2() argument
165 if (pt->t.seq_number != 0xffffffff && tags_ecc) { in yaffs_unpack_tags2()
170 yaffs_ecc_calc_other((unsigned char *)&pt->t, in yaffs_unpack_tags2()
174 yaffs_ecc_correct_other((unsigned char *)&pt->t, in yaffs_unpack_tags2()
[all …]
H A Dyaffs_mtdif2.c50 struct yaffs_packed_tags2 pt; in nandmtd2_write_chunk_tags() local
53 dev->param.no_tags_ecc ? sizeof(pt.t) : sizeof(pt); in nandmtd2_write_chunk_tags()
55 dev->param.no_tags_ecc ? (void *)&pt.t : (void *)&pt; in nandmtd2_write_chunk_tags()
77 yaffs_pack_tags2(&pt, tags, !dev->param.no_tags_ecc); in nandmtd2_write_chunk_tags()
103 struct yaffs_packed_tags2 pt; in nandmtd2_read_chunk_tags() local
106 dev->param.no_tags_ecc ? sizeof(pt.t) : sizeof(pt); in nandmtd2_read_chunk_tags()
108 dev->param.no_tags_ecc ? (void *)&pt.t : (void *)&pt; in nandmtd2_read_chunk_tags()
149 yaffs_unpack_tags2(tags, &pt, !dev->param.no_tags_ecc); in nandmtd2_read_chunk_tags()
H A Dyaffs_packedtags2.h37 void yaffs_pack_tags2(struct yaffs_packed_tags2 *pt,
39 void yaffs_unpack_tags2(struct yaffs_ext_tags *t, struct yaffs_packed_tags2 *pt,
43 void yaffs_pack_tags2_tags_only(struct yaffs_packed_tags2_tags_only *pt,
46 struct yaffs_packed_tags2_tags_only *pt);
H A Dyaffs_nandif.c37 struct yaffs_packed_tags2 pt; in ynandif_WriteChunkWithTagsToNAND() local
61 yaffs_pack_tags2(&pt, tags, !dev->param.no_tags_ecc); in ynandif_WriteChunkWithTagsToNAND()
62 spare = &pt; in ynandif_WriteChunkWithTagsToNAND()
76 struct yaffs_packed_tags2 pt; in ynandif_ReadChunkWithTagsFromNAND() local
100 spare = &pt; in ynandif_ReadChunkWithTagsFromNAND()
119 yaffs_unpack_tags2(tags, &pt, !dev->param.no_tags_ecc); in ynandif_ReadChunkWithTagsFromNAND()
H A Dyaffs_packedtags1.h35 void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt,
38 const struct yaffs_packed_tags1 *pt);
/openbmc/u-boot/disk/
H A Dpart_dos.c130 dos_partition_t *pt; in print_partition_extended() local
157 pt = (dos_partition_t *) (buffer + DOS_PART_TBL_OFFSET); in print_partition_extended()
158 for (i = 0; i < 4; i++, pt++) { in print_partition_extended()
164 if ((pt->sys_ind != 0) && in print_partition_extended()
165 (ext_part_sector == 0 || !is_extended (pt->sys_ind)) ) { in print_partition_extended()
166 print_one_part(pt, ext_part_sector, part_num, disksig); in print_partition_extended()
171 (pt->sys_ind != 0 && !is_extended (pt->sys_ind)) ) { in print_partition_extended()
177 pt = (dos_partition_t *) (buffer + DOS_PART_TBL_OFFSET); in print_partition_extended()
178 for (i = 0; i < 4; i++, pt++) { in print_partition_extended()
179 if (is_extended (pt->sys_ind)) { in print_partition_extended()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c96 PrimitiveType *pt = *native; in visit_primitive_type() local
97 switch(pt->type) { in visit_primitive_type()
99 visit_type_str(v, NULL, (char **)&pt->value.string, errp); in visit_primitive_type()
102 visit_type_bool(v, NULL, &pt->value.boolean, errp); in visit_primitive_type()
105 visit_type_number(v, NULL, &pt->value.number, errp); in visit_primitive_type()
108 visit_type_int(v, NULL, &pt->value.integer, errp); in visit_primitive_type()
111 visit_type_uint8(v, NULL, &pt->value.u8, errp); in visit_primitive_type()
114 visit_type_uint16(v, NULL, &pt->value.u16, errp); in visit_primitive_type()
117 visit_type_uint32(v, NULL, &pt->value.u32, errp); in visit_primitive_type()
120 visit_type_uint64(v, NULL, &pt->value.u64, errp); in visit_primitive_type()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dmpx_helper.c79 uint64_t bte, lb, ub, pt; in helper_bndldx64() local
84 pt = cpu_ldq_data_ra(env, bte + 16, ra); in helper_bndldx64()
86 if (pt != ptr) { in helper_bndldx64()
96 uint32_t bte, lb, ub, pt; in helper_bndldx32() local
101 pt = cpu_ldl_data_ra(env, bte + 8, ra); in helper_bndldx32()
103 if (pt != ptr) { in helper_bndldx32()
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dmusl-locales_git.bb43 LICENSE:locale-base-pt-br = "MIT"
44 LICENSE:locale-base-pt-pt = "MIT"
61 locale-base-pt-br \
62 locale-base-pt-pt \
79 FILES:locale-base-pt-br += "${datadir}/i18n/locales/musl/pt_BR.UTF-8"
80 FILES:locale-base-pt-pt += "${datadir}/i18n/locales/musl/pt_PT.UTF-8"
/openbmc/qemu/tests/functional/
H A Dtest_mips64el_malta.py173 for tuxlogo_count, pt in enumerate(zip(*loc[::-1]), start=1):
174 logger.debug('found Tux at position (x, y) = %s', pt)
175 cv2.rectangle(screendump_bgr, pt,
176 (pt[0] + w, pt[1] + h), (0, 0, 255), 2)
H A Dtest_arm_integratorcp.py90 for tux_count, pt in enumerate(zip(*loc[::-1]), start=1):
91 logger.debug('found Tux at position [x, y] = %s', pt)
/openbmc/qemu/util/
H A Dqemu-timer.c374 QEMUTimer **pt, *t; in timer_del_locked() local
377 pt = &timer_list->active_timers; in timer_del_locked()
379 t = *pt; in timer_del_locked()
383 qatomic_set(pt, t->next); in timer_del_locked()
386 pt = &t->next; in timer_del_locked()
393 QEMUTimer **pt, *t; in timer_mod_ns_locked() local
396 pt = &timer_list->active_timers; in timer_mod_ns_locked()
398 t = *pt; in timer_mod_ns_locked()
402 pt = &t->next; in timer_mod_ns_locked()
405 ts->next = *pt; in timer_mod_ns_locked()
[all …]
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build29 'pt': '-l pt',
30 'pt-br': '-l br',
/openbmc/docs/userguide/
H A Duserguide.tex22 \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
/openbmc/qemu/target/alpha/
H A Dhelper.c175 target_ulong pt, index; in get_physical_address() local
214 pt = env->ptbr; in get_physical_address()
226 L1pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
235 pt = L1pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()
239 L2pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
248 pt = L2pte >> 32 << TARGET_PAGE_BITS; in get_physical_address()
252 L3pte = ldq_phys(cs->as, pt + index*8); in get_physical_address()
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h29 #define ubi_dbg_print_hex_dump(ps, pt, r, g, b, len, a) \ argument
30 print_hex_dump(ps, pt, r, g, b, len, a)
/openbmc/rest-dbus/resources/
H A Dstyle.css3 font-size: 12pt;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/
H A Dlinks2.desktop7 Comment[pt]=O links é um browser para modo texto, similar ao lynx
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/
H A Dcreategroup1.bb1 SUMMARY = "creategroup pt 1"
H A Dcreategroup2.bb1 SUMMARY = "creategroup pt 2"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb56 LICENSE:dictionaries/pt-BR = "LGPL 2.1"
57 LICENSE:dictionaries/pt = "GPL-2.0-only"
119 file://dictionaries/pt-BR/license;md5=08a7e74543d3e612e7613f2959bedab0 \
120 file://dictionaries/pt/license;md5=53d8ed71b4053ef0ccfcf6b3f89880a8 \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A Dpolkit-gnome-authentication-agent-1.desktop29 Name[pt]=Agente de Autenticação PolicyKit
69 Comment[pt]=Agente de Autenticação PolicyKit

123