Searched defs:tap (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/config/
H A Dconfig.c281 REQUIRE_OBJECT ( tap ); variable
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c155 int tap; local
158 tap = op ( object, data, command );
161 tap = -EOPNOTSUPP;
165 return tap;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c199 dtrace_actdesc_t *ap, *tap; local
219 for (tap = ap; tap != NULL; tap = tap->dtad_next) {
220 if (!DTRACEACT_ISAGG(tap->dtad_kind))

Completed in 41 milliseconds