Searched refs:ct_tmpl_get_internal (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libcontract/common/ |
H A D | device.c | 87 return (ct_tmpl_get_internal(fd, CTDP_ACCEPT, aset)); in ct_dev_tmpl_get_aset() 93 return (ct_tmpl_get_internal(fd, CTDP_NONEG, negp)); in ct_dev_tmpl_get_noneg()
|
H A D | process.c | 74 return (ct_tmpl_get_internal(fd, CTPP_SUBSUME, (uint_t *)ctid)); in ct_pr_tmpl_get_transfer() 80 return (ct_tmpl_get_internal(fd, CTPP_EV_FATAL, events)); in ct_pr_tmpl_get_fatal() 86 return (ct_tmpl_get_internal(fd, CTPP_PARAMS, param)); in ct_pr_tmpl_get_param()
|
H A D | libcontract_impl.h | 52 extern int ct_tmpl_get_internal(int, uint_t, uint_t *);
|
H A D | libcontract.c | 126 ct_tmpl_get_internal(int fd, uint_t id, uint_t *value) in ct_tmpl_get_internal() function 156 return (ct_tmpl_get_internal(fd, CTP_EV_CRITICAL, events)); in ct_tmpl_get_critical() 162 return (ct_tmpl_get_internal(fd, CTP_EV_INFO, events)); in ct_tmpl_get_informative()
|