Home
last modified time | relevance | path

Searched refs:uether_ioctl (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/net/
H A Dusb_ethernet.h121 int uether_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
H A Dusb_ethernet.c224 ifp->if_ioctl = uether_ioctl; in ue_attach_post_task()
471 uether_ioctl(struct ifnet *ifp, u_long command, caddr_t data, struct ucred* uc) in uether_ioctl() function
H A Dif_axge.c921 error = uether_ioctl(ifp, cmd, data, uc); in axge_ioctl()
H A Dif_axe.c1508 error = uether_ioctl(ifp, cmd, data, uc); in axe_ioctl()