Searched defs:loc (Results 1 – 13 of 13) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | 32bitbios_support.c | 109 uint32_t *loc, fix; in relocate_32bitbios() local
|
/xen/stubdom/vtpmmgr/ |
A D | disk_read.c | 242 const struct hash256 *hash, const sector_t *loc, in load_verify_vtpm_pages() 272 const struct hash256 *hash, const sector_t *loc, int hsize, in load_verify_vtpm_itree() 413 const struct hash256 *hash, const sector_t *loc, int hsize) in load_verify_group_itree()
|
A D | disk_write.c | 132 struct hash256 *hash, sector_t *loc, int hsize, in disk_write_vtpm_itree() 289 struct hash256 *hash, sector_t *loc, int hsize) in disk_write_group_itree()
|
A D | disk_io.c | 97 void disk_set_used(sector_t loc, const struct mem_tpm_mgr *mgr) in disk_set_used()
|
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 393 YYLTYPE *loc) in xlu__cfg_string_mk() 417 YYLTYPE *loc) in xlu__cfg_list_mk() 672 YYLTYPE loc; in xlu__cfgl_lexicalerror() local 678 void xlu__cfg_yyerror(YYLTYPE *loc, CfgParseContext *ctx, char const *msg) { in xlu__cfg_yyerror()
|
A D | libxlu_disk_l.l | 83 #define SAVESTRING(what,loc,val) do{ \ argument
|
A D | libxlu_internal.h | 49 YYLTYPE loc; member
|
A D | libxlu_disk_l.c | 1121 #define SAVESTRING(what,loc,val) do{ \ argument
|
/xen/xen/common/ubsan/ |
A D | ubsan.c | 60 struct source_location *loc) in print_source_location() 66 static bool suppress_report(struct source_location *loc) in suppress_report() 152 static bool location_is_valid(struct source_location *loc) in location_is_valid()
|
/xen/tools/libfsimage/ufs/ |
A D | fsys_ufs.c | 231 int loc, off; in dlook() local
|
A D | ufs.h | 216 #define blkoff(fs, loc) ((int)((loc & ~(fs)->fs_bmask))) argument 217 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift)) argument
|
/xen/stubdom/vtpm/ |
A D | vtpm.c | 374 unsigned int loc; in parse_cmd_line() local
|
/xen/tools/libfsimage/ext2fs/ |
A D | fsys_ext2fs.c | 631 int loc; /* location within a directory */ in ext2fs_dir() local
|
Completed in 21 milliseconds