Searched refs:mode (Results 1 – 5 of 5) sorted by relevance
151 struct mbochs_mode mode; member248 struct mbochs_mode *mode) in mbochs_check_framebuffer() argument259 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 …]
142 int opt, mode = BPF_M_UNSPEC; in main() local158 mode = BPF_M_MAP; in main()170 mode = BPF_M_PROG; in main()183 switch (mode) { in main()
55 ip link add dev $DEV_NS type ip6tnl mode ipip6 local 2401:db00::1/64 remote 2401:db00::3/6459 ip link add dev $DEV_NS type ip6tnl mode ipip6 local 2401:db00::2/64 remote 2401:db00::3/6464 ip netns exec at_ns2 ip link add dev $DEV type ip6tnl mode ipip6 external71 ip link add dev $DEV_NS type ip6tnl mode ip6ip6 local 2401:db00::1/64 remote 2401:db00::3/6475 ip link add dev $DEV_NS type ip6tnl mode ip6ip6 local 2401:db00::2/64 remote 2401:db00::3/6480 ip netns exec at_ns2 ip link add dev $DEV type ip6tnl mode ip6ip6 external
12 long mode; member
41 $IP -n ns2 link add ip6t2 type ip6tnl mode any local 2401:db02::66 remote 2401:db02::1128 $IP link add ip6t type ip6tnl mode any external