OpenSS7
SS7 for the
Common Man
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.
Last modified: Sat, 01 Nov 2008 10:42:12 GMT
Home TopIndex FirstPrev Next LastMore Download Info FAQ Mail  Home -> Documentation -> Man Pages -> Manpage of LIS_DEPREC
Quick Links

Download

SCTP

SIGTRAN

SS7

Hardware

STREAMS

Asterisk

Related

Package

Manual

FAQ

Man Pages

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

OS

Documentation

FAQ

SIGTRAN

Design

Conformance

Performance

References

Man Pages

Manuals

Papers

Home

Overview

Status

Documentation

Resources

About

News

Manpage of LIS_DEPREC

Description: Manual Page

Keywords: ss7 ss7/ip ss7 over ip ss7 mtp ss7 sccp ss7 tcap sigtran mtp sccp tcap openss7 acb56 linux telephony pstn linux telephony linux nebs linux compactpci


LIS_DEPREC

Section: OpenSS7 STREAMS Compatibility DDI/DKI (9)
Updated: 2008-10-31
Index Return to Main Contents

NAME

lis_deprec - OpenSS7 STREAMS Compatibility LiS Deprecated Symbols

SYNOPSIS

insmod liscompat.o

OVERVIEW

This manual page documents deprecated LiS[1] functions that are no longer supported under the LiS source compatibility module.

DESCRIPTION

Following are the deprecated functions:

lis__kfree

lis__kfree() is an inefficient wrapper to kfree(9) and kmem_cache_free(9). CM calls kfree(9). New programs should use kmem_free(9). lis__kfree() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis__kmalloc

lis__kmalloc() is an inefficient wrapper to kmalloc(9) and kmem_cache_alloc(9). CM calls kmalloc(9). New programs should use kmem_alloc(9). lis__kmalloc() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_add_timer

lis_add_timer() is an inefficient wrapper to add_timer(9). CM calls add_timer(9). New programs should use timeout(9), qtimeout(9), or add_timer(9). lis_add_timer() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_allocq

lis_allocq() has no known bugs but has a different argument declaration that the SVR 4.2 STREAMS[2] version. CM calls allocq(9) and ignores the name argument. New programs should use allocq(9). lis_allocq(9) was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_apushm

lis_apushm() has no known bugs. CM calls apush_get(9). New programs should use apush_get(9). lis_apushm() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_basename

lis_basename() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_can_unload ()

lis_can_unload() is an inefficient wrapper to MOD_IN_USE. CM returns zero (0) (because no LiS module exists). New programs should not use this function. lis_can_unload() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_guard

lis_check_guard() is for debugging memory. CM returns one (1). New programs should not use this function. Memory debugging facilities are provided by Linux slab functions. lis_check_guard() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_mem

lis_check_mem() is for debugging memory. CM returns one (1). New programs should not use this function. Memory debugging facilities are provided by Linux slab functions. lis_check_mem() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_q_magic

lis_check_q_magic() is for testing queue structure magic numbers. CM returns one (1). New programs should not use this function. lis_check_q_magic() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_region

lis_check_region() is an inefficient wrapper to check_region(9). CM calls check_region(9). New programs should use check_region(9). lis_check_region(9). was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_mem_region

lis_check_mem_region() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_check_umem

lis_check_umem() is an inefficient wrapper to verify_area(9). CM calls verify_area(9). New programs should use verify_area(9). lis_check_umem() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_copyin

lis_copyin() is an inefficient wrapper to copy_from_user(9). CM calls copyin(9). New programs should use copyin(9). lis_copyin() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_copyout

lis_copyout() is an inefficient wrapper to copy_to_user(9). CM calls copyout(9). New programs should use copyout(9). copyout(9). was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_dec_mod_cnt_fcn

lis_dec_mod_cnt_fcn() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_del_timer

lis_del_timer() is an inefficient wrapper for del_timer(9). CM calls del_timer(9). New programs should use del_timer(9), untimeout(9), or quntimeout(9). lis_del_timer() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_dobufcall

lis_dobufcall() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_doclose

lis_doclose() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_enable_intr

lis_enable_intr() uses its own internal device management. CM returns a bug if this function is called. New programs should use enable_irq(9). lis_enable_intr() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fattach

lis_fattach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fdetach

lis_fdetach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fdetach_all

lis_fdetach_all is an exported internal LiS function. CM returns a bug if this function is called. New programs should use sys_fdetach(9). lis_fdetach_all was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fdetach_stream

lis_fdetach_stream() is an exported internal LiS function. CM returns a bug if this function is called. New programs should use sys_fdetach(9). lis_fdetach_stream() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fifo_close_sync

lis_fifo_close_sync() is an exported internal LiS function. CM calls fifoclose(9). New programs should not call this function. lis_fifo_close_sync() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fifo_open_sync

lis_fifo_open_sync() is an exported internal LiS function. CM calls fifoopen(9). New programs should not call this function. lis_fifo_open_sync() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fifo_write_sync

lis_fifo_write_sync() is an exported internal LiS function. CM calls fifowrite(9). New programs should not call this function. lis_fifo_write_sync() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_file_inode

lis_file_inode() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_file_str

lis_file_str() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_find_strdev

lis_find_strdev() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_flush_print_buffer

lis_flush_print_buffer() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_fmod_sw

lis_fmod_sw was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_freedb

lis_freedb() is an exported internal LiS function. CM returns a bug if this function is called. New programs should use the message block interface to free data blocks. lis_freedb() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_get_passfp

lis_get_passfp() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_get_pipe

lis_get_pipe is an exported internal LiS function. CM calls do_pipe(9). New programs should use do_pipe(9). lis_get_pipe was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_in_syscall

lis_in_syscall() is an exported internal LiS function. CM returns false (0). New programs should not call this function. lis_in_syscall() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_inc_mod_cnt_fcn

lis_inc_mod_cnt_fcn() is an inefficient wrapper for MOD_INC_USE_COUNT. CM simply returns. New programs should not use this function. lis_inc_mod_cnt_fcn() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_init_bufcall

lis_init_bufcall() is an exported internal LiS function. CM simply returns. New programs should not use this function. lis_init_bufcall() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_ioc_fattach

lis_ioc_fattach is an inefficient wrapper for sys_fattach(9). CM uses sys_fattach(9). New programs should use sys_fattach(9). lis_ioc_fattach was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_ioc_fdetach

lis_ioc_fdetach is an inefficient wrapper for sys_fdetach(9). CM calls sys_fdetach(9). New programs should use sys_fdetach(9). lis_ioc_fdetach was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_ioc_pipe

lis_ioc_pipe() is an inefficient wrapper for do_pipe(9). CM calls do_pipe(9). New programs should use sys_pipe(9) or do_pipe(9). lis_ioc_pipe() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_kill_pg

lis_kill_pg() is an inefficient wrapper for kill_pg(9). New programs should use kill_pg(9). lis_kill_pg() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_kill_proc

lis_kill_proc() is an inefficient wrapper for kill_proc(9). New programs should use kill_proc(9). lis_kill_proc() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_loadable_load

lis_loadable_load() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_maj_min_name

lis_maj_min_name() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_mark_mem

lis_mark_mem() is an exported internal LiS function. CM simply returns. New programs should not use this function. lis_mark_mem() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_max_mem

lis_max_mem was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_old_inode

lis_old_inode() is an exported internal LiS function. CM will return a bug and NULL if this function is called. New programs should not use this function. lis_old_inode() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_open_cnt

lis_open_cnt() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_pci_cleanup

lis_pci_cleanup() CM does not support this function and will return a bug and NULL if it is called. New programs should not use this function. lis_pci_cleanup() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_pipe

lis_pipe() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_poll_2_1

lis_poll_2_1() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_poll_bits

lis_poll_bits() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_poll_events

lis_poll_events() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_poll_file

lis_poll_file() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_print_queues

lis_print_queues() is an LiS debug print function. CM does nothing. New programs should not use this function. lis_print_queues() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_print_spl_track

lis_print_spl_track() is an LiS debug print function. CM does nothing. New programs should not use this function. lis_print_spl_track() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_print_stream

lis_print_stream() is an LiS debug print function. CM does nothing. New programs should not use this function. lis_print_stream() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_qattach

lis_qattach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_qdetach

lis_qdetach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_queuerun_cnts

lis_queuerun_cnts() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_queues_running

lis_queues_running() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_recvfd

lis_recvfd() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_release_mem_region

lis_release_mem_region() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_request_mem_region

lis_request_mem_region() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_runq_cnts

lis_runq_cnts() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_runq_req_cnt

lis_runq_req_cnt() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_sendfd

lis_sendfd() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_set_file_str

lis_set_file_str() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_setq

lis_setq() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_setqsched

lis_setqsched() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_setqsched_cnts

lis_setqsched_cnts() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_setqsched_isr_cnts

lis_setqsched_isr_cnts() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_stdata_cnt

lis_stdata_cnt() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strclose

lis_strclose() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strcount

lis_strcount() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strgetpmsg

lis_strgetpmsg() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strioctl

lis_strioctl() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_stropen

lis_stropen() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strputpmsg

lis_strputpmsg() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strread

lis_strread() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strstats

lis_strstats() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_strwrite

lis_strwrite() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_umount2

lis_umount2() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

lis_valid_mod_list

lis_valid_mod_list() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module.

SEE ALSO

