/freebsd/sys/i386/linux/ |
H A D | linux.h | 46 typedef int l_int; typedef 58 typedef l_int l_daddr_t; 62 typedef l_int l_key_t; 66 typedef l_int l_pid_t; 73 typedef l_int l_timer_t; 74 typedef l_int l_mqd_t; 80 l_int val[2]; 104 l_int *name; 105 l_int nlen; 135 l_int prot; [all …]
|
H A D | linux_ptrace_machdep.c | 80 #define LINUX_DBREG_SIZE (8*sizeof(l_int)) 98 l_int xds; 99 l_int xes; 100 l_int xfs; 101 l_int xgs; 104 l_int xcs; 107 l_int xss; 271 sizeof(l_int)); in linux_ptrace() 408 if (uap->addr < 0 || uap->addr & (sizeof(l_int) - 1)) in linux_ptrace() 423 (void *)uap->data, sizeof(l_int)); in linux_ptrace() [all...] |
/freebsd/sys/arm64/linux/ |
H A D | linux.h | 39 typedef int32_t l_int; typedef 48 typedef l_int l_daddr_t; 54 typedef l_int l_key_t; 58 typedef l_int l_pid_t; 62 typedef l_int l_timer_t; /* XXX */ 63 typedef l_int l_mqd_t; 69 l_int val[2]; 88 l_int nlen; 138 l_int st_blksize; 139 l_int __st_pad2; [all …]
|
/freebsd/sys/amd64/linux32/ |
H A D | linux.h | 56 typedef int l_int; typedef 67 typedef l_int l_daddr_t; 71 typedef l_int l_key_t; 75 typedef l_int l_pid_t; 82 typedef l_int l_timer_t; 83 typedef l_int l_mqd_t; 89 l_int val[2]; 114 l_int nlen; 163 l_int prot; 164 l_int flags; [all …]
|
H A D | linux32_machdep.c | 58 l_int nfds;
|
/freebsd/sys/amd64/linux/ |
H A D | linux.h | 45 typedef int32_t l_int; typedef 54 typedef l_int l_daddr_t; 60 typedef l_int l_key_t; 64 typedef l_int l_pid_t; 69 typedef l_int l_timer_t; 70 typedef l_int l_mqd_t; 77 l_int val[2]; 98 l_int nlen; 167 typedef void (*l_handler_t)(l_int); 178 l_int ss_flags; [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_siginfo.h | 160 l_int sival_int; 174 l_int _overrun; 189 l_int _status; /* exit code */ 200 l_int _fd; 207 l_int lsi_signo; 208 l_int lsi_errno; 209 l_int lsi_code; 212 l_int _pad[LINUX_SI_MAX_SIZE/sizeof(l_int)];
|
H A D | linux_videodev_compat.h | 13 l_int tuner; 36 l_int clipcount; 42 l_int height, width; 43 l_int depth; 44 l_int bytesperline; 51 l_int datasize;
|
H A D | linux_ipc.c | 66 l_int semmap; 67 l_int semmni; 68 l_int semmns; 69 l_int semmnu; 70 l_int semmsl; 71 l_int semopm; 72 l_int semume; 73 l_int semusz; 74 l_int semvmx; 75 l_int semaem; [all …]
|
H A D | linux_sysctl.c | 82 l_int len = strlen(value); in handle_string() 104 l_int *mib; in linux_sysctl() 120 mib = malloc(la.nlen * sizeof(l_int), M_LINUX, M_WAITOK); in linux_sysctl() 121 error = copyin(PTRIN(la.name), mib, la.nlen * sizeof(l_int)); in linux_sysctl()
|
H A D | linux_fork.h | 88 l_int *child_tid; 89 l_int *parent_tid; 90 l_int exit_signal;
|
H A D | linux_socket.h | 56 l_int msg_namelen; 72 l_int cmsg_level; 73 l_int cmsg_type; 350 l_int ifru_index; 351 l_int ifru_mtu;
|
H A D | linux_socket.c | 87 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 *, 1356 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common() 1620 recvmsg_scm_timestamp(l_int msg_type, socklen_t *datalen, void **data, in recvmsg_scm_timestamp() 1664 recvmsg_scm_timestampns(l_int msg_type, socklen_t *datalen, void **data, in recvmsg_scm_timestampns() 1695 recvmsg_scm_timestampns(l_int msg_type, socklen_t *datalen, void **data, in recvmsg_scm_timestampns() 1710 recvmsg_scm_sol_socket(struct thread *td, l_int msg_type, l_int lmsg_type, in recvmsg_scm_sol_socket() 1757 recvmsg_scm_ipproto_ip(l_int msg_type, l_int lmsg_type, socklen_t *datalen, in recvmsg_scm_ipproto_ip() 1774 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_recvmsg_common() 1953 linux_recvmmsg_common(struct thread *td, l_int s, struct l_mmsghdr *msg, in linux_recvmmsg_common() [all …]
|
H A D | linux_elf.c | 71 l_int si_signo; 72 l_int si_code; 73 l_int si_errno; 92 l_int pr_fpvalid;
|
H A D | linux_signal.h | 33 void siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig);
|
H A D | linux_ipc.h | 87 l_int semid;
|
H A D | linux_ipc64.h | 51 unsigned char __pad1[sizeof(l_int) - sizeof(l_mode_t)];
|
H A D | linux_misc.c | 109 char _f[20-2*sizeof(l_long)-sizeof(l_int)]; /* padding */ 125 static int linux_common_pselect6(struct thread *, l_int, 1579 l_int version; 1580 l_int pid; 1584 l_int effective; 1585 l_int permitted; 1586 l_int inheritable; 2124 linux_common_pselect6(struct thread *td, l_int nfds, l_fd_set *readfds, in linux_common_pselect6() 2566 error = copyout(&cpu, args->cpu, sizeof(l_int)); in linux_getcpu() 2568 error = copyout(&node, args->node, sizeof(l_int)); in linux_getcpu()
|
H A D | linux_time.c | 111 l_int, struct timespec *, struct timespec *); 713 l_int lflags, struct timespec *rqtp, struct timespec *rmtp) in linux_common_clock_nanosleep()
|
H A D | linux_xattr.c | 67 l_int flags;
|
H A D | linux_ptrace.c | 166 error = copyout(td->td_retval, data, sizeof(l_int)); in linux_ptrace_peek()
|
/freebsd/usr.bin/truss/ |
H A D | syscall.h | 265 typedef int l_int; typedef 269 char what_l_[PADL_(l_int)]; l_int what; char what_r_[PADR_(l_int)];
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 128 l_int sf_sig; 135 l_int sf_sig;
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_lex.l | 302 yylval.l_int = strtoull(v, &p, 0); 354 yylval.l_int = (intmax_t)(int)idp->di_id; 386 yylval.l_int = strtoull(yytext, &p, 0); 405 dt_node_int(yylval.l_int));
|
H A D | dt_grammar.y | 46 uintmax_t l_int; member 69 %token <l_int> DT_TOK_INT
|