Searched refs:ce (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libfsimage/iso9660/ |
A D | fsys_iso9660.c | 342 rr_ptr.ptr = (char *)RRCONT_BUF + ce_ptr->u.ce.offset.l; in iso9660_dir() 343 rr_len = ce_ptr->u.ce.size.l; in iso9660_dir() 344 if (!iso9660_devread(ffi, ce_ptr->u.ce.extent.l, 0, ISO_SECTOR_SIZE, (char *)RRCONT_BUF)) in iso9660_dir()
|
A D | iso9660.h | 159 } ce; member
|
/xen/xen/tools/kconfig/ |
A D | expr.h | 296 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
|
A D | expr.c | 27 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() argument 31 e->left.expr = ce; in expr_alloc_one()
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 1401 + struct cache_extent ce; 2278 + map->ce.start = chunk_start; 2279 + map->ce.size = chunk_size; 2424 + struct cache_extent *ce; 2444 + ce = &map.ce; 2446 + offset = logical - ce->start; 2456 + *length = min_t(u64, ce->size - offset, 2459 + *length = ce->size - offset;
|
/xen/tools/tests/x86_emulator/ |
A D | evex-disp8.c | 602 INSN(gf2p8affineqb, 66, 0f3a, ce, vl, q, vl),
|
Completed in 12 milliseconds