⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strconf_config.5

📁 7号信令功能代码,为开源代码
💻 5
字号:
.\" -*- nroff -*-.\".\" @(#) strconf_config.5,v 1.1.4.1 2004/01/12 23:45:07 brian Exp.\".\" =========================================================================.\".\" Copyright (C) 2001-2004  OpenSS7 Corp. <www.openss7.com>.\".\" All Rights Reserved..\".\" Permission is granted to make and distribute verbatim copies of this.\" manual provided the copyright notice and this permission notice are.\" preserved on all copies..\".\" Permission is granted to copy and distribute modified versions of this.\" manual under the conditions for verbatim copying, provided that the.\" entire resulting derived work is distributed under the terms of a.\" permission notice identical to this one.\" .\" Since the Linux kernel and libraries are constantly changing, this.\" manual page may be incorrect or out-of-date.  The author(s) assume no.\" responsibility for errors or omissions, or for damages resulting from.\" the use of the information contained herein.  The author(s) may not.\" have taken the same level of care in the production of this manual,.\" which is licensed free of charge, as they might when working.\" professionally..\" .\" Formatted or processed versions of this manual, if unaccompanied by.\" the source, must acknowledge the copyright and authors of this work..\".\" =========================================================================.\".\" Modified 2004/01/12 23:45:07 by brian.\".\" =========================================================================.TH STRCONF_CONFIG 5 "22 May 2003" "LiS 2.16.8" "Linux STREAMS".SH NAME.B strconf.config\- LiS STREAMS strconf configuration file.SH SYNOPSIS.PP.SH DESCRIPTION.PP.SS "Driver Specification".PP.PPThe Driver Specification is used for specifying STREAMS character special filedrivers to.BR strconf (8).The format of the Driver Specification is as follows:.HP 12.BI "driver " driver-name " " prefix " " major " " minors.PPThe components of the specification are interpreted as follows:.TP 12.B driverThe keyword.B driverintroduces this entry..TP 12.I driver-nameis the name of the STREAMS driver (not pushable module), for example.IR loop-around .It is any string of characters not including white-space characters..TP 12.I prefixis alphanumeric plus underscore, and will be prefixed to any table entriesreferencing variables within this driver.  For example, the prefix.I loop_will be used to derive the reference to the.B streamtabentry.IR loop_info .The driver must have a variable declared within it by the name.IB prefix infoof type.B streamtabstructure..TP 12.I majorspecifies the major device number that will be assigned to the device.  Thecharacter.I \(lq*\(rqmeans that the config program will choose the.I majornumber.A numeric value is used as it is given..TP 12.I minorsis the number of minors the device has.  If this field is omitted, the number1 will be used.  The value of this field isnot used for anything except togenerate a.B #definein the.B config.houtput file..TP 4Example:.nfdriver loop-around loop_ *.fiThis declares a driver which has the name.I loop-aroundfor reference purposes within the.BR strconf (8)program.  Its prefix is.IR loop_ ,and the.BR strconf (8)program is to assign its major device number..SS "Module Specification".PP.PPThe Module Specification is used for specifying pushable STREAMS modules to.BR strconf (8).The format of the Module Specification is as follows:.HP 12.BI "module " name " " prefix.PPThe components of the specification are interpreted as follows:.TP 12.B moduleThe keyword.B moduleintroduces this entry..TP 12.I nameis the name of the module, for example.IR relay-mod .It is any string of characters not including white-space characters..TP 12.I prefixis alphanumeric plus underscore, and will be prefixed to any table entriesreferencing variables wihtin this module.  For example, the prefix.I relay_will be used to derive the reference to the.B streamtabentry.IR relay_info .The module must have a variable declared within it by the name.IB prefix infoof type.B streamtabstructure..TP 4Example:.nfmodule relay-mod relay_.fiThis example declares a pushable module to be referred to internally as.IR relay-mod .Its prefix is.IR relay_ ..SS "Node Specificaton".PP.PPThe Node Specification is used for specifying which STREAMS character specialfiles must be created to.BR strconf (8).The format of the Node Specification is as follows:.HP 12.BI "node " dev-name " " type " " perm " " major " " minor.PPThe components of the specification are interpreted as follows:.TP 12.B nodeThe keyword.B nodeintroduces this entry..TP 12.I dev-name.TP 12.I type.TP 12.I perm.TP 12.I major.TP 12.I minor.SS "Device Specifications".PP.PPThe Device Specification specifies charactersitics about device drivers to.BR strconf (8).The format of the Device Specification is as follows:.HP 12.BI "device " driver-name " " unit " " port " " nports " " irq-share " " irq " " mem " " mem-size " " dma1 " " dma2.PPThe components of the specification are interpreted as follows:.TP 12.B deviceThe keyword.B deviceintroduces this entry..TP 12.I driver-name.TP 12.I unit.TP 12.I port.TP 12.I nports.TP 12.I irq-share.TP 12.I irq.TP 12.I mem.TP 12.I mem-size.TP 12.I dma1.TP 12.I dma2.SS "Driver Initialization Specification".PP.TP 12.B initialize.TP 12.I driver-name.SS "Driver Termination Specification".PP.TP 12.B terminate.TP 12.I driver-name.SS "Driver Interrupt Specification".PP.TP 12.B interrupt.TP 12.I driver-name.SS "Object Name Specification".PP.TP 12.B objname.TP 12.I type.TP 12.I name.TP 12.I object-name.SS "Loadable Specification".PP.TP 12.B loadable.TP 12.I object-name.SS "Autopush Specification".PP.TP 12.B autopush.TP 12.I driver-name.TP.I minor.TP.I last-minor.TP.I module-list.SS "Tunable Parameter Specification".PP.TP 12.B define.TP 12.I name.TP 12.I value

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -