The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netbt/files.netbt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $NetBSD: files.netbt,v 1.4 2006/09/10 15:45:56 plunky Exp $
    2 
    3 # Bluetooth Protocols
    4 
    5 define  bluetooth
    6 defflag opt_bluetooth.h         BLUETOOTH
    7 
    8 # Bluetooth HCI controller (bthub attaches here)
    9 define  btbus   { }
   10 
   11 file    netbt/bt_proto.c        bluetooth
   12 file    netbt/bt_sysctl.c       bluetooth
   13 
   14 file    netbt/hci_event.c       bluetooth
   15 file    netbt/hci_ioctl.c       bluetooth
   16 file    netbt/hci_link.c        bluetooth
   17 file    netbt/hci_misc.c        bluetooth
   18 file    netbt/hci_socket.c      bluetooth
   19 file    netbt/hci_unit.c        bluetooth
   20 
   21 file    netbt/l2cap_lower.c     bluetooth
   22 file    netbt/l2cap_misc.c      bluetooth
   23 file    netbt/l2cap_signal.c    bluetooth
   24 file    netbt/l2cap_socket.c    bluetooth
   25 file    netbt/l2cap_upper.c     bluetooth
   26 
   27 file    netbt/rfcomm_dlc.c      bluetooth
   28 file    netbt/rfcomm_session.c  bluetooth
   29 file    netbt/rfcomm_socket.c   bluetooth
   30 file    netbt/rfcomm_upper.c    bluetooth
   31 
   32 file    netbt/sco_socket.c      bluetooth
   33 file    netbt/sco_upper.c       bluetooth

Cache object: deff5dc3686a44c019709c55d06eea82


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.