| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:42:12 GMT | ||||||||||||||||
| |||||||||||||||||
| Manpage of LIS_DEPRECDescription: Manual PageKeywords: 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 compactpciLIS_DEPRECSection: OpenSS7 STREAMS Compatibility DDI/DKI (9)Updated: 2008-10-31 Index Return to Main Contents NAMElis_deprec - OpenSS7 STREAMS Compatibility LiS Deprecated SymbolsSYNOPSISOVERVIEWThis manual page documents deprecated LiS[1] functions that are no longer supported under the LiS source compatibility module. DESCRIPTIONFollowing are the deprecated functions: lis__kfreelis__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__kmalloclis__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_timerlis_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_allocqlis_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_apushmlis_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_basenamelis_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_guardlis_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_memlis_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_magiclis_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_regionlis_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_regionlis_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_umemlis_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_copyinlis_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_copyoutlis_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_fcnlis_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_timerlis_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_dobufcalllis_dobufcall() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_docloselis_doclose() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_enable_intrlis_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_fattachlis_fattach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_fdetachlis_fdetach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_fdetach_alllis_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_streamlis_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_synclis_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_synclis_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_synclis_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_inodelis_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_strlis_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_strdevlis_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_bufferlis_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_swlis_fmod_sw was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_freedblis_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_passfplis_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_pipelis_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_syscalllis_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_fcnlis_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_bufcalllis_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_fattachlis_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_fdetachlis_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_pipelis_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_pglis_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_proclis_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_loadlis_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_namelis_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_memlis_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_memlis_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_inodelis_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_cntlis_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_cleanuplis_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_pipelis_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_1lis_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_bitslis_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_eventslis_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_filelis_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_queueslis_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_tracklis_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_streamlis_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_qattachlis_qattach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_qdetachlis_qdetach() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_queuerun_cntslis_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_runninglis_queues_running() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_recvfdlis_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_regionlis_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_regionlis_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_cntslis_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_cntlis_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_sendfdlis_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_strlis_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_setqlis_setq() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_setqschedlis_setqsched() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_setqsched_cntslis_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_cntslis_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_cntlis_stdata_cnt() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strcloselis_strclose() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strcountlis_strcount() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strgetpmsglis_strgetpmsg() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strioctllis_strioctl() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_stropenlis_stropen() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strputpmsglis_strputpmsg() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strreadlis_strread() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strstatslis_strstats() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_strwritelis_strwrite() was deprecated in LiS 2.18.0, is no longer an exported symbol, and has been removed from the compatibility module. lis_umount2lis_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_listlis_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 ALSOlis_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
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
Index
This document was created by man2html, using the manual pages. Time: 22:40:20 GMT, May 22, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:42:12 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |