Home
last modified time | relevance | path

Searched refs:append (Results 1 – 18 of 18) sorted by relevance

/tools/xenmon/
A Dxenmon.py208 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 DLiloConf.py45 self.lines.append(line)
129 img.append(l)
151 self.images.append(image)
A DExtLinuxConf.py83 self.lines.append(line)
168 img.append(l)
191 self.images.append(image)
A DGrubConf.py157 self.lines.append(line)
228 self.images.append(image)
302 img.append(l)
350 self.lines.append(line)
430 img.append(l)
A Dpygrub246 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 Dgengotypes.py9 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 Dconfig.ml84 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 Dpartial.mli14 val append : pkt -> string -> int -> unit val
A Dpartial.ml48 let append pkt s sz = function
A Dxb.ml265 Partial.append partial_pkt (Bytes.to_string b) sz;
/tools/libs/light/
A Didl.py184 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 Dtcgbios.c675 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 Dtalloc.c1051 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 Dtalloc.h120 char *talloc_append_string(const void *t, char *orig, const char *append);
/tools/libs/util/
A Dlibxlu_cfg_y.c889 goto append; in yytnamerr()
891 append: in yytnamerr()
/tools/
A Dconfigure.ac288 [List of include folders to append to CFLAGS (without -I)])
290 [List of library folders to append to LDFLAGS (without -L)])
A Dconfigure1611 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 Dconvert-legacy-stream416 vm.online_vcpu_map.append((idx * 64) + bit_idx)

Completed in 47 milliseconds