Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.c158 while (tc->prev) tc=tc->prev; in talloc_parent_chunk()
205 tc->next = tc->prev = tc->parent = NULL; in _talloc()
590 if (tc->prev) tc->prev->next = tc->next; in talloc_free()
591 if (tc->next) tc->next->prev = tc->prev; in talloc_free()
698 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()
699 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()
702 tc->parent = tc->next = tc->prev = NULL; in talloc_steal()
718 if (tc->prev) tc->prev->next = tc->next; in talloc_steal()
719 if (tc->next) tc->next->prev = tc->prev; in talloc_steal()
1291 while (tc && tc->prev) tc = tc->prev; in talloc_find_parent_byname()
[all …]
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dcolo-proxy-setup40 do_without_error tc qdisc add dev $vifname root handle 1: prio
41 do_without_error tc filter add dev $vifname parent 1: protocol ip prio 10 \
43 do_without_error tc filter add dev $vifname parent 1: protocol arp prio 11 \
45 do_without_error tc filter add dev $vifname parent 1: protocol ipv6 prio \
61 do_without_error tc filter del dev $vifname parent 1: protocol ip prio 10 u32 match u32 \
63 do_without_error tc filter del dev $vifname parent 1: protocol arp prio 11 u32 match u32 \
65 do_without_error tc filter del dev $vifname parent 1: protocol ipv6 prio 12 u32 match u32 \
67 do_without_error tc qdisc del dev $vifname root handle 1: prio
A Dremus-netbuf-setup164 do_or_die tc qdisc add dev "$vif" ingress
166 tc filter add dev "$vif" parent ffff: proto ip prio 10 \
171 do_without_error tc qdisc del dev "$vif" ingress
183 do_without_error tc qdisc del dev "$vif" ingress
207 do_without_error tc qdisc del dev "$vif" ingress
/xen-4.10.0-shim-comet/tools/libacpi/
A DMakefile45 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $<
78 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $(ACPI_BUILD_DIR)/$*.asl
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dsave.c313 int _hvm_init_entry(struct hvm_domain_context *h, uint16_t tc, uint16_t inst, in _hvm_init_entry() argument
323 len, sizeof(*d), tc); in _hvm_init_entry()
327 d->typecode = tc; in _hvm_init_entry()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dsave.h34 uint16_t tc, uint16_t inst, uint32_t len);
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c146 uint16_t tc, uint16_t inst, uint32_t len) in _hvm_init_entry() argument

Completed in 11 milliseconds