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/pc/pccpu

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 # pccpu - cpu server kernel
    2 dev
    3         root
    4         cons
    5         arch
    6         pnp             pci
    7         env
    8         pipe
    9         proc
   10         mnt
   11         srv
   12         dup
   13         rtc
   14         ssl
   15         tls
   16         bridge          log
   17         sdp             thwack unthwack
   18         cap
   19         kprof
   20         fs
   21         segment
   22 
   23         ether           netif
   24         ip              arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
   25 
   26         sd
   27         floppy          dma
   28         aoe
   29 
   30         uart
   31         usb
   32         kbin
   33         audio
   34 
   35 link
   36         realmode
   37         ether2000       ether8390
   38         ether2114x      pci
   39         ether79c970     pci
   40         ether8003       ether8390
   41         ether8139       pci
   42         ether8169       pci ethermii
   43         ether82543gc    pci
   44         ether82563      pci
   45         ether82557      pci
   46         ether83815      pci
   47         etherdp83820    pci
   48         etherelnk3      pci
   49         etherga620      pci
   50         etherigbe       pci ethermii
   51         ethervgbe       pci ethermii
   52         ethervt6102     pci ethermii
   53         ethervt6105m    pci ethermii
   54 #       etherm10g       pci ethermii
   55         ether82598      pci
   56         ethersink
   57         ethermedium
   58         loopbackmedium
   59         usbuhci
   60         usbohci
   61         usbehci
   62 
   63 misc
   64         archmp          mp apic
   65         mtrr
   66 
   67         uarti8250
   68         uartpci         pci
   69         uartaxp         pci
   70 
   71         sdata           pci sdscsi
   72         sd53c8xx        pci sdscsi
   73         sdmv50xx        pci sdscsi
   74         sdmylex         pci sdscsi
   75         sdiahci         pci sdscsi
   76         sdaoe           sdscsi
   77 
   78 ip
   79         tcp
   80         udp
   81         ipifc
   82         icmp
   83         icmp6
   84         gre
   85         ipmux
   86         esp
   87         rudp
   88 
   89 port
   90         int cpuserver = 1;
   91 
   92 boot cpu
   93         tcp
   94 
   95 bootdir
   96         bootpccpu.out boot
   97         /386/bin/ip/ipconfig ipconfig
   98         /386/bin/auth/factotum
   99         /386/bin/usb/usbd

Cache object: 1db540c488b3d921f79d711df1b24ad0


[ 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.