X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_machine_get_class.xml;h=a874249afe972a03d9d97c2dd101c74e514bd89f;hp=d06b75231a28bd8087504dafbb0ed3ae1f83721c;hb=a56317566353ab14adc5f68da93af51d880b6ffd;hpb=5c8da64734d7dbf4058b3f9f89268f1e093a47b6 diff --git a/man/sd_machine_get_class.xml b/man/sd_machine_get_class.xml index d06b75231..a874249af 100644 --- a/man/sd_machine_get_class.xml +++ b/man/sd_machine_get_class.xml @@ -1,126 +1,152 @@ + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> - - sd_machine_get_class - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - sd_machine_get_class - 3 - - - - sd_machine_get_class - sd_machine_get_ifindices - Determine the class and network interface - indices of a locally running virtual machine or - container. - - - - - #include <systemd/sd-login.h> - - - int sd_machine_get_class - const char* machine - char *class - - - - int sd_machine_get_ifindices - const char* machine - int **ifindices - - - - - - Description - - sd_machine_get_class() may - be used to determine the class of a locally running - virtual machine or container that is registered with - systemd-machined.service8. The - string returned is either vm or - container. The returned string - needs to be freed with the libc free3 - call after use. - - sd_machine_get_ifindices() - may be used to determine the numeric indices of the - network interfaces on the host that are pointing - towards the specified locally running virtual machine - or container that is registered with - systemd-machined.service8. The - returned array needs to be freed with the libc - free3 - call after use. - - - - Return Value - - On success, these calls return 0 or a positive - integer. On failure, these calls return a negative - errno-style error code. - - - - Notes - - The sd_machine_get_class() and - sd_machine_get_ifindices() interfaces are - available as a shared library, which can be compiled - and linked to with the - libsystemd pkg-config1 - file. - - - - See Also - - - systemd1, - sd-login3, - systemd-machined.service8, - sd_pid_get_machine_name3 - - + + sd_machine_get_class + elogind + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + sd_machine_get_class + 3 + + + + sd_machine_get_class + sd_machine_get_ifindices + Determine the class and network interface indices of a + locally running virtual machine or container. + + + + + #include <elogind/sd-login.h> + + + int sd_machine_get_class + const char* machine + char **class + + + + int sd_machine_get_ifindices + const char* machine + int **ifindices + + + + + + Description + + sd_machine_get_class() may be used to + determine the class of a locally running virtual machine or + container that is registered with + elogind-machined.service8. + The string returned is either vm or + container. The returned string needs to be + freed with the libc free3 + call after use. + + sd_machine_get_ifindices() may be used + to determine the numeric indices of the network interfaces on the + host that are pointing towards the specified locally running + virtual machine or container that is registered with + elogind-machined.service8. + The returned array needs to be freed with the libc free3 + call after use. + + + + Return Value + + On success, these calls return 0 or a positive integer. On + failure, these calls return a negative errno-style error + code. + + + + Errors + + Returned errors may indicate the following problems: + + + + + -ENXIO + + The specified machine does not exist or is currently not running. + + + + + -EINVAL + + An input parameter was invalid (out of range, + or NULL, where that's not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + + + Notes + + The sd_machine_get_class() and + sd_machine_get_ifindices() interfaces are + available as a shared library, which can be compiled and linked to + with the + libelogind pkg-config1 + file. + + + + See Also + + + elogind1, + sd-login3, + elogind-machined.service8, + sd_pid_get_machine_name3 + +