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/zfs/static_ccompile.h

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 /*
    2  * $FreeBSD$
    3  */
    4 
    5 #ifndef _SPL_NVLIST_H_
    6 #define _SPL_NVLIST_H_
    7 
    8 #ifdef INVARIANTS
    9 #define        ZFS_DEBUG
   10 #endif
   11 
   12 #define nvlist_add_nvlist       spl_nvlist_add_nvlist
   13 #define nvlist_add_nvlist_array spl_nvlist_add_nvlist_array
   14 #define nvlist_add_nvpair       spl_nvlist_add_nvpair
   15 #define nvlist_add_string       spl_nvlist_add_string
   16 #define nvlist_add_string_array spl_nvlist_add_string_array
   17 #define nvlist_empty    spl_nvlist_empty
   18 #define nvlist_exists   spl_nvlist_exists
   19 #define nvlist_free     spl_nvlist_free
   20 #define nvlist_next_nvpair      spl_nvlist_next_nvpair
   21 #define nvlist_pack     spl_nvlist_pack
   22 #define nvlist_prev_nvpair      spl_nvlist_prev_nvpair
   23 #define nvlist_remove_nvpair    spl_nvlist_remove_nvpair
   24 #define nvlist_size     spl_nvlist_size
   25 #define nvlist_unpack   spl_nvlist_unpack
   26         
   27 #define nvpair_type     spl_nvpair_type
   28 #define nvpair_name     spl_nvpair_name
   29 #endif

Cache object: da05272f4d2799870552a382be58c7ae


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