Searched refs:pool_value_get_int64 (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 82 pool_value_get_int64(const pool_value_t *pv, int64_t *result) function 378 (void) pool_value_get_int64(pv1, &ival1); 379 (void) pool_value_get_int64(pv2, &ival2);
|
H A D | pool.h | 239 extern int pool_value_get_int64(const pool_value_t *, int64_t *);
|
H A D | pool_commit.c | 1123 (void) pool_value_get_int64(&val, &i1); 1127 (void) pool_value_get_int64(&val, &i2); 1165 (void) pool_value_get_int64(&val, &importance); 1176 (void) pool_value_get_int64(&val, &old_importance);
|
H A D | pool.c | 289 (void) pool_value_get_int64(pval, &i); 2834 (void) pool_value_get_int64(&val, &sys_id1); 2838 (void) pool_value_get_int64(&val, &sys_id2); 2892 (void) pool_value_get_int64(&val, &sys_id1); 2896 (void) pool_value_get_int64(&val, &sys_id2);
|
H A D | pool_xml.c | 682 (void) pool_value_get_int64(value, &ires); 893 (void) pool_value_get_int64(value, &ires); 2353 (void) pool_value_get_int64(props[i], &ival);
|
H A D | pool_internal.c | 1089 (void) pool_value_get_int64(&val, &val64);
|
H A D | pool_kernel.c | 3518 if (pool_value_get_int64(pv, &ival) == POC_INVAL) {
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5122 (void) pool_value_get_int64(pv, &val_int);
|
Completed in 243 milliseconds