HomeSort by: relevance | last modified time | path
    Searched refs:uep (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
options.c 1903 struct userenv *uep, **insp; local
1913 for (uep = userenv_list; uep != NULL; uep = uep->ue_next) {
1914 int nlen = strlen(uep->ue_name);
1916 strncmp(arg, uep->ue_name, nlen) == 0)
1920 if (uep != NULL && !privileged_option && uep->ue_priv)
1923 if (uep == NULL)
1957 struct userenv *uep, *uepnext; local
1977 struct userenv *uep, **insp; local
2029 struct userenv *uep, *uepnext; local
    [all...]
main.c 1799 struct userenv *uep; local
1801 for (uep = userenv_list; uep != NULL; uep = uep->ue_next) {
1802 if (uep->ue_isset)
1803 setenv(uep->ue_name, uep->ue_value, 1);
1805 unsetenv(uep->ue_name);
1888 struct userenv *uep; local
    [all...]
  /src/sys/arch/amiga/dev/
view.c 350 u_long *uep; local
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
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 \

Completed in 21 milliseconds