Searched refs:l_int (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h46 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
47 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
51 char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
52 char options_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h49 typedef int l_int; typedef
61 typedef l_int l_daddr_t;
66 typedef l_int l_key_t;
70 typedef l_int l_pid_t;
76 typedef l_int l_timer_t;
77 typedef l_int l_mqd_t;
81 l_int val[2];
100 l_int *name;
101 l_int nlen;
131 l_int pro
[all...]
H A Dlinux_ptrace.c84 #define LINUX_DBREG_SIZE (8*sizeof(l_int))
102 l_int xds;
103 l_int xes;
104 l_int xfs;
105 l_int xgs;
108 l_int xcs;
111 l_int xss;
275 sizeof(l_int));
412 if (uap->addr < 0 || uap->addr & (sizeof(l_int) - 1))
427 (void *)uap->data, sizeof(l_int));
[all...]
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_proto.h46 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
47 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
51 char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
52 char options_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h60 typedef int l_int; typedef
71 typedef l_int l_daddr_t;
76 typedef l_int l_key_t;
80 typedef l_int l_pid_t;
86 typedef l_int l_timer_t;
87 typedef l_int l_mqd_t;
91 l_int val[2];
111 l_int nlen;
160 l_int prot;
161 l_int flag
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_videodev_compat.h17 l_int tuner;
40 l_int clipcount;
46 l_int height, width;
47 l_int depth;
48 l_int bytesperline;
55 l_int datasize;
H A Dlinux_signal.h47 void ksiginfo_to_lsiginfo(const ksiginfo_t *ksi, l_siginfo_t *lsi, l_int sig);
48 void siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig);
H A Dlinux_timer.h40 (sizeof(l_int) * 2 + sizeof(l_sigval_t))
46 sizeof(l_int))
86 l_int sigev_signo;
87 l_int sigev_notify;
89 l_int _pad[LINUX_SIGEV_PAD_SIZE];
90 l_int _tid;
H A Dlinux_ipc.h89 l_int semid;
H A Dlinux_ipc.c70 l_int semmap;
71 l_int semmni;
72 l_int semmns;
73 l_int semmnu;
74 l_int semmsl;
75 l_int semopm;
76 l_int semume;
77 l_int semusz;
78 l_int semvmx;
79 l_int semae
[all...]
H A Dlinux_sysctl.c98 l_int len = strlen(value);
124 l_int *mib;
144 mib = malloc(la.nlen * sizeof(l_int), M_LINUX, M_WAITOK);
145 error = copyin(PTRIN(la.name), mib, la.nlen * sizeof(l_int));
H A Dlinux_socket.h64 l_int msg_namelen;
80 l_int cmsg_level;
81 l_int cmsg_type;
H A Dlinux_file.h180 l_int handle_type;
H A Dlinux_ipc64.h53 unsigned char __pad1[sizeof(l_int) - sizeof(l_mode_t)];
H A Dlinux_socket.c87 static int linux_sendmsg_common(struct thread *, l_int, struct l_msghdr *,
89 static int linux_recvmsg_common(struct thread *, l_int, struct l_msghdr *,
1300 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr,
1513 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr,
2008 linux_sendfile_common(struct thread *td, l_int out, l_int in,
H A Dlinux_misc.c125 char _f[20-2*sizeof(l_long)-sizeof(l_int)]; /* padding */
1811 l_int version;
1812 l_int pid;
1816 l_int effective;
1817 l_int permitted;
1818 l_int inheritable;
2639 error = copyout(&cpu, args->cpu, sizeof(l_int));
2641 error = copyout(&node, args->node, sizeof(l_int));
H A Dlinux_signal.c557 ksiginfo_to_lsiginfo(const ksiginfo_t *ksi, l_siginfo_t *lsi, l_int sig)
596 siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig)
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h40 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
58 char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)];
77 char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
83 char how_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h47 typedef int32_t l_int; typedef
56 typedef l_int l_daddr_t;
63 typedef l_int l_key_t;
67 typedef l_int l_pid_t;
72 typedef l_int l_timer_t;
73 typedef l_int l_mqd_t;
78 l_int val[2];
96 l_int nlen;
170 typedef void (*l_handler_t)(l_int);
181 l_int ss_flag
[all...]
H A Dlinux_ptrace.c315 error = copyout(td->td_retval, data, sizeof(l_int));
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_proto.h43 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
50 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
53 char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
57 char flags_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h42 typedef int32_t l_int; typedef
51 typedef l_int l_daddr_t;
58 typedef l_int l_key_t;
62 typedef l_int l_pid_t;
66 typedef l_int l_timer_t; /* XXX */
67 typedef l_int l_mqd_t;
71 l_int val[2];
87 l_int nlen;
132 l_int st_blksize;
133 l_int __st_pad
[all...]
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h46 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
47 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
51 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
70 char mode_l_[PADL_(l_int)]; l_in
[all...]
/freebsd-13-stable/usr.bin/truss/
H A Dsyscall.h285 typedef int l_int; typedef
289 char what_l_[PADL_(l_int)]; l_int what; char what_r_[PADR_(l_int)];
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y46 uintmax_t l_int;
69 %token <l_int> DT_TOK_INT

Completed in 172 milliseconds

12