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/vmware/vmci/vmci_datagram.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  * Copyright (c) 2018 VMware, Inc.
    3  *
    4  * SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
    5  *
    6  * $FreeBSD$
    7  */
    8 
    9 /* Internal functions in the VMCI Simple Datagram API */
   10 
   11 #ifndef _VMCI_DATAGRAM_H_
   12 #define _VMCI_DATAGRAM_H_
   13 
   14 #include "vmci_call_defs.h"
   15 
   16 /* Datagram API for non-public use. */
   17 int     vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg);
   18 int     vmci_datagram_invoke_guest_handler(struct vmci_datagram *dg);
   19 int     vmci_datagram_get_priv_flags(struct vmci_handle handle,
   20             vmci_privilege_flags *priv_flags);
   21 
   22 /* Misc. */
   23 void    vmci_datagram_sync(void);
   24 bool    vmci_datagram_check_host_capabilities(void);
   25 
   26 #endif /* !_VMCI_DATAGRAM_H_ */

Cache object: e89854ab481ab4572b9cbcb369d71987


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