Home
last modified time | relevance | path

Searched refs:typereq (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_conf.c218 struct altqreq *typereq; in altqioctl() local
237 typereq = (struct altqreq *)addr; in altqioctl()
238 if ((ifp = ifunit(typereq->ifname)) == NULL) in altqioctl()
240 typereq->arg = (u_long)ifp->if_snd.altq_type; in altqioctl()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c1550 dwc2_hcd_hub_control(struct dwc2_hsotg *hsotg, u16 typereq, in dwc2_hcd_hub_control() argument
1561 switch (typereq) { in dwc2_hcd_hub_control()
1880 typereq, windex, wvalue); in dwc2_hcd_hub_control()