lis_add_timer(9), lis_apushm(9), lis_basename(9), lis_can_unload(9), lis_check_guard(9), lis_check_mem(9), lis_check_mem_region(9), lis_check_q_magic(9), lis_check_region(9), lis_check_umem(9), lis_copyin(9), lis_copyout(9), lis_dec_mod_cnt_fcn(9), lis_del_timer(9), lis_dobufcall(9), lis_doclose(9), lis_enable_intr(9), lis_fattach(9), lis_fdetach(9), lis_fdetach_all(9), lis_fdetach_stream(9), lis_fifo_close_sync(9), lis_fifo_open_sync(9), lis_fifo_write_sync(9), lis_file_inode(9), lis_file_str(9), lis_find_strdev(9), lis_flush_print_buffer(9), lis_fmod_sw(9), lis_freedb(9), lis_get_passfp(9), lis_get_pipe(9), lis_inc_mod_cnt_fcn(9), lis_init_bufcall(9), lis_in_syscall(9), lis_ioc_fattach(9), lis_ioc_fdetach(9), lis_ioc_pipe(9), lis__kfree(9), lis_kill_pg(9), lis_kill_proc(9), lis__kmalloc(9), lis_loadable_load(9), lis_maj_min_name(9), lis_mark_mem(9), lis_max_mem(9), lis_old_inode(9), lis_open_cnt(9), lis_pci_cleanup(9), lis_pipe(9), lis_poll_2_1(9), lis_poll_bits(9), lis_poll_events(9), lis_poll_file(9), lis_print_queues(9), lis_print_spl_track(9), lis_print_stream(9), lis_qattach(9), lis_qdetach(9), lis_queuerun_cnts(9), lis_queues_running(9), lis_recvfd(9), lis_release_mem_region(9), lis_request_mem_region(9), lis_runq_cnts(9), lis_runq_req_cnt(9), lis_sendfd(9), lis_set_file_str(9), lis_setq(9), lis_setqsched(9), lis_setqsched_cnts(9), lis_setqsched_isr_cnts(9), lis_stdata_cnt(9), lis_strclose(9), lis_strcount(9), lis_strgetpmsg(9), lis_strioctl(9), lis_stropen(9), lis_strputpmsg(9), lis_strread(9), lis_strstats(9), lis_strwrite(9), lis_umount2(9), lis_valid_mod_list(9).

REFERENCES

[1]
LIS 2.18, Linux STREAMS (LiS) 2.18.6 Source Code, Brian Bidulock, ed., OpenSS7 Corporation. <http://www.openss7.org/>
[2]
SVR 4.2, UNIX® System V Release 4.2 Programmer's Manual, 1992, (Englewood Cliffs, New Jersey), AT&T UNIX System Laboratories, Inc., Prentice Hall.

TRADEMARKS

OpenSS7tm
is a trademark of OpenSS7 Corporation.
Linux®
is a registered trademark of Linus Torvalds.
UNIX®
is a registered trademark of The Open Group.
Solaris®
is a registered trademark of Sun Microsystems.

Other trademarks are the property of their respective owners.

IDENTIFICATION


OpenSS7 STREAMS Compatibility: Package strcompat version 0.9.2.7 released 2008-10-31.

Copyright©1997-2008OpenSS7 Corp. All Rights Reserved.
(See roff source for permission notice.)



Index

NAME
SYNOPSIS
OVERVIEW
DESCRIPTION
lis__kfree
lis__kmalloc
lis_add_timer
lis_allocq
lis_apushm
lis_basename
lis_can_unload ()
lis_check_guard
lis_check_mem
lis_check_q_magic
lis_check_region
lis_check_mem_region
lis_check_umem
lis_copyin
lis_copyout
lis_dec_mod_cnt_fcn
lis_del_timer
lis_dobufcall
lis_doclose
lis_enable_intr
lis_fattach
lis_fdetach
lis_fdetach_all
lis_fdetach_stream
lis_fifo_close_sync
lis_fifo_open_sync
lis_fifo_write_sync
lis_file_inode
lis_file_str
lis_find_strdev
lis_flush_print_buffer
lis_fmod_sw
lis_freedb
lis_get_passfp
lis_get_pipe
lis_in_syscall
lis_inc_mod_cnt_fcn
lis_init_bufcall
lis_ioc_fattach
lis_ioc_fdetach
lis_ioc_pipe
lis_kill_pg
lis_kill_proc
lis_loadable_load
lis_maj_min_name
lis_mark_mem
lis_max_mem
lis_old_inode
lis_open_cnt
lis_pci_cleanup
lis_pipe
lis_poll_2_1
lis_poll_bits
lis_poll_events
lis_poll_file
lis_print_queues
lis_print_spl_track
lis_print_stream
lis_qattach
lis_qdetach
lis_queuerun_cnts
lis_queues_running
lis_recvfd
lis_release_mem_region
lis_request_mem_region
lis_runq_cnts
lis_runq_req_cnt
lis_sendfd
lis_set_file_str
lis_setq
lis_setqsched
lis_setqsched_cnts
lis_setqsched_isr_cnts
lis_stdata_cnt
lis_strclose
lis_strcount
lis_strgetpmsg
lis_strioctl
lis_stropen
lis_strputpmsg
lis_strread
lis_strstats
lis_strwrite
lis_umount2
lis_valid_mod_list
SEE ALSO
REFERENCES
TRADEMARKS
IDENTIFICATION

This document was created by man2html, using the manual pages.
Time: 06:23:51 GMT, May 21, 2013
OpenSS7
SS7 for the
Common Man
Home TopIndex FirstPrev Next LastMore Download Info FAQ Mail  Home -> Documentation -> Man Pages -> Manpage of LIS_DEPREC
Last modified: Sat, 01 Nov 2008 10:42:12 GMT
© Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved.