GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Get_Sysinfo(special file) Get_Sysinfo(special file)

Get_Sysinfo — get information about a tool's host

Get_Sysinfo(out string sysname,

out string nodename,
out string release,
out string version,
out string machine);

The Get_Sysinfo request gets information about the handler's host.

The sysname argument is the name of the host's operating system.

The nodename argument is the name of the host.

The release and version arguments are implementation-specific information about the host's operating system.

The machine argument is an implementation-specific name that identifies the hardware on which the operating system is running.

The ttdt_session_join(3), function can be used to register for, and transparently process, the Get_Sysinfo request.

The Get_Sysinfo message can be sent as in the following example:

Tt_message msg = tttk_message_create(0, TT_REQUEST, TT_SESSION,

the_recipient_procid, TTDT_GET_SYSINFO,
my_callback); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_send(msg);

uname(2) tt_message_arg_add(3), tt_message_send(3), ttdt_session_join(3).


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.