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/compat/sys/timex.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 /* $NetBSD: timex.h,v 1.1 2006/05/29 09:57:54 drochner Exp $ */
    2 
    3 /******************************************************************************
    4  *                                                                            *
    5  * Copyright (c) David L. Mills 1993, 1994                                    *
    6  *                                                                            *
    7  * Permission to use, copy, modify, and distribute this software and its      *
    8  * documentation for any purpose and without fee is hereby granted, provided  *
    9  * that the above copyright notice appears in all copies and that both the    *
   10  * copyright notice and this permission notice appear in supporting           *
   11  * documentation, and that the name University of Delaware not be used in     *
   12  * advertising or publicity pertaining to distribution of the software        *
   13  * without specific, written prior permission.  The University of Delaware    *
   14  * makes no representations about the suitability this software for any       *
   15  * purpose.  It is provided "as is" without express or implied warranty.      *
   16  *                                                                            *
   17  ******************************************************************************/
   18 
   19 struct ntptimeval30 {
   20         struct timeval time;    /* current time (ro) */
   21         long maxerror;          /* maximum error (us) (ro) */
   22         long esterror;          /* estimated error (us) (ro) */
   23 };
   24 
   25 #ifndef _KERNEL
   26 int ntp_gettime(struct ntptimeval30 *);
   27 int __ntp_gettime30(struct ntptimeval *);
   28 #endif

Cache object: 9c3c4c3dd1a46364470652ff5dd1db71


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