getdevicerange - get the label range of a device
cc [flag...] file... -lbsm -ltsol [library...]
#include <tsol/label.h> blrange_t *getdevicerange(const char *device);
The getdevicerange() function returns the label range of a user-allocatable device.
If the label range is not specified for device, getdevicerange() returns the default values of ADMIN_LOW for the lower bound and ADMIN_HIGH for the upper bound of device.
From the command line, list_devices(1) can be used to see the label range of device.
The getdevicerange() function returns NULL on failure and sets errno. On successful completion, it returns a pointer to a blrange_t structure which must be freed by the caller, as follows:
blrange_t *range; ... m_label_free(range->lower_bound); m_label_free(range->upper_bound); free(range);
The getdevicerange() function will fail if:
EAGAIN
ENOMEM
ENOTSUP
See attributes(5) for descriptions of the following attributes:
|
list_devices(1), free(3C), libtsol(3LIB), m_label_free(3TSOL), attributes(5)
Validating the Label Request Against the Printer's Label Range in Solaris Trusted Extensions Developer's Guide
The functionality described on this manual page is available only if the system is configured with Trusted Extensions.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |