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

/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ipc.h89 l_int msqid;
90 l_int cmd;
97 l_int msgflg;
102 l_int msqid;
106 l_int msgflg;
111 l_int msqid;
114 l_int msgflg;
119 l_int semid;
120 l_int semnum;
121 l_int cm
[all...]
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.h42 void ksiginfo_to_lsiginfo(ksiginfo_t *ksi, l_siginfo_t *lsi, l_int sig);
H A Dlinux_ipc.c57 l_int semmap;
58 l_int semmni;
59 l_int semmns;
60 l_int semmnu;
61 l_int semmsl;
62 l_int semopm;
63 l_int semume;
64 l_int semusz;
65 l_int semvmx;
66 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_TEMP, M_WAITOK);
145 error = copyin(PTRIN(la.name), mib, la.nlen * sizeof(l_int));
H A Dlinux_stats.c329 /* XXX - All fields of type l_int are defined as l_long on i386 */
331 l_int f_type;
332 l_int f_bsize;
333 l_int f_blocks;
334 l_int f_bfree;
335 l_int f_bavail;
336 l_int f_files;
337 l_int f_ffree;
339 l_int f_namelen;
340 l_int f_spar
[all...]
H A Dlinux_signal.c540 linux_do_tkill(struct thread *td, l_int tgid, l_int pid, l_int signum)
624 ksiginfo_to_lsiginfo(ksiginfo_t *ksi, l_siginfo_t *lsi, l_int sig)
H A Dlinux_misc.c131 char _f[20-2*sizeof(l_long)-sizeof(l_int)]; /* padding */
527 args->exceptfds, tvp, sizeof(l_int) * 8);
1690 l_int version;
1691 l_int pid;
1695 l_int effective;
1696 l_int permitted;
1697 l_int inheritable;
H A Dlinux_ioctl.c1110 l_int nframes;
1151 l_int len;
1158 l_int len;
1201 l_int lba;
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_proto.h43 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
44 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
48 char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
49 char options_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h60 typedef int l_int; typedef
72 typedef l_int l_daddr_t;
77 typedef l_int l_key_t;
81 typedef l_int l_pid_t;
87 typedef l_int l_timer_t;
88 typedef l_int l_mqd_t;
91 l_int val[2];
110 l_int *name;
111 l_int nlen;
148 l_int pro
[all...]
H A Dlinux_ptrace.c88 #define LINUX_DBREG_SIZE (8*sizeof(l_int))
107 l_int xds;
108 l_int xes;
109 l_int xfs;
110 l_int xgs;
113 l_int xcs;
116 l_int xss;
282 sizeof(l_int));
425 if (uap->addr < 0 || uap->addr & (sizeof(l_int) - 1))
440 (void *)uap->data, sizeof(l_int));
[all...]
H A Dlinux_machdep.c91 l_int nfds;
99 l_size_t len, l_int prot, l_int flags, l_int fd,
410 linux_mmap_common(struct thread *td, l_uintptr_t addr, l_size_t len, l_int prot,
411 l_int flags, l_int fd, l_loff_t pos)
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_proto.h43 char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
44 char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
48 char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
49 char options_l_[PADL_(l_int)]; l_in
[all...]
H A Dlinux.h67 typedef int l_int; typedef
78 typedef l_int l_daddr_t;
83 typedef l_int l_key_t;
87 typedef l_int l_pid_t;
93 typedef l_int l_timer_t;
94 typedef l_int l_mqd_t;
97 l_int val[2];
117 l_int nlen;
173 l_int prot;
174 l_int flag
[all...]
H A Dlinux32_machdep.c77 l_int nfds;
97 l_size_t len, l_int prot, l_int flags, l_int fd,
507 linux_mmap_common(struct thread *td, l_uintptr_t addr, l_size_t len, l_int prot,
508 l_int flags, l_int fd, l_loff_t pos)
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y43 uintmax_t l_int;
66 %token <l_int> DT_TOK_INT

Completed in 174 milliseconds