procfs.h (d167cf6f3a474d20001eddfb1d7c672407ef2630) | procfs.h (17dfbc1c43467f952aabe4c72744b33a258a6488) |
---|---|
1/*- 2 * Copyright (c) 1993 Jan-Simon Pendry 3 * Copyright (c) 1993 4 * The Regents of the University of California. All rights reserved. 5 * 6 * This code is derived from software contributed to Berkeley by 7 * Jan-Simon Pendry. 8 * --- 25 unchanged lines hidden (view full) --- 34 * 35 * From: 36 * $FreeBSD$ 37 */ 38 39#ifdef _KERNEL 40 41int procfs_docurproc(PFS_FILL_ARGS); | 1/*- 2 * Copyright (c) 1993 Jan-Simon Pendry 3 * Copyright (c) 1993 4 * The Regents of the University of California. All rights reserved. 5 * 6 * This code is derived from software contributed to Berkeley by 7 * Jan-Simon Pendry. 8 * --- 25 unchanged lines hidden (view full) --- 34 * 35 * From: 36 * $FreeBSD$ 37 */ 38 39#ifdef _KERNEL 40 41int procfs_docurproc(PFS_FILL_ARGS); |
42int procfs_doosrel(PFS_FILL_ARGS); |
|
42int procfs_doproccmdline(PFS_FILL_ARGS); 43int procfs_doprocctl(PFS_FILL_ARGS); 44int procfs_doprocdbregs(PFS_FILL_ARGS); 45int procfs_doprocfile(PFS_FILL_ARGS); 46int procfs_doprocfpregs(PFS_FILL_ARGS); 47int procfs_doprocmap(PFS_FILL_ARGS); 48int procfs_doprocmem(PFS_FILL_ARGS); 49int procfs_doprocnote(PFS_FILL_ARGS); --- 15 unchanged lines hidden --- | 43int procfs_doproccmdline(PFS_FILL_ARGS); 44int procfs_doprocctl(PFS_FILL_ARGS); 45int procfs_doprocdbregs(PFS_FILL_ARGS); 46int procfs_doprocfile(PFS_FILL_ARGS); 47int procfs_doprocfpregs(PFS_FILL_ARGS); 48int procfs_doprocmap(PFS_FILL_ARGS); 49int procfs_doprocmem(PFS_FILL_ARGS); 50int procfs_doprocnote(PFS_FILL_ARGS); --- 15 unchanged lines hidden --- |