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/dev/dmover/files.dmover

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.dmover,v 1.1 2002/08/02 00:30:40 thorpej Exp $
    2 
    3 define  dmover_service
    4 
    5 file    dev/dmover/dmover_backend.c     dmover_service
    6 file    dev/dmover/dmover_process.c     dmover_service
    7 file    dev/dmover/dmover_request.c     dmover_service
    8 file    dev/dmover/dmover_session.c     dmover_service
    9 file    dev/dmover/dmover_util.c        dmover_service
   10 
   11 # Software back-end which provides the dmover functions
   12 # documented in dmover(9).
   13 defpseudo       swdmover: dmover_service
   14 file            dev/dmover/swdmover.c   swdmover
   15 
   16 # Userland interface to dmover(9) through a message-passing
   17 # interface.
   18 defpseudo       dmoverio: dmover_service
   19 file            dev/dmover/dmover_io.c  dmoverio        needs-flag

Cache object: 45e54d5fe789395eb615848d226b7a5f


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