*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> vdevgone (9)              
Title
Content
Arch
Section
 

VDEVGONE(9)

Contents


NAME    [Toc]    [Back]

     vdevgone - revoke all specified minor numbered vnodes for  a
device

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <sys/vnode.h>

     void
     vdevgone(int maj, int minl, int minh, enum vtype type);

DESCRIPTION    [Toc]    [Back]

     The  vdevgone()  function  will revoke all the vnodes corresponding to the
     specified minor number range for the  device  with  a  major
number of maj
     and of type type.

     Its arguments are:

     maj       The major number of the device.

     minl       The  lowest minor number for the device to be revoked.

     minh      The highest minor number for the device to be  revoked.

     type      The type of the device; this must be one of:

               VBLK      Device is a block device

               VCHR      Device is a character device

     The endpoints specified by minl and minh are inclusive.

SEE ALSO    [Toc]    [Back]

      
      
     vfinddev(9), vnode(9)

HISTORY    [Toc]    [Back]

     This man page was originally written for OpenBSD.

OpenBSD      3.6                        February     18,     2002
[ Back ]
 Similar pages
Name OS Title
clone IRIX open any minor device on a STREAMS driver
VOP_REVOKE FreeBSD revoke access to a device and its aliases
clone Tru64 Opens a major and minor device pair on a STREAMS driver
clone HP-UX opens a major and minor device pair on a STREAMS driver
vnode OpenBSD an overview of vnodes
vflush FreeBSD flush vnodes for a mount point
vflush OpenBSD flush vnodes for a mount point
cd_setdevmap Tru64 set mappings of major/minor numbers of a
cd_getdevmap Tru64 get mappings of major/minor numbers of a
cddevsuppl Tru64 Sets and gets the major and minor numbers of
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service