Searched refs:l_uintptr_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev_compat.h30 l_uintptr_t next;
39 l_uintptr_t clips;
45 l_uintptr_t base;
56 l_uintptr_t data;
H A Dlinux_videodev2_compat.h41 l_uintptr_t base;
47 l_uintptr_t next;
54 l_uintptr_t clips;
56 l_uintptr_t bitmap;
80 l_uintptr_t string;
89 l_uintptr_t controls;
H A Dlinux_socket.c589 l_uintptr_t msg;
592 l_uintptr_t to;
719 l_uintptr_t name;
743 l_uintptr_t name;
809 linux_accept_common(struct thread *td, int s, l_uintptr_t addr,
810 l_uintptr_t namelen, int flags)
858 l_uintptr_t addr;
859 l_uintptr_t namelen;
872 l_uintptr_t addr;
873 l_uintptr_t namele
[all...]
H A Dlinux_ipc.c159 l_uintptr_t msg_first; /* first message on queue,unused */
160 l_uintptr_t msg_last; /* last message in queue,unused */
181 l_uintptr_t sem_base;
182 l_uintptr_t sem_pending;
183 l_uintptr_t sem_pending_last;
184 l_uintptr_t undo;
202 l_uintptr_t private2;
203 l_uintptr_t private3;
750 l_uintptr_t addr;
H A Dlinux_ioctl.c2187 if ((l_uintptr_t)ifc.ifc_buf == PTROUT(NULL)) {
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux.h62 #define PTROUT(v) (l_uintptr_t)(uintptr_t)(v)
76 typedef l_ulong l_uintptr_t; typedef
121 l_uintptr_t name;
123 l_uintptr_t oldval;
124 l_uintptr_t oldlenp;
125 l_uintptr_t newval;
181 l_uintptr_t addr;
349 typedef l_uintptr_t l_handler_t;
360 l_uintptr_t lsa_restorer;
366 l_uintptr_t lsa_restore
[all...]
H A Dlinux32_machdep.c78 l_uintptr_t readfds;
79 l_uintptr_t writefds;
80 l_uintptr_t exceptfds;
81 l_uintptr_t timeout;
96 static int linux_mmap_common(struct thread *td, l_uintptr_t addr,
266 l_uintptr_t msgp;
507 linux_mmap_common(struct thread *td, l_uintptr_t addr, l_size_t len, l_int prot,
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux.h55 #define PTROUT(v) (l_uintptr_t)(v)
70 typedef l_ulong l_uintptr_t; typedef
156 l_uintptr_t addr;
390 l_uintptr_t sival_ptr;
428 l_uintptr_t _addr; /* Faulting insn/memory ref. */
717 l_uintptr_t msg_name;
719 l_uintptr_t msg_iov;
721 l_uintptr_t msg_control;
H A Dlinux_machdep.c98 static int linux_mmap_common(struct thread *td, l_uintptr_t addr,
410 linux_mmap_common(struct thread *td, l_uintptr_t addr, l_size_t len, l_int prot,

Completed in 70 milliseconds