Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 21 of 21) sorted by relevance

/tools/libs/light/
A Dlibxl_psr.c373 cat_info->cos_max = hw_info->u.cat.cos_max; in libxl__hw_info_to_libxl_cat_info()
374 cat_info->cbm_len = hw_info->u.cat.cbm_len; in libxl__hw_info_to_libxl_cat_info()
375 cat_info->cdp_enabled = hw_info->u.cat.cdp_enabled; in libxl__hw_info_to_libxl_cat_info()
481 xl_info->u.cat.cos_max = xc_info->cat.cos_max; in libxl__xc_hw_info_to_libxl_hw_info()
482 xl_info->u.cat.cbm_len = xc_info->cat.cbm_len; in libxl__xc_hw_info_to_libxl_hw_info()
483 xl_info->u.cat.cdp_enabled = xc_info->cat.cdp_enabled; in libxl__xc_hw_info_to_libxl_hw_info()
A Dlibxl_types.idl1344 [("cat", Struct(None, [
/tools/firmware/etherboot/
A DMakefile26 cat $^ > $@.tmp
44 for i in $$(cat patches/series) ; do \
47 cat Config >>$@
/tools/libacpi/
A DMakefile45 cat dsdt_acpi_info.asl >> $@.$(TMP_SUFFIX)
53 cat dsdt_acpi_info.asl >> $@.$(TMP_SUFFIX)
59 cat dsdt_acpi_info.asl >> $@
/tools/hotplug/Linux/
A Dlaunch-xenstore.in74 MAX_FDS=`cat /proc/sys/fs/nr_open`
89 XS_PID=`cat @XEN_RUN_DIR@/xenstored.pid`
A Dexternal-device-migrate31 cat <<EOF
A Dblock97 for file in $(cat /proc/mounts | grep -v "$toskip" | cut -f 1 -d ' ')
/tools/xl/
A Dxl_psr.c361 if (!info->u.cat.cdp_enabled) { in psr_print_one_domain_val()
441 (1ull << info->u.cat.cbm_len) - 1); in psr_print_socket()
442 if (info->u.cat.cdp_enabled) in psr_print_socket()
753 bool all = true, cmt = false, cat = false, mba = false; in main_psr_hwinfo() local
766 all = false; cat = true; in main_psr_hwinfo()
776 if (!ret && (all || cat)) in main_psr_hwinfo()
780 if (all || cat) in main_psr_hwinfo()
A Dcheck-xl-vcpupin-parse16 cat <<END
39 cat >$fprefix.expected
145 cat >$outfile <<END
A Dcheck-xl-disk-parse15 cat >$fprefix.expected
A Dcheck-xl-vif-parse15 cat >$fprefix.expected
/tools/firmware/vgabios/
A Ddataseghack22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
/tools/
A Dconfigure1435 cat <<_ACEOF
1492 cat <<\_ACEOF
1504 cat <<\_ACEOF
1709 cat <<\_ACEOF
1742 cat conftest.er1 >&5
1781 cat conftest.er1 >&5
2168 cat confdefs.h
5775 cat conftest.er1 >&5
10453 cat >confcache <<\_ACEOF
10521 cat confcache >"$cache_file"
[all …]
/tools/libs/ctrl/
A Dxc_psr.c359 hw_info->cat.cos_max = sysctl.u.psr_alloc.u.cat_info.cos_max; in xc_psr_get_hw_info()
360 hw_info->cat.cbm_len = sysctl.u.psr_alloc.u.cat_info.cbm_len; in xc_psr_get_hw_info()
361 hw_info->cat.cdp_enabled = (type == XC_PSR_CAT_L2) ? in xc_psr_get_hw_info()
/tools/pygrub/
A DMakefile29 cat $(INSTALL_LOG) | xargs -i rm -f $(DESTDIR)/{}; \
/tools/python/
A DMakefile34 cat $(INSTALL_LOG) | xargs -i rm -f $(DESTDIR)/{}; \
/tools/misc/
A Dmkdeb41 cat >deb/DEBIAN/control <<EOF
A Dmkrpm30 cat >rpm/SPECS/xen.spec <<EOF
/tools/firmware/xen-dir/
A DMakefile67 cat linkfarm.stamp.tmp | while read f; \
/tools/golang/xenlight/
A Dhelpers.gen.go4400 var cat C.libxl_psr_hw_info_type_union_cat
4401 cat.cos_max = C.uint32_t(tmp.CosMax)
4402 cat.cbm_len = C.uint32_t(tmp.CbmLen)
4403 cat.cdp_enabled = C.bool(tmp.CdpEnabled)
4404 catBytes := C.GoBytes(unsafe.Pointer(&cat),C.sizeof_libxl_psr_hw_info_type_union_cat)
/tools/include/
A Dxenctrl.h2519 } cat; member

Completed in 127 milliseconds