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/alpha/linux/linux_dummy.c

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) 2000 Andrew Gallatin
    3  * Copyright (c) 1994-1995 Søren Schmidt
    4  * All rights reserved.
    5  *
    6  * Redistribution and use in source and binary forms, with or without
    7  * modification, are permitted provided that the following conditions
    8  * are met:
    9  * 1. Redistributions of source code must retain the above copyright
   10  *    notice, this list of conditions and the following disclaimer 
   11  *    in this position and unchanged.
   12  * 2. Redistributions in binary form must reproduce the above copyright
   13  *    notice, this list of conditions and the following disclaimer in the
   14  *    documentation and/or other materials provided with the distribution.
   15  * 3. The name of the author may not be used to endorse or promote products
   16  *    derived from this software without specific prior written permission
   17  *
   18  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   19  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   20  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   21  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
   22  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
   23  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
   24  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
   25  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   26  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
   27  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   28  *
   29  * $FreeBSD: releng/5.1/sys/alpha/linux/linux_dummy.c 97748 2002-06-02 20:05:59Z schweikh $
   30  */
   31 
   32 #include <sys/param.h>
   33 #include <sys/systm.h>
   34 #include <sys/proc.h>
   35 
   36 #include <alpha/linux/linux.h>
   37 #include <alpha/linux/linux_proto.h>
   38 #include <compat/linux/linux_util.h>
   39 
   40 DUMMY(ptrace);
   41 DUMMY(syslog);
   42 DUMMY(vhangup);
   43 DUMMY(swapoff);
   44 DUMMY(sysinfo);
   45 DUMMY(adjtimex);
   46 DUMMY(create_module);
   47 DUMMY(init_module);
   48 DUMMY(delete_module);
   49 DUMMY(get_kernel_syms);
   50 DUMMY(quotactl);
   51 DUMMY(bdflush);
   52 DUMMY(sysfs);
   53 DUMMY(setfsuid);
   54 DUMMY(setfsgid);
   55 DUMMY(query_module);
   56 DUMMY(nfsservctl);
   57 DUMMY(prctl);
   58 DUMMY(rt_sigpending);
   59 DUMMY(rt_sigtimedwait);
   60 DUMMY(rt_sigqueueinfo);
   61 DUMMY(capget);
   62 DUMMY(capset);
   63 DUMMY(sendfile);
   64 
   65 DUMMY(getdtablesize);
   66 DUMMY(gethostname);
   67 DUMMY(getpagesize);
   68 DUMMY(madvise);
   69 DUMMY(mincore);
   70 DUMMY(old_adjtimex);
   71 DUMMY(pciconfig_iobase);
   72 DUMMY(pciconfig_read);
   73 DUMMY(pciconfig_write);
   74 DUMMY(pivot_root);
   75 DUMMY(recvmsg);
   76 DUMMY(sendmsg);
   77 DUMMY(sethae);
   78 DUMMY(sigaltstack);
   79 DUMMY(sigpending);
   80 DUMMY(socketpair);
   81 DUMMY(utimes);
   82 

Cache object: fbc5872e0bb2c55b034a43cfd4ff3d09


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