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