Searched refs:sys (Results 76 - 100 of 11539) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_if.h7 # include "/sys/sync/queue.h"
8 # include "/sys/sync/sema.h"
14 # include <sys/sockio.h>
19 # include <sys/stream.h>
22 # include <sys/stropts.h>
/freebsd-9.3-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h35 #include <sys/types.h>
36 #include <sys/endian.h>
H A Dendian.h36 #include <sys/types.h>
37 #include <sys/endian.h>
/freebsd-9.3-release/include/
H A Dkenv.h32 #include <sys/cdefs.h>
33 #include <sys/kenv.h>
H A Dmalloc_np.h34 #include <sys/cdefs.h>
35 #include <sys/types.h>
H A Dnlist.h42 #include <sys/nlist_aout.h>
43 #include <sys/cdefs.h>
/freebsd-9.3-release/lib/libstand/
H A Dtwiddle.c37 #include <sys/cdefs.h>
40 #include <sys/types.h>
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiossmap.c27 #include <sys/cdefs.h>
31 #include <sys/param.h>
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c27 #include <sys/cdefs.h>
30 #include <sys/param.h>
31 #include <sys/jail.h>
32 #include <sys/kernel.h>
33 #include <sys/libkern.h>
34 #include <sys/limits.h>
35 #include <sys/misc.h>
36 #include <sys/sysctl.h>
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_pentium.c27 #include <sys/cdefs.h>
30 #include <sys/param.h>
31 #include <sys/lock.h>
32 #include <sys/mutex.h>
33 #include <sys/pmc.h>
34 #include <sys/pmckern.h>
35 #include <sys/smp.h>
36 #include <sys/systm.h>
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_error.c27 #include <sys/stdint.h>
28 #include <sys/stddef.h>
29 #include <sys/param.h>
30 #include <sys/queue.h>
31 #include <sys/types.h>
32 #include <sys/systm.h>
33 #include <sys/kernel.h>
34 #include <sys/bus.h>
35 #include <sys/module.h>
36 #include <sys/loc
[all...]
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-sgmii.c30 #include <sys/cdefs.h>
33 #include <sys/param.h>
34 #include <sys/systm.h>
35 #include <sys/bus.h>
36 #include <sys/endian.h>
37 #include <sys/kernel.h>
38 #include <sys/mbuf.h>
39 #include <sys/socket.h>
H A Dethernet-xaui.c30 #include <sys/cdefs.h>
33 #include <sys/param.h>
34 #include <sys/systm.h>
35 #include <sys/bus.h>
36 #include <sys/endian.h>
37 #include <sys/kernel.h>
38 #include <sys/mbuf.h>
39 #include <sys/socket.h>
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py37 import sys
47 if len(sys.argv) < 2:
48 sys.exit(_("missing subcommand argument"))
50 zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
56 subcmd = sys.argv[1]
61 sys.exit(_("invalid subcommand"))
67 sys.exit(1)
71 import sys
74 sys.exit(1)
77 import sys
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dautoconf.c37 * from: FreeBSD: src/sys/i386/i386/autoconf.c,v 1.156
49 #include <sys/cdefs.h>
52 #include <sys/param.h>
53 #include <sys/systm.h>
54 #include <sys/bus.h>
55 #include <sys/conf.h>
56 #include <sys/disklabel.h>
57 #include <sys/reboot.h>
58 #include <sys/kernel.h>
59 #include <sys/mallo
[all...]
/freebsd-9.3-release/sys/dev/ips/
H A Dips_disk.h32 #include <sys/param.h>
33 #include <sys/systm.h>
34 #include <sys/kernel.h>
35 #include <sys/bus.h>
36 #include <sys/conf.h>
37 #include <sys/types.h>
38 #include <sys/queue.h>
39 #include <sys/disk.h>
40 #include <sys/bio.h>
41 #include <sys/dis
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAtomic.cpp28 void sys::MemoryFence() {
42 sys::cas_flag sys::CompareAndSwap(volatile sys::cas_flag* ptr,
43 sys::cas_flag new_value,
44 sys::cas_flag old_value) {
46 sys::cas_flag result = *ptr;
59 sys::cas_flag sys::AtomicIncrement(volatile sys
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dlibctf.h45 #include <sys/ctf_api.h>
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.h30 #include <sys/param.h>
31 #include <sys/types.h>
32 #include <sys/fs/zfs.h>
33 #include <sys/zfs_ioctl.h>
/freebsd-9.3-release/contrib/gdb/gdb/config/i386/
H A Dtm-fbsd.h28 #include <sys/param.h>
/freebsd-9.3-release/contrib/libreadline/
H A Drlwinsize.h35 # include <sys/ioctl.h>
45 # include <sys/stream.h>
48 # include <sys/ptem.h>
52 # include <sys/pte.h>
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dglobal.c39 #include <sys/cdefs.h>
/freebsd-9.3-release/lib/libc/arm/sys/
H A D__vdso_gettc.c26 #include <sys/cdefs.h>
29 #include <sys/types.h>
30 #include <sys/time.h>
31 #include <sys/vdso.h>
/freebsd-9.3-release/lib/libc/gen/
H A Ddrand48.c14 #include <sys/cdefs.h>
H A Duname.c33 #include <sys/cdefs.h>
37 #include <sys/param.h>
38 #include <sys/sysctl.h>
39 #include <sys/utsname.h>

Completed in 206 milliseconds

1234567891011>>