The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

bus_generic_print_child ()
  • >> bus_generic_print_child (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    bus_generic_print_child
    
     - generic implementation of
    
    DEVICE_PRINT_CHILD
    
    for busses
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/bus.h>
    int bus_generic_print_child (device_t dev device_t child);
     

    DESCRIPTION

    This implementation prints out the default device announcement message. Given device 'foo0' on bus 'bar0' where foo0 has the name "FooCard 1234" the following would be printed:

    foo0: <FooCard 1234> on bar0

    bus_generic_print_child itself calls two functions bus_print_child_header ();
    and bus_print_child_footer ();
    The former prints "foo0: <FooCard 1234>" and the latter "on bar0". These routines should be used if possible in your own code if bus_generic_print_child ();
    does not completely suit your needs.  

    RETURN VALUES

    The number of characters output.  

    SEE ALSO

    device(9)  

    AUTHORS

    This manual page was written by An Doug Rabson .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру