Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 5 of 5) sorted by relevance

/samples/vfio-mdev/
Dmbochs.c151 struct mbochs_mode mode; member
248 struct mbochs_mode *mode) in mbochs_check_framebuffer() argument
259 memset(mode, 0, sizeof(*mode)); in mbochs_check_framebuffer()
262 mode->drm_format = DRM_FORMAT_XRGB8888; in mbochs_check_framebuffer()
263 mode->bytepp = 4; in mbochs_check_framebuffer()
271 mode->width = vbe[VBE_DISPI_INDEX_XRES]; in mbochs_check_framebuffer()
272 mode->height = vbe[VBE_DISPI_INDEX_YRES]; in mbochs_check_framebuffer()
274 if (virt_width < mode->width) in mbochs_check_framebuffer()
275 virt_width = mode->width; in mbochs_check_framebuffer()
276 mode->stride = virt_width * mode->bytepp; in mbochs_check_framebuffer()
[all …]
/samples/bpf/
Dfds_example.c142 int opt, mode = BPF_M_UNSPEC; in main() local
158 mode = BPF_M_MAP; in main()
170 mode = BPF_M_PROG; in main()
183 switch (mode) { in main()
Dtest_ipip.sh55 ip link add dev $DEV_NS type ip6tnl mode ipip6 local 2401:db00::1/64 remote 2401:db00::3/64
59 ip link add dev $DEV_NS type ip6tnl mode ipip6 local 2401:db00::2/64 remote 2401:db00::3/64
64 ip netns exec at_ns2 ip link add dev $DEV type ip6tnl mode ipip6 external
71 ip link add dev $DEV_NS type ip6tnl mode ip6ip6 local 2401:db00::1/64 remote 2401:db00::3/64
75 ip link add dev $DEV_NS type ip6tnl mode ip6ip6 local 2401:db00::2/64 remote 2401:db00::3/64
80 ip netns exec at_ns2 ip link add dev $DEV type ip6tnl mode ip6ip6 external
Dsyscall_tp_kern.c12 long mode; member
Dtc_l2_redirect.sh41 $IP -n ns2 link add ip6t2 type ip6tnl mode any local 2401:db02::66 remote 2401:db02::1
128 $IP link add ip6t type ip6tnl mode any external