[BACK]Return to kdump_subr.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / kdump

Annotation of src/usr.bin/kdump/kdump_subr.h, Revision 1.1

1.1     ! otto        1: /*     $OpenBSD$       */
        !             2: /*
        !             3:  * Copyright(c) 2006 2006 David Kirchner <dpk@dpk.net>
        !             4:  *
        !             5:  * Permission to use, copy, modify, and distribute this software for any
        !             6:  * purpose with or without fee is hereby granted, provided that the above
        !             7:  * copyright notice and this permission notice appear in all copies.
        !             8:  *
        !             9:  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
        !            10:  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
        !            11:  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
        !            12:  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
        !            13:  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
        !            14:  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
        !            15:  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
        !            16:  */
        !            17:
        !            18: /* $FreeBSD: src/usr.bin/kdump/kdump_subr.h,v 1.3 2007/04/09 22:04:27 emaste Exp $ */
        !            19:
        !            20: void signame(int);
        !            21: void semctlname(int);
        !            22: void shmctlname(int);
        !            23: void semgetname(int);
        !            24: void fcntlcmdname(int, int, int);
        !            25: void rtprioname(int);
        !            26: void modename(int);
        !            27: void flagsname(int);
        !            28: void flagsandmodename(int, int, int);
        !            29: void accessmodename(int);
        !            30: void mmapprotname(int);
        !            31: void mmapflagsname(int);
        !            32: void wait4optname(int);
        !            33: void sendrecvflagsname(int);
        !            34: void getfsstatflagsname(int);
        !            35: void mountflagsname(int);
        !            36: void rebootoptname(int);
        !            37: void flockname(int);
        !            38: void sockoptname(int);
        !            39: void sockoptlevelname(int, int);
        !            40: void sockdomainname(int);
        !            41: void sockipprotoname(int);
        !            42: void socktypename(int);
        !            43: void thrcreateflagsname(int);
        !            44: void mlockallname(int);
        !            45: void shmatname(int);
        !            46: void rforkname(int);
        !            47: void nfssvcname(int);
        !            48: void whencename(int);
        !            49: void rlimitname(int);
        !            50: void shutdownhowname(int);
        !            51: void prioname(int);
        !            52: void madvisebehavname(int);
        !            53: void msyncflagsname(int);
        !            54: void schedpolicyname(int);
        !            55: void kldunloadfflagsname(int);
        !            56: void ksethrcmdname(int);
        !            57: void extattrctlname(int);
        !            58: void kldsymcmdname(int);
        !            59: void sendfileflagsname(int);
        !            60: void acltypename(int);
        !            61: void sigprocmaskhowname(int);
        !            62: void lio_listioname(int);
        !            63: void minheritname(int);
        !            64: void quotactlname(int);
        !            65: void ptraceopname(int);