HomeSort by: relevance | last modified time | path
    Searched defs:route (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
client.h 13 u8 route; member in struct:nvif_client
event.h 12 __u8 route; member in struct:nvif_notify_req_v0
20 __u8 route; member in struct:nvif_notify_rep_v0
ioctl.h 35 __u8 route; member in struct:nvif_ioctl_v0
61 __u8 route; member in struct:nvif_ioctl_new_v0
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nvif.c 141 u8 route; local in function:nvkm_client_ntfy
144 route = args->v0.route;
150 switch (route) {
nouveau_usif.c 53 u8 route; member in struct:usif_notify
91 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF);
106 rep->route = ntfy->route;
158 ntfy->route = req->v0.route;
160 req->v0.route = NVDRM_NOTIFY_USIF;
164 req->v0.route = ntfy->route;
261 u8 route; member in struct:usif_object
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
oclass.h 26 u8 route; member in struct:nvkm_oclass
object.h 19 u8 route; member in struct:nvkm_object
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
ior.h 57 } route; member in struct:nvkm_ior_func
  /src/usr.bin/rump_dhcpclient/
dhcp.c 420 struct rt *route = NULL; local in function:get_option_routes
441 if (route) {
442 route->next = xmalloc(sizeof(*route));
443 route = route->next;
445 routes = route = xmalloc(sizeof(*routes));
446 route->next = NULL;
447 memcpy(&route->dest.s_addr, p, 4);
449 memcpy(&route->gate.s_addr, p, 4)
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 370 } route;
425 %token TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
450 %type <v.route> route
1261 yyerror("\"no-route\" is not permitted "
1661 pfrule : action dir logquick interface route af proto fromto
2561 | ROUTE STRING {
2571 yyerror("route label too long, max %u chars",
3884 route : /* empty */ { label
4276 snprintf(tmp, sizeof(tmp), "no-route");
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 460 uint8_t route[4]; member in struct:hvm_hw_pci_link
526 uint64_t fsb; /* FSB route, not supported now */
  /src/sys/net/
route.h 1 /* $NetBSD: route.h,v 1.134 2023/06/16 02:48:07 rin Exp $ */
31 * @(#)route.h 8.5 (Berkeley) 2/8/95
61 * A route consists of a destination address and a reference
65 struct route { struct
86 time_t rmx_expire; /* lifetime for route, e.g. redirect */
87 time_t rmx_pksent; /* packets sent using this route */
100 * preferring the former if available. For each route we infer
102 * the route was entered. Routes that forward packets through
123 struct rtentry *rt_parent; /* parent of cloned route */
125 struct sockaddr *rt_tag; /* route tagging info *
    [all...]
  /src/sys/dev/usb/
xhci.c 3679 * Setup route string and roothub port of given device for slot context
3690 uint32_t route = 0; local in function:xhci_setup_route
3694 /* Locate root hub port and Determine route string */
3695 /* 4.3.3 route string does not include roothub port */
3713 route |=
3717 route = route >> 4;
3742 DPRINTFN(4, "rhport %ju ctlrport %ju Route %05jx hub %#jx", rhport,
3743 ctlrport, route, (uintptr_t)hub);
3745 cp[0] |= XHCI_SCTX_0_ROUTE_SET(route);
    [all...]

Completed in 21 milliseconds