Searched refs:uptr (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.IntegerArithmetic1.d42 uintptr_t uptr;
53 uptr = (uintptr_t) &array[0];
55 p = (int *) (uptr);
56 q = (int *) (uptr + 4);
57 r = (int *) (uptr + 8);
/freebsd-9.3-release/contrib/ncurses/panel/
H A Dp_user.c42 set_panel_userptr(PANEL * pan, NCURSES_CONST void *uptr) argument
44 T((T_CALLED("set_panel_userptr(%p,%p)"), pan, uptr));
47 pan->user = uptr;
H A Dllib-lpanel169 void *uptr)
H A Dllib-lpanelw169 void *uptr)
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c202 struct utmp *uptr; local
306 while ((uptr = getutent()) != NULL) {
307 memcpy(&utmp, uptr, sizeof (utmp));
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c204 struct aac_fib_context *ctx, caddr_t uptr);
205 static int aac_query_disk(struct aac_softc *sc, caddr_t uptr);
206 static int aac_get_pci_info(struct aac_softc *sc, caddr_t uptr);
207 static int aac_supported_features(struct aac_softc *sc, caddr_t uptr);
3539 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) argument
3553 copyout(&sc->aac_aifq[current], (void *)uptr, sizeof(struct aac_fib));
3566 aac_get_pci_info(struct aac_softc *sc, caddr_t uptr) argument
3579 error = copyout((caddr_t)&pciinf, uptr,
3586 aac_supported_features(struct aac_softc *sc, caddr_t uptr) argument
3593 if ((error = copyin(uptr,
3628 aac_query_disk(struct aac_softc *sc, caddr_t uptr) argument
[all...]
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c202 struct aac_fib_context *ctx, caddr_t uptr);
203 static int aac_query_disk(struct aac_softc *sc, caddr_t uptr);
204 static int aac_get_pci_info(struct aac_softc *sc, caddr_t uptr);
205 static int aac_supported_features(struct aac_softc *sc, caddr_t uptr);
3406 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) argument
3418 copyout(&sc->aac_aifq[current], (void *)uptr, sizeof(struct aac_fib));
3430 aac_get_pci_info(struct aac_softc *sc, caddr_t uptr) argument
3443 error = copyout((caddr_t)&pciinf, uptr,
3450 aac_supported_features(struct aac_softc *sc, caddr_t uptr) argument
3457 if ((error = copyin(uptr,
3493 aac_query_disk(struct aac_softc *sc, caddr_t uptr) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c700 ev_uintptr_t uptr; local
774 uptr = (ev_uintptr_t)ptr;
777 ptr = (void *)uptr;
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c6197 struct user_specs *uptr;
6458 for (uptr = user_specs_head; uptr; uptr = uptr->next)
6460 char *filename = find_a_file (&startfile_prefixes, uptr->filename,
6462 read_specs (filename ? filename : uptr->filename, FALSE);
6171 struct user_specs *uptr; local
/freebsd-9.3-release/sys/kern/
H A Dkern_proc.c1088 uintptr_t uptr; local
1090 uptr = (uintptr_t)ptr;
1091 return ((uptr > UINT_MAX) ? 0 : uptr);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4201 void *ptr, *uptr; local
4228 uptr = fp->fr_data;
4317 error = COPYIN(uptr, ptr, fp->fr_dsize);
4321 ptr = uptr;
4501 fp->fr_data = uptr;
4505 if ((f->fr_dsize != 0) && (uptr != NULL))
4506 error = COPYOUT(f->fr_data, uptr,

Completed in 600 milliseconds