Searched refs:ct_tmpl_get_internal (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | device.c | 85 return (ct_tmpl_get_internal(fd, CTDP_ACCEPT, aset)); in ct_dev_tmpl_get_aset() 91 return (ct_tmpl_get_internal(fd, CTDP_NONEG, negp)); in ct_dev_tmpl_get_noneg()
|
H A D | process.c | 72 return (ct_tmpl_get_internal(fd, CTPP_SUBSUME, (uint_t *)ctid)); in ct_pr_tmpl_get_transfer() 78 return (ct_tmpl_get_internal(fd, CTPP_EV_FATAL, events)); in ct_pr_tmpl_get_fatal() 84 return (ct_tmpl_get_internal(fd, CTPP_PARAMS, param)); in ct_pr_tmpl_get_param()
|
H A D | libcontract_impl.h | 50 extern int ct_tmpl_get_internal(int, uint_t, uint_t *);
|
H A D | libcontract.c | 124 ct_tmpl_get_internal(int fd, uint_t id, uint_t *value) in ct_tmpl_get_internal() function 154 return (ct_tmpl_get_internal(fd, CTP_EV_CRITICAL, events)); in ct_tmpl_get_critical() 160 return (ct_tmpl_get_internal(fd, CTP_EV_INFO, events)); in ct_tmpl_get_informative()
|