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/modules/libmchain/Makefile

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 # $FreeBSD: releng/8.0/sys/modules/libmchain/Makefile 107843 2002-12-14 00:01:51Z tjr $
    2 
    3 .PATH: ${.CURDIR}/../../kern
    4 
    5 KMOD=   libmchain
    6 SRCS=   subr_mchain.c
    7 
    8 EXPORT_SYMS=    mb_init         \
    9                 mb_initm        \
   10                 mb_done         \
   11                 mb_detach       \
   12                 mb_fixhdr       \
   13                 mb_reserve      \
   14                 mb_put_uint8    \
   15                 mb_put_uint16be \
   16                 mb_put_uint16le \
   17                 mb_put_uint32be \
   18                 mb_put_uint32le \
   19                 mb_put_int64be  \
   20                 mb_put_int64le  \
   21                 mb_put_mem      \
   22                 mb_put_mbuf     \
   23                 mb_put_uio      \
   24                 md_init         \
   25                 md_initm        \
   26                 md_done         \
   27                 md_append_record \
   28                 md_next_record  \
   29                 md_get_uint8    \
   30                 md_get_uint16   \
   31                 md_get_uint16le \
   32                 md_get_uint16be \
   33                 md_get_uint32   \
   34                 md_get_uint32be \
   35                 md_get_uint32le \
   36                 md_get_int64    \
   37                 md_get_int64be  \
   38                 md_get_int64le  \
   39                 md_get_mem      \
   40                 md_get_mbuf     \
   41                 md_get_uio      \
   42 
   43 .include <bsd.kmod.mk>

Cache object: c9e7b67d3b638b4f1354aecc740bc822


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