Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 10 of 10) sorted by relevance

/tools/libs/util/
A Dlibxlu_cfg.c216 value->loc.first_column); in xlu_cfg_value_get_string()
233 value->loc.first_column); in xlu_cfg_value_get_list()
392 YYLTYPE *loc) in xlu__cfg_string_mk() argument
402 memcpy(&value->loc, loc, sizeof(*loc)); in xlu__cfg_string_mk()
416 YYLTYPE *loc) in xlu__cfg_list_mk() argument
433 memcpy(&value->loc, loc, sizeof(*loc)); in xlu__cfg_list_mk()
671 YYLTYPE loc; in xlu__cfgl_lexicalerror() local
672 loc.first_line= xlu__cfg_yyget_lineno(ctx->scanner); in xlu__cfgl_lexicalerror()
673 xlu__cfg_yyerror(&loc, ctx, msg); in xlu__cfgl_lexicalerror()
674 ctx->lexerrlineno= loc.first_line; in xlu__cfgl_lexicalerror()
[all …]
A Dlibxlu_cfg_i.h29 char *atom, YYLTYPE *loc);
32 YYLTYPE *loc);
A Dlibxlu_internal.h51 YYLTYPE loc; member
A Dlibxlu_disk_l.l83 #define SAVESTRING(what,loc,val) do{ \ argument
84 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
A Dlibxlu_disk_l.c1171 #define SAVESTRING(what,loc,val) do{ \ argument
1172 savestring(DPC, what " respecified", &DPC->disk->loc, (val)); \
/tools/firmware/hvmloader/
A D32bitbios_support.c106 uint32_t *loc, fix; in relocate_32bitbios() local
122 loc = (uint32_t *)&code[rels[j].r_offset]; in relocate_32bitbios()
128 *loc += fix - (uint32_t)loc; in relocate_32bitbios()
132 *loc += fix; in relocate_32bitbios()
/tools/libfsimage/ufs/
A Dfsys_ufs.c231 int loc, off; in dlook() local
238 loc = 0; in dlook()
239 while (loc < INODE->ic_sizelo) { in dlook()
241 off = blkoff(SUPERBLOCK, loc); in dlook()
244 lbn = lblkno(SUPERBLOCK, loc); in dlook()
260 loc += dp->d_reclen; in dlook()
A Dufs.h216 #define blkoff(fs, loc) ((int)((loc & ~(fs)->fs_bmask))) argument
217 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift)) argument
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c633 int loc; /* location within a directory */ in ext2fs_dir() local
820 loc = 0; in ext2fs_dir()
826 printf ("dirname=%s, rest=%s, loc=%d\n", dirname, rest, loc); in ext2fs_dir()
831 if (loc >= INODE->i_size) in ext2fs_dir()
848 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
864 off = loc & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1); in ext2fs_dir()
867 loc += dp->rec_len; in ext2fs_dir()
/tools/python/scripts/
A Dconvert-legacy-stream456 _, loc = unpack_exact("=IQ")
457 info(" ACPI ioport location: 0x%x" % (loc, ))
458 hvm_params.extend([public.HVM_PARAM_ACPI_IOPORTS_LOCATION, loc])
461 _, loc = unpack_exact("=IQ")
462 info(" Viridian location: 0x%x" % (loc, ))
463 hvm_params.extend([public.HVM_PARAM_VIRIDIAN, loc])

Completed in 52 milliseconds