Searched refs:append (Results 1 – 18 of 18) sorted by relevance
| /tools/xenmon/ |
| A D | xenmon.py | 208 lost_samples.append(samples[curid][6*NDOMAINS + 2]) 209 ffp_samples.append(samples[curid][6*NDOMAINS + 3]) 226 ldoms.append(dominfos[x].stats(passed)) 228 ldoms.append(0) 307 samples.append(sample) 313 doms.append(dom) 318 dom_in_use.append(dom[8]) 322 domain_id.append(domid) 596 samples.append(sample) 606 dom_in_use.append(dom[8]) [all …]
|
| /tools/pygrub/src/ |
| A D | LiloConf.py | 45 self.lines.append(line) 129 img.append(l) 151 self.images.append(image)
|
| A D | ExtLinuxConf.py | 83 self.lines.append(line) 168 img.append(l) 191 self.images.append(image)
|
| A D | GrubConf.py | 157 self.lines.append(line) 228 self.images.append(image) 302 img.append(l) 350 self.lines.append(line) 430 img.append(l)
|
| A D | pygrub | 246 offsets.append(struct.unpack("<Q", buf[32:40])[0] * SECTOR_SIZE) 292 part_offs.append(offset) 300 part_offs.append(offset) 551 lines.append(ret)
|
| /tools/golang/xenlight/ |
| A D | gengotypes.py | 9 sys.path.append(os.environ['LIBXL_SRC_DIR']) 170 extras.append(s) 179 extras.append(r[0]) 187 cgo_helpers_preamble.append(s) 192 extras.append(s) 388 extras.append(s) 664 init_fns.append('C.{0}(&xc)'.format(ty.init_fn)) 682 init_fns.append('C.{0}_{1}(&xc, C.{2}({3}))'.format(ty.init_fn, 688 params.append('{0} {1}'.format(param_goname, param_gotype))
|
| /tools/ocaml/xenstored/ |
| A D | config.ml | 84 let append x = err := x :: !err in 88 | None -> append (k, err_msg) 106 | Not_found -> append (k, "unknown key") 107 | exn -> append (k, Printexc.to_string exn)
|
| /tools/ocaml/libs/xb/ |
| A D | partial.mli | 14 val append : pkt -> string -> int -> unit val
|
| A D | partial.ml | 48 let append pkt s sz = function
|
| A D | xb.ml | 265 Partial.append partial_pkt (Bytes.to_string b) sz;
|
| /tools/libs/light/ |
| A D | idl.py | 184 self.values.append(EnumerationValue(self, num, name, 229 self.fields.append(Field(t,n,**kw)) 283 self.fields.append(Field(ty, e, enumname=en)) 340 self.__ordered.append(key)
|
| /tools/firmware/rombios/32bit/tcgbios/ |
| A D | tcgbios.c | 675 char append[32]; /* TCG_PCClientTaggedEventStruct and in tcpa_option_rom() local 679 memset(append, 0x0, sizeof(append)); in tcpa_option_rom() 681 append[0] = 7; /* Option ROM Execute */ in tcpa_option_rom() 682 append[4] = 24;/* size of OptionROMExecute Structure */ in tcpa_option_rom() 693 (unsigned char *)append+12, in tcpa_option_rom() 701 append, in tcpa_option_rom()
|
| /tools/xenstored/ |
| A D | talloc.c | 1051 char *talloc_append_string(const void *t, char *orig, const char *append) in talloc_append_string() argument 1057 if (!append) in talloc_append_string() 1060 alenz = strlen(append) + 1; in talloc_append_string() 1067 memcpy(&ret[olen], append, alenz); in talloc_append_string()
|
| A D | talloc.h | 120 char *talloc_append_string(const void *t, char *orig, const char *append);
|
| /tools/libs/util/ |
| A D | libxlu_cfg_y.c | 889 goto append; in yytnamerr() 891 append: in yytnamerr()
|
| /tools/ |
| A D | configure.ac | 288 [List of include folders to append to CFLAGS (without -I)]) 290 [List of library folders to append to LDFLAGS (without -L)])
|
| A D | configure | 1611 List of include folders to append to CFLAGS (without -I) 1612 APPEND_LIB List of library folders to append to LDFLAGS (without -L)
|
| /tools/python/scripts/ |
| A D | convert-legacy-stream | 416 vm.online_vcpu_map.append((idx * 64) + bit_idx)
|
Completed in 47 milliseconds