代码搜索:devfs
找到约 793 项符合「devfs」的源代码
代码结果 793
www.eeworm.com/read/281388/4116508
readme devfs.readme
In my opinion this is an "obviously good" patch.
The only reason why it isn't applied is because I no longer maintain gpm.
I hope the new maintainer (if any) will apply it. Thanks Adam.
/alessandro
www.eeworm.com/read/281388/4116512
patch devfs.patch
From gpm-request@prosa.it Thu Apr 27 12:07:30 2000
Received: from localhost (rubini@localhost [127.0.0.1])
by morgana.systemy.it (8.9.3/8.9.3/Debian/GNU) with ESMTP id MAA19031
for
www.eeworm.com/read/447907/1692772
h devfs.h
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _NEWOS_KERNEL_FS_DEVFS_H
#define _NEWOS_KERNEL_FS_DEVFS_H
#include
www.eeworm.com/read/401262/2342401
c devfs.c
//
// devfs.c
//
// Device Filesystem
//
// Copyright (C) 2002 Michael Ringgaard. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification,
www.eeworm.com/read/398200/2382462
cxx devfs.cxx
//==========================================================================
//
// devfs.cxx
//
// Fileio device filesystem
//
//=============================================================
www.eeworm.com/read/284422/8932512
txt devfs_sample.txt
static int __init s3c2410ts_probe(struct device *dev)
{
int ret;
tsEvent = tsEvent_dummy;
ret = register_chrdev(0, DEVICE_NAME, &s3c2410_fops);
if (ret < 0) {
printk(DEVICE_NAME " can'
www.eeworm.com/read/164463/10106731
h devfs_fs.h
#ifndef _LINUX_DEVFS_FS_H
#define _LINUX_DEVFS_FS_H
#include
#define DEVFSD_PROTOCOL_REVISION_KERNEL 5
#define DEVFSD_IOCTL_BASE 'd'
/* These are the various ioctls */
#define D
www.eeworm.com/read/273921/10894725
c my_devfs.c
#include
#include
#include
#include
#include
#include
#include
#include