Home
last modified time | relevance | path

Searched refs:papiServiceGetAttributeList (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dcommon.c78 #pragma weak papiServiceGetAttributeList = _unsupported_null_return macro
H A Dmapfile92 papiServiceGetAttributeList { FLAGS = NODYNSORT };
H A Dpapi.h252 extern papi_attribute_t **papiServiceGetAttributeList(papi_service_t handle);
/illumos-gate/usr/src/man/man3papi/
H A DManlink79 papiServiceGetAttributeList.3papi
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c250 papiServiceGetAttributeList(papi_service_t handle) in papiServiceGetAttributeList() function
H A Dmapfile164 papiServiceGetAttributeList ;
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dservice.c251 papiServiceGetAttributeList(papi_service_t handle) in papiServiceGetAttributeList() function
H A Dmapfile156 papiServiceGetAttributeList;
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c345 papiServiceGetAttributeList(papi_service_t handle) in papiServiceGetAttributeList() function
H A Dmapfile164 papiServiceGetAttributeList ;
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dmapfile164 papiServiceGetAttributeList ;
H A Dservice.c497 papiServiceGetAttributeList(papi_service_t handle) in papiServiceGetAttributeList() function
/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing-ipp.p5m148 link path=usr/share/man/man3papi/papiServiceGetAttributeList.3papi \
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c1224 attrs = papiServiceGetAttributeList(svc); in service_query()