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/pcauth

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 # pcauth - pccpuf specialised for our auth servers
    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         cap
   17         kprof
   18         fs
   19 
   20         ether           netif
   21         ip              arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
   22 
   23         draw            screen vga vgax
   24         mouse           mouse
   25         vga
   26 
   27         sd
   28         floppy          dma
   29 
   30         uart
   31         usb
   32         kbin
   33 
   34 link
   35         apm             apmjump
   36         etherdp83820    pci
   37         ether82557      pci
   38         ethervt6102     pci ethermii
   39         ethervt6105m    pci ethermii
   40         ethermedium
   41         netdevmedium
   42         loopbackmedium
   43         usbuhci
   44         usbohci
   45         usbehci
   46 
   47 misc
   48         realmode
   49         mtrr
   50         sdata           pci sdscsi
   51 
   52         uarti8250
   53         uartpci
   54 
   55         vgamach64xx     +cur
   56         vgas3           +cur vgasavage
   57 
   58 ip
   59         tcp
   60         udp
   61         rudp
   62         ipifc
   63         icmp
   64         icmp6
   65         gre
   66         ipmux
   67         esp
   68 
   69 port
   70         int cpuserver = 1;
   71 
   72 boot cpu boot #S/sdC0/
   73         tcp
   74         local
   75 
   76 bootdir
   77         bootpcauth.out boot
   78         /386/bin/ip/ipconfig
   79         /386/bin/auth/factotum
   80         /386/bin/fossil/fossil
   81         /386/bin/venti/venti
   82         /386/bin/usb/usbd

Cache object: 45e0d003f699451f469cdddf2861dd34


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