/src/sys/arch/amiga/dev/ |
view.c | 350 u_long *uep; local in function:view_get_colormap 359 uep = ucm->entry; 365 error = copyout(cme, uep, sizeof(u_long) * ucm->size); 366 ucm->entry = uep; /* set entry back to users. */
|
/src/sys/arch/atari/dev/ |
view.c | 254 long *uep; local in function:view_get_colormap 265 uep = ucm->entry; 270 error = copyout(cme, uep, sizeof(ucm->entry[0]) * ucm->size); 271 ucm->entry = uep; /* set entry back to users. */
|
/src/sys/dev/usb/ |
usb.c | 211 SDT_PROBE_DEFINE1(usb, kernel, event, add, "struct usb_event *"/*uep*/); 212 SDT_PROBE_DEFINE1(usb, kernel, event, drop, "struct usb_event *"/*uep*/); 1287 usb_free_event(struct usb_event *uep) 1289 kmem_free(uep, sizeof(struct usb_event_q)); 1293 usb_add_event(int type, struct usb_event *uep) 1302 ueq = (struct usb_event_q *)(void *)uep; 1303 ueq->ue = *uep; 1306 SDT_PROBE1(usb, kernel, event, add, uep);
|
uep.c | 1 /* $NetBSD: uep.c,v 1.25 2021/08/07 16:19:17 thorpej Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: uep.c,v 1.25 2021/08/07 16:19:17 thorpej Exp $"); 110 CFATTACH_DECL2_NEW(uep, sizeof(struct uep_softc), uep_match, uep_attach,
|
/src/share/man/man4/ |
Makefile | 72 uark.4 ubsec.4 udp.4 uep.4 ug.4 uha.4 uk.4 ukphy.4 umb.4 \
|